summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds2023-12-201-1/+1
* word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2023-08-111-1/+1
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-11/+0
* asm-generic/io.h: suppress endianness warnings for readq() and writeq()Vladimir Oltean2023-05-171-2/+2
* arch: fix broken BuildID for arm64 and riscvMasahiro Yamada2023-03-171-0/+5
* x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu2023-03-171-2/+9
* mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2022-12-141-0/+4
* vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor2022-11-251-1/+1
* asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-09-051-2/+5
* locking/atomic: Make test_and_*_bit() ordered on failureHector Martin2022-08-251-6/+0
* tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entrySteve Capper2022-04-201-3/+7
* module/ftrace: handle patchable-function-entryMark Rutland2022-02-231-7/+7
* tlb: mmu_gather: add tlb_flush_*_range APIsPeter Zijlstra (Intel)2021-11-261-15/+40
* vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor2021-08-181-0/+1
* 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