summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-05-06tracing: Show function names when possible when listing fieldsSteven Rostedt
2025-05-06tracing: Update function trace addresses with module addressesSteven Rostedt
2025-05-06pidfs: detect refcount bugsChristian Brauner
2025-05-06dma-mapping: add a dma_need_unmap helperChristoph Hellwig
2025-05-06dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.hChristoph Hellwig
2025-05-06PCI/P2PDMA: Refactor the p2pdma mapping helpersChristoph Hellwig
2025-05-05bpf: Replace offsetof() with struct_size()Thorsten Blum
2025-05-05block: remove bounce buffering supportChristoph Hellwig
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-05-05genirq/irqdesc: Decrease indentation level in __irq_get_desc_lock()Andy Shevchenko
2025-05-04Merge tag 'trace-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-04Merge tag 'irq-urgent-2025-05-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-03futex: Implement FUTEX2_MPOLPeter Zijlstra
2025-05-03futex: Implement FUTEX2_NUMAPeter Zijlstra
2025-05-03futex: Allow to make the private hash immutableSebastian Andrzej Siewior
2025-05-03futex: Allow to resize the private local hashSebastian Andrzej Siewior
2025-05-03futex: Allow automatic allocation of process wide futex hashSebastian Andrzej Siewior
2025-05-03futex: Add basic infrastructure for local task local hashSebastian Andrzej Siewior
2025-05-03futex: Create helper function to initialize a hash slotSebastian Andrzej Siewior
2025-05-03futex: Introduce futex_q_lockptr_lock()Sebastian Andrzej Siewior
2025-05-03futex: Decrease the waiter count before the unlock operationSebastian Andrzej Siewior
2025-05-03futex: Acquire a hash reference in futex_wait_multiple_setup()Sebastian Andrzej Siewior
2025-05-03futex: Create private_hash() get/put classPeter Zijlstra
2025-05-03futex: Create futex_hash() get/put classPeter Zijlstra
2025-05-03futex: Create hb scopesPeter Zijlstra
2025-05-03futex: Pull futex_hash() out of futex_q_lock()Peter Zijlstra
2025-05-03futex: Move futex_queue() into futex_wait_setup()Peter Zijlstra
2025-05-01tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-01tracing: Fix trace_adjust_address() when there is no modules in scratch areaSteven Rostedt
2025-05-01bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi
2025-05-01ftrace: Fix NULL memory allocation checkColin Ian King
2025-05-01tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-05-01bpf: Replace offsetof() with struct_size()Thorsten Blum
2025-04-30sched_ext: Avoid NULL scx_root deref in __scx_exit()Andrea Righi
2025-04-30sched_ext: Add RCU protection to scx_root in DSQ iteratorAndrea Righi
2025-04-30genirq/msi: Prevent NULL pointer dereference in msi_domain_debug_show()Andrew Jones
2025-04-30kbuild: require gcc-8 and binutils-2.30Arnd Bergmann
2025-04-30Merge tag 'modules-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-30sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasksJohn Stultz
2025-04-30alarmtimer: Switch spin_{lock,unlock}_irqsave() to guardsSu Hui
2025-04-30alarmtimer: Remove dead return value in clock2alarm()Su Hui
2025-04-30time/jiffies: Change register_refined_jiffies() to void __initSu Hui
2025-04-29ima: kexec: move IMA log copy from kexec load to executeSteven Chen
2025-04-29ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen
2025-04-29kexec: define functions to map and unmap segmentsSteven Chen
2025-04-29sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()Tejun Heo
2025-04-29sched_ext: Move disable machinery into scx_schedTejun Heo
2025-04-29sched_ext: Move event_stats_cpu into scx_schedTejun Heo
2025-04-29sched_ext: Factor out scx_read_events()Tejun Heo