Age | Commit message (Expand) | Author | Files | Lines |
2019-07-17 | docs: fix broken doc references due to renames | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2019-06-08 | docs: pci: fix broken links due to conversion from pci.txt to pci.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-05-28 | doc: Remove ".vnet" from paulmck email addresses | Paul E. McKenney | 1 | -1/+1 |
2019-04-23 | docs/memory-barriers.txt: Update I/O section to be clearer about CPU vs thread | Will Deacon | 1 | -27/+40 |
2019-04-11 | docs/memory-barriers.txt: Fix style, spacing and grammar in I/O section | Will Deacon | 1 | -58/+66 |
2019-04-08 | Documentation: Kill all references to mmiowb() | Will Deacon | 1 | -99/+4 |
2019-04-08 | docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" section | Will Deacon | 1 | -45/+70 |
2018-11-20 | Documentation: Use "while" instead of "whilst" | Will Deacon | 1 | -11/+11 |
2018-10-02 | locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() | Andrea Parri | 1 | -2/+1 |
2018-07-17 | sched/Documentation: Update wake_up() & co. memory-barrier guarantees | Andrea Parri | 1 | -16/+27 |
2018-06-05 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -8/+9 |
2018-05-15 | locking/memory-barriers.txt: Fix broken DMA vs. MMIO ordering example | Will Deacon | 1 | -8/+9 |
2018-05-08 | docs: core-api: add circular-buffers documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-05-08 | docs: core-api: add cachetlb documentation | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-03-10 | locking/memory-barriers: De-emphasize smp_read_barrier_depends() some more | Paul E. McKenney | 1 | -8/+18 |
2018-02-21 | memory-barriers: Fix description of data dependency barriers | Nikolay Borisov | 1 | -1/+1 |
2018-02-21 | Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/" | Andrea Parri | 1 | -1/+5 |
2017-12-05 | doc: De-emphasize smp_read_barrier_depends | Paul E. McKenney | 1 | -2/+5 |
2017-12-04 | doc: READ_ONCE() now implies smp_barrier_depends() | Paul E. McKenney | 1 | -6/+9 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -12/+0 |
2017-10-24 | locking/barriers: Kill lockless_dereference() | Will Deacon | 1 | -12/+0 |
2017-10-20 | doc: Rewrite confusing statement about memory barriers | Guilherme G. Piccoli | 1 | -2/+2 |
2017-10-20 | memory-barriers.txt: Fix typo in pairing example | Scott Tsai | 1 | -1/+1 |
2017-10-10 | memory-barriers: Rework multicopy-atomicity section | Alan Stern | 1 | -28/+30 |
2017-10-10 | memory-barriers: Replace uses of "transitive" | Paul E. McKenney | 1 | -94/+91 |
2017-09-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -93/+8 |
2017-08-17 | doc: Update memory-barriers.txt for read-to-write dependencies | Paul E. McKenney | 1 | -17/+24 |
2017-08-10 | locking: Remove smp_mb__before_spinlock() | Peter Zijlstra | 1 | -4/+1 |
2017-08-10 | Documentation/locking/atomic: Add documents for new atomic_t APIs | Peter Zijlstra | 1 | -89/+7 |
2017-07-13 | Merge tag '4.13-fixes' of git://git.lwn.net/linux | Linus Torvalds | 1 | -3/+3 |
2017-07-13 | memory-barriers.txt: Fix broken link to atomic_ops.txt | SeongJae Park | 1 | -3/+3 |
2017-07-04 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds | 1 | -5/+5 |
2017-06-24 | Documentation: atomic_ops.txt is core-api/atomic_ops.rst | Palmer Dabbelt | 1 | -5/+5 |
2017-06-08 | docs: Fix typo in Documentation/memory-barriers.txt | Stan Drozd | 1 | -1/+1 |
2017-05-11 | Merge tag 'docs-4.12-2' of git://git.lwn.net/linux | Linus Torvalds | 1 | -2/+2 |
2017-05-09 | docs: update references to the device io book | Helmut Grohne | 1 | -2/+2 |
2017-04-12 | doc: Update control-dependencies section of memory-barriers.txt | pierre Kuo | 1 | -1/+1 |
2017-01-15 | doc: Update control-dependencies section of memory-barriers.txt | Paul E. McKenney | 1 | -32/+38 |
2016-08-12 | locking/Documentation: Fix a typo of example result | SeongJae Park | 1 | -1/+1 |
2016-08-12 | locking/Documentation: Fix wrong section reference | SeongJae Park | 1 | -1/+1 |
2016-08-12 | locking/Documentation: Maintain consistent blank line | SeongJae Park | 1 | -0/+1 |
2016-06-17 | locking/Documentation: Clarify limited control-dependency scope | Paul E. McKenney | 1 | -0/+41 |
2016-04-28 | locking/Documentation: Clarify that ACQUIRE applies to loads, RELEASE applies... | Will Deacon | 1 | -0/+5 |
2016-04-28 | locking/Documentation: State purpose of memory-barriers.txt | David Howells | 1 | -0/+16 |
2016-04-28 | locking/Documentation: Add disclaimer | Peter Zijlstra | 1 | -1/+17 |
2016-04-13 | locking/Documentation: Mention smp_cond_acquire() | Davidlohr Bueso | 1 | -2/+3 |
2016-04-13 | locking/Documentation: Insert white spaces consistently | SeongJae Park | 1 | -20/+23 |
2016-04-13 | locking/Documentation: Fix formatting inconsistencies | SeongJae Park | 1 | -4/+4 |
2016-04-13 | locking/Documentation: Add missed subsection in TOC | SeongJae Park | 1 | -0/+1 |