aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)Author
2023-12-27Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/cn-sdkv5.4/...Bruce Ashfield
2023-12-20asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds
2023-08-21Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/cn-sdkv5.4/...Bruce Ashfield
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com
2023-08-08Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/cn-sdkv5.4/...Bruce Ashfield
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner
2023-07-27Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/cn-sdkv5.4/...Bruce Ashfield
2023-07-27mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2023-05-19Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2023-05-17asm-generic/io.h: suppress endianness warnings for readq() and writeq()Vladimir Oltean
2023-03-17Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2023-03-17arch: fix broken BuildID for arm64 and riscvMasahiro Yamada
2022-12-19Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2022-12-19Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2022-12-14mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn
2022-11-16vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor
2022-09-09Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2022-09-09Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2022-08-31asm-generic: sections: refactor memory_intersectsQuanyang Wang
2022-08-25locking/atomic: Make test_and_*_bit() ordered on failureHector Martin
2022-04-20Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2022-04-20tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entrySteve Capper
2021-08-22Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-08-18vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor
2021-07-14Merge branch 'v5.10/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-06-23Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-06-16vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor
2021-04-04Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-03-08Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-03-04vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=yNathan Chancellor
2021-03-04vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers
2021-02-22Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-02-17firmware_loader: align .builtin_fw to 8Fangrui Song
2021-02-01Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-01-27arm64: make atomic helpers __always_inlineArnd Bergmann
2021-01-17Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-17locking/rtmutex: Use custom scheduling function for spin-schedule()Sebastian Andrzej Siewior
2020-12-17irqstat: Move declaration into asm-generic/hardirq.hThomas Gleixner
2020-12-17asm-generic/irqstat: Add optional __nmi_count memberThomas Gleixner
2020-12-17highmem: Get rid of kmap_types.hThomas Gleixner
2020-12-17asm-generic: Provide kmap_size.hThomas Gleixner
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar
2020-10-30Merge tag 'asm-generic-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-10-27vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook
2020-10-27asm-generic: mark __{get,put}_user_fn as __always_inlineChristoph Hellwig