summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+19
2025-03-25rwonce: handle KCSAN like KASAN in read_word_at_a_time()Jann Horn1-2/+5
2025-03-25Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2025-03-25Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-38/+12
2025-03-25Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2025-03-21x86: hyperv: Add mshv_handler() irq handler and setup functionNuno Das Neves1-0/+1
2025-03-21hyperv: Introduce hv_recommend_using_aeoi()Nuno Das Neves1-0/+13
2025-03-21arm64/hyperv: Add some missing functions to arm64Nuno Das Neves1-2/+4
2025-03-21x86/mshyperv: Add support for extended Hyper-V featuresStanislav Kinsburskii1-0/+1
2025-03-21hyperv: Log hypercall status codes as stringsNuno Das Neves1-0/+13
2025-03-21hyperv: 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-18arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-2/+3
2025-03-17mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-2/+2
2025-03-17mm/mmu_gather: clean up the stale code commentBaoquan He1-11/+10
2025-03-17mm/mmu_gather: remove unused __tlb_remove_page()Baoquan He1-10/+0
2025-03-17percpu: repurpose __percpu tag as a named address space qualifierUros Bizjak1-0/+13
2025-03-17percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak1-13/+13
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen1-1/+1
2025-03-04x86/percpu: Fix __per_cpu_hot_end markerUros Bizjak1-2/+1
2025-03-04percpu: Introduce percpu hot sectionBrian Gerst1-0/+11
2025-03-04include/asm-generic/io.h: fix kerneldoc markupMauro Carvalho Chehab1-3/+3
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar2-2/+2
2025-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2025-03-01asm-generic/io.h: rework split ioread64/iowrite64 helpersArnd Bergmann1-28/+8
2025-03-01Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-1/+1
2025-02-26vmlinux.lds.h: Remove entry to place init_task onto init_stackBenjamin Berg1-1/+0
2025-02-25vmlinux.lds: Ensure that const vars with relocations are mapped R/OArd Biesheuvel1-1/+1
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves1-2/+13
2025-02-22hyperv: Convert hypercall statuses to linux error codesNuno Das Neves1-0/+1
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh1-16/+4
2025-02-21vdso: Remove remnants of architecture-specific random state storageThomas Weißschuh1-5/+0
2025-02-21vdso: Add generic random data storageThomas Weißschuh1-0/+12
2025-02-21vdso: Add generic time data storageThomas Weißschuh1-0/+16
2025-02-18percpu: Remove __per_cpu_loadBrian Gerst2-2/+1
2025-02-18percpu: Remove PERCPU_VADDR()Brian Gerst1-35/+1
2025-02-18percpu: Remove PER_CPU_FIRST_SECTIONBrian Gerst1-1/+0
2025-02-14hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hvNuno Das Neves1-0/+4
2025-02-14hyperv: Move hv_current_partition_id to arch-generic codeNuno Das Neves1-0/+2
2025-02-05kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada1-0/+1