aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt5-19/+49
2024-08-07bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.cSong Liu1-68/+0
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef7-12/+12
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef7-12/+12
2024-08-07genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory1-0/+1
2024-08-07lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STATKent Overstreet1-0/+6
2024-08-07sched/debug: Fix fair_server_period_max valueDan Carpenter1-1/+1
2024-08-07sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_...Tejun Heo1-1/+1
2024-08-06workqueue: add cmdline parameter workqueue.panic_on_stallSangmoon Kim1-0/+16
2024-08-06sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()Tejun Heo3-7/+36
2024-08-06sched_ext: Improve comment on idle_sched_class exception in scx_task_iter_nex...Tejun Heo1-2/+23
2024-08-06sched_ext: Simplify UP support by enabling sched_class->balance() in UPTejun Heo3-44/+3
2024-08-06sched_ext: Use update_curr_common() in update_curr_scx()Tejun Heo1-10/+4
2024-08-06sched_ext: Add scx_enabled() test to @start_class promotion in put_prev_task_...Tejun Heo1-1/+1
2024-08-06sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick()Tejun Heo1-2/+2
2024-08-06locking/lockdep: Simplify character output in seq_line()Markus Elfring1-1/+1
2024-08-06lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu1-16/+32
2024-08-06lockdep: Use str_plural() to fix Coccinelle warningThorsten Blum1-1/+1
2024-08-06dma-debug: avoid deadlock between dma debug vs printk and netconsoleRik van Riel1-1/+4
2024-08-05workqueue: Correct declaration of cpu_pwq in struct workqueue_structUros Bizjak1-1/+1
2024-08-05workqueue: Fix spruious data race in __flush_work()Tejun Heo1-20/+25
2024-08-05workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from...Lai Jiangshan1-1/+0
2024-08-05workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()Will Deacon1-1/+1
2024-08-05binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel1-1/+20
2024-08-05cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long1-16/+18
2024-08-05Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12Tejun Heo1-17/+21
2024-08-05cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long1-16/+17
2024-08-05cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long1-1/+2
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong1-0/+2
2024-08-05cgroup/pids: Remove unreachable paths of pids_{can,cancel}_forkXiu Jianfeng1-12/+2
2024-08-05lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bugLuis Claudio R. Goncalves1-0/+3
2024-08-05timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner1-1/+1
2024-08-05ntp: Safeguard against time_constant overflowJustin Stitt1-3/+2
2024-08-05ntp: Clamp maxerror and esterror to operating rangeJustin Stitt1-2/+2
2024-08-05kprobes: Fix to check symbol prefixes correctlyMasami Hiramatsu (Google)1-2/+2
2024-08-04profiling: remove profile=sleep supportTetsuo Handa2-20/+1
2024-08-04Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo10-281/+879
2024-08-04Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+3
2024-08-04Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-21/+53
2024-08-04Merge tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+3
2024-08-02sched_ext: Allow p->scx.disallow only while loadingTejun Heo1-15/+20
2024-08-02exit: Sleep at TASK_IDLE when waiting for application core dumpPaul E. McKenney1-1/+1
2024-08-02clocksource: Set cs_watchdog_read() checks based on .uncertainty_marginPaul E. McKenney1-4/+5
2024-08-02clocksource: Fix comments on WATCHDOG_THRESHOLD & WATCHDOG_MAX_SKEWPaul E. McKenney1-1/+7
2024-08-02clocksource: Improve comments for watchdog skew boundsBorislav Petkov1-8/+20
2024-08-02clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney1-1/+1
2024-08-02cpu/hotplug: Provide weak fallback for arch_cpuhp_init_parallel_bringup()Jiaxun Yang1-0/+5
2024-08-02cpu/hotplug: Make HOTPLUG_PARALLEL independent of HOTPLUG_SMTJiaxun Yang1-0/+11
2024-08-02PM: sleep: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo1-37/+39
2024-08-02PM: hibernate: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo1-11/+15