summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-11-08module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)3-0/+43
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+15
2024-11-08mm: vmalloc: group declarations depending on CONFIG_MMU togetherMike Rapoport (Microsoft)1-36/+24
2024-11-08signal: restore the override_rlimit logicRoman Gushchin1-1/+2
2024-11-08mm/page_alloc: keep track of free highatomicYu Zhao1-0/+1
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-12/+75
2024-11-07nvme: add reservation command's definesGuixin Liu1-0/+68
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-3/+18
2024-11-07wwan: core: Add WWAN ADB and MIPC port typeJinjian Song1-0/+4
2024-11-07arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland1-29/+3
2024-11-07memcg: workingset: remove folio_memcg_rcu usageShakeel Butt1-32/+2
2024-11-07memcg-v1: remove memcg move locking codeShakeel Butt1-54/+0
2024-11-07memcg-v1: remove charge move codeShakeel Butt1-5/+0
2024-11-07mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIERJames Houghton1-0/+7
2024-11-07mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_subSourav Panda1-1/+1
2024-11-07maple_tree: fix outdated flag name in commentJann Horn1-1/+1
2024-11-07mm: remove unused has_isolate_pageblockLuoxi Li1-8/+0
2024-11-07mm: huge_memory: move file_thp_enabled() into huge_memory.cKefeng Wang1-13/+0
2024-11-07mm/mglru: reset page lru tier bits when activatingWei Xu2-1/+16
2024-11-07mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan1-7/+1
2024-11-07mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang2-4/+4
2024-11-07kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard1-3/+3
2024-11-07mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-6/+1
2024-11-07mm: make hugetlb mappings go through mm_get_unmapped_area_vmflagsOscar Salvador1-5/+4
2024-11-07mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador1-0/+10
2024-11-07mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual1-38/+0
2024-11-07mm: remove PageKsm()Matthew Wilcox (Oracle)1-6/+1
2024-11-07mm: add PageAnonNotKsm()Matthew Wilcox (Oracle)1-2/+9
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