summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-10-23sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-23sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)
2025-10-23PM: hibernate: Add pm_hibernation_mode_is_suspend()Mario Limonciello (AMD)
2025-10-23perf/core: Fix MMAP2 event device with backing filesAdrian Hunter
2025-10-23perf/core: Fix MMAP event path names with backing filesAdrian Hunter
2025-10-23perf/core: Fix address filter match with backing filesAdrian Hunter
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang17
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal
2025-10-19PM: hibernate: Restrict GFP mask in power_down()Rafael J. Wysocki
2025-10-19PM: hibernate: Fix hybrid-sleepMario Limonciello (AMD)
2025-10-19PM: EM: Fix late boot with holes in CPU topologyChristian Loehle
2025-10-19padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-10-19kho: only fill kimage if KHO is finalizedPratyush Yadav
2025-10-19kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov
2025-10-19copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner
2025-10-15tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt
2025-10-15tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt
2025-10-15tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt
2025-10-15tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt
2025-10-15tracing: Fix wakeup tracers on failure of acquiring calltimeSteven Rostedt
2025-10-15tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-10-15tracing: Fix lock imbalance in s_start() memory allocation failure pathSasha Levin
2025-10-15bpf: Reject negative offsets for ALU opsYazhou Tang
2025-10-15bpf: Skip scalar adjustment for BPF_NEG if dst is a pointerBrahmajit Das
2025-10-15srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()Zqiang
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-10-15smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki
2025-10-15bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman
2025-10-15tick: Do not set device to detached state in tick_shutdown()Bibo Mao
2025-10-15genirq/test: Ensure CPU 1 is online for hotplug testBrian Norris
2025-10-15genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptionsBrian Norris
2025-10-15genirq/test: Depend on SPARSE_IRQBrian Norris
2025-10-15genirq/test: Select IRQ_DOMAINBrian Norris
2025-10-15genirq/test: Fix depth tests on architectures with NOREQUEST by default.David Gow
2025-10-15genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto
2025-10-15bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen
2025-10-15cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong
2025-10-15sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra
2025-10-15uprobes: uprobe_warn should use passed taskJeremy Linton
2025-10-15seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf
2025-10-15pid: use ns_capable_noaudit() when determining net sysctl permissionsChristian Göttsche
2025-10-12ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha
2025-09-28Merge tag 'trace-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-27tracing: fgraph: Protect return handler from recursion loopMasami Hiramatsu (Google)
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-26Merge tag 'locking-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-09-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds