aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-04vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers1-1/+6
2021-02-17firmware_loader: align .builtin_fw to 8Fangrui Song1-1/+1
2021-02-17vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2-0/+13
2021-01-27arm64: make atomic helpers __always_inlineArnd Bergmann1-3/+3
2021-01-17vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers1-1/+4
2020-12-02arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+13
2020-11-10mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe1-4/+0
2020-10-14bpf: Prevent .BTF section eliminationTony Ambardar1-1/+1
2020-10-01mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik1-0/+10
2020-08-19include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-07-29x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel1-1/+4
2020-07-29asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()Will Deacon1-2/+4
2020-06-17bpf: Support llvm-objcopy for vmlinux BTFFangrui Song1-3/+19
2020-06-03include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann1-1/+1
2020-04-23x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan1-1/+1
2020-03-05lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner1-2/+2
2020-02-11mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra1-7/+15
2020-01-17asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport1-1/+32
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen1-7/+0
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+7
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-4/+4
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook1-5/+3
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook1-11/+7
2019-09-25bug: clean up helper macros to remove __WARN_TAINT()Kees Cook1-10/+11
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook1-2/+1
2019-09-25bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook1-4/+4
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook1-9/+4
2019-09-24thp: update split_huge_page_pmd() commentKefeng Wang1-3/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+1
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-5/+0
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-9/+6
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2019-09-17Merge tag 'asm-generic-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-16/+11
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-09-16Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+6
2019-09-12module: Remove leftover '#undef' from export headerWill Deacon1-1/+0
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon1-1/+1
2019-09-10module: add support for symbol namespaces.Matthias Maennich1-3/+3
2019-09-10export: explicitly align struct kernel_symbolMatthias Maennich1-5/+3
2019-09-01asm-generic: add unlikely to default BUG_ON(x)Denis Efremov1-1/+1
2019-09-01__div64_const32(): improve the generic C versionNicolas Pitre1-6/+10
2019-08-30asm-generic: don't provide __ioremapChristoph Hellwig1-9/+0
2019-08-28asm-generic/div64: Fix documentation of do_div() parameterJonathan Neuschäfer1-3/+3
2019-08-23clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan1-0/+1
2019-08-19security: Support early LSMsMatthew Garrett1-1/+7
2019-08-13include/asm-generic/5level-fixup.h: fix variable 'p4d' set but not usedQian Cai1-3/+18
2019-08-07error-injection: Consolidate override function definitionLeo Yan1-0/+6
2019-08-03asm-generic: fix -Wtype-limits compiler warningsQian Cai1-30/+20