summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas24-206/+298
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas5-25/+105
2020-12-09Merge remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas2-2/+41
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas15-83/+45
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas30-331/+229
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas2491-62197/+64122
2020-12-04arm64: Fix build failure when HARDLOCKUP_DETECTOR_PERF is enabledWill Deacon1-1/+1
2020-12-03arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONEPeter Collingbourne1-1/+2
2020-12-03arm64: mark __system_matches_cap as __maybe_unusedMark Rutland1-1/+1
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland3-33/+0
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland3-58/+19
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland2-7/+2
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland13-92/+13
2020-12-02arm64: uaccess cleanup macro namingMark Rutland6-26/+26
2020-12-02arm64: uaccess: split user/kernel routinesMark Rutland2-65/+47
2020-12-02arm64: uaccess: refactor __{get,put}_userMark Rutland1-17/+27
2020-12-02arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland1-3/+1
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland3-8/+8
2020-12-02arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2-6/+39
2020-12-02arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland1-6/+12
2020-12-02arm64: head.S: always initialize PSTATEMark Rutland2-11/+26
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland3-10/+16
2020-12-02arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland2-8/+9
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland3-3/+7
2020-12-02arm64: ensure ERET from kthread is illegalMark Rutland1-9/+8
2020-12-01arm64: sdei: Push IS_ENABLED() checks down to callee functionsWill Deacon1-12/+18
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen5-20/+94
2020-11-30arm64: mte: Fix typo in macro definitionVincenzo Frascino1-1/+1
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland2-25/+26
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland4-10/+48
2020-11-30arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland2-3/+67
2020-11-30arm64: ptrace: prepare for EL1 irq/rcu trackingMark Rutland1-0/+4
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland5-48/+51
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland4-45/+22
2020-11-30arm64: entry: prepare ret_to_user for function callMark Rutland1-4/+5
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland2-7/+6
2020-11-30arm64: entry: mark entry code as noinstrMark Rutland1-50/+25
2020-11-30arm64: mark idle code as noinstrMark Rutland1-4/+4
2020-11-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland1-1/+1
2020-11-27arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*Youling Tang1-1/+1
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks2-2/+30
2020-11-27arm64: kaslr: Refactor early init command line parsingTyler Hicks1-8/+11
2020-11-25kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne2-1/+2
2020-11-25arm64: Enable perf events based hard lockup detectorSumit Garg2-2/+41
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne10-65/+101
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne3-7/+4
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne12-234/+4
2020-11-23parisc: start using signal-defs.hPeter Collingbourne1-12/+1
2020-11-23parisc: Drop parisc special case for __sighandler_tHelge Deller1-8/+0
2020-11-23arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon1-13/+14