summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao1-2/+0
2024-11-07hrtimers: Delete hrtimer_init_sleeper_on_stack()Nam Cao1-3/+0
2024-11-07wait: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao1-2/+2
2024-11-07hrtimers: Introduce hrtimer_update_function()Nam Cao1-0/+22
2024-11-07hrtimers: Introduce hrtimer_setup_sleeper_on_stack()Nam Cao1-0/+2
2024-11-07hrtimers: Introduce hrtimer_setup_on_stack()Nam Cao1-0/+3
2024-11-07hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()Nam Cao1-0/+2
2024-11-07hrtimers: Add missing hrtimer_init() trace pointsNam Cao1-18/+1
2024-11-07softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+47
2024-11-07net: add debug check in skb_reset_mac_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_network_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_transport_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_inner_mac_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_inner_network_header()Eric Dumazet1-1/+4
2024-11-07net: add debug check in skb_reset_inner_transport_header()Eric Dumazet1-1/+4
2024-11-07net: skb_reset_mac_len() must check if mac_header was setEric Dumazet1-6/+11
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner1-8/+2
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner1-1/+1
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner1-0/+2
2024-11-07posix-timers: Handle ignored list on delete and exitThomas Gleixner1-1/+3
2024-11-07signal: Provide ignored_posix_timers listThomas Gleixner1-0/+1
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner1-0/+2
2024-11-07signal: Cleanup unused posix-timer leftoversThomas Gleixner1-2/+0
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner1-2/+21
2024-11-07signal: Replace resched_timer logicThomas Gleixner1-2/+3
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner2-1/+1
2024-11-07posix-timers: Store PID type in the timerThomas Gleixner1-0/+2
2024-11-07signal: Provide posixtimer_sigqueue_init()Thomas Gleixner1-0/+2
2024-11-07posix-timers: Add a refcount to struct k_itimerThomas Gleixner1-0/+14
2024-11-07posix-cpu-timers: Use dedicated flag for CPU timer nanosleepThomas Gleixner1-0/+2
2024-11-07posix-cpu-timers: Cleanup the firing logicThomas Gleixner1-1/+1
2024-11-07posix-timers: Make signal delivery consistentThomas Gleixner1-2/+0
2024-11-07irqchip: Add T-HEAD C900 ACLINT SSWI driverInochi Amaoto1-0/+1
2024-11-07Merge tag 'nfs-for-6.12-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+2
2024-11-07PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-0/+6
2024-11-06io_uring/napi: add static napi tracking strategyOlivier Langlois1-1/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe2-2/+3
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe1-1/+6
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello1-4/+0
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche2-0/+17
2024-11-06Merge tag 'perf-core-for-bpf-next' from tip treeAndrii Nakryiko2-6/+74
2024-11-06libfs: Fix kernel-doc warning in generic_ci_validate_strict_nameAndré Almeida1-5/+5
2024-11-06leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha1-1/+1
2024-11-06leds: Introduce ordered workqueue for LEDs events instead of system_wqDmitry Rokosov1-0/+1
2024-11-06clk: Add devm_clk_hw_register_gate_parent_hw()Claudiu Beznea1-0/+18
2024-11-06lib min_heap: avoid indirect function call by providing default swapKuan-Wei Chiu1-3/+156
2024-11-06lib min_heap: optimize min heap by prescaling counters for better performanceKuan-Wei Chiu1-24/+49
2024-11-06lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu1-43/+86
2024-11-06percpu: cast percpu pointer in PERCPU_PTR() via unsigned longUros Bizjak1-1/+4
2024-11-06percpu: introduce PERCPU_PTR() macroUros Bizjak1-5/+7