summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-11-07wait: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-07hrtimers: Introduce hrtimer_update_function()Nam Cao
2024-11-07hrtimers: Introduce hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-07hrtimers: Introduce hrtimer_setup_on_stack()Nam Cao
2024-11-07hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()Nam Cao
2024-11-07hrtimers: Add missing hrtimer_init() trace pointsNam Cao
2024-11-07softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.Sebastian Andrzej Siewior
2024-11-06net: add debug check in skb_reset_mac_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_network_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_transport_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_inner_mac_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_inner_network_header()Eric Dumazet
2024-11-06net: add debug check in skb_reset_inner_transport_header()Eric Dumazet
2024-11-06net: skb_reset_mac_len() must check if mac_header was setEric Dumazet
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner
2024-11-07posix-timers: Handle ignored list on delete and exitThomas Gleixner
2024-11-07signal: Provide ignored_posix_timers listThomas Gleixner
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner
2024-11-07signal: Cleanup unused posix-timer leftoversThomas Gleixner
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner
2024-11-07signal: Replace resched_timer logicThomas Gleixner
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner
2024-11-07posix-timers: Store PID type in the timerThomas Gleixner
2024-11-07signal: Provide posixtimer_sigqueue_init()Thomas Gleixner
2024-11-07posix-timers: Add a refcount to struct k_itimerThomas Gleixner
2024-11-07posix-cpu-timers: Use dedicated flag for CPU timer nanosleepThomas Gleixner
2024-11-07posix-cpu-timers: Cleanup the firing logicThomas Gleixner
2024-11-07posix-timers: Make signal delivery consistentThomas Gleixner
2024-11-07irqchip: Add T-HEAD C900 ACLINT SSWI driverInochi Amaoto
2024-11-06Merge tag 'nfs-for-6.12-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-11-06PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich
2024-11-06io_uring/napi: add static napi tracking strategyOlivier Langlois
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche
2024-11-06Merge tag 'perf-core-for-bpf-next' from tip treeAndrii Nakryiko
2024-11-06libfs: Fix kernel-doc warning in generic_ci_validate_strict_nameAndré Almeida
2024-11-06leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha
2024-11-06leds: Introduce ordered workqueue for LEDs events instead of system_wqDmitry Rokosov
2024-11-06clk: Add devm_clk_hw_register_gate_parent_hw()Claudiu Beznea
2024-11-05lib min_heap: avoid indirect function call by providing default swapKuan-Wei Chiu
2024-11-05lib min_heap: optimize min heap by prescaling counters for better performanceKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05percpu: cast percpu pointer in PERCPU_PTR() via unsigned longUros Bizjak
2024-11-05percpu: introduce PERCPU_PTR() macroUros Bizjak
2024-11-05percpu: merge VERIFY_PERCPU_PTR() into its only userUros Bizjak
2024-11-05scatterlist: fix a typoSui Jingfeng