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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-06
XArray: Turn xa_erase into an exported function
Matthew Wilcox
1
-0
/
+24
2018-11-06
XArray: Unify xa_cmpxchg and __xa_cmpxchg
Matthew Wilcox
1
-41
/
+0
2018-11-06
XArray: Regularise xa_reserve
Matthew Wilcox
2
-11
/
+13
2018-11-05
XArray: Export __xa_foo to non-GPL modules
Matthew Wilcox
1
-3
/
+3
2018-11-05
XArray: Fix xa_for_each with a single element at 0
Matthew Wilcox
2
-1
/
+31
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-41
/
+84
2018-11-01
Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-346
/
+0
2018-10-31
Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"
Palmer Dabbelt
4
-346
/
+0
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-1
/
+1
2018-10-31
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
1
-2
/
+1
2018-10-31
lib/lz4: update LZ4 decompressor module
Gao Xiang
2
-141
/
+349
2018-10-31
lib/kstrtox.c: delete unnecessary casts
Alexey Dobriyan
1
-8
/
+8
2018-10-31
lib/sg_pool.c: remove unnecessary null check when freeing object
zhong jiang
1
-4
/
+3
2018-10-31
lib/zlib_inflate/inflate.c: remove fall through warnings
Corentin Labbe
1
-0
/
+12
2018-10-31
lib/parser.c: switch match_number() over to use match_strdup()
Eric Biggers
1
-4
/
+1
2018-10-31
lib/parser.c: switch match_u64int() over to use match_strdup()
Eric Biggers
1
-4
/
+1
2018-10-31
lib/parser.c: switch match_strdup() over to use kmemdup_nul()
Eric Biggers
1
-5
/
+1
2018-10-31
lib/bitmap.c: simplify bitmap_print_to_pagebuf()
Rasmus Villemoes
1
-5
/
+2
2018-10-31
lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf
Rasmus Villemoes
1
-4
/
+6
2018-10-31
lib/bitmap.c: remove wrong documentation
Rasmus Villemoes
1
-5
/
+0
2018-10-28
Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-0
/
+2
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
7
-942
/
+3578
2018-10-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+70
2018-10-27
lib/test_kasan.c: add tests for several string/memory API functions
Andrey Ryabinin
1
-0
/
+70
2018-10-26
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+6
2018-10-26
Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-1
/
+160
2018-10-26
Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-0
/
+346
2018-10-26
Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-108
/
+108
2018-10-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-5
/
+58
2018-10-24
Merge tag 'docs-4.20' of git://git.lwn.net/linux
Linus Torvalds
1
-11
/
+9
2018-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-47
/
+223
2018-10-24
iov_iter: Add I/O discard iterator
David Howells
1
-7
/
+48
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-13
/
+15
2018-10-24
iov_iter: Use accessor function
David Howells
1
-28
/
+28
2018-10-23
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-3
/
+3
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2018-10-23
Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-0
/
+9
2018-10-23
lib: Add umoddi3 and udivmoddi4 of GCC library routines
Zong Li
4
-0
/
+346
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+26
2018-10-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+7
2018-10-21
radix tree: Remove multiorder support
Matthew Wilcox
2
-206
/
+13
2018-10-21
xarray: Add range store functionality
Matthew Wilcox
2
-2
/
+129
2018-10-21
xarray: Move multiorder_check to in-kernel tests
Matthew Wilcox
1
-0
/
+44
2018-10-21
xarray: Move multiorder_shrink to kernel tests
Matthew Wilcox
1
-0
/
+37
2018-10-21
xarray: Move multiorder account test in-kernel
Matthew Wilcox
1
-0
/
+32
2018-10-21
radix tree test suite: Convert tag_tagged_items to XArray
Matthew Wilcox
1
-12
/
+0
2018-10-21
radix tree: Remove radix_tree_clear_tags
Matthew Wilcox
2
-13
/
+40
2018-10-21
radix tree: Remove radix_tree_maybe_preload_order
Matthew Wilcox
1
-74
/
+0
[prev]
[next]