Age | Commit message (Expand) | Author | Files | Lines |
2016-06-16 | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}... | Peter Zijlstra | 4 | -5/+431 |
2016-06-16 | locking/atomic: Fix atomic64_relaxed() bits | Peter Zijlstra | 1 | -153/+153 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2 | -4/+8 |
2016-06-14 | locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.h | Peter Zijlstra | 2 | -37/+39 |
2016-06-14 | locking/barriers: Introduce smp_acquire__after_ctrl_dep() | Peter Zijlstra | 1 | -5/+12 |
2016-06-14 | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() | Peter Zijlstra | 1 | -6/+19 |
2016-06-14 | Merge branch 'linus' into locking/core, to pick up fixes before merging new c... | Ingo Molnar | 31 | -47/+121 |
2016-06-12 | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang... | Linus Torvalds | 1 | -0/+2 |
2016-06-11 | Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -2/+9 |
2016-06-11 | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2016-06-10 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -38/+22 |
2016-06-10 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2016-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 11 | -13/+37 |
2016-06-10 | Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -0/+3 |
2016-06-10 | Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -0/+3 |
2016-06-10 | packet: compat support for sock_fprog | Willem de Bruijn | 1 | -0/+1 |
2016-06-10 | net/mlx5: E-Switch, Modify node guid on vf set MAC | Noa Osherovich | 2 | -2/+9 |
2016-06-10 | net/mlx5: Fix flow steering NIC capabilities check | Maor Gottlieb | 1 | -0/+6 |
2016-06-10 | net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctly | Shahar Klein | 2 | -3/+2 |
2016-06-10 | net/mlx5: Fix the size of modify QP mailbox | Majd Dibbiny | 1 | -0/+1 |
2016-06-10 | Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' | Rafael J. Wysocki | 1 | -0/+3 |
2016-06-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2 | -6/+5 |
2016-06-09 | drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch | Ben Dooks | 1 | -0/+7 |
2016-06-08 | drivers: of: Fix of_pci.h header guard | Robin Murphy | 1 | -1/+1 |
2016-06-08 | locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock() | Pan Xinhui | 1 | -3/+2 |
2016-06-08 | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 2 | -2/+6 |
2016-06-08 | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 1 | -16/+0 |
2016-06-08 | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 2 | -6/+8 |
2016-06-08 | Merge branch 'locking/urgent' into locking/core, to pick up dependency | Ingo Molnar | 1 | -36/+17 |
2016-06-08 | locking/qspinlock: Fix spin_unlock_wait() some more | Peter Zijlstra | 1 | -36/+17 |
2016-06-08 | locking/barriers: Validate lockless_dereference() is used on a pointer type | Peter Zijlstra | 1 | -0/+4 |
2016-06-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
2016-06-08 | coredump: fix dumping through pipes | Mateusz Guzik | 1 | -0/+1 |
2016-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -1/+1 |
2016-06-08 | net: sched: fix tc_should_offload for specific clsact classes | Daniel Borkmann | 2 | -3/+8 |
2016-06-08 | gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__ | Colin Ian King | 1 | -1/+1 |
2016-06-08 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2016-06-07 | IB/mlx5: Fix pkey_index length in the QP path record | Noa Osherovich | 1 | -3/+2 |
2016-06-07 | IB/core: Make all casts in ib_device_cap_flags enum consistent | Max Gurtovoy | 1 | -2/+2 |
2016-06-07 | IB/core: Fix bit curruption in ib_device_cap_flags structure | Max Gurtovoy | 1 | -1/+1 |
2016-06-07 | net_sched: keep backlog updated with qlen | WANG Cong | 1 | -1/+4 |
2016-06-06 | ipvs: update real-server binding of outgoing connections in SIP-pe | Marco Angaroni | 1 | -1/+1 |
2016-06-05 | devpts: Make each mount of devpts an independent filesystem. | Eric W. Biederman | 2 | -5/+6 |
2016-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 3 | -6/+6 |
2016-06-04 | Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -2/+4 |
2016-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -7/+36 |
2016-06-04 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
2016-06-04 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+3 |
2016-06-04 | mm: check the return value of lookup_page_ext for all call sites | Yang Shi | 1 | -7/+36 |
2016-06-03 | Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor' | Rafael J. Wysocki | 610 | -3878/+16002 |