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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-13
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
45
-1332
/
+4357
2019-03-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-11
/
+15
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
10
-30
/
+52
2019-03-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
159
-1707
/
+1651
2019-03-12
Drop flex_arrays
Kent Overstreet
7
-807
/
+1
2019-03-12
sctp: convert to genradix
Kent Overstreet
3
-114
/
+28
2019-03-12
proc: commit to genradix
Kent Overstreet
1
-28
/
+15
2019-03-12
generic radix trees
Kent Overstreet
5
-1
/
+463
2019-03-12
selinux: convert to kvmalloc
Kent Overstreet
6
-144
/
+62
2019-03-12
md: convert to kvmalloc
Kent Overstreet
3
-56
/
+46
2019-03-12
openvswitch: convert to kvmalloc
Kent Overstreet
4
-43
/
+13
2019-03-12
of: fix kmemleak crash caused by imbalance in early memory reservation
Mike Rapoport
1
-10
/
+3
2019-03-12
mm: memblock: update comments and kernel-doc
Mike Rapoport
1
-17
/
+43
2019-03-12
memblock: split checks whether a region should be skipped to a helper function
Mike Rapoport
1
-28
/
+25
2019-03-12
memblock: remove memblock_{set,clear}_region_flags
Mike Rapoport
2
-15
/
+6
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
14
-112
/
+31
2019-03-12
memblock: memblock_alloc_try_nid: don't panic
Mike Rapoport
1
-10
/
+5
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
74
-32
/
+411
2019-03-12
swiotlb: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-6
/
+13
2019-03-12
init/main: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-6
/
+20
2019-03-12
mm/percpu: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-17
/
+56
2019-03-12
sparc: add checks for the return value of memblock_alloc*()
Mike Rapoport
5
-0
/
+39
2019-03-12
ia64: add checks for the return value of memblock_alloc*()
Mike Rapoport
7
-17
/
+74
2019-03-12
arch: don't memset(0) memory returned by memblock_alloc()
Mike Rapoport
6
-11
/
+2
2019-03-12
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
8
-14
/
+13
2019-03-12
memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
Mike Rapoport
2
-6
/
+2
2019-03-12
memblock: refactor internal allocation functions
Mike Rapoport
2
-95
/
+77
2019-03-12
memblock: drop memblock_alloc_base()
Mike Rapoport
6
-21
/
+17
2019-03-12
memblock: drop __memblock_alloc_base()
Mike Rapoport
6
-24
/
+11
2019-03-12
memblock: memblock_phys_alloc(): don't panic
Mike Rapoport
13
-6
/
+45
2019-03-12
memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
3
-1
/
+11
2019-03-12
memblock: emphasize that memblock_alloc_range() returns a physical address
Mike Rapoport
3
-13
/
+11
2019-03-12
memblock: drop memblock_alloc_base_nid()
Mike Rapoport
2
-14
/
+4
2019-03-12
memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
Mike Rapoport
7
-10
/
+9
2019-03-12
powerpc: use memblock functions returning virtual address
Christophe Leroy
3
-4
/
+10
2019-03-12
openrisc: prefer memblock APIs returning virtual address
Mike Rapoport
1
-1
/
+4
2019-03-12
proc: calculate end pointer for /proc/*/* lookup at compile time
Alexey Dobriyan
1
-9
/
+10
2019-03-12
mm: refactor readahead defines in mm.h
Nikolay Borisov
7
-9
/
+8
2019-03-12
mm/hmm: convert to use vm_fault_t
Souptick Joarder
3
-4
/
+4
2019-03-12
kernel/sysctl.c: define minmax conv functions in terms of non-minmax versions
Zev Weiss
1
-33
/
+26
2019-03-12
kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
Zev Weiss
1
-1
/
+10
2019-03-12
tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte...
Zev Weiss
1
-0
/
+55
2019-03-12
hpfs: fix spelling mistake "partion" -> "partition"
Colin Ian King
1
-4
/
+4
2019-03-12
Merge tag 'tag-chrome-platform-for-v5.1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
27
-312
/
+1148
2019-03-12
Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-46
/
+145
2019-03-12
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
7
-260
/
+561
2019-03-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
3
-2
/
+98
2019-03-12
Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
18
-119
/
+85
2019-03-12
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
30
-420
/
+1695
2019-03-11
Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
16
-13
/
+437
[next]