summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-05-07genirq/resend: Switch to lock guardsThomas Gleixner
2025-05-07genirq/pm: Switch to lock guardsThomas Gleixner
2025-05-07genirq/autoprobe: Switch to lock guardsThomas Gleixner
2025-05-07genirq/irqdesc: Switch to lock guardsThomas Gleixner
2025-05-07genirq: Provide conditional lock guardsThomas Gleixner
2025-05-06bpf: Add bpf_list_{front,back} kfuncMartin KaFai Lau
2025-05-06bpf: Simplify reg0 marking for the list kfuncs that return a bpf_list_node po...Martin KaFai Lau
2025-05-06bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}Martin KaFai Lau
2025-05-06bpf: Add bpf_rbtree_{root,left,right} kfuncMartin KaFai Lau
2025-05-06bpf: Simplify reg0 marking for the rbtree kfuncs that return a bpf_rb_node po...Martin KaFai Lau
2025-05-06bpf: Check KF_bpf_rbtree_add_impl for the "case KF_ARG_PTR_TO_RB_NODE"Martin KaFai Lau
2025-05-06kill vfs_submount()Al Viro
2025-05-06locking/lockdep: Add number of dynamic keys to /proc/lockdep_statsWaiman Long
2025-05-06locking/lockdep: Prevent abuse of lockdep subclassWaiman Long
2025-05-06locking/lockdep: Move hlock_equal() to the respective #ifdefferyAndy Shevchenko
2025-05-06tracing: Add common_comm to histogramsSteven Rostedt
2025-05-06tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt
2025-05-06tracing: Always use memcpy() in histogram add_to_key()Steven Rostedt
2025-05-06tracing: Show preempt and irq events callsites from the offsets in field printSteven Rostedt
2025-05-06tracing: Adjust addresses for printing out fieldsSteven Rostedt
2025-05-06tracing: Only return an adjusted address if it matches the kernel addressSteven Rostedt
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