summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-02-03sched/cpufreq: Use %pe format for PTR_ERR() printingzenghongling
2026-02-03sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang
2026-02-03sched/clock: Avoid false sharing for sched_clock_irqtimeWangyang Guo
2026-02-03sched/debug: Fix dl_server (re)start conditionsPeter Zijlstra
2026-02-03sched/debug: Add support to change sched_ext server paramsJoel Fernandes
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi
2026-02-03sched/debug: Stop and start server based on if it was activeJoel Fernandes
2026-02-03sched/debug: Fix updating of ppos on server write opsJoel Fernandes
2026-02-03sched/deadline: Clear the defer paramsJoel Fernandes
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)
2026-02-02bpf: Replace snprintf("%s") with strscpyThorsten Blum
2026-02-02Merge tag 'cgroup-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-02uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao
2026-02-02cgroup/dmem: avoid pool UAFChen Ridong
2026-02-02cgroup/dmem: avoid rcu warning when unregister regionChen Ridong
2026-02-02cgroup/dmem: fix NULL pointer dereference when setting maxChen Ridong
2026-02-02ftrace: Fix direct_functions leak in update_ftrace_direct_delJiri Olsa
2026-02-02time/kunit: Document handling of negative years of is_leap()Mark Brown
2026-02-02dma: contiguous: Check return value of dma_contiguous_reserve_area()Shanker Donthineni
2026-02-01Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-01Merge tag 'sched-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-01cpuset: fix overlap of partition effective CPUsChen Ridong
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong
2026-01-31kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas
2026-01-31crash_dump: fix dm_crypt keys locking and ref leakVasily Gorbik
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)
2026-01-31ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek
2026-01-31kexec: derive purgatory entry from symbolLi Chen
2026-01-31delayacct: add timestamp of delay maxWang Yaxin
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang
2026-01-30bpf: Consolidate special map field validation in verifierMykyta Yatsenko
2026-01-30bpf: Introduce struct bpf_map_desc in verifierMykyta Yatsenko
2026-01-30perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt
2026-01-30sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra
2026-01-30Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-30tick/nohz: Optimize check_tick_dependency() with early returnIonut Nechita (Sunlight Linux)
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa
2026-01-30tracing: Add kerneldoc to trace_event_buffer_reserve()Steven Rostedt
2026-01-30tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fastSteven Rostedt
2026-01-30srcu: Fix warning to permit SRCU-fast readers in NMI handlersPaul E. McKenney
2026-01-30bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()Steven Rostedt
2026-01-30Merge branch 'core/entry' into sched/coreThomas Gleixner
2026-01-30entry: Inline syscall_exit_work() and syscall_trace_enter()Jinjie Ruan