summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-24/+49
2014-07-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-36/+10
2014-07-18Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2014-07-18cpufreq: make table sentinel macros unsigned to match useBrian W Hart-2/+2
2014-07-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso-2/+4
2014-07-16locking/rwsem: Reduce the size of struct rw_semaphoreJason Low-14/+11
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra-4/+4
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low-1/+9
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low-6/+24
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low-4/+4
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-18/+9
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause-1/+0
2014-07-13Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds-1/+0
2014-07-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+2
2014-07-10Merge tag 'pm+acpi-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2014-07-11clk: exynos5420: Add IDs for clocks used in PD mfcArun Kumar K-0/+2
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2014-07-07ACPI / i915: ignore firmware requests for backlight changeAaron Lu-0/+2
2014-07-06Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-1/+1
2014-07-04Merge tag 'sound-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+1
2014-07-04drm/i915: provide interface for audio driver to query cdclkJani Nikula-0/+1
2014-07-03Merge tag 'usb-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+11
2014-07-03Merge tag 'driver-core-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2014-07-03ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo-0/+3
2014-07-03[SCSI] use the scsi data buffer length to extract transfer sizeMartin K. Petersen-1/+1
2014-07-02ieee802154: reassembly: fix possible buffer overflowAlexander Aring-1/+1
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai-2/+2
2014-07-02net: fix sparse warning in sk_dst_set()Eric Dumazet-1/+1
2014-07-02Merge tag 'for_3.16/samsung-clk-fixes' of git://git.kernel.org/pub/scm/linux/...Mike Turquette-1/+0
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo-0/+1
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack-8/+0
2014-07-02sched: Fix compiler warningsGuenter Roeck-4/+4
2014-07-01core: fix typo in percpu read_mostly sectionZhengyu He-3/+3
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet-6/+6
2014-06-30usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern-1/+4
2014-06-30Merge tag 'fixes-for-v3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-1/+8
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan-0/+1
2014-06-30clk: exynos5420: Remove aclk66_peric from the clock tree descriptionDoug Anderson-1/+0
2014-06-28btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain-0/+1
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-5/+4
2014-06-27Merge tag 'sound-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-14/+14
2014-06-27Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+10
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin-5/+4
2014-06-27usb: gadget: f_fs: resurect usb_functionfs_descs_head structureMichal Nazarewicz-0/+7
2014-06-27Revert "tools: ffs-test: convert to new descriptor format fixing compilation ...Felipe Balbi-1/+1
2014-06-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+11
2014-06-26Fix 32-bit regression in block device read(2)Al Viro-1/+13