aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang2-9/+10
2021-01-27perf/intel: Remove Perfmon-v4 counter_freezing supportPeter Zijlstra2-154/+1
2021-01-27x86/perf: Use static_call for x86_pmu.guest_get_msrsLike Xu3-25/+21
2021-01-14perf/x86/intel/uncore: With > 8 nodes, get pci bus die id from NUMA infoSteve Wahl1-28/+65
2021-01-14perf/x86/intel/uncore: Store the logical die id instead of the physical die id.Steve Wahl4-57/+39
2021-01-02Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-21/+35
2020-12-30s390/Kconfig: sort config S390 select list once againHeiko Carstens1-14/+17
2020-12-30s390: update defconfigsHeiko Carstens3-7/+18
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap21-21/+0
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He1-2/+2
2020-12-24Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
2020-12-24Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-15/+29
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-9/+7
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-152/+30
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds36-51/+466
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds50-473/+1256
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-12/+111
2020-12-22x86/split-lock: Avoid returning with interrupts enabledAndi Kleen1-1/+2
2020-12-22kasan: allow VMAP_STACK for HW_TAGS modeAndrey Konovalov1-4/+4
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2-2/+2
2020-12-22kasan, arm64: enable CONFIG_KASAN_HW_TAGSAndrey Konovalov1-0/+1
2020-12-22kasan, arm64: print report from tag fault handlerAndrey Konovalov1-0/+14
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov3-2/+7
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov10-14/+18
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov2-0/+2
2020-12-22arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov1-0/+9
2020-12-22arm64: kasan: align allocations for HW_TAGSAndrey Konovalov1-0/+3
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino6-4/+79
2020-12-22arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino2-15/+16
2020-12-22arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino3-3/+33
2020-12-22arm64: mte: add in-kernel tag fault handlerVincenzo Frascino3-0/+70
2020-12-22arm64: mte: reset the page tag in page->flagsVincenzo Frascino4-0/+32
2020-12-22arm64: mte: add in-kernel MTE helpersVincenzo Frascino6-6/+150
2020-12-22arm64: enable armv8.5-a asm-arch optionVincenzo Frascino2-0/+9
2020-12-22kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov2-2/+2
2020-12-22kasan, arm64: move initialization messageAndrey Konovalov2-14/+8
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov1-3/+8
2020-12-22kasan, arm64: only init shadow for software modesAndrey Konovalov2-3/+20
2020-12-21RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra1-1/+1
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-3/+3
2020-12-21Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds11-293/+192
2020-12-21powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall tooChristophe Leroy1-9/+16
2020-12-21Merge branch 'devel-stable' into for-nextRussell King13-273/+431
2020-12-21Merge branches 'fixes' and 'misc' into for-nextRussell King43-185/+819
2020-12-21ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical sectionArd Biesheuvel1-2/+2
2020-12-21ARM: 9038/1: Link with '-z norelro'Nathan Chancellor1-1/+1
2020-12-21ARM: 9037/1: uncompress: Add OF_DT_MAGIC macroGeert Uytterhoeven1-5/+7
2020-12-21ARM: 9036/1: uncompress: Fix dbgadtb size parameter nameGeert Uytterhoeven1-2/+2
2020-12-21ARM: 9035/1: uncompress: Add be32tocpu macroGeert Uytterhoeven1-14/+12