index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2022-05-25
2
-298
/
+526
|
\
|
*
kunit: take `kunit_assert` as `const`
Miguel Ojeda
2022-05-16
1
-1
/
+1
|
*
kunit: Rework kunit_resource allocation policy
David Gow
2022-05-12
1
-27
/
+115
|
*
kunit: add ability to specify suite-level init and exit functions
Daniel Latypov
2022-05-02
1
-0
/
+5
|
*
kunit: add support for kunit_suites that reference init code
Brendan Higgins
2022-04-27
1
-0
/
+28
|
*
kunit: split resource API from test.h into new resource.h
Daniel Latypov
2022-04-05
2
-299
/
+322
|
*
kunit: Introduce _NULL and _NOT_NULL macros
Ricardo Ribalda
2022-04-04
1
-0
/
+84
*
|
Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-25
2
-26
/
+75
|
\
\
|
*
|
printk: extend console_lock for per-console locking
John Ogness
2022-04-26
1
-0
/
+15
|
*
|
printk: add kthread console printers
John Ogness
2022-04-22
1
-0
/
+2
|
*
|
printk: add functions to prefer direct printing
John Ogness
2022-04-22
1
-0
/
+11
|
*
|
printk: add pr_flush()
John Ogness
2022-04-22
1
-0
/
+7
|
*
|
printk: refactor and rework printing logic
John Ogness
2022-04-22
1
-0
/
+2
|
*
|
printk: cpu sync always disable interrupts
John Ogness
2022-04-22
1
-9
/
+9
|
*
|
printk: rename cpulock functions
John Ogness
2022-04-22
1
-21
/
+33
*
|
|
Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2022-05-25
3
-9
/
+33
|
\
\
\
|
|
\
\
|
|
\
\
|
*
-
.
\
\
Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...
Vlastimil Babka
2022-05-23
2
-5
/
+22
|
|
\
\
\
\
|
|
|
*
|
|
mm/slub: remove unused kmem_cache_order_objects max
Miaohe Lin
2022-05-02
1
-1
/
+0
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
/
|
lib/stackdepot: allow requesting early initialization dynamically
Vlastimil Babka
2022-04-06
1
-4
/
+22
|
|
|
/
/
|
*
|
|
mm: slab: fix comment for __assume_kmalloc_alignment
Andrey Konovalov
2022-05-02
1
-3
/
+3
|
*
|
|
mm: slab: fix comment for ARCH_KMALLOC_MINALIGN
Andrey Konovalov
2022-05-02
1
-1
/
+1
|
*
|
|
mm/slub, kunit: Make slub_kunit unaffected by user specified flags
Hyeonggon Yoo
2022-04-06
1
-0
/
+7
|
|
/
/
*
|
|
linux/types.h: reinstate "__bitwise__" macro for user space use
Linus Torvalds
2022-05-25
1
-0
/
+3
*
|
|
media: lirc: revert removal of unused feature flags
Sean Young
2022-05-25
1
-0
/
+7
*
|
|
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-25
11
-76
/
+97
|
\
\
\
|
*
|
|
fs: Remove aops->freepage
Matthew Wilcox (Oracle)
2022-05-10
1
-1
/
+0
|
*
|
|
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
2022-05-10
1
-0
/
+1
|
*
|
|
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
2022-05-10
2
-6
/
+2
|
*
|
|
jbd2: Convert jbd2_journal_try_to_free_buffers to take a folio
Matthew Wilcox (Oracle)
2022-05-10
1
-1
/
+1
|
*
|
|
fs: Remove last vestiges of releasepage
Matthew Wilcox (Oracle)
2022-05-10
2
-2
/
+1
|
*
|
|
iomap: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-10
1
-1
/
+1
|
*
|
|
fs: Add aops->release_folio
Matthew Wilcox (Oracle)
2022-05-10
1
-0
/
+1
|
*
|
|
fs: Change the type of filler_t
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+3
|
*
|
|
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
2022-05-09
1
-2
/
+1
|
*
|
|
nfs: Convert nfs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
*
|
|
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
*
|
|
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
*
|
|
fs: Convert iomap_readpage to iomap_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
*
|
|
fs: Convert netfs_readpage to netfs_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
*
|
|
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-0
/
+1
|
*
|
|
mm/readahead: Convert page_cache_async_readahead to take a folio
Matthew Wilcox (Oracle)
2022-05-08
1
-3
/
+3
|
*
|
|
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
2022-05-08
2
-2
/
+2
|
*
|
|
filemap: Update the folio_lock documentation
Matthew Wilcox (Oracle)
2022-05-08
1
-2
/
+57
|
*
|
|
filemap: Remove obsolete comment in lock_page
Miaohe Lin
2022-05-08
1
-3
/
+0
|
*
|
|
fs: Remove pagecache_write_begin() and pagecache_write_end()
Matthew Wilcox (Oracle)
2022-05-08
1
-12
/
+0
|
*
|
|
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
3
-23
/
+14
|
*
|
|
fs: Remove aop flags parameter from nobh_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
|
*
|
|
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
|
*
|
|
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
|
*
|
|
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
[next]