summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'm68knommu-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-076-47/+45
|\
| * m68k: stmark2: enable edma support for dspiAngelo Dureghello2020-07-271-0/+5
| * m68k: use asm-generic cmpxchg_local()Greg Ungerer2020-07-271-8/+0
| * m68k: mcfmmu: remove stale part of comment about steal_contextMike Rapoport2020-07-271-5/+0
| * m68knommu: fix overwriting of bits in ColdFire V3 cache controlGreg Ungerer2020-07-271-3/+3
| * m68k: fix ColdFire mmu init compile warningGreg Ungerer2020-07-271-1/+0
| * m68knommu: fix use of cpu_to_le() on IO accessGreg Ungerer2020-07-271-4/+4
| * m68knommu: __force type casts for raw IO accessGreg Ungerer2020-07-271-6/+6
| * m68k: stmark2: defconfig updatesAngelo Dureghello2020-07-271-20/+27
* | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-0732-71/+356
|\ \
| * | riscv: disable stack-protector for vDSOTobias Klauser2020-08-051-0/+2
| * | RISC-V: Fix build warning for smpboot.cAtish Patra2020-08-052-1/+4
| * | riscv: fix build warning of mm/pageattrZong Li2020-07-301-1/+2
| * | riscv: Fix build warning for mm/initZong Li2020-07-301-1/+1
| * | RISC-V: Setup exception vector earlyAtish Patra2020-07-303-10/+10
| * | riscv: Select ARCH_HAS_DEBUG_VM_PGTABLEEmil Renner Berthing2020-07-302-1/+2
| * | riscv: Use generic pgprot_* macros from <linux/pgtable.h>Pekka Enberg2020-07-301-6/+0
| * | mm: pgtable: Make generic pgprot_* macros available for no-MMUPekka Enberg2020-07-301-34/+37
| * | riscv: Cleanup unnecessary define in asm-offset.cGuo Ren2020-07-302-8/+1
| * | riscv: Add jump-label implementationEmil Renner Berthing2020-07-309-1/+122
| * | riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing2020-07-301-0/+16
| * | Replace HTTP links with HTTPS ones: RISC-VAlexander A. Klimov2020-07-302-2/+2
| * | riscv: Add STACKPROTECTOR supportedGuo Ren2020-07-303-0/+40
| * | riscv: Fix typo in asm/hwcap.h uapi headerTobias Klauser2020-07-301-1/+1
| * | riscv: Add kmemleak supportTobias Klauser2020-07-301-0/+1
| * | riscv: Allow building with kcov coverageTobias Klauser2020-07-304-0/+7
| * | riscv: Enable context trackingGreentime Hu2020-07-302-1/+16
| * | riscv: Support irq_work via self IPIsGreentime Hu2020-07-302-0/+25
| * | riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren2020-07-302-1/+36
| * | riscv: Fixup lockdep_assert_held with wrong param cpu_runningZong Li2020-07-301-1/+0
| * | riscv: Fixup static_obj() failGuo Ren2020-07-301-1/+1
| * | riscv: Register System RAM as iomem resourcesZong Li2020-07-091-0/+27
| * | RISC-V: Use a local variable instead of smp_processor_id()Greentime Hu2020-06-301-3/+4
| * | riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by defaultChenxi Mao2020-06-301-0/+1
* | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-0735-768/+796
|\ \ \
| * | | init: add an init_dup helperChristoph Hellwig2020-08-053-4/+17
| * | | init: add an init_utimes helperChristoph Hellwig2020-07-313-2/+15
| * | | init: add an init_stat helperChristoph Hellwig2020-07-314-2/+20
| * | | init: add an init_mknod helperChristoph Hellwig2020-07-318-16/+30
| * | | init: add an init_mkdir helperChristoph Hellwig2020-07-318-13/+25
| * | | init: add an init_symlink helperChristoph Hellwig2020-07-316-13/+19
| * | | init: add an init_link helperChristoph Hellwig2020-07-316-14/+38
| * | | init: add an init_eaccess helperChristoph Hellwig2020-07-315-10/+17
| * | | init: add an init_chmod helperChristoph Hellwig2020-07-316-12/+19
| * | | init: add an init_chown helperChristoph Hellwig2020-07-315-5/+24
| * | | init: add an init_chroot helperChristoph Hellwig2020-07-317-12/+30
| * | | init: add an init_chdir helperChristoph Hellwig2020-07-317-13/+24
| * | | init: add an init_rmdir helperChristoph Hellwig2020-07-314-8/+7
| * | | init: add an init_unlink helperChristoph Hellwig2020-07-317-12/+12
| * | | init: add an init_umount helperChristoph Hellwig2020-07-316-4/+19