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
2015-06-26
lib/string.c: introduce strreplace()
Rasmus Villemoes
1
-0
/
+1
2015-06-26
check_syslog_permissions() cleanup
Vasily Averin
1
-3
/
+3
2015-06-26
printk: implement support for extended console drivers
Tejun Heo
1
-0
/
+1
2015-06-26
printk: guard the amount written per line by devkmsg_read()
Tejun Heo
1
-0
/
+2
2015-06-26
clone: support passing tls argument via C rather than pt_regs magic
Josh Triplett
2
-3
/
+18
2015-06-26
stddef.h: move offsetofend inside #ifndef/#endif guard, neaten
Joe Perches
1
-4
/
+4
2015-06-26
compiler-intel: fix wrong compiler barrier() macro
Daniel Borkmann
1
-0
/
+2
2015-06-26
compiler-gcc: integrate the various compiler-gcc[345].h files
Joe Perches
4
-185
/
+116
2015-06-26
compiler-gcc.h: neatening
Joe Perches
1
-40
/
+45
2015-06-26
zpool: remove zpool_evict()
Dan Streetman
1
-3
/
+2
2015-06-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
16
-55
/
+267
2015-06-25
Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2
-14
/
+27
2015-06-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-45
/
+2
2015-06-25
Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
4
-3
/
+263
2015-06-25
Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+6
2015-06-25
mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()
Larry Finger
1
-2
/
+4
2015-06-25
frontswap: allow multiple backends
Dan Streetman
1
-7
/
+7
2015-06-25
x86, mirror: x86 enabling - find mirrored memory ranges
Tony Luck
1
-0
/
+3
2015-06-25
mm/memblock: allocate boot time data structures from mirrored memory
Tony Luck
1
-0
/
+8
2015-06-25
mm/memblock: add extra "flags" to memblock to allow selection of memory based...
Tony Luck
1
-15
/
+26
2015-06-25
mm: clarify that the function operates on hugepage pte
Aneesh Kumar K.V
2
-15
/
+15
2015-06-25
powerpc/mm: use generic version of pmdp_clear_flush()
Aneesh Kumar K.V
1
-7
/
+2
2015-06-25
mm/thp: split out pmd collapse flush into separate functions
Aneesh Kumar K.V
1
-0
/
+21
2015-06-25
tracing: add trace event for memory-failure
Xie XiuQi
1
-0
/
+85
2015-06-25
memory-failure: change type of action_result's param 3 to enum
Xie XiuQi
1
-1
/
+1
2015-06-25
memory-failure: export page_type and action result
Xie XiuQi
1
-0
/
+34
2015-06-25
mm: oom_kill: simplify OOM killer locking
Johannes Weiner
1
-3
/
+2
2015-06-25
mm: oom_kill: clean up victim marking and exiting interfaces
Johannes Weiner
1
-3
/
+4
2015-06-25
mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...
Naoya Horiguchi
1
-0
/
+1
2015-06-25
mm: avoid tail page refcounting on non-THP compound pages
Kirill A. Shutemov
1
-1
/
+1
2015-06-25
mm: only define hashdist variable when needed
Rasmus Villemoes
1
-4
/
+4
2015-06-25
mm: new arch_remap() hook
Laurent Dufour
1
-0
/
+9
2015-06-25
mm: new mm hook framework
Laurent Dufour
1
-0
/
+16
2015-06-25
linux/slab.h: fix three off-by-one typos in comment
Rasmus Villemoes
1
-2
/
+2
2015-06-25
mm/slab_common: support the slub_debug boot option on specific object size
Gavin Guo
1
-0
/
+22
2015-06-25
watchdog: add watchdog_cpumask sysctl to assist nohz
Chris Metcalf
1
-0
/
+3
2015-06-25
smpboot: allow excluding cpus from the smpboot threads
Chris Metcalf
1
-0
/
+5
2015-06-25
configfs: unexport/make static config_item_init()
Fabian Frederick
1
-1
/
+0
2015-06-25
fsnotify: remove obsolete documentation
Nikolay Borisov
1
-2
/
+0
2015-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
133
-965
/
+9246
2015-06-25
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+10
2015-06-24
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+2
2015-06-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-23
/
+83
2015-06-24
Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
4
-30
/
+349
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+5
2015-06-24
net: inet_diag: export IPV6_V6ONLY sockopt
Phil Sutter
1
-1
/
+2
2015-06-24
net: ipv4 sysctl option to ignore routes when nexthop link is down
Andy Gospodarek
4
-8
/
+15
2015-06-24
net: track link-status of ipv4 nexthops
Andy Gospodarek
2
-2
/
+5
2015-06-24
Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+49
2015-06-24
Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtd
Linus Torvalds
2
-181
/
+13
[next]