summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-19/+22
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds42-106/+1668
2021-07-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds57-152/+167
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2021-07-08powerpc/mm: enable HAVE_MOVE_PMD supportAneesh Kumar K.V1-0/+2
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V3-18/+36
2021-07-08mm/mremap: allow arch runtime overrideAneesh Kumar K.V1-0/+6
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V10-15/+22
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V19-33/+43
2021-07-08x86/dumpstack: use %pSb/%pBb for backtrace printingStephen Boyd1-1/+1
2021-07-08arm64: stacktrace: use %pSb for backtrace printingStephen Boyd1-1/+1
2021-07-08x86: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08sh: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-08s390: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
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-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds30-1169/+1151
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-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-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
2021-07-04Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+12
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds70-776/+917
2021-07-04Merge tag 'csky-for-linus-5.14-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2-8/+7
2021-07-04csky: Kconfig: Remove unused selectsGuo Ren1-3/+0
2021-07-04csky: syscache: Fixup duplicate cache flushGuo Ren1-5/+7