summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* | thp: update split_huge_page_pmd() commentKefeng Wang2019-09-241-3/+2
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+1
* | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-5/+0
* | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-9/+6
|\ \
| * | module: Remove leftover '#undef' from export headerWill Deacon2019-09-121-1/+0
| * | module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-111-1/+1
| * | module: add support for symbol namespaces.Matthias Maennich2019-09-101-3/+3
| * | export: explicitly align struct kernel_symbolMatthias Maennich2019-09-101-5/+3
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-181-0/+2
|\ \ \
| * | | asm-generic: make simd.h a mandatory include/asm headerArd Biesheuvel2019-07-311-0/+2
* | | | Merge tag 'asm-generic-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-173-16/+11
|\ \ \ \
| * | | | asm-generic: add unlikely to default BUG_ON(x)Denis Efremov2019-09-011-1/+1
| * | | | __div64_const32(): improve the generic C versionNicolas Pitre2019-09-011-6/+10
| * | | | asm-generic: don't provide __ioremapChristoph Hellwig2019-08-301-9/+0
| | |/ / | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-0/+1
|\ \ \ \
| * | | | clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-231-0/+1
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-2/+2
|\ \ \ \
| * | | | sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-311-2/+2