summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-194-23/+11
* mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams2019-07-191-1/+3
* mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-191-12/+11
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-197-14/+0
* arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand2019-07-191-0/+19
* s390x/mm: implement arch_remove_memory()David Hildenbrand2019-07-191-6/+7
* s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand2019-07-191-0/+3
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-175-37/+0
|\
| * MIPS: Remove dead codePaul Cercueil2019-06-264-38/+0
| * MIPS: jz4740: PM: Let CGU driver suspend clocks and set sleep modePaul Cercueil2019-06-261-8/+0
* | Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-1747-191/+383
|\ \
| * | 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
| * | 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
| * | 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
| * | 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-024416-46997/+54788
| |\| | |
| * | | | Fix allyesconfig output.Yoshinori Sato2019-04-211-11/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1744-409/+255
|\ \ \ \ \
| * | | | | mm: add account_locked_vm utility functionDaniel Jordan2019-07-172-77/+8
| * | | | | arm64: mm: implement pte_devmap supportRobin Murphy2019-07-173-0/+23
| * | | | | mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-175-6/+4
| * | | | | mm/mmap: move common defines to mman-common.hAneesh Kumar K.V2019-07-172-11/+1
| * | | | | powerpc: define syscall_get_error()Dmitry V. Levin2019-07-171-0/+10
| * | | | | parisc: define syscall_get_error()Dmitry V. Levin2019-07-171-0/+7
| * | | | | mips: define syscall_get_error()Dmitry V. Levin2019-07-171-0/+6
| * | | | | hexagon: define syscall_get_error() and syscall_get_return_value()Dmitry V. Levin2019-07-171-0/+14