aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-15fs: add kern_path_locked_negative()Christian Brauner1-6/+10
2025-04-14release_task: kill the no longer needed get/put_pid(thread_pid)Oleg Nesterov1-2/+3
2025-04-14workqueue: Better document teardown for delayed_workPhilipp Stanner1-0/+11
2025-04-14dma/mapping.c: dev_dbg support for dma_addressing_limitedBalbir Singh1-1/+10
2025-04-14sysctl: move u8 register test to lib/test_sysctl.cJoel Granados1-49/+0
2025-04-12Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-145/+195
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-34/+20
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao1-1/+6
2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt1-6/+5
2025-04-12pidfs: ensure consistent ENOENT/ESRCH reportingChristian Brauner1-18/+16
2025-04-12exit: move wake_up_all() pidfd waiters into __unhash_process()Christian Brauner2-5/+5
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt1-137/+177
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu1-4/+4
2025-04-11audit: record AUDIT_ANOM_* events regardless of presence of rulesRichard Guy Briggs1-1/+1
2025-04-11audit: mark audit_log_vformat() with __printf() attributeAndy Shevchenko1-2/+2
2025-04-11bpf: Convert ringbuf map to rqspinlockKumar Kartikeya Dwivedi1-10/+7
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+1
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-357/+499
2025-04-10Merge tag 'timers-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+23
2025-04-10Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-51/+34
2025-04-10bpf: Convert queue_stack map to rqspinlockKumar Kartikeya Dwivedi1-23/+12
2025-04-10bpf: Use architecture provided res_smp_cond_load_acquireKumar Kartikeya Dwivedi1-1/+1
2025-04-09bpf: Don't allocate per-cpu extra_elems for fd htabHou Tao1-7/+6
2025-04-09bpf: Add is_fd_htab() helperHou Tao1-3/+7
2025-04-09bpf: Support atomic update for htab of mapsHou Tao1-23/+21
2025-04-09bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_placeHou Tao1-9/+8
2025-04-09bpf: Factor out htab_elem_value helper()Hou Tao1-34/+30
2025-04-09configs/debug: run and debug PREEMPTStanislav Fomichev1-0/+5
2025-04-09bpf: Check link_create.flags parameter for multi_uprobeTao Chen1-0/+3
2025-04-09bpf: Check link_create.flags parameter for multi_kprobeTao Chen1-0/+3
2025-04-09timekeeping: Add a lockdep override in tick_freeze()Sebastian Andrzej Siewior1-0/+22
2025-04-09posix-timers: Initialize cache early and move pointer into __timer_dataEric Dumazet1-13/+10
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo1-12/+10
2025-04-09sched_ext: Remove scx_ops_allow_queued_wakeup static_keyTejun Heo2-12/+8
2025-04-09sched_ext: Remove scx_ops_cpu_preempt static_keyTejun Heo1-5/+8
2025-04-09sched_ext: Remove scx_ops_enq_* static_keysTejun Heo1-17/+5
2025-04-09sched_ext: Indentation updatesTejun Heo1-10/+10
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao1-1/+1
2025-04-09genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner1-6/+10
2025-04-09genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner1-69/+40
2025-04-09PM: hibernate: Remove size arguments when calling strscpy()Thorsten Blum1-5/+4
2025-04-09tracing: Do not add length to print format in synthetic eventsSteven Rostedt1-1/+0
2025-04-09dma/contiguous: avoid warning about unused size_bytesArnd Bergmann1-2/+1
2025-04-09sparc: mv sparc sysctls into their own file under arch/sparc/kernelJoel Granados1-35/+0
2025-04-09stack_tracer: move sysctl registration to kernel/trace/trace_stack.cJoel Granados2-11/+21
2025-04-09tracing: Move trace sysctls into trace.cJoel Granados2-25/+35
2025-04-09signal: Move signal ctl tables into signal.cJoel Granados2-8/+11
2025-04-09panic: Move panic ctl tables into panic.cJoel Granados2-31/+30
2025-04-08genirq/generic-chip: Fix incorrect lock guard conversionsGeert Uytterhoeven1-2/+2
2025-04-08Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-30/+166