summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * MIPS: Loongson32: Set load address to 0x80200000Jiaxun Yang2019-01-221-1/+1
| * MIPS: Loongson32: clarify we don't support MIPS16 and merge configsJiaxun Yang2019-01-222-15/+4
| * MIPS: ath79: drop !OF clock codeJohn Crispin2019-01-222-59/+0
| * MIPS: ath79: drop platform device registration codeJohn Crispin2019-01-2215-835/+0
| * MIPS: ath79: drop legacy pci codeJohn Crispin2019-01-225-309/+22
| * MIPS: ath79: drop machfilesJohn Crispin2019-01-2212-919/+9
| * MIPS: ath79: drop legacy IRQ codeJohn Crispin2019-01-224-174/+7
| * MIPS: ath79: export switch MDIO reference clockFelix Fietkau2019-01-221-0/+8
| * MIPS: ath79: support setting up clock via DT on all SoC typesFelix Fietkau2019-01-221-17/+22
| * MIPS: ath79: make specifying the reference clock in DT optionalFelix Fietkau2019-01-221-44/+40
| * MIPS: ath79: pass PLL base to clock init functionsFelix Fietkau2019-01-221-30/+30
| * MIPS: ath79: move legacy "wdt" and "uart" clock aliases out of soc initFelix Fietkau2019-01-221-21/+17
| * MIPS: ath79: add helpers for setting clocks and expose the ref clockFelix Fietkau2019-01-221-62/+66
| * MIPS: Loongson32: Remove unused platform devicesJiaxun Yang2019-01-222-67/+0
| * mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-225-64/+16
| * mips: math-emu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-19/+4
| * mips: mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-12/+3
| * mips: ralink: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-7/+1
| * mips: cavium: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-28/+4
| * MIPS: Compile post DMA flush only when neededHauke Mehrtens2019-01-182-1/+7
* | Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-0514-97/+101
|\ \
| * | parisc: use memblock_alloc() instead of custom get_memblock()Mike Rapoport2019-02-221-33/+19
| * | parisc: Add constants for various PDC firmware callsHelge Deller2019-02-211-2/+18
| * | parisc: Add constant for PDC_PAT_COMPLEX firmware callHelge Deller2019-02-211-0/+4
| * | parisc: Show machine product number during bootHelge Deller2019-02-213-0/+34
| * | parisc: Add constants for PDC_RELOCATE PDC callHelge Deller2019-02-211-1/+6
| * | parisc: Add PDC_CRASH_PREP PDC function numberSven Schnelle2019-02-211-0/+1
| * | parisc: remove the HBA_DATA macroChristoph Hellwig2019-02-211-2/+0
| * | parisc: properly type the iommu field in struct pci_hba_dataChristoph Hellwig2019-02-211-1/+1
| * | parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig2019-02-211-44/+0
| * | parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>Christoph Hellwig2019-02-212-2/+1
| * | parisc: remove meaningless ccflags-y in arch/parisc/boot/MakefileMasahiro Yamada2019-02-211-6/+0
| * | parisc: replace oops_in_progress manipulation with bust_spinlocks()Sergey Senozhatsky2019-02-211-2/+2
| * | parisc: Improve initial IRQ to CPU assignmentHelge Deller2019-02-211-1/+4
| * | parisc: Count IPI function call interruptsHelge Deller2019-02-213-0/+6
| * | parisc: Show rescheduling interrupts on SMP machines onlyHelge Deller2019-02-211-4/+6
* | | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-0553-1022/+1693
|\ \ \
| * | | s390/suspend: fix prefix register reset in swsusp_arch_resumeMartin Schwidefsky2019-03-011-3/+3
| * | | s390: warn about clearing als implied facilitiesVasily Gorbik2019-03-013-2/+20
| * | | s390: allow overriding facilities via command lineVasily Gorbik2019-03-013-2/+50
| * | | s390: clean up redundant facilities list setupVasily Gorbik2019-03-012-4/+0
| * | | s390/als: remove duplicated in-place implementation of stfleVasily Gorbik2019-03-011-14/+1
| * | | s390/cpum_cf: Handle EBUSY return code from CPU counter facility reservationThomas Richter2019-02-221-1/+3
| * | | s390/cpum_cf_diag: Add support for s390 counter facility diagnostic traceThomas Richter2019-02-224-0/+721
| * | | s390/cpum_cf: add ctr_stcctm() functionHendrik Brueckner2019-02-221-0/+19
| * | | s390/cpum_cf: move common functions into a separate fileHendrik Brueckner2019-02-223-182/+206
| * | | s390/cpum_cf: introduce kernel_cpumcf_avail() functionHendrik Brueckner2019-02-222-3/+18
| * | | s390/cpu_mf: replace stcctm5() with the stcctm() functionHendrik Brueckner2019-02-222-18/+11
| * | | s390/cpu_mf: add store cpu counter multiple instruction supportHendrik Brueckner2019-02-222-0/+39
| * | | s390/cpum_cf: Add minimal in-kernel interface for counter measurementsHendrik Brueckner2019-02-221-0/+14