summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-06percpu: merge VERIFY_PERCPU_PTR() into its only userUros Bizjak1-4/+4
2024-11-06scatterlist: fix a typoSui Jingfeng1-1/+1
2024-11-06reboot: move reboot_notifier_list to kernel/reboot.cThomas Weißschuh1-2/+0
2024-11-06get rid of __get_task_comm()Yafang Shao1-6/+22
2024-11-06mm: migrate LRU_REFS_MASK bits in folio_migrate_flagsZhaoyang Huang1-0/+10
2024-11-06mm: pgtable: remove pte_offset_map_nolock()Qi Zheng1-2/+0
2024-11-06mm: pgtable: introduce pte_offset_map_{ro|rw}_nolock()Qi Zheng1-0/+5
2024-11-06mm: move mm flags to mm_types.hNanyong Sun6-87/+84
2024-11-06mm/mempolicy: fix comments for better documentationTanya Agarwal1-1/+1
2024-11-06mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...Adrian Huang1-3/+9
2024-11-06mm: shmem: fix khugepaged activation policy for shmemBaolin Wang1-0/+6
2024-11-06mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-3/+4
2024-11-06mm: refactor map_deny_write_exec()Lorenzo Stoakes1-3/+18
2024-11-06Input: introduce notion of passive observers for input handlersDmitry Torokhov1-0/+5
2024-11-06iomap: add a merge boundary flagChristoph Hellwig1-0/+4
2024-11-05sysfs: bin_attribute: add const read/write callback variantsThomas Weißschuh1-2/+23
2024-11-05sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()Thomas Weißschuh1-19/+8
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::llseek()Thomas Weißschuh1-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh1-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-15/+15
2024-11-05sysfs: introduce callback attribute_group::bin_sizeThomas Weißschuh1-0/+8
2024-11-05iommu/vt-d: Remove unused dmar_msi_readDr. David Alan Gilbert1-1/+0