index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: remove deprecated host-progs variable
Masahiro Yamada
2018-08-09
3
-10
/
+1
*
kbuild: make samples really depend on headers_install
Masahiro Yamada
2018-08-09
1
-1
/
+2
*
um: clean up archheaders recipe
Masahiro Yamada
2018-08-07
1
-7
/
+1
*
kbuild: add %asm-generic to no-dot-config-targets
Masahiro Yamada
2018-08-07
1
-1
/
+1
*
um: fix parallel building with O= option
Masahiro Yamada
2018-08-07
1
-2
/
+1
*
scripts: Add Python 3 support to tracing/draw_functrace.py
Jeremy Cline
2018-07-29
1
-1
/
+1
*
builddeb: Add automatic support for sh{3,4}{,eb} architectures
Ben Hutchings
2018-07-28
1
-3
/
+10
*
builddeb: Add automatic support for riscv* architectures
Ben Hutchings
2018-07-28
1
-1
/
+1
*
builddeb: Add automatic support for m68k architecture
Ben Hutchings
2018-07-28
1
-1
/
+1
*
builddeb: Add automatic support for or1k architecture
Ben Hutchings
2018-07-28
1
-0
/
+2
*
builddeb: Add automatic support for sparc64 architecture
Ben Hutchings
2018-07-28
1
-1
/
+1
*
builddeb: Add automatic support for mips{,64}r6{,el} architectures
Ben Hutchings
2018-07-28
1
-1
/
+3
*
builddeb: Add automatic support for mips64el architecture
Ben Hutchings
2018-07-28
1
-1
/
+6
*
builddeb: Add automatic support for ppc64 and powerpcspe architectures
Ben Hutchings
2018-07-28
1
-1
/
+6
*
builddeb: Introduce functions to simplify kconfig tests in set_debarch
Ben Hutchings
2018-07-28
1
-9
/
+17
*
builddeb: Drop check for 32-bit s390
Ben Hutchings
2018-07-28
1
-1
/
+1
*
builddeb: Change architecture detection fallback to use dpkg-architecture
Ben Hutchings
2018-07-28
1
-2
/
+2
*
builddeb: Skip architecture detection when KBUILD_DEBARCH is set
Ben Hutchings
2018-07-28
1
-3
/
+6
*
kbuild: do not redirect the first prerequisite for filechk
Masahiro Yamada
2018-07-28
5
-7
/
+7
*
ARM: at91: remove unused duplicated filechk_offsets
Masahiro Yamada
2018-07-28
1
-25
/
+0
*
kbuild: if_changed: document single use per target limitation
Dirk Gouders
2018-07-21
1
-0
/
+6
*
kbuild: buildtar: add arm64 support
Olof Johansson
2018-07-19
1
-0
/
+8
*
kbuild: buildtar: remove crufty vax pieces
Olof Johansson
2018-07-19
1
-4
/
+0
*
kbuild: change ld_flags to contain LDFLAGS_$(@F)
Masahiro Yamada
2018-07-19
2
-4
/
+4
*
kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)
Masahiro Yamada
2018-07-19
1
-2
/
+1
*
kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile
Masahiro Yamada
2018-07-19
3
-5
/
+0
*
um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um
Masahiro Yamada
2018-07-19
1
-2
/
+0
*
kbuild: Use HOST*FLAGS options from the command line
Laura Abbott
2018-07-18
2
-4
/
+21
*
kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS
Laura Abbott
2018-07-18
6
-22
/
+22
*
kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS
Laura Abbott
2018-07-18
5
-10
/
+10
*
kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGS
Laura Abbott
2018-07-18
2
-3
/
+3
*
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
Laura Abbott
2018-07-18
9
-14
/
+14
*
arm64: Add build salt to the vDSO
Laura Abbott
2018-07-18
1
-0
/
+3
*
powerpc: Add build salt to the vDSO
Laura Abbott
2018-07-18
1
-0
/
+3
*
x86: Add build salt to the vDSO
Laura Abbott
2018-07-18
2
-0
/
+6
*
kbuild: Add build salt to the kernel and modules
Laura Abbott
2018-07-18
4
-0
/
+35
*
kbuild: verify that $DEPMOD is installed
Randy Dunlap
2018-07-18
2
-13
/
+14
*
kbuild: move bin2c back to scripts/ from scripts/basic/
Masahiro Yamada
2018-07-18
10
-10
/
+7
*
Coccinelle: add atomic_as_refcounter script
Elena Reshetova
2018-07-18
1
-0
/
+129
*
Linux 4.18-rc5
v4.18-rc5
Linus Torvalds
2018-07-15
1
-1
/
+1
*
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2018-07-15
4
-3
/
+49
|
\
|
*
Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/l...
Olof Johansson
2018-07-14
2
-0
/
+46
|
|
\
|
|
*
ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller
Adam Ford
2018-07-12
1
-0
/
+5
|
|
*
ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary cores
Nishanth Menon
2018-07-12
1
-0
/
+41
|
*
|
Merge tag 'mvebu-fixes-4.18-1' of git://git.infradead.org/linux-mvebu into fixes
Olof Johansson
2018-07-14
1
-1
/
+1
|
|
\
\
|
|
*
|
ARM: dts: armada-38x: use the new thermal binding
Baruch Siach
2018-07-06
1
-1
/
+1
|
*
|
|
Merge tag 'pxa-fixes-4.18' of https://github.com/rjarzmik/linux into fixes
Olof Johansson
2018-07-14
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
ARM: pxa: irq: fix handling of ICMR registers in suspend/resume
Daniel Mack
2018-07-07
1
-2
/
+2
*
|
|
|
|
Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...
Linus Torvalds
2018-07-14
2
-6
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
rtc: fix alarm read and set offset
Alexandre Belloni
2018-07-13
1
-3
/
+5
[next]