summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+4
|\
| * bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa2020-07-131-0/+4
* | make asm-generic/cacheflush.h more standaloneStephen Rothwell2020-06-261-0/+5
|/
* mm: Allow arches to provide ptep_get()Christophe Leroy2020-06-201-1/+1
* Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-2/+7
|\
| * bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner2020-06-111-2/+7
* | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-115-540/+542
|\ \ | |/ |/|
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-139-23/+150
| |\
| * | asm-generic, kcsan: Add KCSAN instrumentation for bitopsMarco Elver2020-03-213-20/+20
| * | asm-generic, atomic-instrumented: Use generic instrumented.hMarco Elver2020-03-211-204/+191
| * | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-219-69/+107
| |\ \
| * \ \ Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar2020-01-242-332/+334
| |\ \ \
| | * | | asm-generic/atomic: Use __always_inline for pure wrappersMarco Elver2020-01-072-332/+334
| * | | | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-201-1/+32
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3017-390/+464
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | locking/atomics, kcsan: Add KCSAN instrumentationMarco Elver2019-11-161-190/+203
* | | | | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-8/+8
|\ \ \ \ \ \
| * | | | | | locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macrosWill Deacon2020-04-161-8/+8
| | |_|_|_|/ | |/| | | |
* | | | | | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-0/+2
* | | | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-1323/+1
* | | | | | asm-generic: add a flush_icache_user_range stubChristoph Hellwig2020-06-081-0/+4
* | | | | | mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-3/+3
* | | | | | asm-generic: improve the flush_dcache_page stubChristoph Hellwig2020-06-081-3/+3
* | | | | | asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2020-06-081-3/+0
* | | | | | asm-generic: fix the inclusion guards for cacheflush.hChristoph Hellwig2020-06-081-3/+3
* | | | | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+2
|\ \ \ \ \ \
| * | | | | | mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2020-05-051-2/+2
* | | | | | | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-041-20/+44
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'hisi-drivers-for-5.8' of git://github.com/hisilicon/linux-hisi int...Arnd Bergmann2020-05-261-20/+44
| |\ \ \ \ \ \ \
| | * | | | | | | io: Provide _inX() and _outX()John Garry2020-05-071-20/+44
| | | |/ / / / / | | |/| | | | |
* | | | | | | | mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2020-06-041-59/+0
* | | | | | | | asm-generic: remove pgtable-nop4d-hack.hMike Rapoport2020-06-042-68/+0
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual2020-06-031-1/+1
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-0/+4
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-031-0/+493
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercallsMichael Kelley2020-05-201-0/+51
| * | | | | | | | | | x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent filesMichael Kelley2020-05-201-0/+442
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-06-031-0/+33
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | mm/memory.c: Add memory read privilege on page fault handlingBibo Mao2020-05-271-0/+16
| * | | | | | | | | mm/memory.c: Update local TLB if PTE entry existsBibo Mao2020-05-271-0/+17
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-022-2/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: add functions to track page directory modificationsJoerg Roedel2020-06-022-2/+26
| * | | | | | | | | mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-0/+4
* | | | | | | | | | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-9/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-9/+0
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-012-0/+13
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | / / / / / / | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-192-0/+13
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann2020-05-281-1/+1
|/ / / / / / /
* | / / / / / arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-0/+8
| |/ / / / / |/| | | | |