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.13.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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-14
/
+4
2019-09-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
18
-189
/
+169
2019-09-25
zpool: add malloc_support_movable to zpool_driver
Hui Zhu
1
-0
/
+3
2019-09-25
mm, fs: move randomize_stack_top from fs to mm
Alexandre Ghiti
1
-0
/
+2
2019-09-25
khugepaged: enable collapse pmd for pte-mapped THP
Song Liu
1
-0
/
+12
2019-09-25
mm, thp: introduce FOLL_SPLIT_PMD
Song Liu
1
-0
/
+1
2019-09-25
mm: move memcmp_pages() and pages_identical()
Song Liu
1
-0
/
+7
2019-09-25
mm: thp: make deferred split shrinker memcg aware
Yang Shi
3
-0
/
+14
2019-09-25
mm: shrinker: make shrinker not depend on memcg kmem
Yang Shi
2
-9
/
+17
2019-09-25
mm: thp: extract split_queue_* into a struct
Yang Shi
1
-3
/
+9
2019-09-25
mm,thp: avoid writes to file with THP in pagecache
Song Liu
1
-0
/
+32
2019-09-25
mm,thp: stats for file backed THP
Song Liu
1
-0
/
+2
2019-09-25
mm, compaction: raise compaction priority after it withdrawns
Vlastimil Babka
1
-5
/
+17
2019-09-25
mm/vmalloc: modify struct vmap_area to reduce its size
Pengfei Li
1
-7
/
+13
2019-09-25
drivers/base/memory.c: don't store end_section_nr in memory blocks
David Hildenbrand
1
-1
/
+0
2019-09-25
driver/base/memory.c: validate memory block size early
David Hildenbrand
1
-3
/
+3
2019-09-25
mm: remove quicklist page table caches
Nicholas Piggin
1
-94
/
+0
2019-09-25
mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
akpm@linux-foundation.org
1
-2
/
+3
2019-09-25
mm: page cache: store only head pages in i_pages
Matthew Wilcox (Oracle)
1
-0
/
+10
2019-09-25
mm, page_owner: keep owner info when freeing the page
Vlastimil Babka
1
-0
/
+1
2019-09-25
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-0
/
+6
2019-09-25
mm: introduce page_shift()
Matthew Wilcox (Oracle)
1
-0
/
+6
2019-09-25
mm: introduce page_size()
Matthew Wilcox (Oracle)
2
-1
/
+7
2019-09-25
mm, slab: move memcg_cache_params structure to mm/slab.h
Waiman Long
1
-62
/
+0
2019-09-25
jbd2: remove jbd2_journal_inode_add_[write|wait]
Joseph Qi
1
-2
/
+0
2019-09-25
mm: add dummy can_do_mlock() helper
Arnd Bergmann
1
-0
/
+4
2019-09-24
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+15
2019-09-24
libnvdimm/altmap: Track namespace boundaries in altmap
Aneesh Kumar K.V
1
-0
/
+1
2019-09-24
libnvdimm/dax: Pick the right alignment default when creating dax devices
Aneesh Kumar K.V
1
-1
/
+6
2019-09-24
cpu/SMT: create and export cpu_smt_possible()
Vitaly Kuznetsov
1
-0
/
+2
2019-09-24
net/mlx5: DR, Fix SW steering HW bits and definitions
Yevgeny Kliteynik
1
-14
/
+14
2019-09-24
Merge tag 'mfd-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
4
-60
/
+104
2019-09-24
Merge tag 'backlight-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+8
2019-09-24
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-225
/
+76
2019-09-24
Merge branch 'pci/trivial'
Bjorn Helgaas
1
-2
/
+2
2019-09-24
Merge branch 'remotes/lorenzo/pci/mediatek'
Bjorn Helgaas
1
-0
/
+1
2019-09-24
Merge branch 'remotes/lorenzo/pci/al'
Bjorn Helgaas
1
-0
/
+2
2019-09-24
Merge branch 'pci/resource'
Bjorn Helgaas
1
-16
/
+0
2019-09-24
Merge branch 'pci/p2pdma'
Bjorn Helgaas
2
-5
/
+24
2019-09-24
Merge branch 'pci/misc'
Bjorn Helgaas
1
-13
/
+29
2019-09-24
Merge branch 'pci/enumeration'
Bjorn Helgaas
2
-101
/
+0
2019-09-24
Merge branch 'pci/encapsulate'
Bjorn Helgaas
1
-52
/
+0
2019-09-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-20
/
+23
2019-09-23
Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-4
/
+16
2019-09-22
modules: make MODULE_IMPORT_NS() work even when modular builds are disabled
Linus Torvalds
1
-2
/
+2
2019-09-22
Merge tag 'soundwire-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+19
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-10
/
+68
2019-09-22
Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-0
/
+6
2019-09-22
net: remove netx ethernet driver
Arnd Bergmann
1
-13
/
+0
2019-09-22
Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-1
/
+9
[prev]
[next]