index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc/shm: use the vma iterator for munmap calls
Liam R. Howlett
2023-02-09
1
-6
/
+5
*
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
2023-02-09
2
-1
/
+54
*
mmap: convert vma_expand() to use vma iterator
Liam R. Howlett
2023-02-09
1
-5
/
+4
*
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
2023-02-09
3
-46
/
+39
*
mm/mmap: remove preallocation from do_mas_align_munmap()
Liam R. Howlett
2023-02-09
1
-8
/
+6
*
mmap: convert vma_link() vma iterator
Liam R. Howlett
2023-02-09
1
-3
/
+3
*
kernel/fork: convert forking to using the vmi iterator
Liam R. Howlett
2023-02-09
1
-11
/
+8
*
mm/mmap: convert brk to use vma iterator
Liam R. Howlett
2023-02-09
1
-25
/
+23
*
mm: expand vma iterator interface
Liam R. Howlett
2023-02-09
4
-7
/
+125
*
maple_tree: fix mas_prev() and mas_find() state handling
Liam R. Howlett
2023-02-09
1
-1
/
+5
*
maple_tree: fix handle of invalidated state in mas_wr_store_setup()
Liam R. Howlett
2023-02-09
1
-0
/
+3
*
test_maple_tree: test modifications while iterating
Liam R. Howlett
2023-02-09
1
-0
/
+72
*
maple_tree: reduce user error potential
Liam R. Howlett
2023-02-09
1
-0
/
+10
*
maple_tree: fix potential rcu issue
Liam R. Howlett
2023-02-09
1
-1
/
+1
*
maple_tree: add mas_init() function
Liam R. Howlett
2023-02-09
1
-0
/
+11
*
mm: fix memcpy_from_file_folio() integer underflow
Matthew Wilcox (Oracle)
2023-02-09
1
-2
/
+3
*
arm/mm: fix swp type masking in __swp_entry()
David Hildenbrand
2023-02-09
1
-1
/
+1
*
mpage: convert __mpage_writepage() to use a folio more fully
Matthew Wilcox (Oracle)
2023-02-02
1
-24
/
+22
*
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-02
11
-44
/
+44
*
mm: add memcpy_from_file_folio()
Matthew Wilcox (Oracle)
2023-02-02
2
-0
/
+30
*
block: remove ->rw_page
Christoph Hellwig
2023-02-02
8
-217
/
+44
*
mm: factor out a swap_writepage_bdev helper
Christoph Hellwig
2023-02-02
1
-14
/
+19
*
mm: remove the __swap_writepage return value
Christoph Hellwig
2023-02-02
2
-15
/
+10
*
mm: use an on-stack bio for synchronous swapin
Christoph Hellwig
2023-02-02
1
-31
/
+38
*
mm: factor out a swap_readpage_bdev helper
Christoph Hellwig
2023-02-02
1
-33
/
+35
*
mm: remove the swap_readpage return value
Christoph Hellwig
2023-02-02
2
-16
/
+8
*
mpage: stop using bdev_{read,write}_page
Christoph Hellwig
2023-02-02
1
-10
/
+0
*
mm: refactor va_remove_mappings
Christoph Hellwig
2023-02-02
1
-19
/
+8
*
mm: split __vunmap
Christoph Hellwig
2023-02-02
1
-43
/
+41
*
mm: move debug checks from __vunmap to remove_vm_area
Christoph Hellwig
2023-02-02
1
-9
/
+9
*
mm: use remove_vm_area in __vunmap
Christoph Hellwig
2023-02-02
1
-21
/
+12
*
mm: move __remove_vm_area out of va_remove_mappings
Christoph Hellwig
2023-02-02
1
-6
/
+4
*
mm: call vfree instead of __vunmap from delayed_vfree_work
Christoph Hellwig
2023-02-02
1
-1
/
+1
*
mm: move vmalloc_init and free_work down in vmalloc.c
Christoph Hellwig
2023-02-02
1
-53
/
+51
*
mm: remove __vfree_deferred
Christoph Hellwig
2023-02-02
1
-26
/
+17
*
mm: remove __vfree
Christoph Hellwig
2023-02-02
1
-12
/
+6
*
mm: reject vmap with VM_FLUSH_RESET_PERMS
Christoph Hellwig
2023-02-02
1
-0
/
+3
*
mm, compaction: finish pageblocks on complete migration failure
Mel Gorman
2023-02-02
1
-8
/
+22
*
mm, compaction: finish scanning the current pageblock if requested
Mel Gorman
2023-02-02
1
-0
/
+7
*
mm, compaction: check if a page has been captured before draining PCP pages
Mel Gorman
2023-02-02
1
-6
/
+6
*
mm, compaction: rename compact_control->rescan to finish_pageblock
Mel Gorman
2023-02-02
2
-13
/
+17
*
mm/gup.c: fix typo in comments
Jongwoo Han
2023-02-02
1
-1
/
+1
*
kasan: reset page tags properly with sampling
Andrey Konovalov
2023-02-02
1
-5
/
+6
*
mm/sparse: fix "unused function 'pgdat_to_phys'" warning
Mike Rapoport
2023-02-02
1
-1
/
+1
*
mm/page_owner: record single timestamp value for high order allocations
Hyeonggon Yoo
2023-02-02
1
-1
/
+2
*
mm: memory-failure: document memory failure stats
Jiaqi Yan
2023-02-02
1
-0
/
+39
*
mm: memory-failure: bump memory failure stats to pglist_data
Jiaqi Yan
2023-02-02
1
-0
/
+36
*
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
2023-02-02
4
-0
/
+71
*
mm: multi-gen LRU: simplify lru_gen_look_around()
T.J. Alumbaugh
2023-02-02
1
-50
/
+23
*
mm: multi-gen LRU: improve walk_pmd_range()
T.J. Alumbaugh
2023-02-02
1
-20
/
+20
[next]