summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2011-04-1511-78/+84
|\
| * net/9p: nwname should be an unsigned intHarsh Prateek Bora2011-04-153-8/+8
| * 9p: Fix sparse errorAneesh Kumar K.V2011-04-153-6/+14
| * fs/9p: Fix error reported by coccicheckAneesh Kumar K.V2011-04-151-1/+1
| * 9p: revert tsyncfs related changesAneesh Kumar K.V2011-04-156-62/+11
| * fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V2011-04-151-0/+47
| * fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V2011-04-151-1/+3
* | Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2011-04-152-6/+9
|\ \
| * | arm: tegra: fix error check in tegra2_clocks.cNicolas Kaiser2011-04-011-4/+5
| * | ARM: tegra: gpio: Fix unused variable warningsColin Cross2011-03-301-2/+4
* | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-04-1528-52/+108
|\ \ \
| * | | ARM: 6879/1: fix personality test wrt usage of domain handlersNicolas Pitre2011-04-141-2/+1
| * | | ARM: 6878/1: fix personality flag propagation across an execNicolas Pitre2011-04-141-5/+12
| * | | ARM: 6877/1: the ADDR_NO_RANDOMIZE personality flag should be honored with mm...Nicolas Pitre2011-04-141-1/+3
| * | | ARM: 6876/1: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORSStephen Boyd2011-04-141-11/+0
| * | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-04-132794-8381/+7600
| |\ \ \
| | * | | ARM: pxa: convert incorrect IRQ_TO_IRQ() to irq_to_gpio()Eric Miao2011-04-135-12/+22
| | * | | ARM: mmp: align NR_BUILTIN_GPIO with gpio interrupt numberHaojian Zhuang2011-04-121-1/+1
| | * | | ARM: pxa: align NR_BUILTIN_GPIO with GPIO interrupt numberHaojian Zhuang2011-04-121-1/+1
| | * | | ARM: pxa: always clear LPM bits for PXA168 MFPRHaojian Zhuang2011-04-121-0/+9
| | * | | pcmcia: limit pxa2xx_trizeps4 subdriver to trizeps4 platformDmitry Eremin-Solenikov2011-04-121-0/+3
| | * | | pcmcia: limit pxa2xx_balloon3 subdriver to balloon3 platformDmitry Eremin-Solenikov2011-04-121-0/+5
| | * | | ARM: pxafb: Fix access to nonexistent member of pxafb_infoMarek Vasut2011-04-121-1/+3
| * | | | ARM: 6872/1: arch:common:Makefile Remove unused config in the Makefile.Justin P. Mattock2011-04-101-1/+0
| * | | | ARM: 6868/1: Preserve the VFP state during forkCatalin Marinas2011-04-101-0/+12
| * | | | ARM: 6867/1: Introduce THREAD_NOTIFY_COPY for copy_thread() hooksCatalin Marinas2011-04-103-7/+18
| * | | | ARM: 6866/1: Do not restrict HIGHPTE to !OUTER_CACHECatalin Marinas2011-04-101-1/+0
| * | | | ARM: 6865/1: perf: ensure pass through zero is counted on overflowWill Deacon2011-04-101-1/+1
| * | | | ARM: 6864/1: hw_breakpoint: clear DBGVCR out of resetWill Deacon2011-04-101-0/+7
| * | | | ARM: Only allow PM_SLEEP with CPUs which support suspendRussell King2011-04-021-0/+2
| * | | | ARM: Make consolidated PM sleep code depend on PM_SLEEPRussell King2011-04-028-8/+8
* | | | | vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen2011-04-151-0/+1
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-04-156-84/+78
|\ \ \ \
| * | | | block: only force kblockd unplugging from the schedule() pathJens Axboe2011-04-152-8/+9
| * | | | block: cleanup the block plug helper functionsChristoph Hellwig2011-04-152-21/+9
| * | | | block, blk-sysfs: Use the variable directly instead of a function callLiu Yuan2011-04-131-2/+1
| * | | | block: move queue run on unplug to kblockdJens Axboe2011-04-121-1/+1
| * | | | block: kill queue_sync_plugs()Jens Axboe2011-04-121-14/+0
| * | | | block: readd plug trace eventJens Axboe2011-04-121-1/+9
| * | | | block: add callback function for unplug notificationJens Axboe2011-04-123-0/+22
| * | | | block: add comment on why we save and disable interrupts in flush_plug_list()Jens Axboe2011-04-121-0/+5
| * | | | block: fixup block IO unplug trace callJens Axboe2011-04-123-10/+22
| * | | | block: remove block_unplug_timer() trace pointJens Axboe2011-04-122-31/+0
| * | | | block: splice plug list to local contextNeilBrown2011-04-111-5/+9
* | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-04-152-58/+97
|\ \ \ \ \
| * | | | | UBIFS: fix compilation warnings when compiling with gcc 4.5Maksim Rayskiy2011-04-131-58/+94
| * | | | | UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy2011-04-131-0/+3
| | |_|/ / | |/| | |
* | | | | vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds2011-04-151-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-04-144-23/+42
|\ \ \ \ \
| * | | | | Blackfin: SMP: fix cache flush loopSonic Zhang2011-04-131-3/+16
OpenPOWER on IntegriCloud