- e319e1f block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_completion() by Byungchul Park · 7 years ago
- fd1a5b0 workqueue: Remove now redundant lock acquisitions wrt. workqueue flushes by Byungchul Park · 7 years ago
- a7967bc sched/completions: Add support for initializing completions with lockdep_map by Byungchul Park · 7 years ago
- e121d64 locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y by Byungchul Park · 7 years ago
- 2dcd5ad locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS by Byungchul Park · 7 years ago
- d141bab locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default by Byungchul Park · 7 years ago
- 2420843 locking/lockdep, sched/completions: Change the prefix of lock name for completion variables by Byungchul Park · 7 years ago
- 6f0397d locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEP by Byungchul Park · 7 years ago
- 65e53aa block: Use DECLARE_COMPLETION_ONSTACK() in submit_bio_wait() by Christoph Hellwig · 7 years ago
- 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- b03a0fe locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Paul E. McKenney · 7 years ago
- 3587679 locking/atomics, doc/filesystems: Convert ACCESS_ONCE() references by Paul E. McKenney · 7 years ago
- 5cd3801 locking/atomics, rcutorture/formal: Prepare for ACCESS_ONCE() removal by Mark Rutland · 7 years ago
- c95491e locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 564cbc8 locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 94bbc9c locking/atomics, samples/mic/mpssd/mpssd.c: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- ef4d9af locking/atomics, net/average: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- a9da6f2 locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 14cd5d4 locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 24fbd6e locking/atomics, media/dvb_ringbuffer: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- fd7048a locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 66702eb locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- eeafcc5 locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- 332efa6 locking/atomics, EDAC/altera: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- d3e632f locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
- d133166 locking/qrwlock: Prevent slowpath writers getting held up by fastpath by Will Deacon · 7 years ago
- 087133a locking/qrwlock, arm64: Move rwlock implementation over to qrwlocks by Will Deacon · 7 years ago
- b519b56 locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock by Will Deacon · 7 years ago
- 4df714b locking/atomic: Add atomic_cond_read_acquire() by Will Deacon · 7 years ago
- e0d0228 locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock' by Will Deacon · 7 years ago
- 5a8897c locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed() atomics by Will Deacon · 7 years ago
- 59ecbbe locking/barriers: Kill lockless_dereference() by Will Deacon · 7 years ago
- 506458e locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
- 76ebbe7 locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE() by Will Deacon · 7 years ago
- d151558 linux/compiler.h: Split into compiler.h and compiler_types.h by Will Deacon · 7 years ago
- 9babb09 Merge tag 'v4.14-rc6' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- bb176f6 Linux 4.14-rc6 by Linus Torvalds · 7 years ago
- dd9d064 Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
- 17e7637 Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
- 5805992 Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
- 02982f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
- 09c3e01 Input: do not use property bits when generating module alias by Dmitry Torokhov · 7 years ago
- 936fd00 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 9e415a8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 5670a84 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 085cf9b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 4f184d7 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b8d389e Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- 8d5f4b0 stmmac: Don't access tx_q->dirty_tx before netif_tx_lock by Bernd Edlinger · 7 years ago
- 864e2a1 ipv6: flowlabel: do not leave opt->tot_len with garbage by Eric Dumazet · 7 years ago
- 66bdede of_mdio: Fix broken PHY IRQ in case of probe deferral by Geert Uytterhoeven · 7 years ago
- 7433a8d textsearch: fix typos in library helpers by Randy Dunlap · 7 years ago
- 6cb3ece rxrpc: Don't release call mutex on error pointer by David Howells · 7 years ago
- 748759d Merge branch 'stmmac-hw-tstamp-fixes' by David S. Miller · 7 years ago
- 9454360 net: stmmac: Prevent infinite loop in get_rx_timestamp_status() by Jose Abreu · 7 years ago
- 9887094 net: stmmac: Fix stmmac_get_rx_hwtstamp() by Jose Abreu · 7 years ago
- 9c8080d net: stmmac: Add missing call to dev_kfree_skb() by Jose Abreu · 7 years ago
- e5f468b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
- ec0145e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 0247880 Merge branch 'mlxsw-fixes' by David S. Miller · 7 years ago
- dcbda28 mlxsw: spectrum_router: Configure TIGCR on init by Petr Machata · 7 years ago
- 14aefd9 mlxsw: reg: Add Tunneling IPinIP General Configuration Register by Petr Machata · 7 years ago
- 95491e3 net: ethtool: remove error check for legacy setting transceiver type by Niklas Söderlund · 7 years ago
- 1b5f962 soreuseport: fix initialization race by Craig Gallek · 7 years ago
- 66c5451 net: bridge: fix returning of vlan range op errors by Nikolay Aleksandrov · 7 years ago
- 54d43117 sock: correct sk_wmem_queued accounting on efault in tcp zerocopy by Willem de Bruijn · 7 years ago
- d2b2762 Merge branch 'bpf-range-marking-fixes' by David S. Miller · 7 years ago
- b37242c bpf: add test cases to bpf selftests to cover all access tests by Daniel Borkmann · 7 years ago
- 0fd4759 bpf: fix pattern matches for direct packet access by Daniel Borkmann · 7 years ago
- fb2a311 bpf: fix off by one for range markings with L{T, E} patterns by Daniel Borkmann · 7 years ago
- 8695a53 bpf: devmap fix arithmetic overflow in bitmap_size calculation by John Fastabend · 7 years ago
- 0787643 Merge tag 'dmaengine-fix-4.14-rc6' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
- 1f7c70d cpu/hotplug: Reset node state after operation by Thomas Gleixner · 7 years ago
- 43ebf97 Merge branch 'aquantia-fixes' by David S. Miller · 7 years ago
- 417a3ae net: aquantia: Bad udp rate on default interrupt coalescing by Igor Russkikh · 7 years ago
- b82ee71 net: aquantia: Enable coalescing management via ethtool interface by Igor Russkikh · 7 years ago
- 6849540 net: aquantia: mmio unmap was not performed on driver removal by Igor Russkikh · 7 years ago
- 4c8bb60 net: aquantia: Limit number of MSIX irqs to the number of cpus by Igor Russkikh · 7 years ago
- 93d87b8 net: aquantia: Fixed transient link up/down/up notification by Igor Russkikh · 7 years ago
- 5d8d84e net: aquantia: Add queue restarts stats counter by Igor Russkikh · 7 years ago
- 65e665e net: aquantia: Reset nic statistics on interface up/down by Igor Russkikh · 7 years ago
- ae65c85 android: binder: Fix null ptr dereference in debug msg by Sherry Yang · 7 years ago
- a0c2baa android: binder: Don't get mm from task by Sherry Yang · 7 years ago
- 197df02 udp: make some messages more descriptive by Matteo Croce · 7 years ago
- 772e97b geneve: Fix function matching VNI and tunnel ID on big-endian by Stefano Brivio · 7 years ago
- c69d75a Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
- b4562ca hv_sock: add locking in the open/close/release code paths by Dexuan Cui · 7 years ago
- 0a90e25 net/ncsi: Fix length of GVI response packet by Gavin Shan · 7 years ago
- 52b4c86 net/ncsi: Enforce failover on link monitor timeout by Gavin Shan · 7 years ago
- 100ef01 net/ncsi: Disable HWA mode when no channels are found by Gavin Shan · 7 years ago
- 0795fb2 net/ncsi: Stop monitor if channel times out or is inactive by Samuel Mendoza-Jonas · 7 years ago
- 6850d0f net/ncsi: Fix AEN HNCDSC packet length by Samuel Mendoza-Jonas · 7 years ago
- 509c7a1 packet: avoid panic in packet_getsockopt() by Eric Dumazet · 7 years ago
- c92e8c0 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
- 9c323bf Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
- 545ea16 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
- 6bf99a6 Merge tag 'sunxi-fixes-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes by Arnd Bergmann · 7 years ago
- 1c9fec4 waitid(): Avoid unbalanced user_access_end() on access_ok() error by Kees Cook · 7 years ago
- 9d35593 vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister() by Dexuan Cui · 7 years ago