summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds2012-12-101-5/+8
* net: gro: fix possible panic in skb_gro_receive()Eric Dumazet2012-12-071-0/+3
* tmpfs: fix shared mempolicy leakMel Gorman2012-12-061-16/+0
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds2012-12-041-0/+7
|\
| * linux/kernel.h: define SYMBOL_PREFIXJames Hogan2012-12-031-0/+7
* | Merge branch 'block-dev'Linus Torvalds2012-12-031-5/+0
|\ \ | |/ |/|
| * blkdev_max_block: make private to fs/buffer.cLinus Torvalds2012-11-291-1/+0
| * blockdev: remove bd_block_size_semaphore againLinus Torvalds2012-11-291-4/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-011-30/+1
|\ \
| * | perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells2012-11-191-30/+1
* | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-301-8/+5
|\ \ \
| * | | revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton2012-11-301-8/+5
* | | | percpu-rwsem: use synchronize_sched_expeditedMikulas Patocka2012-11-281-2/+2
|/ / /
* | | Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman2012-11-261-1/+4
* | | include/linux/bug.h: fix sparse warning related to BUILD_BUG_ON_INVALIDTushar Behera2012-11-261-0/+1
| |/ |/|
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-11-231-0/+2
|\ \
| * | of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson2012-11-231-0/+2
* | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-11-231-0/+1
|\ \ \ | |/ / |/| |
| * | Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"Paul Walmsley2012-11-141-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-11-221-2/+3
|\ \ \
| * | | Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg2012-11-211-2/+3
| | |/ | |/|
* | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-163-5/+3
|\ \ \
| * | | revert "mm: fix-up zone present pages"Andrew Morton2012-11-161-4/+0
| * | | rapidio: fix kernel-doc warningsRandy Dunlap2012-11-161-0/+2
| * | | memcg: fix hotplugged memory zone oopsHugh Dickins2012-11-161-1/+1
| | |/ | |/|
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-11-161-0/+31
|\ \ \
| * | | Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Arnd Bergmann2012-11-164-4/+8
| |\| |
| * | | drivers: bus: ocp2scp: add pdata supportKishon Vijay Abraham I2012-11-071-0/+31
* | | | clk: remove inline usage from clk-provider.hIgor Mazanov2012-11-151-2/+2
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-101-1/+2
|\ \ \
| * | | ptp: update adjfreq callback descriptionJacob Keller2012-11-031-1/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-11-101-0/+2
|\ \ \
| * | | of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson2012-11-091-0/+2
* | | | Merge tag 'mmc-fixes-for-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-11-092-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann2012-11-071-2/+2
| * | | mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang2012-11-071-0/+1
| * | | mmc: dw_mmc: convert the variable type of irqSeungwon Jeon2012-11-071-1/+1
* | | | hashtable: introduce a small and naive hashtableSasha Levin2012-11-021-0/+192
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-11-011-13/+2
|\ \ \ \
| * | | | KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-311-13/+2
| | |_|/ | |/| |
* | | | Merge tag 'md-3.7-fixes' of git://neil.brown.name/mdLinus Torvalds2012-10-303-443/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'disintegrate-raid-20121009' of git://git.infradead.org/users/dhowe...NeilBrown2012-10-163-443/+1
| |\ \ \ | | |/ / | |/| |
| | * | UAPI: (Scripted) Disintegrate include/linux/raidDavid Howells2012-10-093-443/+1
* | | | percpu-rw-semaphores: use rcu_read_lock_schedMikulas Patocka2012-10-281-4/+4
* | | | percpu-rw-semaphores: use light/heavy barriersMikulas Patocka2012-10-281-13/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-261-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | tcp: add SYN/data info to TCP_INFOYuchung Cheng2012-10-221-1/+2
* | | | Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-261-0/+16
|\ \ \ \
| * | | | iio: Add some helper macros for unit conversionLars-Peter Clausen2012-10-191-0/+16
| | |/ / | |/| |
* | | | Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-261-1/+1
|\ \ \ \