aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-03srcu: Release early_srcu resources when no longer in useZqiang1-0/+1
2023-01-03rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)1-33/+54
2023-01-03rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)1-10/+30
2023-01-03rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)1-2/+2
2023-01-03rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)1-8/+39
2023-01-03rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)1-7/+4
2023-01-03rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)1-49/+65
2023-01-03rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)1-46/+43
2023-01-03rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)2-23/+15
2023-01-03rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney3-0/+44
2023-01-03rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney2-0/+3
2023-01-03rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang1-2/+3
2023-01-03rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney1-0/+2
2023-01-03rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney1-1/+9
2023-01-03rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney3-2/+4
2023-01-03rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney1-156/+158
2023-01-03time: Fix various kernel-doc problemsRandy Dunlap3-10/+10
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov1-1/+6
2023-01-02sched/rseq: Fix concurrency ID handling of usermodehelper kthreadsMathieu Desnoyers1-3/+3
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-37/+17
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-16/+56
2022-12-28bpf: rename list_head -> graph_root in field info typesDave Marchevsky3-22/+24
2022-12-28bpf: Always use maximal size for copy_array()Kees Cook1-5/+7
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee1-12/+27
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang1-0/+4
2022-12-27bpf: fix regs_exact() logic in regsafe() to remap IDs correctlyAndrii Nakryiko1-7/+16
2022-12-27bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko1-12/+9
2022-12-27bpf: reject non-exact register type matches in regsafe()Andrii Nakryiko1-24/+21
2022-12-27bpf: generalize MAYBE_NULL vs non-MAYBE_NULL ruleAndrii Nakryiko1-16/+15
2022-12-27bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko1-9/+8
2022-12-27bpf: teach refsafe() to take into account ID remappingAndrii Nakryiko1-4/+12
2022-12-27cputime: remove cputime_to_nsecs fallbackNicholas Piggin1-0/+4
2022-12-27sched/core: Adjusting the order of scanning CPUHao Jia2-3/+3
2022-12-27sched/numa: Stop an exhastive search if an idle core is foundHao Jia1-1/+1
2022-12-27sched: Make const-safeMatthew Wilcox (Oracle)3-22/+24
2022-12-27rseq: Extend struct rseq with per-memory-map concurrency IDMathieu Desnoyers1-1/+10
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers4-1/+118
2022-12-27rseq: Extend struct rseq with numa node idMathieu Desnoyers1-6/+13
2022-12-27rseq: Introduce extensible rseq ABIMathieu Desnoyers2-8/+31
2022-12-27sched: Async unthrottling for cfs bandwidthJosh Don2-13/+150
2022-12-27sched/topology: Add __init for init_defrootdomainBing Huang1-1/+1
2022-12-27futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers1-4/+7
2022-12-27perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim1-3/+3
2022-12-27perf: Fix use-after-free in error pathPeter Zijlstra1-1/+3
2022-12-27perf/core: Fix cgroup events trackingChengming Zhou1-32/+10
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria1-1/+1
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+10
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-7/+9
2022-12-23Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds1-0/+4
2022-12-23Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+5