summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorLines
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+14
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+7
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds-2/+2
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-45/+49
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+14
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-28/+56
2022-03-15static_call: Avoid building empty .static_call_sitesPeter Zijlstra-0/+4
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman-1/+1
2022-03-07asm-generic: introduce be48 unaligned accessorsKeith Busch-0/+26
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-37/+2
2022-02-25uaccess: generalize access_ok()Arnd Bergmann-20/+61
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann-2/+0
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-2/+2
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy-0/+2
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy-0/+5
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy-1/+7
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel-28/+56
2022-02-10KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fieldsSean Christopherson-0/+6
2022-02-10KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD fieldSean Christopherson-0/+1
2022-02-04powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano-11/+0
2022-01-25asm-generic/bitops: Always inline all bit manipulation helpersBorislav Petkov-14/+14
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-253/+0
2022-01-22Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+18
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2022-01-20asm-generic: Add missing brackets for io_stop_wc macroXiongfeng Wang-1/+1
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt-6/+18
2022-01-19asm-generic: Prepare for riscv use of pud_alloc_one and pud_freeAlexandre Ghiti-6/+18
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+4
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-33/+0
2022-01-15include: move find.h from asm_generic to linuxYury Norov-263/+0
2022-01-15bitops: move find_bit_*_le functions from le.h to find.hYury Norov-64/+69
2022-01-15bitops: protect find_first_{,zero}_bit properlyYury Norov-0/+5
2022-01-12PCI: hv: Make the code arch neutral by adding arch specific interfacesSunil Muthuswamy-33/+0
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-20/+11
2022-01-11Merge tag 'for-5.17/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+7
2022-01-11Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-14/+46
2022-01-11sections: Fix __is_kernel() to include init rangesHelge Deller-3/+7
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-4/+10
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+11
2021-12-28Drivers: hv: Fix definition of hypercall input & output arg variablesMichael Kelley-2/+2
2021-12-22asm-generic: introduce io_stop_wc() and add implementation for ARM64Xiongfeng Wang-0/+11
2021-12-21logic_io instance of iounmap() needs volatile on argumentAl Viro-1/+1
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan-0/+2
2021-12-17asm-generic/error-injection.h: fix a spelling mistake, and a coding style issueWasin Thonkaew-2/+2
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar-6/+0
2021-12-11futex: Fix additional regressionsArnd Bergmann-1/+1
2021-12-09asm-generic/bitops, kcsan: Add instrumentation for barriersMarco Elver-0/+6
2021-12-09locking/barriers, kcsan: Support generic instrumentationMarco Elver-0/+25
2021-12-09locking/barriers, kcsan: Add instrumentation for barriersMarco Elver-14/+15