summaryrefslogtreecommitdiff
path: root/Documentation/core-api
AgeCommit message (Expand)Author
2024-01-17Merge tag 'docs-6.8-2' of git://git.lwn.net/linuxLinus Torvalds
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds
2024-01-11Documentation/core-api: fix spelling mistake in workqueueattreyee-muk
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-03Documentation/core-api : fix typo in workqueueattreyee-muk
2023-12-10maple_tree: update the documentation of maple treePeng Zhang
2023-12-05mm/slab, docs: switch mm-api docs generation from slab.c to slub.cVlastimil Babka
2023-11-29Documentation/gpu: VM_BIND locking documentThomas Hellström
2023-11-17docs: dma-api: Fix description of the sync_sg APIBrian Johannesmeyer
2023-11-17docs: dma: update a reference to a moved documentLi Zhijian
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01Documentation: maple_tree: fix word spelling errorTom Yang
2023-10-12workqueue: doc: Fix function and sysfs path errorsWangJinchao
2023-09-11Documentation: Drop or replace remaining mentions of IA64Ard Biesheuvel
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-09-01Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-28Docu: genericirq.rst: fix irq-examplePhilipp Stanner
2023-08-27doc/netlink: Update genetlink-legacy documentationDonald Hunter
2023-08-24crash: memory and CPU hotplug sysfs attributesEric DeVolder
2023-08-24mm: add orphaned kernel-doc to the rst files.Matthew Wilcox (Oracle)
2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)
2023-08-24mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)
2023-08-08Documentation: core-api/cpuhotplug: Fix state namesAnna-Maria Behnsen
2023-08-07workqueue: Make default affinity_scope dynamically updatableTejun Heo
2023-08-07workqueue: Add "Affinity Scopes and Performance" section to documentationTejun Heo
2023-08-07workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo
2023-08-07workqueue: Add multiple affinity scopes and interface to select themTejun Heo
2023-08-07workqueue: Add tools/workqueue/wq_dump.py which prints out workqueue configur...Tejun Heo
2023-08-07workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo
2023-07-25Documentation: core-api: Drop :export: for int_log.hAndy Shevchenko
2023-07-18docs: printk-formats: Treat char as always unsignedAndy Shevchenko
2023-07-18docs: printk-formats: Fix hex printing of signed valuesAndy Shevchenko
2023-07-09lib/math: Move dvb_math.c into lib/math/int_log.cAndy Shevchenko
2023-06-27Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27Merge tag 'docs-6.5' of git://git.lwn.net/linuxLinus Torvalds
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells
2023-05-19Documentation: core-api: Add error pointer functions to kernel-apiJames Seo
2023-05-17workqueue: Track and monitor per-workqueue CPU time usageTejun Heo