summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* locking/atomics, net/average: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-3/+7
* locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-254-5/+5
* locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-2/+2
* locking/qrwlock: Prevent slowpath writers getting held up by fastpathWill Deacon2017-10-252-22/+9
* locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlockWill Deacon2017-10-251-2/+2
* locking/atomic: Add atomic_cond_read_acquire()Will Deacon2017-10-252-0/+7
* locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'Will Deacon2017-10-252-13/+14
* locking/barriers: Kill lockless_dereference()Will Deacon2017-10-241-20/+0
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-242-4/+4
* locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-10-241-0/+1
* linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-10-247-267/+282
* Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-2424-64/+197
|\
| * Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-222-1/+3
| |\
| | * Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-10-162-1/+3
| | |\
| | | * genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger2017-10-131-1/+0
| | | * genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger2017-10-131-0/+1
| | | * irqchip/gic-v3-its: Add missing changes to support 52bit physical addressShanker Donthineni2017-10-131-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-214-2/+10
| |\ \ \
| | * | | tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
| | * | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-202-1/+6
| | * | | tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-10-161-0/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-212-0/+10
| |\ \ \ \
| | * | | | Input: allow matching device IDs on property bitsDmitry Torokhov2017-10-192-0/+7
| | * | | | Input: factor out and export input_device_id matching codeDmitry Torokhov2017-10-191-0/+3
| * | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-10-201-2/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann2017-10-191-2/+2
| | |\ \ \ \ \
| | | * | | | | bus: mbus: fix window size calculation for 4GB windowsJan Luebbe2017-10-121-2/+2
| * | | | | | | Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-201-17/+30
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-191-17/+30
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-17/+30
| | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-193-9/+16
| * | | | | | | membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-193-7/+35
| * | | | | | | Merge tag 'sound-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-191-0/+3
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai2017-10-181-0/+3
| * | | | | | | Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-151-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan2017-10-041-1/+1
| * | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-141-8/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched/core: Fix wake_affine() performance regressionPeter Zijlstra2017-10-101-8/+0
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2017-10-131-1/+1
| * | | | | | | | fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-131-0/+1
| * | | | | | | | linux/kernel.h: add/correct kernel-doc notationRandy Dunlap2017-10-131-16/+74
| * | | | | | | | include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann2017-10-131-0/+10
| * | | | | | | | Merge tag 'sound-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-121-0/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-091-0/+1
| | | |_|/ / / | | |/| | | |
* | | | | | | locking/static_keys: Improve uninitialized key warningBorislav Petkov2017-10-192-10/+10
* | | | | | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-104-9/+13
* | | | | | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-104-37/+0
* | | | | | | locking/rwsem: Add down_read_killable()Kirill Tkhai2017-10-102-0/+11
* | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2017-10-1042-160/+309
|\| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-093-3/+10
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |