aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'bitmap-for-next' of https://github.com/norov/linux.gitMark Brown2-11/+34
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/...Mark Brown1-2/+2
2 daysMerge branch 'mm-nonmm-stable' of https://git.kernel.org/pub/scm/linux/kernel...Mark Brown1-2/+1
3 daysMerge branch into tip/master: 'locking/core'Ingo Molnar1-2/+2
3 daysuaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-2/+1
3 daysmm: skip KASAN tagging for page-allocated page tablesMuhammad Usama Anjum1-1/+1
4 daysbitops: Define generic___bitrev8/16/32 for reuseJinjie Ruan1-0/+23
11 daysring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+13
12 daysbitops: use common function parameter namesRandy Dunlap1-11/+11
2026-05-08kprobes: skip non-symbol addresses in kprobe_add_ksym_blacklist()Jianpeng Chang1-1/+1
2026-05-05locking/barrier: Use correct parameter namesRandy Dunlap1-2/+2
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+10
2026-04-22x86/hyperv: Skip LP/VP creation on kexecJork Loeser1-0/+10
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds2-739/+0
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+4
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-15/+8
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2026-04-05mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation failsLance Yang1-0/+4
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig2-12/+0
2026-04-02xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig1-723/+4
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-8/+0
2026-03-31module: remove *_gpl sections from vmlinux and modulesSiddharth Nayyar1-16/+2
2026-03-31module: add kflagstab section to vmlinux and modulesSiddharth Nayyar1-0/+7
2026-03-31fs: hide file and bfile caches behind runtime const machineryMateusz Guzik1-1/+3
2026-03-23asm-generic/bitops: Fix a comment typo in instrumented-atomic.hKai Huang1-1/+1
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar1-1/+3
2026-03-17module.lds,codetag: force 0 sh_addr for sectionsJoe Lawrence1-1/+1
2026-03-11asm-generic/bitsperlong.h: Add sanity checks for __BITS_PER_LONGThomas Weißschuh1-0/+9
2026-03-08futex: add missing function parameter commentsRandy Dunlap1-1/+3
2026-02-27hrtimer: Push reprogramming timers into the interrupt return pathPeter Zijlstra1-1/+4
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-1/+3
2026-02-20Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+13
2026-02-19mshv: Introduce hv_deposit_memory helper functionsStanislav Kinsburskii1-0/+10
2026-02-19mshv: Introduce hv_result_needs_memory() helper functionStanislav Kinsburskii1-0/+3
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2026-02-10Merge tag 'asm-generic-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+2
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-1/+1
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+2
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+9
2026-02-06mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng1-1/+1
2026-01-30include/asm-generic/topology.h: Remove unused definition of cpumask_of_node()John Garry1-6/+2
2026-01-26atomic: specify alignment for atomic_t and atomic64_tFinn Thain1-1/+1
2026-01-26bpf: explicitly align bpf_res_spin_lockFinn Thain1-1/+1
2026-01-23rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi1-1/+1
2026-01-20mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()Wei Yang1-3/+2
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)1-2/+75
2026-01-13fs: hide names_cache behind runtime const machineryMateusz Guzik1-1/+2
2026-01-06audit: add missing syscalls to read classJeffrey Bencteux1-0/+6
2025-12-19perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIsPeter Zijlstra1-0/+1
2025-12-15audit: add fchmodat2() to change attributes classJeffrey Bencteux1-0/+3
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-43/+20
2025-12-05Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+36
2025-12-05Merge tag 'tracepoints-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-28/+32
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2025-12-01Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+57
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-30/+46
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2025-11-29rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi1-28/+32
2025-11-24mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang1-0/+17
2025-11-24mm: correctly handle UFFD PTE markersLorenzo Stoakes1-8/+0
2025-11-24x86/bug: Implement WARN_ONCE()Peter Zijlstra1-0/+2
2025-11-24x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILEDPeter Zijlstra1-3/+5
2025-11-21bug: Allow architectures to provide __WARN_printf()Peter Zijlstra1-15/+22
2025-11-21bug: Implement WARN_ON() using __WARN_FLAGS()Peter Zijlstra1-7/+21
2025-11-21bug: Add BUG_FORMAT_ARGS infrastructurePeter Zijlstra1-0/+1
2025-11-21bug: Clean up CONFIG_GENERIC_BUG_RELATIVE_POINTERSPeter Zijlstra1-14/+8
2025-11-21bug: Add BUG_FORMAT infrastructurePeter Zijlstra1-0/+7
2025-11-21Merge branch 'objtool/core'Peter Zijlstra14-81/+189
2025-11-21kbuild: Check for functions with ambiguous -ffunction-sections section namesJosh Poimboeuf1-1/+1
2025-11-20mm: remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()Huacai Chen1-5/+1
2025-11-16mm: actually mark kernel page table pagesDave Hansen1-0/+18
2025-11-15arch/x86: mshyperv: Trap on access for some synthetic MSRsRoman Kisel1-0/+1
2025-11-15arch: hyperv: Get/set SynIC synth.registers via paravisorRoman Kisel1-40/+2
2025-11-15arch/x86: mshyperv: Discover Confidential VMBus availabilityRoman Kisel1-0/+2
2025-11-15drivers: hv: Allow vmbus message synic interrupt injected from Hyper-VTianyu Lan1-0/+1
2025-11-15mshv: Fix deposit memory in MSHV_ROOT_HVCALLNuno Das Neves1-3/+14
2025-11-13objtool: Warn on functions with ambiguous -ffunction-sections section namesJosh Poimboeuf1-0/+15
2025-11-13vmlinux.lds: Fix TEXT_MAIN to include .text.start and friendsJosh Poimboeuf1-11/+12
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar1-1/+1
2025-11-12fs: hide dentry_cache behind runtime const machineryMateusz Guzik1-1/+2
2025-11-04rseq: Switch to TIF_RSEQ if supportedThomas Gleixner1-0/+3
2025-10-31vmlinux.lds: Exclude .text.startup and .text.exit from TEXT_MAINJosh Poimboeuf1-6/+22
2025-10-27kbuild: align modinfo section for Secureboot Authenticode EDK2 compatDimitri John Ledkov1-1/+1
2025-10-27asm-generic: percpu: Add assembly guardTiwei Bie1-0/+3
2025-10-24tracing: Add a tracepoint verification check at build timeSteven Rostedt1-0/+1
2025-10-14vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macrosJosh Poimboeuf1-28/+12
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+16
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-1/+1
2025-10-01Merge tag 'asm-generic-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-32/+67
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor1-3/+5
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2025-09-30Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+48
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-09-25once: fix race by moving DO_ONCE to separate sectionQi Xi1-0/+1
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-1/+1
2025-09-24kbuild: keep .modinfo section in vmlinux.unstrippedMasahiro Yamada1-1/+1
2025-09-24asm-generic/io.h: Skip trace helpers if rwmmio events are disabledVarad Gautam1-32/+66
2025-09-17asm-generic: Provide generic TIF infrastructureThomas Gleixner1-0/+48
2025-09-13mm: convert page_to_section() to memdesc_section()Matthew Wilcox (Oracle)1-1/+1
2025-09-08mshv: Add support for a new parent partition configurationNuno Das Neves1-0/+11
2025-09-08bitops: Add __attribute_const__ to generic ffs()-family implementationsKees Cook8-9/+9
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh1-4/+0
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar8-30/+20
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-0/+6
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-25/+8
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+1
2025-07-29Merge tag 'timers-ptp-2025-07-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2025-07-29unwind_user: Add user space unwinding API with frame pointer supportJosh Poimboeuf2-0/+6
2025-07-24mm: drop hugetlb_free_pgd_range()Anthony Yznaga1-9/+0
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+1
2025-07-13mm/hugetlb: remove prepare_hugepage_range()Peter Xu1-8/+0
2025-07-09codetag: avoid unused alloc_tags sections/symbolsPetr Pavlu1-2/+8
2025-07-09alloc_tag: remove empty module tag sectionCasey Chen1-6/+0
2025-07-09vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()Thomas Weißschuh1-3/+3
2025-07-08irqchip/gic-v5: Add GICv5 IWB supportLorenzo Pieralisi1-0/+1
2025-06-24alpha: regularize the situation with asm/param.hAl Viro1-1/+1
2025-06-13bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig switchIngo Molnar1-0/+6
2025-06-13bugs/core: Pass down the condition string of WARN_ON_ONCE(cond) warnings to _...Ingo Molnar1-1/+1
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar1-3/+4
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+6
2025-06-03Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+36
2025-05-31mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()Roman Gushchin1-10/+36
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-9/+47
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/bp...Linus Torvalds1-1/+2
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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/ke...Linus 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/...Linus Torvalds4-38/+41
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+257
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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...Linus Torvalds1-4/+68
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-24Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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
2025-03-16percpu: repurpose __percpu tag as a named address space qualifierUros Bizjak1-0/+13
2025-03-16percpu: 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-01Merge 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-02-28Merge 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