summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
7 daysasm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann1-1/+23
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-01-18mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn1-0/+6
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
2021-12-01hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+2
2021-11-06arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+13
2021-08-26vmlinux.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-24vmlinux.lds.h: Create section for protection against instrumentationNicolas Boichat2-0/+13
2021-03-04vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers1-1/+6
2021-02-23firmware_loader: align .builtin_fw to 8Fangrui Song1-1/+1
2021-01-17vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers1-1/+4
2020-11-10mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe1-4/+0
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-06-03include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann1-1/+1
2019-08-25asm-generic: fix -Wtype-limits compiler warningsQian Cai1-30/+20
2019-07-26include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Drew Davenport1-2/+4
2019-07-03futex: Update comments and docs about return values of arch futex codeWill Deacon1-2/+6
2019-03-23x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf1-1/+1
2018-12-29mm: introduce mm_[p4d|pud|pmd]_foldedMartin Schwidefsky1-0/+16
2018-12-29mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky6-6/+6
2018-10-12vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter1-1/+1
2018-10-12vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter1-2/+2
2018-09-14asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIREC...Andrew Murray1-1/+2
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+0
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin1-4/+13
2018-08-23x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra1-10/+0
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel1-2/+10
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov1-3/+13
2018-08-22vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada1-2/+0
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2018-08-18mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez1-0/+4
2018-08-18mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez1-0/+14
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+12
2018-08-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+14
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2-1/+9
2018-07-30Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman1-0/+8
2018-07-25locking/atomics: Instrument cmpxchg_double*()Mark Rutland1-13/+8
2018-07-25locking/atomics: Instrument xchg()Mark Rutland1-0/+7
2018-07-25locking/atomics: Simplify cmpxchg() instrumentationMark Rutland1-85/+15
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel1-0/+10
2018-07-17Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar1-0/+8
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2-1/+9
2018-07-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina1-12/+12
2018-07-14mm: allow arch to supply p??_free_tlb functionsNicholas Piggin1-0/+8