summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-1750-192/+412
|\
| * MIPS: fix some more fall through errors in arch/mipsStephen Rothwell2019-07-164-2/+4
| * MIPS: perf events: handle switch statement falling through warningsStephen Rothwell2019-07-151-15/+15
| * mips/kprobes: Export kprobe_fault_handler()Anshuman Khandual2019-07-032-1/+2
| * MAINTAINERS: Add myself as Ingenic SoCs maintainerPaul Cercueil2019-06-241-0/+27
| * MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT nodeStefan Roese2019-06-241-0/+13
| * MIPS: ralink: mt7628a.dtsi: Add SPI controller DT nodeStefan Roese2019-06-241-0/+16
| * MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT nodeStefan Roese2019-06-241-0/+13
| * MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodesStefan Roese2019-06-241-0/+9
| * MIPS: ralink: mt7628a.dtsi: Add pinmux DT nodeStefan Roese2019-06-241-1/+94
| * MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifierStefan Roese2019-06-241-0/+2
| * MIPS: lantiq: Add SMP support for lantiq interrupt controllerPetr Cvek2019-06-241-24/+106
| * MIPS: lantiq: Shorten register names, remove unused macrosPetr Cvek2019-06-241-18/+16
| * MIPS: lantiq: Fix bitfield maskingPetr Cvek2019-06-241-2/+3
| * MIPS: lantiq: Remove unused macrosPetr Cvek2019-06-241-4/+0
| * MIPS: lantiq: Fix attributes of of_device_id structurePetr Cvek2019-06-241-1/+1
| * MIPS: lantiq: Change variables to the same type as the sourcePetr Cvek2019-06-241-10/+10
| * MIPS: lantiq: Move macro directly to iomem functionPetr Cvek2019-06-241-10/+8
| * mips: Remove q-accessors from non-64bit platformsSerge Semin2019-06-241-0/+11
| * FDDI: defza: Include linux/io-64-nonatomic-lo-hi.hPaul Burton2019-06-241-0/+1
| * MIPS: configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2019-06-1233-33/+0
| * MIPS: config: Remove left-over BACKLIGHT_LCD_SUPPORTKrzysztof Kozlowski2019-06-124-4/+0
| * MIPS: ralink: Switch pinmux.h to SPDX headerLubomir Rintel2019-06-121-4/+1
| * MIPS: ftrace: Reword prepare_ftrace_return() comment blockGeert Uytterhoeven2019-06-121-11/+12
| * memory: jz4780-nemc: Grammar s/the its/its/Geert Uytterhoeven2019-06-121-1/+1
| * memory: jz4780-nemc: Reduce size of const arrayPaul Cercueil2019-06-121-1/+1
| * memory: jz4780_nemc: Add support for the JZ4740Paul Cercueil2019-06-121-3/+21
| * dt-bindings: memory: jz4780: Add compatible string for JZ4740 SoCPaul Cercueil2019-06-121-0/+1
| * memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780Paul Cercueil2019-06-121-1/+1
| * MIPS: lb60: Fix pin mappingsPaul Cercueil2019-06-121-8/+8
| * MIPS: replace MBIT_ULL() with BIT_ULL()Masahiro Yamada2019-05-291-65/+60
* | Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli...Linus Torvalds2019-07-171-6/+0
|\ \
| * | H8300: remove unused barrier definesRolf Eike Beer2019-06-181-6/+0
* | | Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8...Linus Torvalds2019-07-1749-59/+5
|\ \ \
| * | | arch/sh: Check for kprobe trap number before trying to handle a kprobe trapMichael Karcher2019-06-261-1/+2
| * | | sh: configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2019-06-1047-47/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Yoshinori Sato2019-06-0222885-416538/+552763
| |\| |
| * | | Fix allyesconfig output.Yoshinori Sato2019-04-211-11/+3
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-17151-1225/+2674
|\ \ \ \
| * | | | fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva2019-07-171-3/+3
| * | | | mm: add account_locked_vm utility functionDaniel Jordan2019-07-177-190/+98
| * | | | arm64: mm: implement pte_devmap supportRobin Murphy2019-07-173-0/+23
| * | | | mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-179-14/+11
| * | | | mm: clean up is_device_*_page() definitionsRobin Murphy2019-07-171-22/+9
| * | | | mm/mmap: move common defines to mman-common.hAneesh Kumar K.V2019-07-174-17/+10
| * | | | mm: move MAP_SYNC to asm-generic/mman-common.hAneesh Kumar K.V2019-07-172-2/+2
| * | | | device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin2019-07-172-4/+39
| * | | | mm/hotplug: make remove_memory() interface usablePavel Tatashin2019-07-172-23/+49
| * | | | device-dax: fix memory and resource leak if hotplug failsPavel Tatashin2019-07-171-1/+4
| * | | | include/linux/lz4.h: fix spelling and copy-paste errors in documentationTom Levy2019-07-171-9/+9