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
2016-03-18
param: convert some "on"/"off" users to strtobool
Kees Cook
1
-1
/
+1
2016-03-18
lib: move strtobool() to kstrtobool()
Kees Cook
2
-1
/
+7
2016-03-18
include/linux/unaligned: force inlining of byteswap operations
Denys Vlasenko
1
-12
/
+12
2016-03-18
lib/string: introduce match_string() helper
Andy Shevchenko
1
-0
/
+2
2016-03-18
radix-tree,shmem: introduce radix_tree_iter_next()
Matthew Wilcox
1
-0
/
+16
2016-03-18
radix_tree: add support for multi-order entries
Matthew Wilcox
1
-2
/
+9
2016-03-18
radix-tree: add an explicit include of bitops.h
Matthew Wilcox
1
-0
/
+1
2016-03-18
include/linux/list_bl.h: use bool instead of int for boolean functions
Chen Gang
1
-2
/
+2
2016-03-18
fix Christoph's email addresses
Christoph Lameter
1
-1
/
+1
2016-03-18
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
4
-9
/
+11
2016-03-18
thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
Kirill A. Shutemov
1
-4
/
+6
2016-03-18
mm: make remove_migration_ptes() beyond mm/migration.c
Kirill A. Shutemov
1
-0
/
+2
2016-03-18
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
2
-0
/
+10
2016-03-18
rmap: introduce rmap_walk_locked()
Kirill A. Shutemov
1
-0
/
+1
2016-03-18
mm: remove VM_FAULT_MINOR
Jan Kara
1
-2
/
+0
2016-03-18
mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
Dan Williams
2
-13
/
+22
2016-03-18
mm/page_ref: add tracepoint to track down page reference manipulation
Joonsoo Kim
1
-5
/
+93
2016-03-18
mm: introduce page reference manipulation functions
Joonsoo Kim
3
-35
/
+94
2016-03-18
mm: thp: set THP defrag by default to madvise and add a stall-free defrag option
Mel Gorman
2
-8
/
+3
2016-03-18
mm: remove unnecessary description about a non-exist gfp flag
Satoru Takeuchi
1
-2
/
+0
2016-03-18
mm: scale kswapd watermarks in proportion to memory
Johannes Weiner
2
-0
/
+3
2016-03-18
mm: cleanup *pte_alloc* interfaces
Kirill A. Shutemov
1
-9
/
+8
2016-03-18
mm/page_alloc.c: calculate 'available' memory in a separate function
Igor Redko
1
-0
/
+1
2016-03-18
mm, tracing: refresh __def_vmaflag_names
Kirill A. Shutemov
1
-0
/
+1
2016-03-18
mm: move max_map_count bits into mm.h
Andrey Ryabinin
2
-21
/
+21
2016-03-18
thp, vmstats: count deferred split events
Kirill A. Shutemov
1
-0
/
+1
2016-03-18
mm: workingset: make shadow node shrinker memcg aware
Vladimir Davydov
1
-0
/
+10
2016-03-18
mm: memcontrol: zap memcg_kmem_online helper
Vladimir Davydov
1
-10
/
+0
2016-03-18
include/linux/page-flags.h: force inlining of selected page flag modifications
Denys Vlasenko
1
-15
/
+15
2016-03-18
bufferhead: force inlining of buffer head flag operations
Denys Vlasenko
1
-5
/
+5
2016-03-18
mm, compaction: introduce kcompactd
Vlastimil Babka
3
-0
/
+23
2016-03-18
/proc/kpageflags: return KPF_BUDDY for "tail" buddy pages
Naoya Horiguchi
1
-0
/
+2
2016-03-18
mm: memcontrol: report kernel stack usage in cgroup2 memory.stat
Vladimir Davydov
1
-1
/
+2
2016-03-18
mm: memcontrol: report slab usage in cgroup2 memory.stat
Vladimir Davydov
1
-0
/
+21
2016-03-18
Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
11
-14
/
+71
2016-03-17
Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
11
-71
/
+54
2016-03-17
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-32
/
+243
2016-03-17
Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+8
2016-03-17
Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+11
2016-03-17
Merge tag 'for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
2
-0
/
+5
2016-03-17
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+6
2016-03-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
5
-26
/
+51
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-268
/
+33
2016-03-17
livepatch/module: remove livepatch module notifier
Jessica Yu
1
-0
/
+13
2016-03-17
Merge tag 'fbdev-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...
Linus Torvalds
1
-3
/
+0
2016-03-17
Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-1
/
+31
2016-03-17
Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-3
/
+12
2016-03-17
Merge branch 'stable/for-linus-4.6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2016-03-17
Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-23
/
+212
2016-03-17
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-42
/
+64
[prev]
[next]