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.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
2008-07-24
bootmem: replace node_boot_start in struct bootmem_data
Johannes Weiner
10
-44
/
+41
2008-07-24
bootmem: revisit alloc_bootmem_section
Johannes Weiner
1
-21
/
+6
2008-07-24
bootmem: Make __alloc_bootmem_low_node fall back to other nodes
Johannes Weiner
1
-9
/
+16
2008-07-24
bootmem: respect goal more likely
Johannes Weiner
1
-38
/
+54
2008-07-24
bootmem: factor out the marking of a PFN range
Johannes Weiner
1
-119
/
+69
2008-07-24
bootmem: free/reserve helpers
Johannes Weiner
1
-22
/
+43
2008-07-24
bootmem: clean up alloc_bootmem_core
Johannes Weiner
2
-140
/
+78
2008-07-24
bootmem: clean up free_all_bootmem_core
Johannes Weiner
1
-45
/
+38
2008-07-24
bootmem: revisit bootmem descriptor list handling
Johannes Weiner
1
-13
/
+10
2008-07-24
bootmem: revisit bitmap size calculations
Johannes Weiner
1
-18
/
+9
2008-07-24
bootmem: add debugging framework
Johannes Weiner
1
-7
/
+44
2008-07-24
bootmem: add documentation to API functions
Johannes Weiner
1
-1
/
+149
2008-07-24
bootmem: clean up bootmem.c file header
Johannes Weiner
1
-9
/
+5
2008-07-24
bootmem: reorder code to match new bootmem structure
Johannes Weiner
2
-220
/
+222
2008-07-24
hugetlb: quota is not freed for unused reserved private huge pages
Adam Litke
1
-1
/
+3
2008-07-24
hugetlb: fix a hugepage reservation check for MAP_SHARED
Mel Gorman
1
-6
/
+6
2008-07-24
powerpc: support multiple hugepage sizes
Jon Tollefson
9
-118
/
+199
2008-07-24
fs: check for statfs overflow
Jon Tollefson
2
-5
/
+6
2008-07-24
powerpc: define support for 16G hugepages
Jon Tollefson
2
-19
/
+45
2008-07-24
powerpc: scan device tree for gigantic pages
Jon Tollefson
3
-1
/
+61
2008-07-24
powerpc: function to allocate gigantic hugepages
Jon Tollefson
1
-0
/
+21
2008-07-24
hugetlb: allow arch overridden hugepage allocation
Jon Tollefson
2
-8
/
+13
2008-07-24
hugetlb: override default huge page size
Nick Piggin
2
-6
/
+24
2008-07-24
x86: add hugepagesz option on 64-bit
Andi Kleen
3
-2
/
+28
2008-07-24
x86: support GB hugepages on 64-bit
Andi Kleen
1
-11
/
+22
2008-07-24
hugetlb: introduce pud_huge
Andi Kleen
9
-5
/
+75
2008-07-24
hugetlb: printk cleanup
Andi Kleen
1
-4
/
+16
2008-07-24
hugetlb: support boot allocate different sizes
Andi Kleen
1
-9
/
+30
2008-07-24
hugetlb: support larger than MAX_ORDER
Andi Kleen
1
-2
/
+81
2008-07-24
mm: export prep_compound_page to mm
Andi Kleen
2
-1
/
+3
2008-07-24
mm: introduce non panic alloc_bootmem
Andi Kleen
2
-0
/
+16
2008-07-24
hugetlb: abstract numa round robin selection
Andi Kleen
1
-15
/
+22
2008-07-24
hugetlb: new sysfs interface
Nishanth Aravamudan
4
-66
/
+262
2008-07-24
hugetlbfs: per mount huge page sizes
Andi Kleen
4
-29
/
+64
2008-07-24
hugetlb: multiple hstates for multiple page sizes
Andi Kleen
3
-33
/
+142
2008-07-24
hugetlb: modular state for hugetlb page size
Andi Kleen
19
-218
/
+356
2008-07-24
hugetlb: factor out prep_new_huge_page
Andi Kleen
1
-6
/
+11
2008-07-24
mm: create /sys/kernel/mm
Nishanth Aravamudan
3
-0
/
+24
2008-07-24
mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INIT
Nishanth Aravamudan
2
-2
/
+3
2008-07-24
vmallocinfo: add NUMA information
Eric Dumazet
3
-2
/
+77
2008-07-24
SYNC_FILE_RANGE_WRITE may and will block. Document that.
Pavel Machek
1
-1
/
+2
2008-07-24
tmpfs: support aio
Hugh Dickins
1
-21
/
+34
2008-07-24
generic_file_aio_read() cleanups
Hugh Dickins
1
-23
/
+19
2008-07-24
vma_page_offset() has no callees: drop it
Johannes Weiner
1
-20
/
+9
2008-07-24
hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splits
Andy Whitcroft
1
-27
/
+145
2008-07-24
hugetlb: allow huge page mappings to be created without reservations
Andy Whitcroft
1
-5
/
+53
2008-07-24
hugetlb: move reservation region support earlier
Andy Whitcroft
1
-121
/
+125
2008-07-24
mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations
Andy Whitcroft
3
-4
/
+6
2008-07-24
huge page private reservation review cleanups
Andy Whitcroft
1
-13
/
+45
2008-07-24
hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...
Mel Gorman
4
-23
/
+190
[next]