Age | Commit message (Expand) | Author | Files | Lines |
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-14 | Merge branch 'linus' into locking/core, to pick up fixes before merging new c... | Ingo Molnar | 474 | -2942/+4043 |
2016-06-13 | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -29/+44 |
2016-06-13 | Merge tag 'regulator-fix-v4.7-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -4/+20 |
2016-06-13 | Merge remote-tracking branches 'regulator/fix/qcom-smd' and 'regulator/fix/tp... | Mark Brown | 2 | -4/+20 |
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-12 | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang... | Linus Torvalds | 2 | -8/+10 |
2016-06-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -37/+59 |
2016-06-11 | Merge tag 'gpio-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 6 | -7/+16 |
2016-06-11 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 3 | -4/+10 |
2016-06-11 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -21/+119 |
2016-06-11 | Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -24/+49 |
2016-06-11 | Merge tag '20160610_uvc_compat_for_linus' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -77/+20 |
2016-06-10 | uvc_v4l2: Simplify compat ioctl implementation | Andy Lutomirski | 1 | -56/+2 |
2016-06-10 | uvc: Forward compat ioctls to their handlers directly | Andy Lutomirski | 1 | -21/+18 |
2016-06-10 | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 19 | -358/+569 |
2016-06-10 | Merge tag 'powerpc-4.7-3Michael Ellerman:' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 7 | -12/+16 |
2016-06-10 | Merge tag 'hwmon-for-linus-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -7/+4 |
2016-06-10 | Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) | Linus Torvalds | 3 | -3/+20 |
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 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |
2016-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -15/+86 |
2016-06-10 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -16/+28 |
2016-06-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -36/+52 |
2016-06-10 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 5 | -44/+99 |
2016-06-10 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -9/+7 |
2016-06-10 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+3 |
2016-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 93 | -460/+828 |
2016-06-10 | Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 3 | -6/+81 |
2016-06-10 | Merge tag 'drm-fixes-for-v4.7-rc3' of git://people.freedesktop.org/~airlied/l... | Linus Torvalds | 62 | -185/+439 |
2016-06-10 | Merge tag 'acpi-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 3 | -9/+24 |