index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-06
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
2021-11-06
mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMO...
David Hildenbrand
2021-11-06
memory-hotplug.rst: document the "auto-movable" online policy
David Hildenbrand
2021-11-06
memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path
David Hildenbrand
2021-11-06
memory-hotplug.rst: fix two instances of "movablecore" that should be "movabl...
David Hildenbrand
2021-11-06
mm/memory_hotplug: add static qualifier for online_policy_to_str()
Tang Yizhou
2021-11-06
selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers
David Hildenbrand
2021-11-06
mm: vmstat.c: make extfrag_index show more pretty
Lin Feng
2021-11-06
mm/vmstat: annotate data race for zone->free_area[order].nr_free
Liu Shixin
2021-11-06
selftests: vm: add KSM huge pages merging time test
Pedro Demarchi Gomes
2021-11-06
selftest/vm: fix ksm selftest to run with different NUMA topologies
Aneesh Kumar K.V
2021-11-06
mm: nommu: kill arch_get_unmapped_area()
Kefeng Wang
2021-11-06
mm/readahead.c: fix incorrect comments for get_init_ra_size
Lin Feng
2021-11-06
mm, thp: fix incorrect unmap behavior for private pages
Rongwei Wang
2021-11-06
mm, thp: lock filemap when truncating page cache
Rongwei Wang
2021-11-06
selftests/vm/transhuge-stress: fix ram size thinko
George G. Davis
2021-11-06
mm: migrate: make demotion knob depend on migration
Yang Shi
2021-11-06
mm/migrate: de-duplicate migrate_reason strings
John Hubbard
2021-11-06
hugetlbfs: extend the definition of hugepages parameter to support node alloc...
Zhenguo Yao
2021-11-06
mm: mark the OOM reaper thread as freezable
Sultan Alsawaf
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
memblock: stop aliasing __memblock_free_late with memblock_free_late
Mike Rapoport
2021-11-06
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
2021-11-06
xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
Mike Rapoport
2021-11-06
arch_numa: simplify numa_distance allocation
Mike Rapoport
2021-11-06
tools/vm/page-types.c: print file offset in hexadecimal
Naoya Horiguchi
2021-11-06
tools/vm/page-types.c: move show_file() to summary output
Naoya Horiguchi
2021-11-06
tools/vm/page-types.c: make walk_file() aware of address range option
Naoya Horiguchi
2021-11-06
tools/vm/page_owner_sort.c: count and sort by mem
Zhenliang Wei
2021-11-06
mm/vmpressure: fix data-race with memcg->socket_pressure
Yuanzheng Song
2021-11-06
mm/vmscan: delay waking of tasks throttled on NOPROGRESS
Mel Gorman
2021-11-06
mm/vmscan: increase the timeout if page reclaim is not making progress
Mel Gorman
2021-11-06
mm/vmscan: centralise timeout values for reclaim_throttle
Mel Gorman
2021-11-06
mm/page_alloc: remove the throttling logic from the page allocator
Mel Gorman
2021-11-06
mm/writeback: throttle based on page writeback instead of congestion
Mel Gorman
2021-11-06
mm/vmscan: throttle reclaim when no progress is being made
Mel Gorman
2021-11-06
mm/vmscan: throttle reclaim and compaction when too may pages are isolated
Mel Gorman
2021-11-06
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
2021-11-06
mm/vmscan.c: fix -Wunused-but-set-variable warning
Kai Song
2021-11-06
mm/page_isolation: guard against possible putback unisolated page
Miaohe Lin
2021-11-06
mm/page_isolation: fix potential missing call to unset_migratetype_isolate()
Miaohe Lin
2021-11-06
userfaultfd/selftests: fix calculation of expected ioctls
Axel Rasmussen
2021-11-06
userfaultfd/selftests: fix feature support detection
Axel Rasmussen
2021-11-06
userfaultfd/selftests: don't rely on GNU extensions for random numbers
Axel Rasmussen
2021-11-06
hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_page
Mike Kravetz
2021-11-06
hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()
Baolin Wang
2021-11-06
hugetlb: remove redundant validation in has_same_uncharge_info()
Baolin Wang
2021-11-06
hugetlb: replace the obsolete hugetlb_instantiation_mutex in the comments
Baolin Wang
2021-11-06
hugetlb_cgroup: remove unused hugetlb_cgroup_from_counter macro
Baolin Wang
[next]