summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | xen/x86: streamline set_pte_mfn()Jan Beulich2021-11-021-2/+4
* | | | Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-11-092-69/+10
|\ \ \ \
| * | | | sparc32: use DMA_DIRECT_REMAPChristoph Hellwig2021-10-212-55/+2
| * | | | sparc32: remove dma_make_coherentChristoph Hellwig2021-10-211-15/+10
| * | | | sparc32: remove the call to dma_make_coherent in arch_dma_freeChristoph Hellwig2021-10-211-1/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-099-44/+44
|\ \ \ \ \
| * | | | | alpha: use is_kernel_text() helperKefeng Wang2021-11-091-3/+1
| * | | | | microblaze: use is_kernel_text() helperKefeng Wang2021-11-091-1/+2
| * | | | | powerpc/mm: use core_kernel_text() helperKefeng Wang2021-11-091-5/+2
| * | | | | x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang2021-11-091-9/+5
| * | | | | sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-1/+1
| * | | | | include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-092-0/+8
| * | | | | proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-092-5/+19