summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-1515-62/+60
|\
| * signal: Expose SYS_USER_DISPATCH si_code typeGabriel Krisman Bertazi2020-12-021-1/+1
| * x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi2020-12-025-0/+23
| * x86: Support HAVE_CONTEXT_TRACKING_OFFSTACKFrederic Weisbecker2020-11-191-0/+1
| * context_tracking: Introduce HAVE_CONTEXT_TRACKING_OFFSTACKFrederic Weisbecker2020-11-191-0/+17
| * x86: Reclaim unused x86 TI flagsGabriel Krisman Bertazi2020-11-161-10/+0
| * x86: Expose syscall_work field in thread_infoGabriel Krisman Bertazi2020-11-161-0/+1
| * Merge branch 'x86/entry' into core/entryThomas Gleixner2020-11-1613-43/+46
| |\
| | * x86: Wire up TIF_NOTIFY_SIGNALJens Axboe2020-10-291-0/+2
| * | x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-045-49/+13
| * | Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-042600-65447/+67599
| |\ \
| * | | entry: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-10-291-2/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-1583-1169/+1259
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-0924-206/+298
| |\ \ \ \
| | * | | | arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONEPeter Collingbourne2020-12-031-1/+2
| * | | | | Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas2020-12-095-25/+105
| |\ \ \ \ \
| | * | | | | arm64: sdei: Push IS_ENABLED() checks down to callee functionsWill Deacon2020-12-011-12/+18
| | * | | | | arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen2020-12-015-20/+94
| * | | | | | Merge remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas2020-12-092-2/+41
| |\ \ \ \ \ \
| | * | | | | | arm64: Fix build failure when HARDLOCKUP_DETECTOR_PERF is enabledWill Deacon2020-12-041-1/+1
| | * | | | | | arm64: Enable perf events based hard lockup detectorSumit Garg2020-11-252-2/+41
| | |/ / / / /
| * | | | | | Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2020-12-0915-83/+45
| |\ \ \ \ \ \
| | * | | | | | arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*Youling Tang2020-11-271-1/+1
| | * | | | | | kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne2020-11-252-1/+2
| | * | | | | | arm64: mte: optimize asynchronous tag check fault flag checkPeter Collingbourne2020-11-181-1/+1
| | * | | | | | arm64/mm: add fallback option to allocate virtually contiguous memorySudarshan Rajagopalan2020-11-171-2/+5
| | * | | | | | arm64/smp: Drop the macro S(x,s)Anshuman Khandual2020-11-101-8/+7
| | * | | | | | arm64: consistently use reserved_pg_dirMark Rutland2020-11-109-22/+17
| | * | | | | | arm64: kprobes: Remove redundant kprobe_step_ctxMasami Hiramatsu2020-11-102-48/+12
| | |/ / / / /
| * | | | | | Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas2020-12-0930-331/+229
| |\ \ \ \ \ \
| | * | | | | | arm64: mark __system_matches_cap as __maybe_unusedMark Rutland2020-12-031-1/+1
| | * | | | | | arm64: uaccess: remove vestigal UAO supportMark Rutland2020-12-023-33/+0
| | * | | | | | arm64: uaccess: remove redundant PAN togglingMark Rutland2020-12-023-58/+19
| | * | | | | | arm64: uaccess: remove addr_limit_user_check()Mark Rutland2020-12-022-7/+2
| | * | | | | | arm64: uaccess: remove set_fs()Mark Rutland2020-12-0213-92/+13
| | * | | | | | arm64: uaccess cleanup macro namingMark Rutland2020-12-026-26/+26
| | * | | | | | arm64: uaccess: split user/kernel routinesMark Rutland2020-12-022-65/+47
| | * | | | | | arm64: uaccess: refactor __{get,put}_userMark Rutland2020-12-021-17/+27
| | * | | | | | arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland2020-12-021-3/+1
| | * | | | | | arm64: uaccess: rename privileged uaccess routinesMark Rutland2020-12-023-8/+8
| | * | | | | | arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2020-12-022-6/+39
| | * | | | | | arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland2020-12-021-6/+12
| | * | | | | | arm64: head.S: always initialize PSTATEMark Rutland2020-12-022-11/+26
| | * | | | | | arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland2020-12-023-10/+16
| | * | | | | | arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland2020-12-022-8/+9
| | * | | | | | arm64: add C wrappers for SET_PSTATE_*()Mark Rutland2020-12-023-3/+7
| | * | | | | | arm64: ensure ERET from kthread is illegalMark Rutland2020-12-021-9/+8
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-------------. \ \ \ \ \ \ Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas2020-12-092491-62197/+64122
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | |
| | | | | | | | | * | | | | | arm64: Extend the kernel command line from the bootloaderTyler Hicks2020-11-272-2/+30
| | | | | | | | | * | | | | | arm64: kaslr: Refactor early init command line parsingTyler Hicks2020-11-271-8/+11
| | | | | | | | | |/ / / / /