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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-27
mm: postpone page table allocation until we have page to map
Kirill A. Shutemov
1
-1
/
+9
2016-07-27
mm: introduce fault_env
Kirill A. Shutemov
3
-29
/
+33
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-5
/
+4
2016-07-27
mm: make swapin readahead to improve thp collapse rate
Ebru Akagunduz
1
-0
/
+24
2016-07-27
mm: make optimistic check for swapin readahead
Ebru Akagunduz
1
-5
/
+9
2016-07-27
mm, memcg: use consistent gfp flags during readahead
Michal Hocko
1
-3
/
+3
2016-07-27
include/linux/memblock.h: Clean up code for several trivial details
Chen Gang
1
-11
/
+9
2016-07-27
mm: add NR_ZSMALLOC to vmstat
Minchan Kim
1
-0
/
+3
2016-07-27
mm, frontswap: convert frontswap_enabled to static key
Vlastimil Babka
1
-14
/
+20
2016-07-27
mm,oom: remove unused argument from oom_scan_process_thread().
Tetsuo Handa
1
-1
/
+1
2016-07-27
mm: charge/uncharge kmemcg from generic page allocator paths
Vladimir Davydov
2
-9
/
+8
2016-07-27
mm: memcontrol: cleanup kmem charge functions
Vladimir Davydov
1
-96
/
+7
2016-07-27
mm: clean up non-standard page->_mapcount users
Vladimir Davydov
2
-41
/
+37
2016-07-27
mm: remove pointless struct in struct page definition
Vladimir Davydov
1
-36
/
+32
2016-07-27
mm/mmu_gather: track page size with mmu gather and force flush if page size c...
Aneesh Kumar K.V
1
-6
/
+21
2016-07-27
mm: change the interface for __tlb_remove_page()
Aneesh Kumar K.V
1
-11
/
+33
2016-07-27
mm/page_owner: use stackdepot to store stacktrace
Joonsoo Kim
1
-2
/
+2
2016-07-27
mm/page_owner: introduce split_page_owner and replace manual handling
Joonsoo Kim
1
-7
/
+5
2016-07-27
mm/compaction: split freepages without holding the zone lock
Joonsoo Kim
1
-1
/
+0
2016-07-27
zsmalloc: page migration support
Minchan Kim
1
-0
/
+1
2016-07-27
mm: balloon: use general non-lru movable page feature
Minchan Kim
2
-37
/
+18
2016-07-27
mm: migrate: support non-lru movable page migration
Minchan Kim
6
-12
/
+46
2016-07-27
include/linux/mmdebug.h: add VM_WARN which maps to WARN()
Aneesh Kumar K.V
1
-0
/
+2
2016-07-27
mm: oom: add memcg to oom_control
Vladimir Davydov
1
-3
/
+5
2016-07-27
mm: zap ZONE_OOM_LOCKED
Vladimir Davydov
1
-1
/
+0
2016-07-27
memory-hotplug: more general validation of zone during online
Reza Arbab
1
-0
/
+2
2016-07-27
mm: faster kmalloc_array(), kcalloc()
Alexey Dobriyan
1
-0
/
+2
2016-07-27
mm: SLUB freelist randomization
Thomas Garnier
1
-0
/
+5
2016-07-27
mm: reorganize SLAB freelist randomization
Thomas Garnier
1
-1
/
+1
2016-07-27
fs/fs-writeback.c: inode writeback list tracking tracepoints
Brian Foster
1
-4
/
+18
2016-07-27
fs/fs-writeback.c: add a new writeback list for sync
Dave Chinner
2
-0
/
+7
2016-07-27
debugobjects.h: fix trivial kernel doc warning
Randy Dunlap
1
-1
/
+1
2016-07-27
dax: remote unused fault wrappers
Ross Zwisler
1
-5
/
+0
2016-07-26
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-9
/
+50
2016-07-26
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-19
/
+63
2016-07-26
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2016-07-26
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+12
2016-07-26
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-6
/
+24
2016-07-26
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-33
/
+19
2016-07-25
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+6
2016-07-25
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+19
2016-07-25
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
13
-217
/
+777
2016-07-25
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-104
/
+96
2016-07-25
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-6
/
+22
2016-07-25
Merge tag 'hwmon-for-linus-v4.8' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+25
2016-07-25
Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
5
-754
/
+83
2016-07-25
Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-13
/
+68
2016-07-25
Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-13
/
+104
2016-07-25
Merge tag 'char-misc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-77
/
+42
2016-07-25
Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
1
-0
/
+3
[next]