summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-0314-476/+823
|\
| * Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-08-011-0/+2
| |\
| | * rculist: Add ASSERT_EXCLUSIVE_ACCESS() to __list_splice_init_rcu()Paul E. McKenney2020-06-291-0/+2
| * | Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-3115-10/+39
| |\ \
| * | | kcsan: Improve IRQ state trace reportingMarco Elver2020-07-311-0/+4
| * | | lockdep: Refactor IRQ trace events fields into structMarco Elver2020-07-312-9/+15
| * | | seqlock: lockdep assert non-preemptibility on seqcount_t writeAhmed S. Darwish2020-07-291-6/+23
| * | | lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish2020-07-291-0/+19
| * | | seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()Ahmed S. Darwish2020-07-291-4/+5
| * | | seqlock: Add kernel-doc for seqcount_t and seqlock_t APIsAhmed S. Darwish2020-07-291-77/+348
| * | | seqlock: Reorder seqcount_t and seqlock_t API definitionsAhmed S. Darwish2020-07-291-80/+78
| * | | seqlock: seqcount_t latch: End read sections with read_seqcount_retry()Ahmed S. Darwish2020-07-291-2/+2
| * | | seqlock: Properly format kernel-doc code samplesAhmed S. Darwish2020-07-291-52/+56
| * | | Documentation: locking: Describe seqlock design and usageAhmed S. Darwish2020-07-291-45/+40
| * | | Merge branch 'locking/header'Peter Zijlstra2020-07-294-10/+3
| |\ \ \
| | * | | locking/qspinlock: Do not include atomic.h from qspinlock_types.hHerbert Xu2020-07-292-8/+1
| | * | | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-292-2/+2
| | * | | lockdep: Move list.h inclusion into lockdep.hHerbert Xu2020-07-282-2/+1
| * | | | Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar2020-07-2543-126/+323
| |\ \ \ \
| * | | | | rwsem: fix commas in initialisationAlexey Dobriyan2020-07-161-10/+10
| * | | | | lockdep: Move list.h inclusion into lockdep.hHerbert Xu2020-07-162-2/+1
| * | | | | lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra2020-07-102-5/+5
| * | | | | lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra2020-07-103-25/+30
| * | | | | x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra2020-07-101-9/+19
| * | | | | Merge branch 'tip/x86/entry'Peter Zijlstra2020-07-1076-174/+643
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | lockdep: Split header file into lockdep and lockdep_typesHerbert Xu2020-06-174-177/+200
* | | | | | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-038-23/+84
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-07-318-23/+84
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-------. \ \ \ \ \ Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney2020-06-297-22/+83
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|/ | | | | | |/| | | | | |
| | | | | | | * | | | | rcutorture: Add races with task-exit processingPaul E. McKenney2020-06-291-0/+5
| | | | | | |/ / / / / | | | | | |/| | | | |
| | | | | | * | | | | rcu-tasks: Fix synchronize_rcu_tasks_trace() header commentPaul E. McKenney2020-06-291-2/+2
| | | | | |/ / / / /
| | | | * | | | | | rcu: Introduce single argument kvfree_rcu() interfaceUladzislau Rezki (Sony)2020-06-291-4/+34
| | | | * | | | | | rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)2020-06-291-1/+17
| | | | * | | | | | rcu: Introduce 2 arg kvfree_rcu() interfaceUladzislau Rezki (Sony)2020-06-291-0/+9
| | | | * | | | | | rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)2020-06-294-13/+13
| | | | |/ / / / /
| | | * | | | | | rcu: Fix some kernel-doc warningsMauro Carvalho Chehab2020-06-291-1/+1
| | | * | | | | | trace: events: rcu: Change description of rcu_dyntick trace eventMadhuparna Bhowmik2020-06-291-5/+6
| | | |/ / / / /
| | * / / / / / docs: RCU: Convert rculist_nulls.txt to ReSTMauro Carvalho Chehab2020-06-291-1/+1
| | |/ / / / /
* | | | | | | Merge tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-034-53/+60
|\ \ \ \ \ \ \
| * | | | | | | compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar2020-07-244-53/+60
* | | | | | | | Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-07-271-0/+13
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-0320-215/+302
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-318-152/+139
| |\ \ \ \ \ \ \ \
| | * | | | | | | | compiler.h: Move compiletime_assert() macros into compiler_types.hWill Deacon2020-07-212-41/+41
| | * | | | | | | | include/linux: Remove smp_read_barrier_depends() from commentsWill Deacon2020-07-212-2/+2
| | * | | | | | | | locking/barriers: Remove definitions for [smp_]read_barrier_depends()Will Deacon2020-07-211-17/+0
| | * | | | | | | | asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon2020-07-212-2/+2
| | * | | | | | | | asm/rwonce: Remove smp_read_barrier_depends() invocationWill Deacon2020-07-211-15/+4
| | * | | | | | | | asm/rwonce: Allow __READ_ONCE to be overridden by the architectureWill Deacon2020-07-211-0/+2