index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2019-07-17
50
-192
/
+412
|
\
|
*
MIPS: fix some more fall through errors in arch/mips
Stephen Rothwell
2019-07-16
4
-2
/
+4
|
*
MIPS: perf events: handle switch statement falling through warnings
Stephen Rothwell
2019-07-15
1
-15
/
+15
|
*
mips/kprobes: Export kprobe_fault_handler()
Anshuman Khandual
2019-07-03
2
-1
/
+2
|
*
MAINTAINERS: Add myself as Ingenic SoCs maintainer
Paul Cercueil
2019-06-24
1
-0
/
+27
|
*
MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT node
Stefan Roese
2019-06-24
1
-0
/
+13
|
*
MIPS: ralink: mt7628a.dtsi: Add SPI controller DT node
Stefan Roese
2019-06-24
1
-0
/
+16
|
*
MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT node
Stefan Roese
2019-06-24
1
-0
/
+13
|
*
MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodes
Stefan Roese
2019-06-24
1
-0
/
+9
|
*
MIPS: ralink: mt7628a.dtsi: Add pinmux DT node
Stefan Roese
2019-06-24
1
-1
/
+94
|
*
MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifier
Stefan Roese
2019-06-24
1
-0
/
+2
|
*
MIPS: lantiq: Add SMP support for lantiq interrupt controller
Petr Cvek
2019-06-24
1
-24
/
+106
|
*
MIPS: lantiq: Shorten register names, remove unused macros
Petr Cvek
2019-06-24
1
-18
/
+16
|
*
MIPS: lantiq: Fix bitfield masking
Petr Cvek
2019-06-24
1
-2
/
+3
|
*
MIPS: lantiq: Remove unused macros
Petr Cvek
2019-06-24
1
-4
/
+0
|
*
MIPS: lantiq: Fix attributes of of_device_id structure
Petr Cvek
2019-06-24
1
-1
/
+1
|
*
MIPS: lantiq: Change variables to the same type as the source
Petr Cvek
2019-06-24
1
-10
/
+10
|
*
MIPS: lantiq: Move macro directly to iomem function
Petr Cvek
2019-06-24
1
-10
/
+8
|
*
mips: Remove q-accessors from non-64bit platforms
Serge Semin
2019-06-24
1
-0
/
+11
|
*
FDDI: defza: Include linux/io-64-nonatomic-lo-hi.h
Paul Burton
2019-06-24
1
-0
/
+1
|
*
MIPS: configs: Remove useless UEVENT_HELPER_PATH
Krzysztof Kozlowski
2019-06-12
33
-33
/
+0
|
*
MIPS: config: Remove left-over BACKLIGHT_LCD_SUPPORT
Krzysztof Kozlowski
2019-06-12
4
-4
/
+0
|
*
MIPS: ralink: Switch pinmux.h to SPDX header
Lubomir Rintel
2019-06-12
1
-4
/
+1
|
*
MIPS: ftrace: Reword prepare_ftrace_return() comment block
Geert Uytterhoeven
2019-06-12
1
-11
/
+12
|
*
memory: jz4780-nemc: Grammar s/the its/its/
Geert Uytterhoeven
2019-06-12
1
-1
/
+1
|
*
memory: jz4780-nemc: Reduce size of const array
Paul Cercueil
2019-06-12
1
-1
/
+1
|
*
memory: jz4780_nemc: Add support for the JZ4740
Paul Cercueil
2019-06-12
1
-3
/
+21
|
*
dt-bindings: memory: jz4780: Add compatible string for JZ4740 SoC
Paul Cercueil
2019-06-12
1
-0
/
+1
|
*
memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780
Paul Cercueil
2019-06-12
1
-1
/
+1
|
*
MIPS: lb60: Fix pin mappings
Paul Cercueil
2019-06-12
1
-8
/
+8
|
*
MIPS: replace MBIT_ULL() with BIT_ULL()
Masahiro Yamada
2019-05-29
1
-65
/
+60
*
|
Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli...
Linus Torvalds
2019-07-17
1
-6
/
+0
|
\
\
|
*
|
H8300: remove unused barrier defines
Rolf Eike Beer
2019-06-18
1
-6
/
+0
*
|
|
Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8...
Linus Torvalds
2019-07-17
49
-59
/
+5
|
\
\
\
|
*
|
|
arch/sh: Check for kprobe trap number before trying to handle a kprobe trap
Michael Karcher
2019-06-26
1
-1
/
+2
|
*
|
|
sh: configs: Remove useless UEVENT_HELPER_PATH
Krzysztof Kozlowski
2019-06-10
47
-47
/
+0
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Yoshinori Sato
2019-06-02
22885
-416538
/
+552763
|
|
\
|
|
|
*
|
|
Fix allyesconfig output.
Yoshinori Sato
2019-04-21
1
-11
/
+3
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-07-17
151
-1225
/
+2674
|
\
\
\
\
|
*
|
|
|
fs/select.c: use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-07-17
1
-3
/
+3
|
*
|
|
|
mm: add account_locked_vm utility function
Daniel Jordan
2019-07-17
7
-190
/
+98
|
*
|
|
|
arm64: mm: implement pte_devmap support
Robin Murphy
2019-07-17
3
-0
/
+23
|
*
|
|
|
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
2019-07-17
9
-14
/
+11
|
*
|
|
|
mm: clean up is_device_*_page() definitions
Robin Murphy
2019-07-17
1
-22
/
+9
|
*
|
|
|
mm/mmap: move common defines to mman-common.h
Aneesh Kumar K.V
2019-07-17
4
-17
/
+10
|
*
|
|
|
mm: move MAP_SYNC to asm-generic/mman-common.h
Aneesh Kumar K.V
2019-07-17
2
-2
/
+2
|
*
|
|
|
device-dax: "Hotremove" persistent memory that is used like normal RAM
Pavel Tatashin
2019-07-17
2
-4
/
+39
|
*
|
|
|
mm/hotplug: make remove_memory() interface usable
Pavel Tatashin
2019-07-17
2
-23
/
+49
|
*
|
|
|
device-dax: fix memory and resource leak if hotplug fails
Pavel Tatashin
2019-07-17
1
-1
/
+4
|
*
|
|
|
include/linux/lz4.h: fix spelling and copy-paste errors in documentation
Tom Levy
2019-07-17
1
-9
/
+9
[next]