summaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+5
2023-09-02Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-19/+337
2023-08-31Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+4
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+18
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-28/+52
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+5
2023-08-28Docu: genericirq.rst: fix irq-examplePhilipp Stanner1-1/+1
2023-08-28doc/netlink: Update genetlink-legacy documentationDonald Hunter1-4/+5
2023-08-25crash: memory and CPU hotplug sysfs attributesEric DeVolder1-0/+18
2023-08-25mm: add orphaned kernel-doc to the rst files.Matthew Wilcox (Oracle)1-0/+25
2023-08-25mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)1-15/+9
2023-08-25mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)1-17/+22
2023-08-08Documentation: core-api/cpuhotplug: Fix state namesAnna-Maria Behnsen1-5/+5
2023-08-08workqueue: Make default affinity_scope dynamically updatableTejun Heo1-1/+8
2023-08-08workqueue: Add "Affinity Scopes and Performance" section to documentationTejun Heo1-5/+179
2023-08-08workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo1-7/+23
2023-08-08workqueue: Add multiple affinity scopes and interface to select themTejun Heo1-0/+63
2023-08-08workqueue: Add tools/workqueue/wq_dump.py which prints out workqueue configur...Tejun Heo1-0/+59
2023-08-08workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo1-11/+10
2023-07-25Documentation: core-api: Drop :export: for int_log.hAndy Shevchenko1-1/+0
2023-07-18docs: printk-formats: Treat char as always unsignedAndy Shevchenko1-1/+2
2023-07-18docs: printk-formats: Fix hex printing of signed valuesAndy Shevchenko1-4/+4
2023-07-10lib/math: Move dvb_math.c into lib/math/int_log.cAndy Shevchenko1-2/+5
2023-06-28Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+32
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2023-06-27Merge tag 'docs-6.5' of git://git.lwn.net/linuxLinus Torvalds1-0/+6
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+12
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+2
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra1-2/+0
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells1-0/+6
2023-05-19Documentation: core-api: Add error pointer functions to kernel-apiJames Seo1-0/+6
2023-05-18workqueue: Track and monitor per-workqueue CPU time usageTejun Heo1-19/+19
2023-05-18workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo1-19/+19
2023-05-18workqueue: Add pwq->stats[] and a monitoring scriptTejun Heo1-0/+32
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-11/+2
2023-05-11rcu: Add more RCU files to kernel-api.rstPaul E. McKenney1-0/+12
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+11
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+21
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-4/+13
2023-04-18module: add debug stats to help identify memory pressureLuis Chamberlain1-2/+20
2023-04-11dma-api-howto: typo fixMichael S. Tsirkin1-1/+1
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-29mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsVlastimil Babka1-4/+13
2023-03-29mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo1-5/+11
2023-03-24Documentation: core-api: update kernel-doc reference to kmod.cBagas Sanjaya1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+15
2023-02-22Merge tag 'docs-6.3' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2023-02-17Documentation: core-api: padata: correct spellingRandy Dunlap1-1/+1
2023-02-16Documentation: core-api: packing: correct spellingRandy Dunlap1-1/+1