summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra-372/+644
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)-2/+0
2026-02-02bpf: Replace snprintf("%s") with strscpyThorsten Blum-2/+3
2026-02-02Merge tag 'cgroup-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+63
2026-02-02uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao-1/+1
2026-02-02cgroup/dmem: avoid pool UAFChen Ridong-2/+58
2026-02-02cgroup/dmem: avoid rcu warning when unregister regionChen Ridong-5/+2
2026-02-02cgroup/dmem: fix NULL pointer dereference when setting maxChen Ridong-0/+3
2026-02-02ftrace: Fix direct_functions leak in update_ftrace_direct_delJiri Olsa-0/+1
2026-02-02time/kunit: Document handling of negative years of is_leap()Mark Brown-1/+3
2026-02-02dma: contiguous: Check return value of dma_contiguous_reserve_area()Shanker Donthineni-4/+6
2026-02-01Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+4
2026-02-01Merge tag 'sched-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+12
2026-02-01cpuset: fix overlap of partition effective CPUsChen Ridong-13/+6
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong-34/+34
2026-01-31kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas-2/+6
2026-01-31crash_dump: fix dm_crypt keys locking and ref leakVasily Gorbik-4/+13
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)-22/+17
2026-01-31ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek-1/+1
2026-01-31kexec: derive purgatory entry from symbolLi Chen-57/+74
2026-01-31delayacct: add timestamp of delay maxWang Yaxin-11/+28
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt-5/+4
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav-14/+26
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav-5/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton-2/+16
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song-4/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton-2/+16
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang-0/+10
2026-01-30bpf: Consolidate special map field validation in verifierMykyta Yatsenko-59/+11
2026-01-30bpf: Introduce struct bpf_map_desc in verifierMykyta Yatsenko-39/+40
2026-01-30perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt-4/+4
2026-01-30sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra-0/+12
2026-01-30Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-7/+16
2026-01-30tick/nohz: Optimize check_tick_dependency() with early returnIonut Nechita (Sunlight Linux)-0/+3
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa-1/+4
2026-01-30tracing: Add kerneldoc to trace_event_buffer_reserve()Steven Rostedt-0/+16
2026-01-30tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fastSteven Rostedt-4/+14
2026-01-30srcu: Fix warning to permit SRCU-fast readers in NMI handlersPaul E. McKenney-1/+2
2026-01-30bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()Steven Rostedt-3/+2
2026-01-30Merge branch 'core/entry' into sched/coreThomas Gleixner-105/+10
2026-01-30entry: Inline syscall_exit_work() and syscall_trace_enter()Jinjie Ruan-97/+10
2026-01-30entry: Add arch_ptrace_report_syscall_entry/exit()Jinjie Ruan-2/+2
2026-01-30entry: Remove unused syscall argument from syscall_trace_enter()Jinjie Ruan-3/+2
2026-01-30genirq/proc: Replace snprintf with strscpy in register_handler_procThorsten Blum-1/+2
2026-01-30kprobes: Use dedicated kthread for kprobe optimizerMasami Hiramatsu (Google)-20/+86
2026-01-29genirq/redirect: Prevent writing MSI message on affinity changeThomas Gleixner-1/+1
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds-2/+16
2026-01-29prctl: add arch-agnostic prctl()s for indirect branch trackingDeepak Gupta-0/+30
2026-01-29dma/pool: distinguish between missing and exhausted atomic poolsSai Sree Kartheek Adivi-1/+6
2026-01-28bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst-6/+8