Age | Commit message (Expand) | Author | Files | Lines |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 180 | -385/+383 |
2017-10-25 | locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Paul E. McKenney | 1 | -3/+3 |
2017-10-25 | locking/atomics, doc/filesystems: Convert ACCESS_ONCE() references | Paul E. McKenney | 1 | -3/+3 |
2017-10-25 | locking/atomics, rcutorture/formal: Prepare for ACCESS_ONCE() removal | Mark Rutland | 1 | -3/+2 |
2017-10-25 | locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 1 | -2/+2 |
2017-10-25 | locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRIT... | Mark Rutland | 2 | -2/+2 |
2017-10-25 | locking/atomics, samples/mic/mpssd/mpssd.c: Convert ACCESS_ONCE() to READ_ONC... | Mark Rutland | 1 | -3/+3 |
2017-10-25 | locking/atomics, net/average: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 1 | -3/+7 |
2017-10-25 | locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/W... | Mark Rutland | 1 | -3/+3 |
2017-10-25 | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/... | Mark Rutland | 6 | -8/+8 |
2017-10-25 | locking/atomics, media/dvb_ringbuffer: Convert ACCESS_ONCE() to READ_ONCE()/W... | Mark Rutland | 1 | -4/+4 |
2017-10-25 | locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 1 | -9/+0 |
2017-10-25 | locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 2 | -11/+11 |
2017-10-25 | locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 1 | -12/+12 |
2017-10-25 | locking/atomics, EDAC/altera: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 1 | -5/+5 |
2017-10-25 | locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 1 | -7/+8 |
2017-10-25 | locking/qrwlock: Prevent slowpath writers getting held up by fastpath | Will Deacon | 3 | -37/+14 |
2017-10-25 | locking/qrwlock, arm64: Move rwlock implementation over to qrwlocks | Will Deacon | 4 | -168/+20 |
2017-10-25 | locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock | Will Deacon | 2 | -40/+14 |
2017-10-25 | locking/atomic: Add atomic_cond_read_acquire() | Will Deacon | 2 | -0/+7 |
2017-10-25 | locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock' | Will Deacon | 3 | -37/+16 |
2017-10-24 | locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed(... | Will Deacon | 1 | -0/+13 |
2017-10-24 | locking/barriers: Kill lockless_dereference() | Will Deacon | 3 | -44/+0 |
2017-10-24 | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon | 13 | -27/+27 |
2017-10-24 | locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE() | Will Deacon | 1 | -0/+1 |
2017-10-24 | linux/compiler.h: Split into compiler.h and compiler_types.h | Will Deacon | 11 | -271/+286 |
2017-10-24 | Merge tag 'v4.14-rc6' into locking/core, to pick up fixes | Ingo Molnar | 479 | -2345/+5183 |
2017-10-23 | Linux 4.14-rc6 | Linus Torvalds | 1 | -1/+1 |
2017-10-23 | Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -39/+96 |
2017-10-23 | Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -26/+15 |
2017-10-23 | Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 18 | -77/+226 |
2017-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -6/+1 |
2017-10-22 | Input: do not use property bits when generating module alias | Dmitry Torokhov | 2 | -6/+1 |
2017-10-22 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -67/+59 |
2017-10-22 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+2 |
2017-10-22 | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+5 |
2017-10-22 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -10/+37 |
2017-10-22 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -18/+52 |
2017-10-22 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+7 |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 113 | -689/+1735 |
2017-10-22 | stmmac: Don't access tx_q->dirty_tx before netif_tx_lock | Bernd Edlinger | 1 | -1/+2 |
2017-10-22 | ipv6: flowlabel: do not leave opt->tot_len with garbage | Eric Dumazet | 2 | -2/+3 |
2017-10-22 | of_mdio: Fix broken PHY IRQ in case of probe deferral | Geert Uytterhoeven | 1 | -12/+27 |
2017-10-22 | textsearch: fix typos in library helpers | Randy Dunlap | 2 | -2/+2 |
2017-10-22 | rxrpc: Don't release call mutex on error pointer | David Howells | 1 | -2/+3 |
2017-10-22 | Merge branch 'stmmac-hw-tstamp-fixes' | David S. Miller | 2 | -8/+8 |
2017-10-22 | net: stmmac: Prevent infinite loop in get_rx_timestamp_status() | Jose Abreu | 1 | -1/+1 |
2017-10-22 | net: stmmac: Fix stmmac_get_rx_hwtstamp() | Jose Abreu | 1 | -7/+6 |
2017-10-22 | net: stmmac: Add missing call to dev_kfree_skb() | Jose Abreu | 1 | -0/+1 |
2017-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 13 | -97/+199 |