summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra
2016-06-16locking/atomic: Fix atomic64_relaxed() bitsPeter Zijlstra
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra
2016-06-14Merge branch 'linus' into locking/core, to pick up fixes before merging new c...Ingo Molnar
2016-06-12Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds
2016-06-11Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-06-10Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-06-10Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2016-06-10Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-06-09packet: compat support for sock_fprogWillem de Bruijn
2016-06-09net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich
2016-06-09net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb
2016-06-09net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctlyShahar Klein
2016-06-09net/mlx5: Fix the size of modify QP mailboxMajd Dibbiny
2016-06-09Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki
2016-06-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-06-09drivers: of: add definition of early_init_dt_alloc_reserved_memory_archBen Dooks
2016-06-08drivers: of: Fix of_pci.h header guardRobin Murphy
2016-06-08locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock()Pan Xinhui
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low
2016-06-08Merge branch 'locking/urgent' into locking/core, to pick up dependencyIngo Molnar
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-06-08locking/barriers: Validate lockless_dereference() is used on a pointer typePeter Zijlstra
2016-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-06-07coredump: fix dumping through pipesMateusz Guzik
2016-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann
2016-06-07gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__Colin Ian King
2016-06-07Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-06-07IB/mlx5: Fix pkey_index length in the QP path recordNoa Osherovich
2016-06-07IB/core: Make all casts in ib_device_cap_flags enum consistentMax Gurtovoy
2016-06-07IB/core: Fix bit curruption in ib_device_cap_flags structureMax Gurtovoy
2016-06-06net_sched: keep backlog updated with qlenWANG Cong
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman
2016-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-06-04Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-06-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-06-03mm: check the return value of lookup_page_ext for all call sitesYang Shi