summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* riscv/mm: fix two page table check related issuesTong Tiangen2022-05-191-0/+2
* mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-2/+2
* mm/hugetlb: introduce huge pte version of uffd-wp helpersPeter Xu2022-05-131-0/+15
* mm: introduce PTE_MARKER swap entryPeter Xu2022-05-131-0/+9
* mm/mprotect: do not flush when not required architecturallyNadav Amit2022-05-131-0/+14
* Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-151-1/+1
|\
| * asm-generic: fix __get_unaligned_be48() on 32 bit platformsAlexander Lobakin2022-04-121-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-04-081-3/+7
|\ \
| * | tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entrySteve Capper2022-04-061-3/+7
| |/
* | Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-071-0/+1
|\ \ | |/ |/|
| * Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus deviceMichael Kelley2022-03-291-0/+1
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+1
|\ \
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-1/+1
| |/
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-0/+4
|\ \
| * | static_call: Avoid building empty .static_call_sitesPeter Zijlstra2022-03-151-0/+4
| |/
* | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-0/+26
|\ \
| * | asm-generic: introduce be48 unaligned accessorsKeith Busch2022-03-071-0/+26
| |/
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-1/+14
|\ \
| * | asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy2022-02-161-0/+2
| * | asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy2022-02-161-0/+5
| * | asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-161-1/+7
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-0/+7
|\ \
| * | KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fieldsSean Christopherson2022-02-101-0/+6
| * | KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD fieldSean Christopherson2022-02-101-0/+1
| |/
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-2/+2
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-2/+2
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-45/+49
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-252-37/+2
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-252-20/+61
| * | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| |/
* | Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-03-222-14/+14
|\ \
| * | asm-generic/bitops: Always inline all bit manipulation helpersBorislav Petkov2022-01-252-14/+14
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-28/+56
|\ \
| * | lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-111-28/+56
| |/
* / powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano2022-02-041-11/+0
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-233-253/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-152-263/+0
| * bitops: move find_bit_*_le functions from le.h to find.hYury Norov2022-01-152-64/+69
| * bitops: protect find_first_{,zero}_bit properlyYury Norov2022-01-151-0/+5
* | Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-221-6/+18
|\ \
| * \ RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-191-6/+18
| |\ \
| | * | asm-generic: Prepare for riscv use of pud_alloc_one and pud_freeAlexandre Ghiti2022-01-191-6/+18
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | asm-generic: Add missing brackets for io_stop_wc macroXiongfeng Wang2022-01-201-1/+1
* | | | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-2/+4
|\ \ \ \
| * | | | Drivers: hv: Fix definition of hypercall input & output arg variablesMichael Kelley2021-12-281-2/+2
| * | | | net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan2021-12-201-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-33/+0
|\ \ \ \
| * | | | PCI: hv: Make the code arch neutral by adding arch specific interfacesSunil Muthuswamy2022-01-121-33/+0
| | |_|/ | |/| |
* | | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-20/+11
|\ \ \ \