aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2022-02-10KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fieldsGravatar Sean Christopherson 1-0/+6
2022-02-10KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD fieldGravatar Sean Christopherson 1-0/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 3-253/+0
2022-01-22Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+18
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2022-01-20asm-generic: Add missing brackets for io_stop_wc macroGravatar Xiongfeng Wang 1-1/+1
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelGravatar Palmer Dabbelt 1-6/+18
2022-01-19asm-generic: Prepare for riscv use of pud_alloc_one and pud_freeGravatar Alexandre Ghiti 1-6/+18
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+4
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-33/+0
2022-01-15include: move find.h from asm_generic to linuxGravatar Yury Norov 2-263/+0
2022-01-15bitops: move find_bit_*_le functions from le.h to find.hGravatar Yury Norov 2-64/+69
2022-01-15bitops: protect find_first_{,zero}_bit properlyGravatar Yury Norov 1-0/+5
2022-01-12PCI: hv: Make the code arch neutral by adding arch specific interfacesGravatar Sunil Muthuswamy 1-33/+0
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-20/+11
2022-01-11Merge tag 'for-5.17/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+7
2022-01-11Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-14/+46
2022-01-11sections: Fix __is_kernel() to include init rangesGravatar Helge Deller 1-3/+7
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-4/+10
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+11
2021-12-28Drivers: hv: Fix definition of hypercall input & output arg variablesGravatar Michael Kelley 1-2/+2
2021-12-22asm-generic: introduce io_stop_wc() and add implementation for ARM64Gravatar Xiongfeng Wang 1-0/+11
2021-12-21logic_io instance of iounmap() needs volatile on argumentGravatar Al Viro 1-1/+1
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverGravatar Tianyu Lan 1-0/+2
2021-12-17asm-generic/error-injection.h: fix a spelling mistake, and a coding style issueGravatar Wasin Thonkaew 1-2/+2
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-6/+0
2021-12-11futex: Fix additional regressionsGravatar Arnd Bergmann 1-1/+1
2021-12-09asm-generic/bitops, kcsan: Add instrumentation for barriersGravatar Marco Elver 2-0/+6
2021-12-09locking/barriers, kcsan: Support generic instrumentationGravatar Marco Elver 1-0/+25
2021-12-09locking/barriers, kcsan: Add instrumentation for barriersGravatar Marco Elver 1-14/+15
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+0
2021-11-26futex: Fix sparc32/m68k/nds32 build regressionGravatar Arnd Bergmann 1-2/+2
2021-11-25futex: Ensure futex_atomic_cmpxchg_inatomic() is presentGravatar Arnd Bergmann 1-20/+11
2021-11-22sections: global data can be in .bssGravatar Antoine Tenart 1-4/+10
2021-11-17Add linux/cacheflush.hGravatar Matthew Wilcox (Oracle) 1-6/+0
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-16/+0
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-16/+59
2021-11-09sections: provide internal __is_kernel() and __is_kernel_text() helperGravatar Kefeng Wang 1-0/+29
2021-11-09sections: move is_kernel_inittext() into sections.hGravatar Kefeng Wang 1-0/+14
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Gravatar Kefeng Wang 1-0/+16
2021-11-09kallsyms: remove arch specific text and data checkGravatar Kefeng Wang 1-16/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-14/+0
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysGravatar Christophe Leroy 1-14/+0
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+13
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-1/+20
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-2/+8
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+6
2021-10-28x86/hyperv: Add ghcb hvcall support for SNP VMGravatar Tianyu Lan 1-0/+1