summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/build' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/boot' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon
2021-06-08Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon
2021-05-26arm64: smp: initialize cpu offset earlierMark Rutland
2021-05-26arm64: smp: unify task and sp setupMark Rutland
2021-05-26arm64: smp: remove stack from secondary_dataMark Rutland
2021-05-26arm64: smp: remove pointless secondary_data maintenanceMark Rutland
2021-05-26arm64: assembler: add set_this_cpu_offsetMark Rutland
2021-05-26Merge branch 'for-next/stacktrace' into for-next/bootWill Deacon
2021-05-26arm64: stacktrace: Relax frame record alignment requirement to 8 bytesPeter Collingbourne
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: Fix cache maintenance function commentsFuad Tabba
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_pou to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: Fix comments to refer to correct function __flush_icache_rangeFuad Tabba
2021-05-25arm64: Move documentation of dcache_by_line_opFuad Tabba
2021-05-25arm64: assembler: remove user_altFuad Tabba
2021-05-25arm64: Downgrade flush_icache_range to invalidateFuad Tabba
2021-05-25arm64: Do not enable uaccess for invalidate_icache_rangeFuad Tabba
2021-05-25arm64: Do not enable uaccess for flush_icache_rangeFuad Tabba
2021-05-25arm64: Apply errata to swsusp_arch_suspend_exitFuad Tabba
2021-05-25arm64: assembler: add conditional cache fixupsMark Rutland
2021-05-25arm64: assembler: replace `kaddr` with `addr`Mark Rutland
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman
2021-05-23Linux 5.13-rc3Linus Torvalds
2021-05-23Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-05-23Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-23Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-05-23Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-23Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-05-22Merge tag 'kbuild-fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz
2021-05-22lib: kunit: suppress a compilation warning of frame sizeZhen Lei
2021-05-22proc: remove Alexey from MAINTAINERSAlexey Dobriyan
2021-05-22linux/bits.h: fix compilation error with GENMASKRikard Falkeborn
2021-05-22watchdog: reliable handling of timestampsPetr Mladek
2021-05-22kasan: slab: always reset the tag in get_freepointer_safe()Alexander Potapenko
2021-05-22tools/testing/selftests/exec: fix link errorYang Yingliang
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam
2021-05-22Revert "mm/gup: check page posion status for coredump."Michal Hocko