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.12.y
linux-6.13.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
2021-11-06
stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
Marco Elver
4
-26
/
+31
2021-11-06
include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
Mianhan Liu
8
-7
/
+2
2021-11-06
mm: remove HARDENED_USERCOPY_FALLBACK
Stephen Kitt
6
-52
/
+0
2021-11-06
zram: introduce an aged idle interface
Brian Geffon
2
-16
/
+54
2021-11-06
zram: off by one in read_block_state()
Dan Carpenter
1
-1
/
+1
2021-11-06
zram_drv: allow reclaim on bio_alloc
Jaewon Kim
1
-1
/
+1
2021-11-06
mm/highmem: remove deprecated kmap_atomic
Ira Weiny
2
-17
/
+17
2021-11-06
mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...
Miaohe Lin
1
-3
/
+4
2021-11-06
mm/rmap.c: avoid double faults migrating device private pages
Alistair Popple
1
-2
/
+6
2021-11-06
mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DR...
David Hildenbrand
1
-1
/
+4
2021-11-06
memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
David Hildenbrand
3
-2
/
+23
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
12
-17
/
+26
2021-11-06
memblock: improve MEMBLOCK_HOTPLUG documentation
David Hildenbrand
1
-1
/
+5
2021-11-06
mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
David Hildenbrand
1
-2
/
+6
2021-11-06
x86: remove memory hotplug support on X86_32
David Hildenbrand
2
-34
/
+3
2021-11-06
mm/memory_hotplug: remove stale function declarations
David Hildenbrand
1
-3
/
+0
2021-11-06
mm/memory_hotplug: remove HIGHMEM leftovers
David Hildenbrand
4
-42
/
+2
2021-11-06
mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
David Hildenbrand
1
-1
/
+1
2021-11-06
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
13
-36
/
+24
2021-11-06
mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMO...
David Hildenbrand
1
-1
/
+1
2021-11-06
memory-hotplug.rst: document the "auto-movable" online policy
David Hildenbrand
1
-20
/
+121
2021-11-06
memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path
David Hildenbrand
1
-1
/
+1
2021-11-06
memory-hotplug.rst: fix two instances of "movablecore" that should be "movabl...
David Hildenbrand
1
-2
/
+2
2021-11-06
mm/memory_hotplug: add static qualifier for online_policy_to_str()
Tang Yizhou
1
-1
/
+1
2021-11-06
selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers
David Hildenbrand
1
-14
/
+1
2021-11-06
mm: vmstat.c: make extfrag_index show more pretty
Lin Feng
1
-1
/
+1
2021-11-06
mm/vmstat: annotate data race for zone->free_area[order].nr_free
Liu Shixin
1
-3
/
+12
2021-11-06
selftests: vm: add KSM huge pages merging time test
Pedro Demarchi Gomes
1
-1
/
+124
2021-11-06
selftest/vm: fix ksm selftest to run with different NUMA topologies
Aneesh Kumar K.V
1
-3
/
+26
2021-11-06
mm: nommu: kill arch_get_unmapped_area()
Kefeng Wang
1
-6
/
+0
2021-11-06
mm/readahead.c: fix incorrect comments for get_init_ra_size
Lin Feng
1
-1
/
+1
2021-11-06
mm, thp: fix incorrect unmap behavior for private pages
Rongwei Wang
1
-1
/
+10
2021-11-06
mm, thp: lock filemap when truncating page cache
Rongwei Wang
1
-1
/
+4
2021-11-06
selftests/vm/transhuge-stress: fix ram size thinko
George G. Davis
1
-1
/
+1
2021-11-06
mm: migrate: make demotion knob depend on migration
Yang Shi
4
-65
/
+65
2021-11-06
mm/migrate: de-duplicate migrate_reason strings
John Hubbard
3
-27
/
+25
2021-11-06
hugetlbfs: extend the definition of hugepages parameter to support node alloc...
Zhenguo Yao
5
-33
/
+155
2021-11-06
mm: mark the OOM reaper thread as freezable
Sultan Alsawaf
1
-0
/
+2
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
29
-43
/
+40
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
45
-76
/
+79
2021-11-06
memblock: stop aliasing __memblock_free_late with memblock_free_late
Mike Rapoport
2
-10
/
+5
2021-11-06
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
10
-25
/
+12
2021-11-06
xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
Mike Rapoport
1
-1
/
+1
2021-11-06
arch_numa: simplify numa_distance allocation
Mike Rapoport
1
-4
/
+2
2021-11-06
tools/vm/page-types.c: print file offset in hexadecimal
Naoya Horiguchi
1
-2
/
+2
2021-11-06
tools/vm/page-types.c: move show_file() to summary output
Naoya Horiguchi
1
-3
/
+7
2021-11-06
tools/vm/page-types.c: make walk_file() aware of address range option
Naoya Horiguchi
1
-6
/
+18
2021-11-06
tools/vm/page_owner_sort.c: count and sort by mem
Zhenliang Wei
2
-10
/
+107
2021-11-06
mm/vmpressure: fix data-race with memcg->socket_pressure
Yuanzheng Song
2
-2
/
+2
2021-11-06
mm/vmscan: delay waking of tasks throttled on NOPROGRESS
Mel Gorman
1
-2
/
+5
[prev]
[next]