summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-07-21Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman11-78/+70
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-24/+49
2014-07-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-36/+10
2014-07-19Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-07-18cpufreq: make table sentinel macros unsigned to match useBrian W Hart1-2/+2
2014-07-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso1-2/+4
2014-07-16locking/rwsem: Reduce the size of struct rw_semaphoreJason Low1-14/+11
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra1-4/+4
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2-1/+9
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low3-6/+24
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2-4/+4
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-10/+2
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2014-07-09driver core: platform: add device binding path 'driver_override'Kim Phillips1-0/+1
2014-07-09firmware loader: inform direct failure when udev loader is disabledLuis R. Rodriguez1-7/+8
2014-07-09firmware loader: allow disabling of udev as firmware loaderTakashi Iwai1-1/+1
2014-07-09reservation: add suppport for read-only access using rcuMaarten Lankhorst2-16/+53
2014-07-09reservation: update api and add some helpersMaarten Lankhorst1-7/+49
2014-07-09dma-buf: add poll support, v3Maarten Lankhorst1-0/+12
2014-07-09reservation: add support for fences to enable cross-device synchronisationMaarten Lankhorst1-1/+19
2014-07-09dma-buf: use reservation objectsMaarten Lankhorst1-3/+6
2014-07-08seqno-fence: Hardware dma-buf implementation of fencing (v6)Maarten Lankhorst1-0/+116
2014-07-08fence: dma-buf cross-device synchronization (v18)Maarten Lankhorst1-0/+343
2014-07-08Merge 3.16-rc4 into driver-core-nextGreg Kroah-Hartman3-1/+7
2014-07-04Merge tag 'usb-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+3
2014-07-04Merge tag 'driver-core-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2014-07-04ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+3
2014-07-03Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-...Greg Kroah-Hartman14-15/+74
2014-07-03component: add support for component match arrayRussell King1-0/+7
2014-07-03net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai1-2/+2
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo1-0/+1
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack1-8/+0
2014-07-02sched: Fix compiler warningsGuenter Roeck1-4/+4
2014-07-02core: fix typo in percpu read_mostly sectionZhengyu He1-2/+2
2014-07-01usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern1-1/+3
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan1-0/+1
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-5/+4
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2-5/+4
2014-06-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+11
2014-06-27Fix 32-bit regression in block device read(2)Al Viro1-1/+13
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+9
2014-06-25Merge branch 'urgent.2014.06.23a' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-36/+10
2014-06-25block: add support for limiting gaps in SG listsJens Axboe2-0/+10
2014-06-25bio: remove unused macro bip_vec_idx()Gu Zheng1-4/+0
2014-06-24kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin1-0/+1
2014-06-24nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin1-1/+10
2014-06-24kexec: save PG_head_mask in VMCOREINFOPetr Tesarik1-0/+3
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney1-36/+0