summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-07-08riscv: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08powerpc: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08openrisc: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08nios2: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08nds32: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08m68k: convert to setup_initial_init_mm()Kefeng Wang2-8/+2
2021-07-08h8300: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08csky: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08arm64: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08arm: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08arc: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport4-0/+4
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport7-16/+31
2021-07-08riscv/Kconfig: make direct map manipulation options depend on MMUMike Rapoport1-2/+2
2021-07-08hexagon: select ARCH_WANT_LD_ORPHAN_WARNNathan Chancellor1-0/+1
2021-07-08hexagon: use common DISCARDS macroNathan Chancellor1-6/+1
2021-07-08hexagon: handle {,SOFT}IRQENTRY_TEXT in linker scriptNathan Chancellor1-0/+2
2021-07-08powerpc/preempt: Don't touch the idle task's preempt_count during hotplugValentin Schneider2-6/+0
2021-07-08s390/vdso: add minimal compat vdsoSven Schnelle16-25/+371
2021-07-08s390/vdso: rename VDSO64_LBASE to VDSO_LBASESven Schnelle2-2/+2
2021-07-08s390/vdso64: add sigreturn,rt_sigreturn and restart_syscallSven Schnelle2-0/+20
2021-07-08s390/vdso: always enable vdsoSven Schnelle2-24/+8
2021-07-08s390/ap: get rid of register asmHeiko Carstens1-63/+87
2021-07-08s390/irq: remove HAVE_IRQ_EXIT_ON_IRQ_STACKSven Schnelle1-1/+0
2021-07-08s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich1-0/+2
2021-07-08s390/ap: Rework ap_dqap to deal with messages greater than recv bufferHarald Freudenberger1-7/+41
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds30-1169/+1151
2021-07-07locking/atomic: sparc: Fix arch_cmpxchg64_local()Mark Rutland1-1/+1
2021-07-06riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong1-1/+0
2021-07-06riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti1-2/+2
2021-07-06riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto1-35/+146
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen6-1/+163
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds25-157/+313
2021-07-06powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin1-1/+5
2021-07-06arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAMMike Rapoport1-1/+3
2021-07-05riscv: ptrace: add argn syntaxJeff Xie2-0/+32
2021-07-05riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2-5/+2
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti8-93/+75
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-6/+6
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-42/+16
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+3
2021-07-05Merge tag 'm68knommu-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+805
2021-07-05mips: disable branch profiling in boot/decompress.oRandy Dunlap1-0/+2
2021-07-05mips: always link byteswap helpers into decompressorArnd Bergmann1-2/+2
2021-07-05powerpc/xive: Fix error handling when allocating an IPICédric Le Goater1-4/+3
2021-07-05powerpc/bpf: Reject atomic ops in ppc32 JITNaveen N. Rao1-3/+11
2021-07-05powerpc/bpf: Fix detecting BPF atomic instructionsNaveen N. Rao1-2/+2
2021-07-05powerpc/mm: Fix lockup on kernel exec faultChristophe Leroy1-3/+1
2021-07-05ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin1-1/+1