summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-11-21x86/hyperv: Implement hv_is_hibernation_supported()Dexuan Cui
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)
2019-11-11lib: provide a simple generic ioremap implementationChristoph Hellwig
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig
2019-11-11asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig
2019-11-11asm-generic: ioremap_uc should behave the same with and without MMUChristoph Hellwig
2019-11-06module/ftrace: handle patchable-function-entryMark Rutland
2019-11-05powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen
2019-11-04vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook
2019-09-25bug: clean up helper macros to remove __WARN_TAINT()Kees Cook
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook
2019-09-25bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook
2019-09-24thp: update split_huge_page_pmd() commentKefeng Wang
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-17Merge tag 'asm-generic-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-12module: Remove leftover '#undef' from export headerWill Deacon
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon
2019-09-10module: add support for symbol namespaces.Matthias Maennich
2019-09-10export: explicitly align struct kernel_symbolMatthias Maennich
2019-09-01asm-generic: add unlikely to default BUG_ON(x)Denis Efremov
2019-09-01__div64_const32(): improve the generic C versionNicolas Pitre
2019-08-30asm-generic: don't provide __ioremapChristoph Hellwig
2019-08-28asm-generic/div64: Fix documentation of do_div() parameterJonathan Neuschäfer
2019-08-23clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan