| Commit message (Expand) | Author | Files | Lines |
2016-06-16 | locking/atomic: Fix atomic64_relaxed() bits | Peter Zijlstra | 1 | -153/+153 |
2016-06-16 | locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -4/+50 |
2016-06-16 | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 3 | -9/+88 |
2016-06-16 | locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 6 | -94/+159 |
2016-06-16 | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 6 | -34/+105 |
2016-06-16 | locking/atomic, arch/sh: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 4 | -12/+87 |
2016-06-16 | locking/atomic, arch/s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -10/+32 |
2016-06-16 | locking/atomic, arch/powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor... | Peter Zijlstra | 1 | -9/+74 |
2016-06-16 | locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -8/+57 |
2016-06-16 | locking/atomic, arch/mn10300: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -4/+31 |
2016-06-16 | locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -9/+129 |
2016-06-16 | locking/atomic, arch/metag: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 3 | -8/+63 |
2016-06-16 | locking/atomic, arch/m68k: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -4/+49 |
2016-06-16 | locking/atomic, arch/m32r: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -4/+34 |
2016-06-16 | locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -16/+114 |
2016-06-16 | locking/atomic, arch/hexagon: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -5/+28 |
2016-06-16 | locking/atomic, arch/h8300: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -6/+25 |
2016-06-16 | locking/atomic, arch/frv: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2 | -20/+14 |
2016-06-16 | locking/atomic, arch/blackfin: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 3 | -12/+40 |
2016-06-16 | locking/atomic, arch/avr32: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -5/+51 |
2016-06-16 | locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Will Deacon | 1 | -0/+172 |
2016-06-16 | locking/atomic, arch/arm64: Generate LSE non-return cases using common macros | Will Deacon | 1 | -90/+32 |
2016-06-16 | locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Peter Zijlstra | 2 | -24/+148 |
2016-06-16 | locking/atomic, arch/arm: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,... | Peter Zijlstra | 1 | -10/+98 |
2016-06-16 | locking/atomic, arch/arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}() | Peter Zijlstra | 1 | -9/+94 |
2016-06-16 | locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Peter Zijlstra | 1 | -9/+56 |
2016-06-14 | locking/spinlock, netfilter: Fix nf_conntrack_lock() barriers | Peter Zijlstra | 1 | -1/+22 |
2016-06-14 | locking/spinlock: Update spin_unlock_wait() users | Peter Zijlstra | 3 | -4/+6 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 20 | -32/+145 |
2016-06-14 | locking/barriers, tile: Provide TILE specific smp_acquire__after_ctrl_dep() | Peter Zijlstra | 1 | -0/+7 |
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 | 3 | -18/+15 |
2016-06-14 | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() | Peter Zijlstra | 5 | -18/+31 |
2016-06-13 | regulator: qcom_smd: add list_voltage callback | Srinivas Kandagatla | 1 | -0/+1 |
2016-06-12 | Linux 4.7-rc3v4.7-rc3 | Linus Torvalds | 1 | -1/+1 |
2016-06-11 | uvc_v4l2: Simplify compat ioctl implementation | Andy Lutomirski | 1 | -56/+2 |
2016-06-11 | uvc: Forward compat ioctls to their handlers directly | Andy Lutomirski | 1 | -21/+18 |
2016-06-10 | sched: panic on corrupted stack end | Jann Horn | 1 | -1/+2 |
2016-06-10 | ecryptfs: forbid opening files without mmap handler | Jann Horn | 1 | -2/+11 |
2016-06-10 | proc: prevent stacking filesystems on top | Jann Horn | 1 | -0/+7 |
2016-06-10 | x86/ioapic: Fix incorrect pointers in ioapic_setup_resources() | Rui Wang | 1 | -1/+1 |
2016-06-10 | x86/entry/traps: Don't force in_interrupt() to return true in IST handlers | Andy Lutomirski | 1 | -10/+10 |
2016-06-10 | vmxnet3: segCnt can be 1 for LRO packets | Shrikrishna Khare | 2 | -3/+3 |
2016-06-10 | packet: compat support for sock_fprog | Willem de Bruijn | 3 | -2/+41 |
2016-06-10 | stmmac: fix parameter to dwmac4_set_umac_addr() | Ben Dooks | 1 | -1/+1 |
2016-06-10 | net/mlx5e: Fix blue flame quota logic | Eli Cohen | 1 | -1/+2 |
2016-06-10 | net/mlx5e: Use ndo_stop explicitly at shutdown flow | Eran Ben Elisha | 1 | -4/+1 |
2016-06-10 | net/mlx5: E-Switch, always set mc_promisc for allmulti vports | Mohamad Haj Yahia | 1 | -0/+1 |
2016-06-10 | net/mlx5: E-Switch, Modify node guid on vf set MAC | Noa Osherovich | 4 | -4/+68 |
2016-06-10 | net/mlx5: E-Switch, Fix vport enable flow | Mohamad Haj Yahia | 1 | -4/+1 |