summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-3/+5
|\
| * export.h: reduce __ksymtab_strings string duplication by using "MS" section f...Jessica Yu2019-12-161-3/+5
* | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-5/+0
|\ \
| * | mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-5/+0
* | | Merge tag 'timers-urgent-2020-01-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-271-2/+2
|\ \ \
| * | | lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner2020-01-171-2/+2
| | |/ | |/|
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-272-6/+2
|\ \ \
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-6/+2
| |/ /
* / / asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport2019-12-301-1/+32
|/ /
* | 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
|/