summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor2021-06-161-0/+1
* vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers2021-03-041-1/+6
* firmware_loader: align .builtin_fw to 8Fangrui Song2021-02-171-1/+1
* vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2021-02-172-0/+13
* arm64: make atomic helpers __always_inlineArnd Bergmann2021-01-271-3/+3
* vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers2021-01-171-1/+4
* arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-12-021-0/+13
* mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe2020-11-101-4/+0
* bpf: Prevent .BTF section eliminationTony Ambardar2020-10-141-1/+1
* mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-10-011-0/+10
* include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour2020-08-191-0/+1
* x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel2020-07-291-1/+4
* asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()Will Deacon2020-07-291-2/+4
* bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-06-171-3/+19
* include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann2020-06-031-1/+1
* x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-231-1/+1
* lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner2020-03-051-2/+2
* mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-111-7/+15
* asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport2020-01-171-1/+32
* 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
* | | | | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-161-3/+3
|\ \ \ \ \
| * | | | | asm-generic/div64: Fix documentation of do_div() parameterJonathan Neuschäfer2019-08-281-3/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |