summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-10-09bpf: Add ability to pin bpf timer to calling CPUDavid Vernet-1/+4
2023-10-09perf/core: Allow reading package events from perf_event_read_localTero Kristo-3/+15
2023-10-09alarmtimer: Use maximum alarm time for suspendGuenter Roeck-0/+11
2023-10-09Merge back earlier system-wide PM changes for v6.7.Rafael J. Wysocki-11/+9
2023-10-09sched/psi: Change update_triggers() to a 'void' functionYang Yang-4/+3
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois-36/+3
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot-23/+18
2023-10-09sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng-4/+4
2023-10-09sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar-3/+2
2023-10-09sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar-5/+5
2023-10-09sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar-14/+16
2023-10-09printk: flush consoles before checking progressJohn Ogness-1/+7
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall-14/+58
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra-0/+1
2023-10-09kernel: watch_queue: copy user-array safelyPhilipp Stanner-1/+1
2023-10-09kernel: kexec: copy user-array safelyPhilipp Stanner-1/+1
2023-10-08Merge tag 'sched-urgent-2023-10-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+15
2023-10-07sched/debug: Print 'tgid' in sched_show_task()Yajun Deng-3/+3
2023-10-07sched/core: Update stale comment in try_to_wake_up()Ingo Molnar-1/+1
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar-107/+404
2023-10-06bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer-5/+14
2023-10-06bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann-11/+7
2023-10-06bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann-1/+1
2023-10-06Merge tag 'pm-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-2/+2
2023-10-06bpf: Annotate struct bpf_stack_map with __counted_byKees Cook-1/+1
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest-7/+27
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