summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mips: fix n32 compat_ipc_parse_versionArnd Bergmann2019-01-111-0/+1
* Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su2019-01-101-1/+3
* MIPS: BCM47XX: Setup struct device for the SoCRafał Miłecki2019-01-091-0/+31
* MIPS: jazz: fix 64bit buildThomas Bogendoerfer2019-01-091-2/+3
* MIPS: ath79: Enable OF serial ports in the default configAlban Bedel2019-01-071-0/+1
* MIPS: lantiq: Use CP0_LEGACY_COMPARE_IRQHauke Mehrtens2019-01-073-12/+1
* MIPS: lantiq: Fix IPI interrupt handlingHauke Mehrtens2019-01-071-63/+5
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0658-550/+31
|\
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-062-14/+5
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0623-23/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-1/+1
| * kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-066-7/+6
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-0623-59/+19
| * nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0
| * nios2: remove unneeded HAS_DMA defineMasahiro Yamada2019-01-061-3/+0
* | Fix 'acccess_ok()' on alpha and SHLinus Torvalds2019-01-062-5/+10
* | Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-01-061-1/+9
|\ \
| * | x86/amd_gart: fix unmapping of non-GART mappingsChristoph Hellwig2019-01-051-1/+9
* | | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-054-7/+5
|\ \ \ | |_|/ |/| |
| * | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2019-01-022-5/+0
| |\ \
| | * | arm64: dts: mt7622: Remove un-used property for PCIeHonghui Zhang2018-12-181-2/+0
| | * | arm: dts: mt7623: Remove un-used property for PCIeHonghui Zhang2018-12-181-3/+0
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2019-01-021-0/+3
| |\ \ \
| | * | | s390/pci: skip VF scanningSebastian Ott2019-01-011-0/+3
| | |/ /
| * / / x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King2018-11-081-2/+2
| |/ /
* | | Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-01-051-1/+1
|\ \ \
| * | | sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)2019-01-031-1/+1
* | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-056-0/+6
|\ \ \ \
| * | | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-206-0/+6
| | |/ / | |/| |
* | | | Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-0515-186/+64
|\ \ \ \
| * | | | MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen2019-01-021-1/+2
| * | | | MIPS: Fix a R10000_LLSC_WAR logic in atomic.hHuacai Chen2018-12-311-1/+1
| * | | | MIPS: BCM63XX: drop unused and broken DSP platform deviceJonas Gorski2018-12-315-98/+3
| * | | | MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8Stefan Roese2018-12-231-0/+1
| * | | | MIPS: Alchemy: update dma masks for devboard devicesManuel Lauss2018-12-234-26/+52
| * | | | MIPS: Alchemy: update cpu-feature-overridesManuel Lauss2018-12-231-0/+3
| * | | | MIPS: Alchemy: drop DB1000 IrDA support bitsManuel Lauss2018-12-231-58/+0
| * | | | MIPS: alchemy: cpu_all_mask is forbidden for clock event devicesManuel Lauss2018-12-231-1/+1
| * | | | MIPS: BCM63XX: fix switch core reset on BCM6368Jonas Gorski2018-12-231-1/+1
* | | | | Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-01-054-12/+19
|\ \ \ \ \
| * | | | | powerpc: Drop use of 'type' from access_ok()Mathieu Malaterre2019-01-041-1/+1
| * | | | | Merge branch 'master' into fixesMichael Ellerman2019-01-041685-22384/+51636
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | KVM: PPC: Book3S HV: radix: Fix uninitialized var build errorMichael Ellerman2018-12-301-1/+1
| * | | | | powerpc/configs: Add PPC4xx_OCM to ppc40x_defconfigMichael Ellerman2018-12-301-0/+1
| * | | | | powerpc/4xx/ocm: Fix phys_addr_t printf warningsMichael Ellerman2018-12-301-3/+3
| * | | | | powerpc/4xx/ocm: Fix compilation error due to PAGE_KERNEL usageChristian Lamparter2018-12-301-2/+2
| * | | | | powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'Diana Craciun2018-12-301-6/+12
* | | | | | Merge branch 'parisc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-051-2/+2
|\ \ \ \ \ \