summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-21pidfd: allow to override signal scope in pidfd_send_signal()Christian Brauner
2024-02-20workqueue: Make @flags handling consistent across set_work_data() and friendsTejun Heo
2024-02-20workqueue: Remove clear_work_data()Tejun Heo
2024-02-20workqueue: Factor out work_grab_pending() from __cancel_work_sync()Tejun Heo
2024-02-20workqueue: Clean up enum work_bits and related constantsTejun Heo
2024-02-20workqueue: Introduce work_cancel_flagsTejun Heo
2024-02-20workqueue: Use variable name irq_flags for saving local irq flagsTejun Heo
2024-02-20workqueue: Reorganize flush and cancel[_sync] functionsTejun Heo
2024-02-20workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()Tejun Heo
2024-02-20workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()Tejun Heo
2024-02-20workqueue: Cosmetic changesTejun Heo
2024-02-20hardening: Enable KFENCE in the hardening configMarco Elver
2024-02-20hardening: drop obsolete DRM_LEGACY from config fragmentLukas Bulwahn
2024-02-20hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragmentLukas Bulwahn
2024-02-20sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2024-02-20genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokensMarc Zyngier
2024-02-20kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMSMasahiro Yamada
2024-02-19Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar
2024-02-19cpu: Mark cpu_possible_mask as __ro_after_initAlexey Dobriyan
2024-02-19bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao
2024-02-19bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-02-19timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber
2024-02-19timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber
2024-02-19timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber
2024-02-19genirq: Wake interrupt threads immediately when changing affinityCrystal Wood
2024-02-19timers: Add struct member description for timer_baseAnna-Maria Behnsen
2024-02-19tick/sched: Add function description for tick_nohz_next_event()Anna-Maria Behnsen
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman
2024-02-17Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-02-17kobject: make uevent_seqnum atomicEric Dumazet
2024-02-17tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)
2024-02-16Merge tag 'wq-for-6.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-16module: Don't ignore errors from set_memory_XX()Christophe Leroy
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-16workqueue, irq_work: Build fix for !CONFIG_IRQ_WORKTejun Heo
2024-02-16sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde
2024-02-15configs/debug: add NET debug configMatthieu Baerts (NGI0)
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song
2024-02-15bpf: improve duplicate source code line detectionAndrii Nakryiko
2024-02-15genirq/msi: Provide MSI_FLAG_PARENT_PM_DEVThomas Gleixner
2024-02-15genirq/irqdomain: Reroute device MSI create_mappingThomas Gleixner
2024-02-15genirq/msi: Provide allocation/free functions for "wired" MSI interruptsThomas Gleixner
2024-02-15genirq/msi: Optionally use dev->fwnode for device domainThomas Gleixner
2024-02-15genirq/msi: Split msi_domain_alloc_irq_at()Thomas Gleixner
2024-02-15genirq/msi: Provide optional translation opThomas Gleixner
2024-02-15genirq/irqdomain: Remove the param count restriction from select()Thomas Gleixner
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri