index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-13
mm/page-flags: remove folio_mapping_flags()
David Hildenbrand
1
-5
/
+0
2025-07-13
mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
1
-5
/
+0
2025-07-13
mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
David Hildenbrand
1
-6
/
+6
2025-07-13
mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
1
-5
/
+11
2025-07-13
mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
3
-19
/
+45
2025-07-13
mm: stop storing migration_ops in page->mapping
David Hildenbrand
3
-13
/
+5
2025-07-13
mm: remove __folio_test_movable()
David Hildenbrand
1
-6
/
+0
2025-07-13
mm: rename __PageMovable() to page_has_movable_ops()
David Hildenbrand
2
-2
/
+2
2025-07-13
mm/migration: remove PageMovable()
David Hildenbrand
1
-2
/
+0
2025-07-13
mm/migrate: remove __ClearPageMovable()
David Hildenbrand
1
-6
/
+2
2025-07-13
mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
1
-3
/
+1
2025-07-13
mm/migrate: remove folio_test_movable() and folio_movable_ops()
David Hildenbrand
1
-14
/
+0
2025-07-13
mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
David Hildenbrand
1
-2
/
+2
2025-07-13
mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
1
-1
/
+1
2025-07-13
mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
1
-27
/
+16
2025-07-13
maple tree: add some comments
Dev Jain
1
-2
/
+2
2025-07-13
mm: fix spelling issue in swap.h
Xuanye Liu
1
-1
/
+1
2025-07-13
mm/hugetlb: remove prepare_hugepage_range()
Peter Xu
1
-6
/
+0
2025-07-13
mm/page_isolation: remove migratetype parameter from more functions
Zi Yan
2
-5
/
+22
2025-07-13
mm/page_isolation: remove migratetype from undo_isolate_page_range()
Zi Yan
1
-2
/
+1
2025-07-13
mm/page_isolation: remove migratetype from move_freepages_block_isolate()
Zi Yan
1
-3
/
+2
2025-07-13
mm/page_alloc: add support for initializing pageblock as isolated
Zi Yan
2
-1
/
+5
2025-07-13
mm/page_isolation: make page isolation a standalone bit
Zi Yan
3
-0
/
+33
2025-07-13
mm/page_alloc: pageblock flags functions clean up
Zi Yan
3
-26
/
+28
2025-07-13
mm,memory_hotplug: drop status_change_nid parameter from memory_notify
Oscar Salvador
1
-1
/
+0
2025-07-13
mm,memory_hotplug: implement numa node notifier
Oscar Salvador
1
-0
/
+40
2025-07-13
mm,memory_hotplug: remove status_change_nid_normal and update documentation
Oscar Salvador
1
-1
/
+0
2025-07-13
mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
Vlastimil Babka
1
-7
/
+7
2025-07-13
mm/madvise: eliminate very confusing manipulation of prev VMA
Lorenzo Stoakes
1
-5
/
+4
2025-07-13
Merge tag 'irq_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-07-13
iio: adc: ad_sigma_delta: add SPI offload support
David Lechner
1
-0
/
+14
2025-07-13
iio: adc: ad_sigma_delta: use spi_optimize_message()
David Lechner
1
-0
/
+3
2025-07-13
iio: adc: ad_sigma_delta: use u8 instead of uint8_t
David Lechner
1
-5
/
+5
2025-07-13
PM: hibernate: Add stub for pm_hibernate_is_recovering()
Mario Limonciello
1
-2
/
+2
2025-07-13
net/mlx5: IFC updates for disabled host PF
Daniel Jurgens
1
-1
/
+3
2025-07-13
net/mlx5: Expose disciplined_fr_counter through HCA capabilities in mlx5_ifc
Carolina Jubran
1
-1
/
+2
2025-07-13
Optimize DMABUF mkey page size in mlx5
Leon Romanovsky
2
-1
/
+4
2025-07-13
RDMA/mlx5: Fix UMR modifying of mkey page size
Edward Srouji
1
-0
/
+1
2025-07-13
net/mlx5: Expose HCA capability bits for mkey max page size
Michael Guralnik
1
-1
/
+3
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
3
-6
/
+5
2025-07-12
Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-6
/
+5
2025-07-11
locking/mutex: Mark devm_mutex_init() as __must_check
Thomas Weißschuh
1
-4
/
+7
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+33
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
1
-1
/
+0
2025-07-11
bpf: Remove attach_type in bpf_cgroup_link
Tao Chen
1
-1
/
+0
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
1
-11
/
+17
2025-07-11
Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+5
2025-07-11
iommu: Allow an input type in hw_info op
Nicolin Chen
1
-1
/
+2
2025-07-11
iommufd: Add mmap interface
Nicolin Chen
1
-0
/
+42
2025-07-11
Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+2
[prev]
[next]