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.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
2015-11-07
get_maintainer: add subsystem to reviewer output
Joe Perches
1
-15
/
+16
2015-11-07
get_maintainer: --r (list reviewer) is on by default
Brian Norris
1
-1
/
+1
2015-11-07
get_maintainer: add --no-foo options to --help
Brian Norris
1
-0
/
+3
2015-11-07
get_maintainer: it's '--pattern-depth', not '-pattern-depth'
Brian Norris
1
-1
/
+1
2015-11-07
get_maintainer: add missing documentation for --git-blame-signatures
Brian Norris
1
-0
/
+1
2015-11-07
printk: prevent userland from spoofing kernel messages
Mathias Krause
1
-5
/
+8
2015-11-07
lib/vsprintf.c: update documentation
Rasmus Villemoes
2
-9
/
+10
2015-11-07
selftests: run lib/test_printf module
Kees Cook
3
-0
/
+19
2015-11-07
test_printf: test printf family at runtime
Rasmus Villemoes
3
-0
/
+366
2015-11-07
lib/vsprintf.c: remove SPECIAL handling in pointer()
Rasmus Villemoes
1
-1
/
+1
2015-11-07
lib/vsprintf.c: also improve sanity check in bstr_printf()
Rasmus Villemoes
1
-1
/
+1
2015-11-07
lib/vsprintf.c: handle invalid format specifiers more robustly
Rasmus Villemoes
1
-10
/
+21
2015-11-07
printk: synchronize %p formatting documentation
Martin Kletzander
2
-32
/
+37
2015-11-07
lib/dynamic_debug.c: use kstrdup_const
Rasmus Villemoes
1
-4
/
+4
2015-11-07
fs/jffs2/wbuf.c: remove stray semicolon
Andrew Morton
1
-1
/
+1
2015-11-07
include/linux/compiler-gcc.h: improve __visible documentation
Andrew Morton
1
-1
/
+4
2015-11-07
proc: actually make proc_fd_permission() thread-friendly
Oleg Nesterov
1
-3
/
+11
2015-11-07
fs/proc/array.c: set overflow flag in case of error
Andy Shevchenko
1
-5
/
+5
2015-11-07
mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT
Kirill A. Shutemov
1
-0
/
+11
2015-11-07
mm: use 'unsigned int' for page order
Kirill A. Shutemov
5
-27
/
+32
2015-11-07
mm: make compound_head() robust
Kirill A. Shutemov
15
-175
/
+82
2015-11-07
mm: pack compound_dtor and compound_order into one word in struct page
Kirill A. Shutemov
4
-14
/
+35
2015-11-07
zsmalloc: use page->private instead of page->first_page
Kirill A. Shutemov
1
-6
/
+5
2015-11-07
slab, slub: use page->rcu_head instead of page->lru plus cast
Kirill A. Shutemov
2
-18
/
+4
2015-11-07
mm: drop page->slab_page
Kirill A. Shutemov
1
-1
/
+0
2015-11-07
zsmalloc: reduce size_class memory usage
Sergey Senozhatsky
1
-4
/
+13
2015-11-07
mm/zsmalloc.c: remove useless line in obj_free()
Hui Zhu
1
-3
/
+0
2015-11-07
zsmalloc: don't test shrinker_enabled in zs_shrinker_count()
Sergey Senozhatsky
1
-3
/
+0
2015-11-07
zsmalloc: use preempt.h for in_interrupt()
Sergey Senozhatsky
1
-1
/
+1
2015-11-07
zsmalloc: fix obj_to_head use page_private(page) as value but not pointer
Hui Zhu
1
-1
/
+1
2015-11-07
zsmalloc: add comments for ->inuse to zspage
Hui Zhu
1
-0
/
+1
2015-11-07
mm: zsmalloc: constify struct zs_pool name
Sergey SENOZHATSKY
5
-11
/
+13
2015-11-07
zpool: remove redundant zpool->type string, const-ify zpool_get_type
Dan Streetman
2
-7
/
+9
2015-11-07
zswap: use charp for zswap param strings
Dan Streetman
1
-40
/
+40
2015-11-07
module: export param_free_charp()
Dan Streetman
2
-1
/
+3
2015-11-07
mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()
Alexey Klimov
1
-1
/
+1
2015-11-07
zram: make is_partial_io/valid_io_request/page_zero_filled return boolean
Geliang Tang
1
-9
/
+9
2015-11-07
zram: keep the exact overcommited value in mem_used_max
Sergey SENOZHATSKY
1
-2
/
+2
2015-11-07
zram: introduce comp algorithm fallback functionality
Luis Henriques
1
-3
/
+3
2015-11-07
mm/memcontrol.c: uninline mem_cgroup_usage
Andrew Morton
1
-1
/
+1
2015-11-07
fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback
Jan Kara
1
-1
/
+2
2015-11-07
thp: remove unused vma parameter from khugepaged_alloc_page
Aaron Tomlin
1
-5
/
+3
2015-11-07
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
19
-30
/
+36
2015-11-07
include/linux/mmzone.h: reflow comment
Andrew Morton
1
-6
/
+7
2015-11-07
mm: page_alloc: hide some GFP internals and document the bits and flag combin...
Mel Gorman
4
-80
/
+194
2015-11-07
mm, page_alloc: only enforce watermarks for order-0 allocations
Mel Gorman
1
-14
/
+39
2015-11-07
mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand
Mel Gorman
3
-10
/
+135
2015-11-07
mm, page_alloc: remove MIGRATE_RESERVE
Mel Gorman
4
-150
/
+11
2015-11-07
mm, page_alloc: delete the zonelist_cache
Mel Gorman
2
-286
/
+0
2015-11-07
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
38
-68
/
+71
[prev]
[next]