summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-05cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long
2024-08-05Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12Tejun Heo
2024-08-05cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long
2024-08-05cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong
2024-08-05cgroup/pids: Remove unreachable paths of pids_{can,cancel}_forkXiu Jianfeng
2024-08-05lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bugLuis Claudio R. Goncalves
2024-08-05timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner
2024-08-05ntp: Safeguard against time_constant overflowJustin Stitt
2024-08-05ntp: Clamp maxerror and esterror to operating rangeJustin Stitt
2024-08-05kprobes: Fix to check symbol prefixes correctlyMasami Hiramatsu (Google)
2024-08-04profiling: remove profile=sleep supportTetsuo Handa
2024-08-04Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2024-08-04Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-08-04Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-08-04Merge tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-02sched_ext: Allow p->scx.disallow only while loadingTejun Heo
2024-08-02exit: Sleep at TASK_IDLE when waiting for application core dumpPaul E. McKenney
2024-08-02clocksource: Set cs_watchdog_read() checks based on .uncertainty_marginPaul E. McKenney
2024-08-02clocksource: Fix comments on WATCHDOG_THRESHOLD & WATCHDOG_MAX_SKEWPaul E. McKenney
2024-08-02clocksource: Improve comments for watchdog skew boundsBorislav Petkov
2024-08-02clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney
2024-08-02cpu/hotplug: Provide weak fallback for arch_cpuhp_init_parallel_bringup()Jiaxun Yang
2024-08-02cpu/hotplug: Make HOTPLUG_PARALLEL independent of HOTPLUG_SMTJiaxun Yang
2024-08-02PM: sleep: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo
2024-08-02PM: hibernate: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo
2024-08-02uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()Oleg Nesterov
2024-08-02uprobes: fold __uprobe_unregister() into uprobe_unregister()Oleg Nesterov
2024-08-02uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...Oleg Nesterov
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov
2024-08-02uprobes: simplify error handling for alloc_uprobe()Andrii Nakryiko
2024-08-02uprobes: is_trap_at_addr: don't use get_user_pages_remote()Oleg Nesterov
2024-08-02uprobes: document the usage of mm->mmap_lockOleg Nesterov
2024-08-02perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko
2024-08-02perf: Support PERF_SAMPLE_READ with inheritBen Gainey
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey
2024-08-01kcsan: Use min() to fix Coccinelle warningThorsten Blum
2024-08-01sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT]Tejun Heo
2024-07-31scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALLDavid Vernet
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long
2024-07-31jump_label: Fix the fix, brown paper bags galorePeter Zijlstra
2024-07-31tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner
2024-07-30cpuset: use Union-Find to optimize the merging of cpumasksXavier
2024-07-30cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong
2024-07-30cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng
2024-07-30cgroup/pids: Avoid spurious event notificationXiu Jianfeng
2024-07-30cgroup/cpuset: remove child_ecpus_countChen Ridong
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo
2024-07-29profiling: remove stale percpu flip buffer variablesLinus Torvalds