aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-09-15panic: Reenable preemption in WARN slowpathLukas Wunner1-0/+1
2023-09-14bpf: Charge modmem for struct_ops trampolineSong Liu1-4/+22
2023-09-14futex: Use a folio instead of a pageMatthew Wilcox (Oracle)1-34/+33
2023-09-13rcu: Eliminate rcu_gp_slow_unregister() false positivePaul E. McKenney1-1/+1
2023-09-13rcu: Dump memory object info if callback function is invalidZhen Lei6-0/+12
2023-09-13rcu: Add sysfs to provide throttled access to rcu_barrier()Paul E. McKenney1-0/+76
2023-09-13rcu/tree: Remove superfluous return from void call_rcu* functionsJoel Fernandes (Google)1-2/+2
2023-09-13srcu: Fix error handling in init_srcu_struct_fields()Joel Fernandes (Google)1-15/+17
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-30/+88
2023-09-13sched/fair: Fix SMT4 group_smt_balance handlingTim Chen1-1/+11
2023-09-13sched: Misc cleanupsPeter Zijlstra1-104/+63
2023-09-13sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra1-19/+19
2023-09-13sched: Simplify sched_move_task()Peter Zijlstra1-6/+4
2023-09-13sched: Simplify sched_rr_get_interval()Peter Zijlstra1-22/+14
2023-09-13sched: Simplify yield_to()Peter Zijlstra1-38/+29
2023-09-13sched: Simplify sched_{set,get}affinity()Peter Zijlstra1-39/+14
2023-09-13sched: Simplify syscallsPeter Zijlstra1-86/+68
2023-09-13sched: Simplify set_user_nice()Peter Zijlstra2-7/+11
2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras2-14/+14
2023-09-13swiotlb: use the calculated number of areasRoss Lagerwall1-3/+2
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap1-6/+7
2023-09-12bpf: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-09-12audit: Annotate struct audit_chunk with __counted_byKees Cook1-1/+1
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang2-2/+5
2023-09-12perf/core: Bail out early if the request AUX area is out of boundShuai Xue1-0/+6
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan1-4/+9
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu1-6/+6
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu2-8/+10
2023-09-11bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman1-5/+7
2023-09-11stacktrace: Export stack_trace_save_tskChristopher James Halse Rogers1-0/+2
2023-09-11bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen1-3/+18
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo1-1/+1
2023-09-11refscale: Print out additional module parametersPaul E. McKenney1-2/+2
2023-09-11refscale: Fix misplaced data re-readPaul E. McKenney1-1/+1
2023-09-11rcu-tasks: Make rcu_tasks_lazy_ms staticJiapeng Chong1-1/+1
2023-09-11rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loopPaul E. McKenney1-1/+3
2023-09-11rcu-tasks: Add printk()s to localize boot-time self-test hangPaul E. McKenney1-1/+3
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)3-2/+34
2023-09-11rcutorture: Add test of RCU CPU stall notifiersPaul E. McKenney1-0/+21
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney3-2/+69
2023-09-11rcu: Eliminate check_cpu_stall() duplicate codeZhen Lei1-27/+15
2023-09-11rcu: Don't redump the stalled CPU where RCU GP kthread last ranZhen Lei1-1/+3
2023-09-11rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()Zhen Lei1-7/+5
2023-09-11bpf: Ensure unit_size is matched with slab cache object sizeHou Tao1-2/+31
2023-09-11bpf: Don't prefill for unused bpf_mem_cacheHou Tao1-2/+14
2023-09-11bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao1-0/+38
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein1-2/+2
2023-09-11kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel1-20/+5
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel4-39/+4
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4