summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Merge branch 'for-3.17/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+4
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+1
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-35/+34
2014-08-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+0
2014-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-25/+7
2014-08-13spi: Add missing kerneldoc bitsThierry Reding1-0/+7
2014-08-13locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long1-1/+9
2014-08-13locking/spinlocks: Always evaluate the second argument of spin_lock_nested()Bart Van Assche1-1/+7
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso3-3/+3
2014-08-13locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso1-1/+1
2014-08-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra2-56/+0
2014-08-13perf/x86: Fix data source encoding issues for load latency/precise storeStephane Eranian1-1/+8
2014-08-13perf: Add queued work to remove orphaned child eventsJiri Olsa1-0/+4
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde1-0/+3
2014-08-12Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-2/+1
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich2-6/+1
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-7/+23
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-14/+22
2014-08-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-2/+44
2014-08-11Merge branch 'devicetree/next-overlay' into devicetree/nextGrant Likely2-7/+80
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely1-3/+4
2014-08-11mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.Jaehoon Chung1-0/+2
2014-08-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+15
2014-08-10jump_label: Fix small typos in the documentationIngo Molnar1-9/+8
2014-08-10Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-34/+44
2014-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-11/+15
2014-08-10Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-4/+14
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-23/+6
2014-08-09Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+23
2014-08-09Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds3-0/+59
2014-08-09Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds1-1/+1
2014-08-09Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-76/+132
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-3/+17
2014-08-09Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds26-193/+297
2014-08-09kexec: verify the signature of signed PE bzImageVivek Goyal1-0/+3
2014-08-09kexec: support kexec/kdump on EFI systemsVivek Goyal1-0/+19
2014-08-09kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal1-1/+1
2014-08-09kexec: load and relocate purgatory at kernel load timeVivek Goyal1-0/+33
2014-08-09kexec: implementation of new syscall kexec_file_loadVivek Goyal1-0/+53
2014-08-09kexec: new syscall kexec_file_load() declarationVivek Goyal1-0/+4
2014-08-09kexec: make kexec_segment user buffer pointer a unionVivek Goyal1-1/+12
2014-08-09resource: provide new functions to walk through resourcesVivek Goyal1-0/+6
2014-08-09kexec: rename unusebale_pages to unusable_pagesVivek Goyal1-1/+1
2014-08-09shm: add memfd_create() syscallDavid Herrmann1-0/+1
2014-08-09shm: add sealing APIDavid Herrmann1-0/+17
2014-08-09mm: allow drivers to prevent new writable mappingsDavid Herrmann1-2/+27
2014-08-09arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-5/+12
2014-08-09lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott1-1/+1
2014-08-09shm: remove unneeded extern for functionJack Miller1-1/+1
2014-08-09shm: make exit_shm work proportional to task activityJack Miller2-1/+17