aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-09-19Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+45
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky3-1/+58
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2-6/+2
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-1/+162
2021-09-17Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+4
2021-09-17lockdep: Improve comments in wait-type checksZhouyi Zhou2-3/+3
2021-09-17lockdep: Let lock_is_held_type() detect recursive read as readSebastian Andrzej Siewior1-1/+1
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst3-21/+131
2021-09-17genirq: Move prio assignment into the newly created threadThomas Gleixner1-2/+2
2021-09-17genirq: Update irq_set_irqchip_state documentationJosh Cartwright1-1/+1
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-44/+22
2021-09-16scftorture: Warn on individual scf_torture_init() error conditionsPaul E. McKenney1-5/+5
2021-09-16scftorture: Count reschedule IPIsPaul E. McKenney1-0/+1
2021-09-16scftorture: Account for weight_resched when checking for all zeroesPaul E. McKenney1-2/+2
2021-09-16scftorture: Shut down if nonsensical arguments givenPaul E. McKenney1-0/+4
2021-09-16scftorture: Allow zero weight to exclude an smp_call_function*() categoryPaul E. McKenney1-12/+12
2021-09-16rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long1-2/+1
2021-09-15rcu-tasks: Update comments to cond_resched_tasks_rcu_qs()Paul E. McKenney1-3/+3
2021-09-15rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay1-1/+3
2021-09-15rcu-tasks: Fix read-side primitives comment for call_rcu_tasks_traceNeeraj Upadhyay1-10/+6
2021-09-15rcu-tasks: Clarify read side section info for rcu_tasks_rude GP primitivesNeeraj Upadhyay1-7/+7
2021-09-15rcu-tasks: Correct comparisons for CPU numbers in show_stalled_task_traceNeeraj Upadhyay1-2/+2
2021-09-15rcu-tasks: Correct firstreport usage in check_all_holdout_tasks_traceNeeraj Upadhyay1-1/+1
2021-09-15rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in commentNeeraj Upadhyay1-1/+1
2021-09-15rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loopPaul E. McKenney1-2/+1
2021-09-15rcu-tasks: Fix s/instruction/instructions/ typo in commentPaul E. McKenney1-1/+1
2021-09-15rcu-tasks: Remove second argument of rcu_read_unlock_trace_special()Paul E. McKenney1-3/+3
2021-09-15rcu-tasks: Add trc_inspect_reader() checks for exiting critical sectionPaul E. McKenney1-9/+9
2021-09-15rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney1-17/+3
2021-09-15locking/rwbase: Take care of ordering guarantee for fastpath readerBoqun Feng1-2/+19
2021-09-15locking/rwbase: Extract __rwbase_write_trylock()Peter Zijlstra1-18/+26
2021-09-15locking/rwbase: Properly match set_and_save_state() to restore_state()Peter Zijlstra1-1/+1
2021-09-15events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers1-1/+1
2021-09-15locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra1-1/+1
2021-09-15PM: hibernate: Remove blk_status_to_errno in hib_wait_ioFalla Coulibaly1-1/+1
2021-09-15PM: sleep: Do not assume that "mem" is always presentFlorian Fainelli1-2/+2
2021-09-14bpf: Support for new btf kind BTF_KIND_TAGYonghong Song1-0/+128
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-2/+2
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-2/+5
2021-09-14audit: Convert to SPDX identifierCai Huoqing1-14/+1
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-44/+22
2021-09-13kcsan: selftest: Cleanup and add missing __initMarco Elver1-39/+27
2021-09-13kcsan: Move ctx to start of argument listMarco Elver1-4/+4
2021-09-13kcsan: Support reporting scoped read-write access typeMarco Elver2-3/+9
2021-09-13kcsan: Start stack trace with explicit location if providedMarco Elver2-13/+61
2021-09-13kcsan: Save instruction pointer for scoped accessesMarco Elver1-3/+9
2021-09-13kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver3-38/+45
2021-09-13kcsan: test: Fix flaky test caseMarco Elver1-4/+18
2021-09-13kcsan: test: Use kunit_skip() to skip testsMarco Elver1-4/+7
2021-09-13kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver1-1/+1