summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-292-2/+12
|\
| * compat: use sys_sendfile64() implementation for sendfile syscallChris Metcalf2012-03-271-1/+1
| * [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-1/+11
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-4/+2
|\ \
| * | sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra2012-03-271-4/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-291-1/+1
|\ \ \
| * | | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-231-1/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-293-3/+3
|\ \ \ \
| * | | | time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-231-1/+0
| * | | | ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-221-1/+1
| * | | | rtc: Provide flag for rtc devices that don't support UIEJohn Stultz2012-03-151-1/+2
* | | | | Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-2810-66/+62
|\ \ \ \ \
| * | | | | mmc: sh_mmcif: simplify bitmask macrosGuennadi Liakhovetski2012-03-271-12/+9
| * | | | | mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplugGuennadi Liakhovetski2012-03-271-1/+10
| * | | | | mmc: sh_mobile_sdhi: add a callback for board specific init codeBastian Hecht2012-03-271-0/+4
| * | | | | mmc: tmio_mmc: power status flag doesn't have to be exposed in platform dataGuennadi Liakhovetski2012-03-271-1/+0
| * | | | | mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMCGuennadi Liakhovetski2012-03-271-0/+1
| * | | | | mmc: tmio_mmc: support the generic MMC GPIO card hotplug helperGuennadi Liakhovetski2012-03-271-6/+19
| * | | | | mmc: simplify mmc_cd_gpio_request() by removing two parametersGuennadi Liakhovetski2012-03-271-2/+1
| * | | | | mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter2012-03-271-0/+2
| * | | | | mmc: core: add high-capacity erase size capability flagAdrian Hunter2012-03-271-0/+1
| * | | | | mmc: start removing enable / disable APIAdrian Hunter2012-03-272-43/+4
| * | | | | mmc: core: Detect card removal on I/O errorUlf Hansson2012-03-271-0/+1
| * | | | | mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath2012-03-251-2/+6
| * | | | | mmc: MMC-4.5 Data Tag SupportSaugata Das2012-03-252-0/+5
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-286-4/+254
|\ \ \ \ \ \
| * | | | | | radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov2012-03-281-0/+196
| * | | | | | pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2012-03-281-1/+7
| * | | | | | lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat2012-03-281-2/+1
| * | | | | | smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2012-03-281-0/+24
| * | | | | | smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-281-0/+22
| * | | | | | swapon: check validity of swap_flagsHugh Dickins2012-03-281-0/+3
| * | | | | | mm for fs: add truncate_pagecache_range()Hugh Dickins2012-03-281-1/+1
* | | | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2826-167/+189
|\ \ \ \ \ \ \
| * | | | | | | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
| * | | | | | | Remove all #inclusions of asm/system.hDavid Howells2012-03-2817-17/+0
| * | | | | | | Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-284-3/+4
| * | | | | | | Move all declarations of free_initmem() to linux/mm.hDavid Howells2012-03-281-0/+2
| * | | | | | | Split arch_align_stack() out from asm-generic/system.hDavid Howells2012-03-282-20/+21
| * | | | | | | Split the switch_to() wrapper out of asm-generic/system.hDavid Howells2012-03-282-16/+31
| * | | | | | | Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.hDavid Howells2012-03-282-77/+80
| * | | | | | | Create asm-generic/barrier.hDavid Howells2012-03-282-33/+51
| * | | | | | | Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.hDavid Howells2012-03-283-1/+4
| * | | | | | | Disintegrate asm/system.h for IA64David Howells2012-03-281-0/+1
* | | | | | | | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-282-5/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | slab: introduce kmalloc_array()Xi Wang2012-03-061-3/+14
| * | | | | | | | slub: per cpu partial statistics changeAlex Shi2012-02-181-2/+4
* | | | | | | | | Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds2012-03-281-10/+87
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dma-buf: correct dummy function declarations.Sumit Semwal2012-03-261-13/+14
| * | | | | | | | | dma-buf: add support for kernel cpu accessDaniel Vetter2012-03-261-0/+59