aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-f...Linus Torvalds2011-04-1614-18/+104
|\ \ \ \ \
| | | | | * x86, amd: Disable GartTlbWlkErr when BIOS forgets itJoerg Roedel2011-04-152-0/+23
| | | | | * x86, NUMA: Fix fakenuma boot failureKOSAKI Motohiro2011-04-151-0/+23
| | | | | * x86/mrst: Fix boot crash caused by incorrect pin to irq mappingJacob Pan2011-04-121-5/+5
| | | | | * x86/ce4100: Add reg property to bridgesSebastian Andrzej Siewior2011-04-111-0/+2
| | | | * | Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...Thomas Gleixner2011-04-135-3/+31
| | | | |\ \
| | | | | * | RTC: rtc-mrst: follow on to the change of rtc_device_register()Feng Tang2011-04-061-3/+4
| | | | | * | RTC: add missing "return 0" in new alarm func for rtc-bfin.cMike Frysinger2011-03-291-0/+2
| | | | | * | RTC: Fix s3c compile error due to missing s3c_rtc_setpieVasily Khoruzhick2011-03-291-2/+0
| | | | | * | RTC: Fix early irqs caused by calling rtc_set_alarm too earlyJohn Stultz2011-03-293-1/+29
| | | * | | | sched: Fix erroneous all_pinned logicKen Chen2011-04-111-7/+4
| | | * | | | sched: Fix sched-domain avg_load calculationKen Chen2011-04-111-1/+2
| | | | |_|/ | | | |/| |
| | * | | | perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec()Stephane Eranian2011-04-111-0/+12
| | * | | | perf: Fix a build error with some GCC versionsEric Dumazet2011-04-081-1/+1
| * | | | | futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setupDarren Hart2011-04-151-1/+1
| | |_|/ / | |/| | |
* | | | | 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