summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2023-12-20asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds1-1/+1
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-11/+0
2023-05-17asm-generic/io.h: suppress endianness warnings for readq() and writeq()Vladimir Oltean1-2/+2
2023-03-17arch: fix broken BuildID for arm64 and riscvMasahiro Yamada1-0/+5
2023-03-17x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu1-2/+9
2022-12-14mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn1-0/+4
2022-11-25vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor1-1/+1
2022-09-05asm-generic: sections: refactor memory_intersectsQuanyang Wang1-2/+5
2022-08-25locking/atomic: Make test_and_*_bit() ordered on failureHector Martin1-6/+0
2022-04-20tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entrySteve Capper1-3/+7
2022-02-23module/ftrace: handle patchable-function-entryMark Rutland1-7/+7
2021-11-26tlb: mmu_gather: add tlb_flush_*_range APIsPeter Zijlstra (Intel)1-15/+40
2021-08-18vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor1-0/+1
2021-06-16vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor1-0/+1
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-05timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen1-7/+0
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+7
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-4/+4
2019-09-26bug: move WARN_ON() "cut here" into exception handlerKees Cook1-5/+3
2019-09-26bug: consolidate __WARN_FLAGS usageKees Cook1-11/+7
2019-09-26bug: clean up helper macros to remove __WARN_TAINT()Kees Cook1-10/+11
2019-09-26bug: consolidate warn_slowpath_fmt() usageKees Cook1-2/+1
2019-09-26bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook1-4/+4
2019-09-26bug: refactor away warn_slowpath_fmt_taint()Kees Cook1-9/+4
2019-09-25thp: update split_huge_page_pmd() commentKefeng Wang1-3/+2
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+1
2019-09-25mm: 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...Linus Torvalds1-9/+6
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2019-09-18Merge tag 'asm-generic-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-16/+11
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2019-09-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2