index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-07-24
hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...
Mel Gorman
4
-44
/
+140
2008-07-24
hugetlb: move hugetlb_acct_memory()
Mel Gorman
1
-41
/
+41
2008-07-24
mm: drop unneeded pgdat argument from free_area_init_node()
Johannes Weiner
16
-26
/
+22
2008-07-24
mapping_set_error: add unlikely()
Andrew Morton
1
-1
/
+1
2008-07-24
slob: record page flag overlays explicitly
Andy Whitcroft
2
-6
/
+13
2008-07-24
slub: record page flag overlays explicitly
Andy Whitcroft
2
-48
/
+24
2008-07-24
page-flags: record page flag overlays explicitly
Andy Whitcroft
1
-4
/
+11
2008-07-24
fix soft lock up at NFS mount via per-SB LRU-list of unused dentries
Kentaro Makita
3
-155
/
+185
2008-07-24
buddy: clarify comments describing buddy merge
Andy Whitcroft
1
-1
/
+2
2008-07-24
mm: remove double indirection on tlb parameter to free_pgd_range() & Co
Jan Beulich
12
-21
/
+26
2008-07-24
spufs: use new vm_ops->access to allow local state access from gdb
Benjamin Herrenschmidt
1
-0
/
+23
2008-07-24
powerpc ioremap_prot
Benjamin Herrenschmidt
7
-7
/
+64
2008-07-24
use generic_access_phys for /dev/mem mappings
Rik van Riel
2
-1
/
+5
2008-07-24
access_process_vm device memory infrastructure
Rik van Riel
8
-18
/
+144
2008-07-24
mm: remove nopfn
Nick Piggin
2
-69
/
+7
2008-07-24
kill generic_file_direct_IO()
Christoph Hellwig
1
-66
/
+51
2008-07-24
mm/hugetlb.c: fix duplicate variable
Adrian Bunk
1
-1
/
+0
2008-07-24
mm/vmstat.c: proper externs
Adrian Bunk
4
-5
/
+8
2008-07-24
mm/migrate.c should #include <linux/syscalls.h>
Adrian Bunk
1
-0
/
+1
2008-07-24
page allocator: inline some __alloc_pages() wrappers
KOSAKI Motohiro
2
-21
/
+19
2008-07-24
mspec: convert nopfn to fault
Nick Piggin
1
-9
/
+14
2008-07-24
mm: unexport __alloc_bootmem_core()
Johannes Weiner
2
-17
/
+12
2008-07-24
mm: normalize internal argument passing of bootmem data
Johannes Weiner
1
-8
/
+6
2008-07-24
mm: fix free_all_bootmem_core alignment check
Johannes Weiner
1
-11
/
+10
2008-07-24
mm: move bootmem descriptors definition to a single place
Johannes Weiner
15
-54
/
+40
2008-07-24
add a helper function to test if an object is on the stack
FUJITA Tomonori
2
-3
/
+8
2008-07-24
mm: print out the zonelists on request for manual verification
Mel Gorman
3
-0
/
+51
2008-07-24
mm: make defensive checks around PFN values registered for memory usage
Mel Gorman
4
-8
/
+44
2008-07-24
mm: verify the page links and memory model
Mel Gorman
3
-0
/
+91
2008-07-24
mm: add a basic debugging framework for memory initialisation
Mel Gorman
6
-9
/
+79
2008-07-24
add HAVE_CLK to Kconfig, for driver dependencies
David Brownell
5
-0
/
+23
2008-07-24
remove is_tty()
Adrian Bunk
1
-13
/
+0
2008-07-24
hpet: clarify maintainer entry
Clemens Ladisch
1
-1
/
+1
[next]