aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2025-05-30asm-generic: Add sched.h inclusion in simd.hHuacai Chen1-0/+1
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-1/+2
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2025-05-23btf: Allow mmap of vmlinux btfLorenz Bauer1-1/+2
2025-05-23Drivers: hv: Remove hv_alloc/free_* helpersLong Li1-4/+0
2025-05-23Drivers: hv: Provide arch-neutral implementation of get_vtl()Roman Kisel1-0/+6
2025-05-12mm: implement for_each_valid_pfn() for CONFIG_FLATMEMDavid Woodhouse1-1/+9
2025-05-11mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+6
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-2/+2
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+14
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+16
2025-05-11mm: remove mk_huge_pte()Matthew Wilcox (Oracle)1-5/+0
2025-04-22vmlinux.lds: Include .data.rel[.local] into .data sectionArd Biesheuvel1-2/+2
2025-04-16asm-generic: Make simd.h more resilientHerbert Xu1-1/+7
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-8/+0
2025-04-01mm: pgtable: remove tlb_remove_page_ptdesc()Qi Zheng1-6/+0
2025-04-01mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc*Qi Zheng1-1/+1
2025-04-01mm: pgtable: make generic tlb_remove_table() use struct ptdescQi Zheng1-3/+3
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-38/+41
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds3-0/+257
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-29/+17
2025-03-26Merge patch series "riscv: Relocatable NOMMU kernels"Palmer Dabbelt1-8/+0
2025-03-26asm-generic: Always define Elf_Rel and Elf_RelaSamuel Holland1-8/+0
2025-03-26rwonce: fix crash by removing READ_ONCE() for unaligned readJann Horn1-1/+6
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-4/+68
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+19
2025-03-25rwonce: handle KCSAN like KASAN in read_word_at_a_time()Jann Horn1-2/+5
2025-03-24Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-38/+12
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2025-03-20x86: hyperv: Add mshv_handler() irq handler and setup functionNuno Das Neves1-0/+1
2025-03-20hyperv: Introduce hv_recommend_using_aeoi()Nuno Das Neves1-0/+13
2025-03-20arm64/hyperv: Add some missing functions to arm64Nuno Das Neves1-2/+4
2025-03-20x86/mshyperv: Add support for extended Hyper-V featuresStanislav Kinsburskii1-0/+1
2025-03-20hyperv: Log hypercall status codes as stringsNuno Das Neves1-0/+13
2025-03-20hyperv: Add CONFIG_MSHV_ROOT to gate root partition supportNuno Das Neves1-4/+20
2025-03-19bpf: Introduce rqspinlock kfuncsKumar Kartikeya Dwivedi1-0/+7
2025-03-19rqspinlock: Add entry to Makefile, MAINTAINERSKumar Kartikeya Dwivedi1-0/+1
2025-03-19rqspinlock: Add macros for rqspinlock usageKumar Kartikeya Dwivedi1-0/+87
2025-03-19rqspinlock: Add basic support for CONFIG_PARAVIRTKumar Kartikeya Dwivedi1-0/+14
2025-03-19rqspinlock: Add a test-and-set fallbackKumar Kartikeya Dwivedi1-0/+17
2025-03-19rqspinlock: Add deadlock detection and recoveryKumar Kartikeya Dwivedi1-0/+100
2025-03-19rqspinlock: Protect pending bit owners from stallsKumar Kartikeya Dwivedi1-1/+1
2025-03-19rqspinlock: Add support for timeoutsKumar Kartikeya Dwivedi1-0/+6
2025-03-19rqspinlock: Add rqspinlock.h headerKumar Kartikeya Dwivedi1-0/+19
2025-03-18locking: Move MCS struct definition to public headerKumar Kartikeya Dwivedi1-0/+6
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-2/+3
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-2/+2
2025-03-16mm/mmu_gather: clean up the stale code commentBaoquan He1-11/+10
2025-03-16mm/mmu_gather: remove unused __tlb_remove_page()Baoquan He1-10/+0