summaryrefslogtreecommitdiff
path: root/include/asm-generic (unfollow)
Commit message (Expand)Author
2022-10-28BACKPORT: kbuild: fix --gc-sectionsSami Tolvanen
2022-10-28BACKPORT: FROMLIST: kbuild: fix LD_DEAD_CODE_DATA_ELIMINATIONSami Tolvanen
2022-10-28BACKPORT: kbuild: allow archs to select link dead code/data eliminationNicholas Piggin
2021-12-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit
2021-08-26vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor
2021-01-17vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers
2020-06-03asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek
2020-06-03include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann
2020-06-01uapi: export all headers under uapi directoriesNicolas Dichtel
2020-05-10sched/preempt: Fix preempt_count manipulationsPeter Zijlstra
2020-01-29rtc: cmos: ignore bogus century byteEric Wong
2019-08-25asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann
2019-08-25asm-generic: fix -Wtype-limits compiler warningsQian Cai
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2019-04-03asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-08-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-05-30asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-01-23EXPORT_SYMBOL() for asmAl Viro
2018-01-23x86/kbuild: enable modversions for symbols exported from asmAdam Borowski
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2017-12-14BACKPORT: irq: Make the irqentry text section unconditionalMasami Hiramatsu
2017-12-14UPSTREAM: arch, ftrace: for KASAN put hard/soft IRQ entries into separate sec...Alexander Potapenko
2017-11-21mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang
2017-10-21percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland
2017-09-07cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo
2017-03-30UPSTREAM: mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang
2016-10-20asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland
2016-10-12UPSTREAM: vmlinux.lds.h: allow arch specific handling of ro_after_init data s...Heiko Carstens
2016-09-24asm-generic: make copy_from_user() zero the destination properlyAl Viro
2016-09-24asm-generic: make get_user() clear the destination on errorsAl Viro
2016-09-23UPSTREAM: vmlinux.lds.h: allow arch specific handling of ro_after_init data s...Heiko Carstens
2016-09-23UPSTREAM: arch: Introduce post-init read-only memoryKees Cook
2016-09-18UPSTREAM: asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland
2016-08-26Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni
2016-08-11earlycon: Use common framework for earlycon declarationsPeter Hurley
2016-08-10vmlinux.lds: account for destructor sectionsDmitry Vyukov
2016-07-27locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-07-26sched,preempt: Fix preempt_count manipulationsVikram Mulukutla
2016-06-01SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan
2016-06-01locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra
2016-05-11asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland
2016-05-04asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier
2016-04-12bitops: Do not default to __clear_bit() for __clear_bit_unlock()Peter Zijlstra
2016-03-22arm64: Enable dma_mmap_nonconsistentLaura Abbott
2016-03-22arm64: dma-mapping: make dma_ops constMitchel Humpherys