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-09-07
mm, page_alloc: remove boot pageset initialization from memory hotplug
Michal Hocko
1
-18
/
+22
2017-09-07
mm, page_alloc: rip out ZONELIST_ORDER_ZONE
Michal Hocko
5
-166
/
+28
2017-09-07
zram: add config and doc file for writeback feature
Minchan Kim
3
-0
/
+31
2017-09-07
zram: read page from backing device
Minchan Kim
1
-5
/
+118
2017-09-07
zram: write incompressible pages to backing device
Minchan Kim
2
-13
/
+103
2017-09-07
zram: identify asynchronous IO's return value
Minchan Kim
1
-8
/
+24
2017-09-07
zram: add free space management in backing device
Minchan Kim
2
-1
/
+50
2017-09-07
zram: add interface to specif backing device
Minchan Kim
2
-0
/
+147
2017-09-07
zram: rename zram_decompress_page to __zram_bvec_read
Minchan Kim
1
-3
/
+3
2017-09-07
zram: inline zram_compress
Minchan Kim
1
-42
/
+22
2017-09-07
zram: clean up duplicated codes in __zram_bvec_write
Minchan Kim
1
-33
/
+23
2017-09-07
mm, memory_hotplug: remove zone restrictions
Michal Hocko
2
-54
/
+23
2017-09-07
mm, memory_hotplug: display allowed zones in the preferred ordering
Michal Hocko
3
-43
/
+65
2017-09-07
mm/memory_hotplug: just build zonelist for newly added node
Wei Yang
1
-5
/
+9
2017-09-07
drm/i915: wire up shrinkctl->nr_scanned
Chris Wilson
5
-11
/
+24
2017-09-07
mm: track actual nr_scanned during shrink_slab()
Chris Wilson
2
-3
/
+11
2017-09-07
mm/slub.c: add a naive detection of double free or corruption
Alexander Popov
1
-0
/
+4
2017-09-07
mm: add SLUB free list pointer obfuscation
Kees Cook
3
-5
/
+50
2017-09-07
slub: tidy up initialization ordering
Alexander Potapenko
1
-2
/
+2
2017-09-07
ocfs2: clean up some dead code
Jun Piao
12
-71
/
+19
2017-09-07
ocfs2: make ocfs2_set_acl() static
Jan Kara
2
-8
/
+1
2017-09-07
modpost: simplify sec_name()
Masahiro Yamada
1
-16
/
+11
2017-09-07
dax: initialize variable pfn before using it
Nicolas Iooss
1
-1
/
+1
2017-09-07
dax: use PG_PMD_COLOUR instead of open coding
Ross Zwisler
1
-7
/
+4
2017-09-07
dax: explain how read(2)/write(2) addresses are validated
Ross Zwisler
1
-0
/
+5
2017-09-07
dax: move all DAX radix tree defs to fs/dax.c
Ross Zwisler
2
-41
/
+34
2017-09-07
dax: remove DAX code from page_cache_tree_insert()
Ross Zwisler
3
-14
/
+3
2017-09-07
dax: use common 4k zero page for dax mmap reads
Ross Zwisler
7
-235
/
+86
2017-09-07
dax: relocate some dax functions
Ross Zwisler
1
-69
/
+69
2017-09-07
mm: add vm_insert_mixed_mkwrite()
Ross Zwisler
2
-7
/
+45
2017-09-07
metag/numa: remove the unused parent_node() macro
Dou Liyang
1
-1
/
+0
2017-09-05
Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-264
/
+428
2017-09-05
Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
110
-1040
/
+2433
2017-09-05
Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
101
-1746
/
+2835
2017-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
22
-264
/
+436
2017-09-05
Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
52
-326
/
+1516
2017-09-05
Merge tag 'pinctrl-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
124
-3903
/
+13259
2017-09-05
Merge tag 'regulator-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
28
-45
/
+835
2017-09-05
Merge tag 'spi-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
34
-828
/
+1126
2017-09-05
Merge tag 'edac_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
33
-136
/
+161
2017-09-05
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
175
-3067
/
+9518
2017-09-05
Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
23
-142
/
+1291
2017-09-05
Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
725
-11610
/
+141843
2017-09-05
Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
74
-308
/
+1630
2017-09-05
Merge tag 'usb-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
162
-667
/
+2925
2017-09-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
81
-924
/
+1840
2017-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
87
-694
/
+1405
2017-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
15
-49
/
+40
2017-09-05
Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
49
-157
/
+1182
2017-09-05
Merge tag 'm68k-for-v4.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
14
-26
/
+80
[prev]
[next]