index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmstats: add cond_resched() to refresh_cpu_vm_stats()
Dimitri Sivanich
2008-04-28
1
-0
/
+1
*
mm: fix broken gfp_zone with __GFP_THISNODE
KAMEZAWA Hiroyuki
2008-04-28
1
-12
/
+5
*
mm/page_alloc.c: remove hand-coded get_order()
Pavel Machek
2008-04-28
1
-3
/
+1
*
oom_kill: remove unused parameter in badness()
Li Zefan
2008-04-28
1
-3
/
+2
*
memory hotplug: free memmaps allocated by bootmem
Yasunori Goto
2008-04-28
4
-7
/
+60
*
memory hotplug: allocate usemap on the section with pgdat
Yasunori Goto
2008-04-28
1
-2
/
+13
*
memory hotplug: make alloc_bootmem_section()
Yasunori Goto
2008-04-28
2
-0
/
+33
*
memory hotplug: align memmap to page size
Yasunori Goto
2008-04-28
1
-2
/
+2
*
memory hotplug: register section/node id to free
Yasunori Goto
2008-04-28
5
-3
/
+128
*
hugetlbfs: common code update for s390
Gerald Schaefer
2008-04-28
6
-15
/
+206
*
hugetlbfs: add missing TLB flush to hugetlb_cow()
Gerald Schaefer
2008-04-28
6
-0
/
+26
*
hugetlbfs: architecture header cleanup
Gerald Schaefer
2008-04-28
9
-60
/
+215
*
mempolicy: use struct mempolicy pointer in shmem_sb_info
Lee Schermerhorn
2008-04-28
5
-95
/
+134
*
mempolicy: support mpol=local tmpfs mount option
Lee Schermerhorn
2008-04-28
1
-8
/
+17
*
mempolicy: rework shmem mpol parsing and display
Lee Schermerhorn
2008-04-28
3
-107
/
+136
*
mempolicy: clean-up mpol-to-str() mempolicy formatting
Lee Schermerhorn
2008-04-28
1
-6
/
+11
*
mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy
Lee Schermerhorn
2008-04-28
3
-31
/
+28
*
mempolicy: mPOL_PREFERRED cleanups for "local allocation"
Lee Schermerhorn
2008-04-28
1
-10
/
+18
*
mempolicy: use MPOL_PREFERRED for system-wide default policy
Lee Schermerhorn
2008-04-28
2
-62
/
+60
*
mempolicy: rework mempolicy Reference Counting [yet again]
Lee Schermerhorn
2008-04-28
6
-77
/
+195
*
mempolicy: document {set|get}_policy() vm_ops APIs
Lee Schermerhorn
2008-04-28
1
-0
/
+18
*
mempolicy: mark shared policies for unref
Lee Schermerhorn
2008-04-28
2
-0
/
+8
*
mempolicy: rename struct mempolicy 'policy' member to 'mode'
Lee Schermerhorn
2008-04-28
3
-30
/
+26
*
mempolicy: fixup Fallback for Default Shmem Policy
Lee Schermerhorn
2008-04-28
2
-4
/
+6
*
mempolicy: write lock mmap_sem while changing task mempolicy
Lee Schermerhorn
2008-04-28
1
-0
/
+13
*
mempolicy: rename mpol_copy to mpol_dup
Lee Schermerhorn
2008-04-28
5
-16
/
+16
*
mempolicy: rename mpol_free to mpol_put
Lee Schermerhorn
2008-04-28
7
-26
/
+26
*
Subject: [PATCH] hugetlb: vmstat events for huge page allocations
Adam Litke
2008-04-28
3
-0
/
+15
*
vmcoreinfo: add page flags values
Ken'ichi Ohmichi
2008-04-28
1
-0
/
+3
*
s390: implement pte special bit
Nick Piggin
2008-04-28
1
-1
/
+4
*
xip: support non-struct page backed memory
Nick Piggin
2008-04-28
8
-132
/
+126
*
return pfn from direct_access, for XIP
Jared Hulbert
2008-04-28
5
-18
/
+27
*
mm: add vm_insert_mixed
Nick Piggin
2008-04-28
2
-26
/
+62
*
mm: introduce pte_special pte bit
Nick Piggin
2008-04-28
25
-49
/
+168
*
mm: introduce VM_MIXEDMAP
Jared Hulbert
2008-04-28
2
-21
/
+59
*
smaps: account swap entries
Peter Zijlstra
2008-04-28
1
-4
/
+12
*
PAGEFLAGS_EXTENDED and separate page flags for Head and Tail
Christoph Lameter
2008-04-28
2
-0
/
+40
*
mm: Get rid of __ZONE_COUNT
Christoph Lameter
2008-04-28
2
-17
/
+13
*
page flags: add PAGEFLAGS_FALSE for flags that are always false
Christoph Lameter
2008-04-28
1
-12
/
+7
*
page flags: handle PG_uncached like all other flags
Christoph Lameter
2008-04-28
1
-11
/
+8
*
pageflags: eliminate PG_xxx aliases
Christoph Lameter
2008-04-28
2
-9
/
+5
*
pageflags: use proper page flag functions in Xen
Christoph Lameter
2008-04-28
2
-3
/
+3
*
pageflags: convert to the use of new macros
Christoph Lameter
2008-04-28
1
-127
/
+68
*
pageflags: introduce macros to generate page flag functions
Christoph Lameter
2008-04-28
1
-0
/
+41
*
pageflags: get rid of FLAGS_RESERVED
Christoph Lameter
2008-04-28
5
-31
/
+31
*
pageflags: use an enum for the flags
Christoph Lameter
2008-04-28
1
-30
/
+26
*
pageflags: standardize comment inclusion in asm-offsets.h and fix MIPS
Christoph Lameter
2008-04-28
2
-205
/
+205
*
page_mapping(): add ifdef around reference to swapper_space
Andrew Morton
2008-04-28
1
-1
/
+4
*
kbuild: create a way to create preprocessor constants from C expressions
Christoph Lameter
2008-04-28
2
-8
/
+67
*
sparsemem: vmemmap does not need section bits
Christoph Lameter
2008-04-28
1
-4
/
+9
[next]