Age | Commit message (Expand) | Author |
2019-01-01 | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds |
2018-12-29 | Merge tag 'docs-5.0' of git://git.lwn.net/linux | Linus Torvalds |
2018-12-20 | docs/mm-api: link slab_common.c to "The Slab Cache" section | Mike Rapoport |
2018-12-10 | lib/vsprintf: Print time and date in human readable format via %pt | Andy Shevchenko |
2018-12-06 | docs/core-api: make mm-api.rst more structured | Mike Rapoport |
2018-12-06 | XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh | Matthew Wilcox |
2018-11-20 | Documentation: Use "while" instead of "whilst" | Will Deacon |
2018-11-20 | Link the memory allocation guide from the MM docs | Matthew Wilcox |
2018-11-05 | XArray: Fix Documentation | Matthew Wilcox |
2018-11-05 | XArray: Handle NULL pointers differently for allocation | Matthew Wilcox |
2018-11-05 | XArray: Add xa_store_bh() and xa_store_irq() | Matthew Wilcox |
2018-11-05 | XArray: Regularise xa_reserve | Matthew Wilcox |
2018-10-31 | docs/boot-time-mm: remove bootmem documentation | Mike Rapoport |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
2018-10-25 | Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-10-24 | Merge tag 'docs-4.20' of git://git.lwn.net/linux | Linus Torvalds |
2018-10-21 | xarray: Add range store functionality | Matthew Wilcox |
2018-10-21 | xarray: Track free entries in an XArray | Matthew Wilcox |
2018-10-21 | xarray: Add xa_reserve and xa_release | Matthew Wilcox |
2018-10-21 | xarray: Add documentation | Matthew Wilcox |
2018-10-15 | idr: Change documentation license | Matthew Wilcox |
2018-10-12 | doc: printk-formats: Remove bogus kobject references for device nodes | Geert Uytterhoeven |
2018-10-12 | docs/core-api: memory-hotplug: add some details about locking internals | David Hildenbrand |
2018-10-12 | docs/core-api: rename memory-hotplug-notifier to memory-hotplug | Mike Rapoport |
2018-10-12 | lib/vsprintf: Hash legacy clock addresses | Geert Uytterhoeven |
2018-10-07 | docs/vm: split memory hotplug notifier description to Documentation/core-api | Mike Rapoport |
2018-09-20 | docs: core-api: add memory allocation guide | Mike Rapoport |
2018-09-20 | docs: core-api/mm-api: add a lable for GFP flags section | Mike Rapoport |
2018-09-20 | docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing | Mike Rapoport |
2018-09-11 | docs/boot-time-mm: fix kernel-doc directive for including all but DOC: | Mike Rapoport |
2018-08-23 | docs/core-api: mm-api: add section about GFP flags | Mike Rapoport |
2018-08-23 | docs/core-api: split memory management API to a separate file | Mike Rapoport |
2018-08-23 | docs/core-api: move *{str,mem}dup* to "String Manipulation" | Mike Rapoport |
2018-08-23 | docs/core-api: kill trailing whitespace in kernel-api.rst | Mike Rapoport |
2018-08-14 | Merge tag 'docs-4.19' of git://git.lwn.net/linux | Linus Torvalds |
2018-08-02 | Merge branch 'rppt' into docs-next | Jonathan Corbet |
2018-08-02 | docs/mm: add description of boot time memory management | Mike Rapoport |
2018-07-23 | Documentation: document ktime_get_*() APIs | Arnd Bergmann |
2018-07-17 | locking/atomics/Documentation: Describe atomic_set() as a write operation | Jonathan Neuschäfer |
2018-07-02 | Merge tag 'v4.18-rc3' into docs-next | Jonathan Corbet |
2018-06-30 | docs/idr: use empty "functions" directive | Mike Rapoport |
2018-06-18 | Fix Documentation build due to rename of main.c to mtrr.c | Randy Dunlap |
2018-06-06 | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-05 | lib/vsprintf: Remove atomic-unsafe support for %pCr | Geert Uytterhoeven |
2018-06-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-05-29 | docs: Use the kerneldoc comments for memalloc_no*() | Jonathan Corbet |
2018-05-29 | doc: document scope NOFS, NOIO APIs | Michal Hocko |
2018-05-15 | locking/Documentation: Use `warning` RST directive | SeongJae Park |
2018-05-15 | locking/Documentation: Fix incorrect example code | SeongJae Park |
2018-05-08 | Documentation: refcount-vs-atomic: Update reference to LKMM doc. | Andrea Parri |