summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-05-252-298/+526
|\
| * kunit: take `kunit_assert` as `const`Miguel Ojeda2022-05-161-1/+1
| * kunit: Rework kunit_resource allocation policyDavid Gow2022-05-121-27/+115
| * kunit: add ability to specify suite-level init and exit functionsDaniel Latypov2022-05-021-0/+5
| * kunit: add support for kunit_suites that reference init codeBrendan Higgins2022-04-271-0/+28
| * kunit: split resource API from test.h into new resource.hDaniel Latypov2022-04-052-299/+322
| * kunit: Introduce _NULL and _NOT_NULL macrosRicardo Ribalda2022-04-041-0/+84
* | Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-252-26/+75
|\ \
| * | printk: extend console_lock for per-console lockingJohn Ogness2022-04-261-0/+15
| * | printk: add kthread console printersJohn Ogness2022-04-221-0/+2
| * | printk: add functions to prefer direct printingJohn Ogness2022-04-221-0/+11
| * | printk: add pr_flush()John Ogness2022-04-221-0/+7
| * | printk: refactor and rework printing logicJohn Ogness2022-04-221-0/+2
| * | printk: cpu sync always disable interruptsJohn Ogness2022-04-221-9/+9
| * | printk: rename cpulock functionsJohn Ogness2022-04-221-21/+33
* | | Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-05-253-9/+33
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...Vlastimil Babka2022-05-232-5/+22
| |\ \ \ \
| | | * | | mm/slub: remove unused kmem_cache_order_objects maxMiaohe Lin2022-05-021-1/+0
| | | | |/ | | | |/|
| | * / | lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka2022-04-061-4/+22
| | |/ /
| * | | mm: slab: fix comment for __assume_kmalloc_alignmentAndrey Konovalov2022-05-021-3/+3
| * | | mm: slab: fix comment for ARCH_KMALLOC_MINALIGNAndrey Konovalov2022-05-021-1/+1
| * | | mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo2022-04-061-0/+7
| |/ /
* | | linux/types.h: reinstate "__bitwise__" macro for user space useLinus Torvalds2022-05-251-0/+3
* | | media: lirc: revert removal of unused feature flagsSean Young2022-05-251-0/+7
* | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-2511-76/+97
|\ \ \
| * | | fs: Remove aops->freepageMatthew Wilcox (Oracle)2022-05-101-1/+0
| * | | fs: Add free_folio address space operationMatthew Wilcox (Oracle)2022-05-101-0/+1
| * | | fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-102-6/+2
| * | | jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)2022-05-101-1/+1
| * | | fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)2022-05-102-2/+1
| * | | iomap: Convert to release_folioMatthew Wilcox (Oracle)2022-05-101-1/+1
| * | | fs: Add aops->release_folioMatthew Wilcox (Oracle)2022-05-101-0/+1
| * | | fs: Change the type of filler_tMatthew Wilcox (Oracle)2022-05-091-3/+3
| * | | mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-2/+1
| * | | nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | | fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | | fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-1/+1
| * | | fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | | fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | | fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-091-0/+1
| * | | mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2022-05-081-3/+3
| * | | fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)2022-05-082-2/+2
| * | | filemap: Update the folio_lock documentationMatthew Wilcox (Oracle)2022-05-081-2/+57
| * | | filemap: Remove obsolete comment in lock_pageMiaohe Lin2022-05-081-3/+0
| * | | fs: Remove pagecache_write_begin() and pagecache_write_end()Matthew Wilcox (Oracle)2022-05-081-12/+0
| * | | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-083-23/+14
| * | | fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
| * | | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
| * | | fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
| * | | fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1