summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-10-06cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois-26/+29
2023-10-06cpufreq: schedutil: Merge initialization code of sg_cpu in single loopLiao Chang-8/+3
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-67/+142
2023-10-05cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan-1/+2
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-30/+25
2023-10-05tracing: Make system_callback() function staticSteven Rostedt (Google)-1/+1
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)-1/+1
2023-10-05resource: Unify next_resource() and next_resource_skip_children()Andy Shevchenko-13/+6
2023-10-05resource: Reuse for_each_resource() macroAndy Shevchenko-15/+19
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng-3/+3
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)-103/+221
2023-10-04rcu: Comment why callbacks migration can't wait for CPUHP_RCUTREE_PREPFrederic Weisbecker-0/+7
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker-7/+11
2023-10-04rcu: Conditionally build CPU-hotplug teardown callbacksFrederic Weisbecker-60/+54
2023-10-04workqueue: Fix UAF report by KASAN in pwq_release_workfn()Zqiang-0/+6
2023-10-04cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()Harshit Mogalapalli-7/+7
2023-10-04cgroup/cpuset: Enable invalid to valid local partition transitionWaiman Long-31/+48
2023-10-04cgroup: add cgroup_favordynmods= command-line optionLuiz Capitulino-4/+14
2023-10-04PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti-2/+2
2023-10-04crash_core.c: remove unneeded functionsBaoquan He-18/+0
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He-17/+16
2023-10-04crash_core: add generic function to do reservationBaoquan He-1/+106
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He-3/+33
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He-3/+12
2023-10-04crash_core.c: remove unnecessary parameter of functionBaoquan He-4/+4
2023-10-04pid: pid_ns_ctl_handler: remove useless commentRong Tao-6/+0
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher-12/+24
2023-10-04taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov-3/+2
2023-10-04getrusage: use __for_each_thread()Oleg Nesterov-3/+1
2023-10-04getrusage: add the "signal_struct *sig" local variableOleg Nesterov-18/+19
2023-10-04signal: complete_signal: use __for_each_thread()Oleg Nesterov-3/+2
2023-10-04panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak-9/+13
2023-10-04__kill_pgrp_info: simplify the calculation of return valueOleg Nesterov-6/+11
2023-10-04kill task_struct->thread_groupOleg Nesterov-4/+0
2023-10-04docs: fix link s390/zfcpdump.rstCosta Shulyupin-1/+1
2023-10-04rcu: dynamically allocate the rcu-kfree shrinkerQi Zheng-9/+12
2023-10-04rcu: dynamically allocate the rcu-lazy shrinkerQi Zheng-9/+10
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik-9/+0
2023-10-04futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...Li zeming-1/+1
2023-10-04rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker-3/+3
2023-10-04rcu: Assume IRQS disabled from rcu_report_dead()Frederic Weisbecker-4/+6
2023-10-04rcu: Use rcu_segcblist_segempty() instead of open coding itFrederic Weisbecker-2/+2
2023-10-04rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas-0/+9
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-30/+25
2023-10-03tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave-14/+22
2023-10-03ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak-4/+4
2023-10-03tracing: Expand all ring buffers individuallyZheng Yejian-33/+45
2023-10-03sched/headers: Remove duplicate header inclusionsYu Liao-2/+0
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta-2/+0
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra-1/+9