index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-18
tools/lib/traceevent/parse-filter.c: clean up clang build warning
Cheng Jian
1
-3
/
+3
2017-11-18
lib/nmi_backtrace.c: fix kernel text address leak
Liu, Changcheng
1
-2
/
+2
2017-11-18
lib/genalloc.c: make the avail variable an atomic_long_t
Stephen Bates
2
-6
/
+7
2017-11-18
lib/int_sqrt: adjust comments
Peter Zijlstra
1
-2
/
+2
2017-11-18
lib/int_sqrt: optimize initial value compute
Peter Zijlstra
1
-4
/
+2
2017-11-18
lib/int_sqrt: optimize small argument
Peter Zijlstra
1
-0
/
+3
2017-11-18
lib/test: delete five error messages for failed memory allocations
Markus Elfring
3
-15
/
+7
2017-11-18
lib: add module support to string tests
Geert Uytterhoeven
4
-142
/
+143
2017-11-18
include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>
Masahiro Yamada
1
-1
/
+0
2017-11-18
include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>
Masahiro Yamada
1
-1
/
+1
2017-11-18
get_maintainer: add more --self-test options
Joe Perches
1
-17
/
+132
2017-11-18
get_maintainer: add --self-test for internal consistency tests
Tom Saeger
1
-17
/
+77
2017-11-18
dynamic_debug documentation: minor fixes
Randy Dunlap
1
-3
/
+3
2017-11-18
dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...
Randy Dunlap
1
-0
/
+4
2017-11-18
kernel/umh.c: optimize 'proc_cap_handler()'
Christophe JAILLET
1
-2
/
+2
2017-11-18
include/linux/compiler-clang.h: handle randomizable anonymous structs
Sandipan Das
1
-0
/
+3
2017-11-18
bug: fix "cut here" location for __WARN_TAINT architectures
Kees Cook
2
-3
/
+18
2017-11-18
bug: define the "cut here" string in a single place
Kees Cook
4
-3
/
+5
2017-11-18
lkdtm: include WARN format string
Kees Cook
1
-1
/
+3
2017-11-18
iopoll: avoid -Wint-in-bool-context warning
Arnd Bergmann
1
-9
/
+15
2017-11-18
parse-maintainers: add ability to specify filenames
Joe Perches
1
-5
/
+47
2017-11-18
kernel debug: support resetting WARN_ONCE for all architectures
Andi Kleen
3
-1
/
+30
2017-11-18
kernel debug: support resetting WARN*_ONCE
Andi Kleen
5
-3
/
+42
2017-11-18
sh/boot: add static stack-protector to pre-kernel
Kees Cook
1
-0
/
+14
2017-11-18
spelling.txt: add "unnecessary" typo variants
Joe Perches
1
-0
/
+4
2017-11-18
proc: use do-while in name_to_int()
Alexey Dobriyan
1
-2
/
+2
2017-11-18
proc: : uninline name_to_int()
Alexey Dobriyan
3
-22
/
+25
2017-11-18
proc, coredump: add CoreDumping flag to /proc/pid/status
Roman Gushchin
2
-0
/
+9
2017-11-18
mm, compaction: remove unneeded pageblock_skip_persistent() checks
Vlastimil Babka
1
-15
/
+3
2017-11-18
mm, compaction: split off flag for not updating skip hints
Vlastimil Babka
3
-1
/
+3
2017-11-18
mm, compaction: extend pageblock_skip_persistent() to all compound pages
Vlastimil Babka
1
-11
/
+14
2017-11-18
mm, compaction: persistently skip hugetlbfs pageblocks
David Rientjes
2
-12
/
+55
2017-11-18
mm, compaction: kcompactd should not ignore pageblock skip
David Rientjes
1
-2
/
+1
2017-11-18
mm: shmem: remove unused info variable
Corentin Labbe
1
-2
/
+0
2017-11-18
lib/dma-debug.c: fix incorrect pfn calculation
Miles Chen
1
-2
/
+18
2017-11-18
mm/z3fold.c: use kref to prevent page free/compact race
Vitaly Wool
1
-2
/
+8
2017-11-18
mm: fix nodemask printing
Arnd Bergmann
1
-3
/
+10
2017-11-17
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
48
-560
/
+1405
2017-11-17
Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-39
/
+28
2017-11-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2
-0
/
+3
2017-11-17
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
110
-996
/
+6933
2017-11-17
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
608
-15882
/
+28063
2017-11-17
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
130
-3144
/
+2267
2017-11-17
dm bufio: fix integer overflow when limiting maximum cache size
Eric Biggers
1
-9
/
+6
2017-11-17
dm: clear all discard attributes in queue_limits when discards are disabled
Mike Snitzer
1
-2
/
+8
2017-11-17
dm: do not set 'discards_supported' in targets that do not need it
Mike Snitzer
2
-7
/
+0
2017-11-17
dm: discard support requires all targets in a table support discards
Mike Snitzer
1
-19
/
+14
2017-11-17
dm mpath: remove annoying message of 'blk_get_request() returned -11'
Ming Lei
1
-2
/
+0
2017-11-17
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
7
-21
/
+84
2017-11-17
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
28
-75
/
+1941
[next]