summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds2014-11-021-18/+3
|\
| * mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-211-1/+0
| * mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-171-17/+3
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-11-021-2/+1
|\ \
| * | Revert "block: all blk-mq requests are tagged"Christoph Hellwig2014-10-281-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-11-022-3/+22
|\ \ \
| * | | Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-0/+1
| * | | overlayfs: fix lockdep misannotationMiklos Szeredi2014-10-281-3/+6
| * | | rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney2014-10-281-0/+15
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-312-2/+14
|\ \ \
| * | | net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-301-2/+6
| * | | usbnet: add a callback for set_rx_modeOlivier Blin2014-10-281-0/+4
| * | | skbuff.h: fix kernel-doc warning for headers_endRandy Dunlap2014-10-281-0/+4
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-312-2/+0
|\ \ \ \
| * | | | compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompilesSteven Noonan2014-10-282-2/+0
| | |/ / | |/| |
* | | | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2014-10-294-52/+33
|\ \ \ \
| * | | | mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner2014-10-291-41/+17
| * | | | mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner2014-10-291-1/+0
| * | | | mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2014-10-291-7/+10
| * | | | drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski2014-10-291-3/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-291-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not definedMartin K. Petersen2014-10-281-2/+2
* | | | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2014-10-271-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | regulator: Include err.h from consumer.h to fix build failureGuenter Roeck2014-10-131-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-262-0/+42
|\ \ \ \ \
| * | | | | fs: limit filesystem stacking depthMiklos Szeredi2014-10-241-0/+11
| * | | | | vfs: add whiteout supportMiklos Szeredi2014-10-241-0/+11
| * | | | | vfs: export check_sticky()Miklos Szeredi2014-10-241-0/+9
| * | | | | vfs: introduce clone_private_mount()Miklos Szeredi2014-10-241-0/+3
| * | | | | vfs: export __inode_permission() to modulesMiklos Szeredi2014-10-241-0/+1
| * | | | | vfs: export do_splice_direct() to modulesMiklos Szeredi2014-10-241-0/+3
| * | | | | vfs: add i_op->dentry_open()Miklos Szeredi2014-10-241-0/+4
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-241-0/+1
|\ \ \ \ \ \
| * | | | | | kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li2014-10-241-0/+1
* | | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-241-2/+3
|\ \ \ \ \ \ \
| * | | | | | | random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-171-2/+3
* | | | | | | | Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-244-1/+31
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2014-10-232-0/+24
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | cpufreq: cpufreq-dt: extend with platform_dataThomas Petazzoni2014-10-211-0/+22
| | | * | | | | | | cpufreq: allow driver-specific dataThomas Petazzoni2014-10-211-0/+2
| | |/ / / / / / /
| * | | | | | | | Merge branch 'freezer'Rafael J. Wysocki2014-10-231-0/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-211-0/+3
| | |/ / / / / / /
| * | | | | | | | Merge branch 'pm-qos'Rafael J. Wysocki2014-10-231-1/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH classTomeu Vizoso2014-09-251-1/+4
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-10-242-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Thermal: introduce INT3402 thermal driverAaron Lu2014-10-101-0/+2
| * | | | | | | | | Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.hAaron Lu2014-10-101-0/+2
| * | | | | | | | | ACPI: make acpi_create_platform_device() an external APIZhang Rui2014-10-101-0/+1
* | | | | | | | | | Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-236-19/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | uprobes: Remove "weak" from function declarationsBjorn Helgaas2014-10-221-7/+7