index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-01-31
mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
David Hildenbrand (Red Hat)
-10
/
+7
2026-01-31
mm: rename balloon_compaction.(c|h) to balloon.(c|h)
David Hildenbrand (Red Hat)
-17
/
+15
2026-01-31
mm/vmscan: drop inclusion of balloon_compaction.h
David Hildenbrand (Red Hat)
-1
/
+0
2026-01-31
mm/balloon_compaction: remove "extern" from functions
David Hildenbrand (Red Hat)
-8
/
+8
2026-01-31
mm/balloon_compaction: mark remaining functions for having proper kerneldoc
David Hildenbrand (Red Hat)
-5
/
+5
2026-01-31
mm/balloon_compaction: assert that the balloon_pages_lock is held
David Hildenbrand (Red Hat)
-0
/
+2
2026-01-31
mm/balloon_compaction: move internal helpers to balloon_compaction.c
David Hildenbrand (Red Hat)
-44
/
+37
2026-01-31
mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
David Hildenbrand (Red Hat)
-11
/
+8
2026-01-31
mm/balloon_compaction: remove balloon_page_push/pop()
David Hildenbrand (Red Hat)
-33
/
+2
2026-01-31
drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
David Hildenbrand (Red Hat)
-10
/
+15
2026-01-31
mm/balloon_compaction: drop fs.h include from balloon_compaction.h
David Hildenbrand (Red Hat)
-1
/
+0
2026-01-31
mm/balloon_compaction: make balloon_mops static
David Hildenbrand (Red Hat)
-2
/
+1
2026-01-31
mm/balloon_compaction: remove dependency on page lock
David Hildenbrand (Red Hat)
-38
/
+25
2026-01-31
mm/balloon_compaction: use a device-independent balloon (list) lock
David Hildenbrand (Red Hat)
-18
/
+22
2026-01-31
vmw_balloon: stop using the balloon_dev_info lock
David Hildenbrand (Red Hat)
-8
/
+12
2026-01-31
mm/balloon_compaction: centralize adjust_managed_page_count() handling
David Hildenbrand (Red Hat)
-29
/
+22
2026-01-31
mm/balloon_compaction: centralize basic page migration handling
David Hildenbrand (Red Hat)
-73
/
+35
2026-01-31
mm/balloon_compaction: improve comments for WARN_ON_ONCE(!b_dev_info)
David Hildenbrand (Red Hat)
-2
/
+10
2026-01-31
powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
David Hildenbrand (Red Hat)
-11
/
+5
2026-01-31
vmw_balloon: remove vmballoon_compaction_init()
David Hildenbrand (Red Hat)
-25
/
+5
2026-01-31
vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
David Hildenbrand (Red Hat)
-0
/
+2
2026-01-31
mm/khugepaged: make khugepaged_collapse_control static
Shivank Garg
-1
/
+1
2026-01-31
mm/khugepaged: use enum scan_result for result variables and return types
Shivank Garg
-53
/
+46
2026-01-31
mm/khugepaged: change collapse_pte_mapped_thp() to return void
Shivank Garg
-22
/
+27
2026-01-31
mm/khugepaged: remove unnecessary goto 'skip' label
Shivank Garg
-3
/
+4
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,
Andrew Morton
-87
/
+239
2026-01-31
selftests: ublk: improve I/O ordering test with bpftrace
Ming Lei
-65
/
+54
2026-01-31
selftests: ublk: reorganize tests into integrity and recover groups
Ming Lei
-6
/
+8
2026-01-31
selftests: ublk: increase timeouts for parallel test execution
Ming Lei
-5
/
+5
2026-01-31
selftests: ublk: add _ublk_sleep helper for parallel execution
Ming Lei
-1
/
+12
2026-01-31
selftests: ublk: add group-based test targets
Ming Lei
-0
/
+36
2026-01-31
selftests: ublk: track created devices for per-test cleanup
Ming Lei
-1
/
+12
2026-01-31
selftests: ublk: add _ublk_del_dev helper function
Ming Lei
-14
/
+15
2026-01-31
selftests: ublk: refactor test_loop_08 into separate functions
Ming Lei
-84
/
+115
2026-01-31
selftests: ublk: simplify UBLK_TEST_DIR handling
Ming Lei
-4
/
+1
2026-01-31
Merge branch 'bpf-arm64-add-fsession-support'
Alexei Starovoitov
-20
/
+110
2026-01-31
selftests/bpf: Enable get_func_args and get_func_ip tests on arm64
Leon Hwang
-2
/
+2
2026-01-31
bpf, arm64: Add fsession support
Leon Hwang
-10
/
+68
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
-8
/
+40
2026-01-31
selftests/bpf: Test access from RO map from xdp_store_bytes
Paul Chaignon
-0
/
+35
2026-01-31
bpf: Fix bpf_xdp_store_bytes proto for read-only arg
Paul Chaignon
-1
/
+1
2026-01-31
Merge tag 'linux-can-next-for-6.20-20260131' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
-49
/
+142
2026-01-31
net: don't touch dev->stats in BPF redirect paths
Jakub Kicinski
-4
/
+4
2026-01-31
Merge tag 'iommu-fixes-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+13
2026-01-31
Merge tag 'efi-fixes-for-v6.19-3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2026-01-31
Merge tag 'sound-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-8
/
+34
2026-01-31
Merge tag 'kbuild-fixes-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-36
/
+34
2026-01-31
hwmon: (cros_ec) Move temperature channel params to a macro
Thomas Weißschuh
-24
/
+25
2026-01-31
hwmon: (cros_ec) Add support for fan target speed
Thomas Weißschuh
-1
/
+28
2026-01-31
hwmon: (cros_ec) Split up supported features in the documentation
Thomas Weißschuh
-6
/
+17
[prev]
[next]