index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
84
-253
/
+223
2023-04-06
iommu: fix MAX_ORDER usage in __iommu_dma_alloc_pages()
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
mm/slub: fix MAX_ORDER usage in calculate_order()
Kirill A. Shutemov
1
-1
/
+1
2023-04-06
mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()
Kirill A. Shutemov
1
-1
/
+1
2023-04-06
perf/core: fix MAX_ORDER usage in rb_alloc_aux_page()
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
genwqe: fix MAX_ORDER usage
Kirill A. Shutemov
2
-2
/
+2
2023-04-06
drm/i915: fix MAX_ORDER usage in i915_gem_object_get_pages_internal()
Kirill A. Shutemov
1
-1
/
+1
2023-04-06
floppy: fix MAX_ORDER usage
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
um: fix MAX_ORDER usage in linux_main()
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
sparc/mm: fix MAX_ORDER usage in tsb_grow()
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
selftests/mm: smoke test UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
1
-2
/
+43
2023-04-06
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
8
-26
/
+155
2023-04-06
kasan: suppress recursive reports for HW_TAGS
Andrey Konovalov
1
-11
/
+48
2023-04-06
kasan, arm64: add arch_suppress_tag_checks_start/stop
Andrey Konovalov
2
-0
/
+4
2023-04-06
arm64: mte: rename TCO routines
Vincenzo Frascino
4
-70
/
+93
2023-04-06
kasan, arm64: rename tagging-related routines
Andrey Konovalov
4
-15
/
+15
2023-04-06
kasan: drop empty tagging-related defines
Andrey Konovalov
1
-26
/
+0
2023-04-06
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
21
-65
/
+67
2023-04-06
mm: remove FGP_ENTRY
Christoph Hellwig
3
-10
/
+4
2023-04-06
shmem: open code the page cache lookup in shmem_get_folio_gfp
Christoph Hellwig
1
-4
/
+10
2023-04-06
shmem: shmem_get_partial_folio use filemap_get_entry
Hugh Dickins
1
-5
/
+12
2023-04-06
mm: use filemap_get_entry in filemap_get_incore_folio
Christoph Hellwig
1
-1
/
+1
2023-04-06
mm: make mapping_get_entry available outside of filemap.c
Christoph Hellwig
2
-3
/
+4
2023-04-06
mm: don't look at xarray value entries in split_huge_pages_in_file
Christoph Hellwig
1
-3
/
+2
2023-04-06
dmapool: create/destroy cleanup
Keith Busch
1
-202
/
+205
2023-04-06
dmapool: link blocks across pages
Keith Busch
1
-127
/
+130
2023-04-06
dmapool: don't memset on free twice
Keith Busch
1
-2
/
+2
2023-04-06
dmapool: simplify freeing
Keith Busch
1
-16
/
+6
2023-04-06
dmapool: consolidate page initialization
Keith Busch
1
-4
/
+3
2023-04-06
dmapool: rearrange page alloc failure handling
Keith Busch
1
-7
/
+9
2023-04-06
dmapool: move debug code to own functions
Keith Busch
1
-51
/
+77
2023-04-06
dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
Tony Battersby
1
-1
/
+1
2023-04-06
dmapool: cleanup integer types
Tony Battersby
1
-8
/
+11
2023-04-06
dmapool: use sysfs_emit() instead of scnprintf()
Tony Battersby
1
-16
/
+7
2023-04-06
dmapool: remove checks for dev == NULL
Tony Battersby
1
-31
/
+14
2023-04-06
dmapool: add alloc/free performance test
Keith Busch
3
-0
/
+157
2023-03-29
mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTED
Peter Xu
2
-7
/
+3
2023-03-29
mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)
Kefeng Wang
1
-1
/
+1
2023-03-29
mm: shrinkers: convert shrinker_rwsem to mutex
Qi Zheng
5
-27
/
+27
2023-03-29
mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
Qi Zheng
1
-6
/
+2
2023-03-29
mm: vmscan: hold write lock to reparent shrinker nr_deferred
Qi Zheng
1
-2
/
+2
2023-03-29
mm: shrinkers: make count and scan in shrinker debugfs lockless
Qi Zheng
1
-17
/
+8
2023-03-29
mm: vmscan: add shrinker_srcu_generation
Kirill Tkhai
1
-4
/
+20
2023-03-29
mm: vmscan: make memcg slab shrink lockless
Qi Zheng
1
-19
/
+26
2023-03-29
mm: vmscan: make global slab shrink lockless
Qi Zheng
1
-16
/
+12
2023-03-29
mm: vmscan: add a map_nr_max field to shrinker_info
Qi Zheng
2
-17
/
+19
2023-03-29
mm: prefer xxx_page() alloc/free functions for order-0 pages
Lorenzo Stoakes
6
-8
/
+8
2023-03-29
kasan: remove PG_skip_kasan_poison flag
Peter Collingbourne
6
-90
/
+47
2023-03-29
io-mapping: don't disable preempt on RT in io_mapping_map_atomic_wc().
Sebastian Andrzej Siewior
1
-4
/
+16
2023-03-29
shmem: add support to ignore swap
Luis Chamberlain
4
-4
/
+36
[next]