summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup_for_v3.9_round2' of git://git.infradead.org/users/jcooper/...Olof Johansson2013-01-292-28/+10
|\
| * ARM: dove: cleanup includesSebastian Hesselbarth2013-01-291-20/+9
| * ARM: kirkwood: nsa310: cleanup includes and unneeded codeJason Cooper2013-01-291-8/+1
* | arm: zynq: Add missing irqchip.h to common.cMichal Simek2013-01-291-0/+1
* | Merge tag 'bcm2835-for-3.9-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-01-294-26/+6
|\ \
| * | ARM: bcm2835: make use of CLKSRC_OFStephen Warren2013-01-144-26/+6
| * | Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into cleanupStephen Warren2013-01-14531-1510/+939
| |\ \
* | \ \ Merge tag 'imx-cleanup-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson2013-01-2924-1947/+11
|\ \ \ \
| * | | | ARM: imx: Remove mx508 supportFabio Estevam2013-01-2919-1703/+9
| * | | | ARM: imx: Remove mach-mx51_3ds boardFabio Estevam2013-01-294-193/+0
| * | | | ARM: imx: use debug_ll_io_init() for imx6qShawn Guo2013-01-294-54/+2
| * | | | ARM: imx: remove unused imx6q_clock_map_io()Shawn Guo2013-01-293-4/+0
| * | | | ARM: mach-imx: Kconfig: Do not select Babbage for MACH_IMX51_DTFabio Estevam2012-12-311-1/+0
* | | | | Merge branch 'armsoc/fix' of git://github.com/hzhuang1/linux into next/cleanupOlof Johansson2013-01-275-15/+80
|\ \ \ \ \
| * | | | | ARM: pxa: Minor naming fixes in spitz.cMarko Katic2013-01-231-2/+2
| * | | | | ARM: PXA3xx: program the CSMSADRCFG registerIgor Grinberg2013-01-232-1/+15
| * | | | | ARM: palmtreo: fix #ifdefs for leds-gpio deviceMike Dunn2013-01-232-9/+2
| * | | | | ARM: palmtreo: fix lcd initilialization on treo680Mike Dunn2013-01-232-3/+61
* | | | | | Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson2013-01-27591-3481/+12054
|\ \ \ \ \ \
| * | | | | | Linux 3.8-rc5v3.8-rc5Linus Torvalds2013-01-251-1/+1
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-01-2514-98/+300
| |\ \ \ \ \ \
| | * | | | | | Btrfs: fix repeated delalloc work allocationMiao Xie2013-01-241-14/+41
| | * | | | | | Btrfs: fix wrong max device number for single profileMiao Xie2013-01-241-1/+1
| | * | | | | | Btrfs: fix missed transaction->aborted checkMiao Xie2013-01-241-0/+16
| | * | | | | | Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie2013-01-242-2/+3
| | * | | | | | Btrfs: put csums on the right ordered extentJosef Bacik2013-01-241-2/+2
| | * | | | | | Btrfs: use right range to find checksum for compressed extentsLiu Bo2013-01-241-0/+5
| | * | | | | | Btrfs: fix panic when recovering tree logJosef Bacik2013-01-241-8/+12
| | * | | | | | Btrfs: do not allow logged extents to be merged or removedJosef Bacik2013-01-243-3/+16
| | * | | | | | Btrfs: fix a regression in balance usage filterIlya Dryomov2013-01-211-1/+8
| | * | | | | | Merge branch 'mutex-ops@next-for-chris' of git://github.com/idryomov/btrfs-un...Chris Mason2013-01-212-31/+86
| | |\ \ \ \ \ \
| | | * | | | | | Btrfs: reorder locks and sanity checks in btrfs_ioctl_defragIlya Dryomov2013-01-201-8/+9
| | | * | | | | | Btrfs: fix unlock order in btrfs_ioctl_rm_devIlya Dryomov2013-01-201-1/+1
| | | * | | | | | Btrfs: fix unlock order in btrfs_ioctl_resizeIlya Dryomov2013-01-201-1/+1
| | | * | | | | | Btrfs: fix "mutually exclusive op is running" error codeIlya Dryomov2013-01-201-4/+4
| | | * | | | | | Btrfs: bring back balance pause/resume logicIlya Dryomov2013-01-202-17/+71
| | * | | | | | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2013-01-216-35/+91
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | btrfs: update timestamps on truncate()Eric Sandeen2013-01-141-3/+14
| | | * | | | | | btrfs: fix btrfs_cont_expand() freeing IS_ERR emZach Brown2013-01-141-0/+1
| | | * | | | | | Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extentsLiu Bo2013-01-142-6/+14
| | | * | | | | | Btrfs: fix off-by-one in lseekLiu Bo2013-01-141-0/+1
| | | * | | | | | Btrfs: reset path lock state to zeroLiu Bo2013-01-141-0/+2
| | | * | | | | | Btrfs: let allocation start from the right raid typeLiu Bo2013-01-141-1/+1
| | | * | | | | | Btrfs: add orphan before truncating pagecacheJosef Bacik2013-01-141-15/+38
| | | * | | | | | Btrfs: set flushing if we're limited flushingJosef Bacik2013-01-141-1/+1
| | | * | | | | | Btrfs: fix missing write access release in btrfs_ioctl_resize()Miao Xie2013-01-141-0/+1
| | | * | | | | | Btrfs: fix resize a readonly deviceMiao Xie2013-01-141-2/+4
| | | * | | | | | Btrfs: do not delete a subvolume which is in a R/O subvolumeMiao Xie2013-01-141-5/+5
| | | * | | | | | Btrfs: disable qgroup id 0Miao Xie2013-01-141-0/+5
| | | * | | | | | btrfs: get the device in write mode when deleting itLukas Czerner2013-01-141-1/+1