aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng2-3/+3
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)3-103/+221
2023-10-04rcu: Comment why callbacks migration can't wait for CPUHP_RCUTREE_PREPFrederic Weisbecker1-0/+7
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker2-7/+11
2023-10-04rcu: Conditionally build CPU-hotplug teardown callbacksFrederic Weisbecker1-60/+54
2023-10-04workqueue: Fix UAF report by KASAN in pwq_release_workfn()Zqiang1-0/+6
2023-10-04cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()Harshit Mogalapalli1-7/+7
2023-10-04cgroup/cpuset: Enable invalid to valid local partition transitionWaiman Long1-31/+48
2023-10-04cgroup: add cgroup_favordynmods= command-line optionLuiz Capitulino1-4/+14
2023-10-04PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti1-2/+2
2023-10-04crash_core.c: remove unneeded functionsBaoquan He1-18/+0
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He2-17/+16
2023-10-04crash_core: add generic function to do reservationBaoquan He1-1/+106
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He1-3/+33
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-3/+12
2023-10-04crash_core.c: remove unnecessary parameter of functionBaoquan He1-4/+4
2023-10-04pid: pid_ns_ctl_handler: remove useless commentRong Tao1-6/+0
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher3-12/+24
2023-10-04taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov1-3/+2
2023-10-04getrusage: use __for_each_thread()Oleg Nesterov1-3/+1
2023-10-04getrusage: add the "signal_struct *sig" local variableOleg Nesterov1-18/+19
2023-10-04signal: complete_signal: use __for_each_thread()Oleg Nesterov1-3/+2
2023-10-04panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak1-9/+13
2023-10-04__kill_pgrp_info: simplify the calculation of return valueOleg Nesterov1-6/+11
2023-10-04kill task_struct->thread_groupOleg Nesterov2-4/+0
2023-10-04docs: fix link s390/zfcpdump.rstCosta Shulyupin1-1/+1
2023-10-04rcu: dynamically allocate the rcu-kfree shrinkerQi Zheng1-9/+12
2023-10-04rcu: dynamically allocate the rcu-lazy shrinkerQi Zheng1-9/+10
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik3-9/+0
2023-10-04futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...Li zeming1-1/+1
2023-10-04rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker2-3/+3
2023-10-04rcu: Assume IRQS disabled from rcu_report_dead()Frederic Weisbecker1-4/+6
2023-10-04rcu: Use rcu_segcblist_segempty() instead of open coding itFrederic Weisbecker1-2/+2
2023-10-04rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas1-0/+9
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-30/+25
2023-10-03tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave1-14/+22
2023-10-03ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak1-4/+4
2023-10-03tracing: Expand all ring buffers individuallyZheng Yejian3-33/+45
2023-10-03sched/headers: Remove duplicate header inclusionsYu Liao2-2/+0
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-2/+0
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra1-1/+9
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra1-2/+4
2023-10-03locking/debug: Fix debugfs API return value checks to use IS_ERR()Atul Kumar Pant1-5/+5
2023-10-03Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar131-2829/+7423
2023-10-02sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis1-4/+5
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+17
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-7/+55
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1