summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-064-263/+295
|\
| * kasan: support instrumented bitops combined with generic bitopsDaniel Axtens2019-11-074-263/+295
* | mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport2019-12-041-39/+0
* | bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-0/+17
* | Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-12-031-0/+1
|\ \
| * | export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada2019-11-141-0/+1
* | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-0/+1
|\ \ \
| * | | asm-generic: Make msi.h a mandatory include/asm headerMichal Simek2019-11-261-0/+1
| | |/ | |/|
* | | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-2/+0
|\ \ \
| * | | asm-generic/export.h: remove unneeded __kcrctab_* symbolsMasahiro Yamada2019-11-111-1/+0
| * | | asm-generic/export.h: make __ksymtab_* local symbolsMasahiro Yamada2019-11-111-1/+0
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-017-9/+54
|\ \ \
| * | | mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom2019-12-011-0/+25
| * | | mm: move the backup x_devmap() functions to asm-generic/pgtable.hThomas Hellstrom2019-12-011-0/+15
| * | | asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDEDVineet Gupta2019-12-011-0/+11
| * | | asm-generic/tlb: stub out pmd_free_tlb() if nopmdVineet Gupta2019-12-011-1/+1
| * | | asm-generic/tlb: stub out p4d_free_tlb() if nop4d ...Vineet Gupta2019-12-013-4/+1
| * | | asm-generic/tlb: stub out pud_free_tlb() if nopud ...Vineet Gupta2019-12-013-4/+1
* | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+2
|\ \ \ \
| * | | | x86/hyperv: Implement hv_is_hibernation_supported()Dexuan Cui2019-11-211-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V2019-11-051-1/+1
| |/ /
* | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-53/+36
|\ \ \
| * | | lib: provide a simple generic ioremap implementationChristoph Hellwig2019-11-111-4/+16
| * | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-15/+3
| * | | asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig2019-11-111-21/+8
| * | | asm-generic: ioremap_uc should behave the same with and without MMUChristoph Hellwig2019-11-111-20/+16
| | |/ | |/|
* | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-2/+11
|\ \ \
| * | | ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)2019-11-181-4/+4
| * | | fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)2019-11-141-3/+14
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-14/+39
|\ \ \
| * | | vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATAKees Cook2019-11-041-0/+12
| * | | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-2/+2
| * | | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-5/+2
| * | | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-3/+1
| * | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-4/+5
| * | | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-2/+11
| * | | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+8
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-251-7/+7
|\ \ \ | |_|/ |/| |
| * | module/ftrace: handle patchable-function-entryMark Rutland2019-11-061-7/+7
| |/
* / timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-041-7/+0
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-1/+7
|\
| * security: Support early LSMsMatthew Garrett2019-08-191-1/+7
* | mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-4/+4
* | bug: move WARN_ON() "cut here" into exception handlerKees Cook2019-09-251-5/+3
* | bug: consolidate __WARN_FLAGS usageKees Cook2019-09-251-11/+7
* | bug: clean up helper macros to remove __WARN_TAINT()Kees Cook2019-09-251-10/+11
* | bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-251-2/+1
* | bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook2019-09-251-4/+4
* | bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-09-251-9/+4