summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-155-21/+4
|\
| * arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King2021-11-085-21/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-112-3/+3
|\ \
| * | kasan: add kasan mode messages when kasan initKuan-Ying Lee2021-11-111-1/+1
| * | mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-2/+2
* | | Merge tag 'm68knommu-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-113-12/+2
|\ \ \
| * | | m68knommu: Remove MCPU32 config symbolGeert Uytterhoeven2021-10-262-12/+1
| * | | m68k: set a default value for MEMORY_RESERVERandy Dunlap2021-10-261-0/+1
* | | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-2/+4
|\ \ \ \
| * | | | riscv, bpf: Fix RV32 broken build, and silence RV64 warningBjörn Töpel2021-11-052-2/+4
| | |_|/ | |/| |
* | | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-111-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel...Greg Kroah-Hartman2021-11-071-0/+1
| |\ \ \
| | * | | arm64: cpufeature: Export this_cpu_has_cap helperArnd Bergmann2021-11-041-0/+1
* | | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-1027-59/+45
|\ \ \ \ \
| * | | | | signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-297-8/+8
| * | | | | signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman2021-10-291-1/+2
| * | | | | signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sigEric W. Biederman2021-10-291-2/+2
| * | | | | signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer failsEric W. Biederman2021-10-291-2/+4
| * | | | | signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman2021-10-291-1/+1
| * | | | | signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.Eric W. Biederman2021-10-251-1/+3
| * | | | | signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ONEric W. Biederman2021-10-251-4/+2
| * | | | | signal/sparc: In setup_tsb_params convert open coded BUG into BUGEric W. Biederman2021-10-251-1/+1
| * | | | | signal/powerpc: On swapcontext failure force SIGSEGVEric W. Biederman2021-10-252-5/+10
| * | | | | signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)Eric W. Biederman2021-10-251-4/+6
| * | | | | signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman2021-10-252-11/+2
| * | | | | signal/sparc32: Remove unreachable do_exit in do_sparc_faultEric W. Biederman2021-10-201-1/+0
| * | | | | exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-2011-20/+9
| * | | | | exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exitEric W. Biederman2021-10-201-3/+0
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-107-12/+24
|\ \ \ \ \ \
| * | | | | | arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann2021-11-081-3/+9
| * | | | | | arm64: Track no early_pgtable_alloc() for kmemleakQian Cai2021-11-083-4/+6
| * | | | | | arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada2021-11-082-2/+2
| * | | | | | arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe2021-11-081-3/+7
* | | | | | | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-1017-247/+14
|\ \ \ \ \ \ \
| * | | | | | | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-1417-247/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-1019-471/+206
|\ \ \ \ \ \ \
| * | | | | | | x86/xen: remove 32-bit awareness from startup_xenJuergen Gross2021-11-021-6/+6
| * | | | | | | xen: remove highmem remnantsJuergen Gross2021-11-022-8/+0
| * | | | | | | xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross2021-11-024-112/+102
| * | | | | | | x86/xen: remove 32-bit pv leftoversJuergen Gross2021-11-021-31/+9
| * | | | | | | xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko2021-11-022-94/+1
| * | | | | | | x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross2021-11-024-76/+20
| * | | | | | | x86/xen: remove xen_have_vcpu_info_placement flagJuergen Gross2021-11-025-126/+33
| * | | | | | | x86/pvh: add prototype for xen_pvh_init()Juergen Gross2021-11-021-0/+4
| * | | | | | | x86/xen: Remove redundant irq_enter/exit() invocationsThomas Gleixner2021-11-022-6/+0
| * | | | | | | xen/x86: restrict PV Dom0 identity mappingJan Beulich2021-11-021-3/+3
| * | | | | | | xen/x86: there's no highmem anymore in PV modeJan Beulich2021-11-021-4/+0
| * | | | | | | xen/x86: adjust handling of the L3 user vsyscall special page tableJan Beulich2021-11-021-1/+11
| * | | | | | | xen/x86: adjust xen_set_fixmap()Jan Beulich2021-11-021-4/+5
| * | | | | | | xen/x86: restore (fix) xen_set_pte_init() behaviorJan Beulich2021-11-021-7/+17