aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'docs-6.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-5/+25
11 daysdocs:core-api: fixed typos and grammar in printk-index pageGravatar Dennis Lam 1-2/+2
2024-05-02Docs: typos/spellingGravatar Remington Brasga 1-1/+1
2024-04-03Documentation/core-api: Update events_freezable_power references.Gravatar Audra Mitchell 1-3/+3
2024-04-02docs: dma: correct dma_set_mask() sample codeGravatar Frank Li 1-2/+22
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-14/+29
2024-02-05workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedGravatar Tejun Heo 1-9/+5
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsGravatar Tejun Heo 1-5/+24
2024-01-17Merge tag 'docs-6.8-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+2
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-3/+3
2024-01-11Documentation/core-api: fix spelling mistake in workqueueGravatar attreyee-muk 1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+4
2024-01-03Documentation/core-api : fix typo in workqueueGravatar attreyee-muk 1-1/+1
2023-12-10maple_tree: update the documentation of maple treeGravatar Peng Zhang 1-0/+4
2023-12-05mm/slab, docs: switch mm-api docs generation from slab.c to slub.cGravatar Vlastimil Babka 1-1/+1
2023-11-29Documentation/gpu: VM_BIND locking documentGravatar Thomas Hellström 1-0/+2
2023-11-17docs: dma-api: Fix description of the sync_sg APIGravatar Brian Johannesmeyer 1-1/+1
2023-11-17docs: dma: update a reference to a moved documentGravatar Li Zhijian 1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-9/+3
2023-11-01Documentation: maple_tree: fix word spelling errorGravatar Tom Yang 1-1/+1
2023-10-12workqueue: doc: Fix function and sysfs path errorsGravatar WangJinchao 1-2/+2
2023-09-11Documentation: Drop or replace remaining mentions of IA64Gravatar Ard Biesheuvel 1-3/+3
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 1-6/+0
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-4/+5
2023-09-01Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-19/+337
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-2/+4
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+18
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-28/+52
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-4/+5
2023-08-28Docu: genericirq.rst: fix irq-exampleGravatar Philipp Stanner 1-1/+1
2023-08-27doc/netlink: Update genetlink-legacy documentationGravatar Donald Hunter 1-4/+5
2023-08-24crash: memory and CPU hotplug sysfs attributesGravatar Eric DeVolder 1-0/+18
2023-08-24mm: add orphaned kernel-doc to the rst files.Gravatar Matthew Wilcox (Oracle) 1-0/+25
2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOGravatar Matthew Wilcox (Oracle) 1-15/+9
2023-08-24mm: add generic flush_icache_pages() and documentationGravatar Matthew Wilcox (Oracle) 1-17/+22
2023-08-08Documentation: core-api/cpuhotplug: Fix state namesGravatar Anna-Maria Behnsen 1-5/+5
2023-08-07workqueue: Make default affinity_scope dynamically updatableGravatar Tejun Heo 1-1/+8
2023-08-07workqueue: Add "Affinity Scopes and Performance" section to documentationGravatar Tejun Heo 1-5/+179
2023-08-07workqueue: Implement non-strict affinity scope for unbound workqueuesGravatar Tejun Heo 1-7/+23
2023-08-07workqueue: Add multiple affinity scopes and interface to select themGravatar Tejun Heo 1-0/+63
2023-08-07workqueue: Add tools/workqueue/wq_dump.py which prints out workqueue configur...Gravatar Tejun Heo 1-0/+59
2023-08-07workqueue: Make unbound workqueues to use per-cpu pool_workqueuesGravatar Tejun Heo 1-11/+10
2023-07-25Documentation: core-api: Drop :export: for int_log.hGravatar Andy Shevchenko 1-1/+0
2023-07-18docs: printk-formats: Treat char as always unsignedGravatar Andy Shevchenko 1-1/+2
2023-07-18docs: printk-formats: Fix hex printing of signed valuesGravatar Andy Shevchenko 1-4/+4
2023-07-09lib/math: Move dvb_math.c into lib/math/int_log.cGravatar Andy Shevchenko 1-2/+5
2023-06-27Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-0/+32