summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-01mm: pgtable: remove tlb_remove_page_ptdesc()Qi Zheng
2025-04-01mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc*Qi Zheng
2025-04-01mm: pgtable: make generic tlb_remove_table() use struct ptdescQi Zheng
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-26Merge patch series "riscv: Relocatable NOMMU kernels"Palmer Dabbelt
2025-03-26asm-generic: Always define Elf_Rel and Elf_RelaSamuel Holland
2025-03-26rwonce: fix crash by removing READ_ONCE() for unaligned readJann Horn
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-25rwonce: handle KCSAN like KASAN in read_word_at_a_time()Jann Horn
2025-03-24Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds
2025-03-20x86: hyperv: Add mshv_handler() irq handler and setup functionNuno Das Neves
2025-03-20hyperv: Introduce hv_recommend_using_aeoi()Nuno Das Neves
2025-03-20arm64/hyperv: Add some missing functions to arm64Nuno Das Neves
2025-03-20x86/mshyperv: Add support for extended Hyper-V featuresStanislav Kinsburskii
2025-03-20hyperv: Log hypercall status codes as stringsNuno Das Neves
2025-03-20hyperv: Add CONFIG_MSHV_ROOT to gate root partition supportNuno Das Neves
2025-03-19bpf: Introduce rqspinlock kfuncsKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add entry to Makefile, MAINTAINERSKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add macros for rqspinlock usageKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add basic support for CONFIG_PARAVIRTKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add a test-and-set fallbackKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add deadlock detection and recoveryKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Protect pending bit owners from stallsKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add support for timeoutsKumar Kartikeya Dwivedi
2025-03-19rqspinlock: Add rqspinlock.h headerKumar Kartikeya Dwivedi
2025-03-18locking: Move MCS struct definition to public headerKumar Kartikeya Dwivedi
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-03-16mm/mmu_gather: clean up the stale code commentBaoquan He
2025-03-16mm/mmu_gather: remove unused __tlb_remove_page()Baoquan He
2025-03-16percpu: repurpose __percpu tag as a named address space qualifierUros Bizjak
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen
2025-03-04x86/percpu: Fix __per_cpu_hot_end markerUros Bizjak
2025-03-04percpu: Introduce percpu hot sectionBrian Gerst
2025-03-04include/asm-generic/io.h: fix kerneldoc markupMauro Carvalho Chehab
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-03-01asm-generic/io.h: rework split ioread64/iowrite64 helpersArnd Bergmann
2025-02-28Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-02-26vmlinux.lds.h: Remove entry to place init_task onto init_stackBenjamin Berg
2025-02-25vmlinux.lds: Ensure that const vars with relocations are mapped R/OArd Biesheuvel
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves