index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
core-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-12
3
-130
/
+13
|
\
|
*
Drop flex_arrays
Kent Overstreet
2019-03-12
1
-130
/
+0
|
*
generic radix trees
Kent Overstreet
2019-03-12
2
-0
/
+13
*
|
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2019-03-11
1
-5
/
+10
|
\
\
|
|
/
|
/
|
|
*
XArray: Use xa_cmpxchg to implement xa_reserve
Matthew Wilcox
2019-02-20
1
-1
/
+0
|
*
XArray: Add cyclic allocation
Matthew Wilcox
2019-02-06
1
-1
/
+3
|
*
XArray: Add support for 1s-based allocation
Matthew Wilcox
2019-02-06
1
-3
/
+7
|
*
XArray: Change xa_insert to return -EBUSY
Matthew Wilcox
2019-02-06
1
-1
/
+1
*
|
Merge tag 'docs-5.1' of git://git.lwn.net/linux
Linus Torvalds
2019-03-09
3
-9
/
+7
|
\
\
|
*
|
docs: Use underscore not hyphen in label
Tobin C. Harding
2019-02-01
1
-1
/
+1
|
*
|
docs: don't try to get comments from rcupdate_wait.h or rcutree.h
Jonathan Corbet
2019-01-14
1
-4
/
+0
|
*
|
docs/core-api/mm: fix GFP combinations section name
Mike Rapoport
2019-01-14
1
-1
/
+1
|
*
|
docs/core-api: memory-allocation: add mention of kmem_cache_create_userspace
Mike Rapoport
2019-01-14
1
-3
/
+5
*
|
|
Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-03-09
1
-0
/
+8
|
\
\
\
|
*
|
|
printk/docs: Add extra integer types to printk-formats
Louis Taylor
2019-03-04
1
-0
/
+8
*
|
|
|
refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variants
Elena Reshetova
2019-02-04
1
-3
/
+21
|
|
_
|
/
|
/
|
|
*
|
|
XArray: Honour reserved entries in xa_insert
Matthew Wilcox
2019-01-06
1
-6
/
+9
|
|
/
|
/
|
*
|
Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linux
Linus Torvalds
2019-01-05
1
-6
/
+0
|
\
\
|
*
|
Docs/kernel-api.rst: Remove blk-tag.c reference
Marcos Paulo de Souza
2019-01-03
1
-6
/
+0
*
|
|
Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2019-01-01
1
-0
/
+18
|
\
\
\
|
*
|
|
lib/vsprintf: Print time and date in human readable format via %pt
Andy Shevchenko
2018-12-10
1
-0
/
+18
*
|
|
|
Merge tag 'docs-5.0' of git://git.lwn.net/linux
Linus Torvalds
2018-12-29
3
-12
/
+28
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
docs/mm-api: link slab_common.c to "The Slab Cache" section
Mike Rapoport
2018-12-20
1
-0
/
+3
|
*
|
|
docs/core-api: make mm-api.rst more structured
Mike Rapoport
2018-12-06
1
-9
/
+20
|
*
|
|
Documentation: Use "while" instead of "whilst"
Will Deacon
2018-11-20
1
-3
/
+3
|
*
|
|
Link the memory allocation guide from the MM docs
Matthew Wilcox
2018-11-20
1
-0
/
+2
|
|
/
/
*
|
|
XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh
Matthew Wilcox
2018-12-06
1
-1
/
+4
*
|
|
XArray: Fix Documentation
Matthew Wilcox
2018-11-05
1
-1
/
+5
*
|
|
XArray: Handle NULL pointers differently for allocation
Matthew Wilcox
2018-11-05
1
-9
/
+19
*
|
|
XArray: Add xa_store_bh() and xa_store_irq()
Matthew Wilcox
2018-11-05
1
-1
/
+4
*
|
|
XArray: Regularise xa_reserve
Matthew Wilcox
2018-11-05
1
-0
/
+13
|
/
/
*
|
docs/boot-time-mm: remove bootmem documentation
Mike Rapoport
2018-10-31
1
-60
/
+9
*
|
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
2
-0
/
+436
|
\
\
|
|
/
|
/
|
|
*
xarray: Add range store functionality
Matthew Wilcox
2018-10-21
1
-0
/
+8
|
*
xarray: Track free entries in an XArray
Matthew Wilcox
2018-10-21
1
-3
/
+20
|
*
xarray: Add xa_reserve and xa_release
Matthew Wilcox
2018-10-21
1
-0
/
+6
|
*
xarray: Add documentation
Matthew Wilcox
2018-10-21
2
-0
/
+405
*
|
Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-25
1
-3
/
+2
|
\
\
|
*
|
lib/vsprintf: Hash legacy clock addresses
Geert Uytterhoeven
2018-10-12
1
-3
/
+2
|
|
/
*
|
Merge tag 'docs-4.20' of git://git.lwn.net/linux
Linus Torvalds
2018-10-24
7
-5
/
+259
|
\
\
|
*
|
doc: printk-formats: Remove bogus kobject references for device nodes
Geert Uytterhoeven
2018-10-12
1
-3
/
+3
|
*
|
docs/core-api: memory-hotplug: add some details about locking internals
David Hildenbrand
2018-10-12
1
-0
/
+38
|
*
|
docs/core-api: rename memory-hotplug-notifier to memory-hotplug
Mike Rapoport
2018-10-12
2
-3
/
+6
|
*
|
docs/vm: split memory hotplug notifier description to Documentation/core-api
Mike Rapoport
2018-10-07
2
-0
/
+86
|
*
|
docs: core-api: add memory allocation guide
Mike Rapoport
2018-09-20
2
-0
/
+123
|
*
|
docs: core-api/mm-api: add a lable for GFP flags section
Mike Rapoport
2018-09-20
1
-0
/
+2
|
*
|
docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing
Mike Rapoport
2018-09-20
1
-0
/
+2
|
*
|
docs/boot-time-mm: fix kernel-doc directive for including all but DOC:
Mike Rapoport
2018-09-11
1
-2
/
+2
|
|
/
*
/
idr: Change documentation license
Matthew Wilcox
2018-10-15
1
-1
/
+1
|
/
*
docs/core-api: mm-api: add section about GFP flags
Mike Rapoport
2018-08-23
1
-0
/
+21
[next]