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
2006-01-06
[PATCH] mm: move determination of policy_zone into page allocator
Christoph Lameter
3
-12
/
+16
2006-01-06
[PATCH] mm: simplify build_zonelists_node by removing the case statement.
Christoph Lameter
1
-23
/
+11
2006-01-06
[PATCH] mm: add populated_zone() helper
Con Kolivas
3
-8
/
+13
2006-01-06
[PATCH] consolidate lru_add_drain() and lru_drain_cache()
Andrew Morton
1
-16
/
+11
2006-01-06
[PATCH] vmscan: balancing fix
Andrew Morton
1
-8
/
+0
2006-01-06
[PATCH] mm: pfault optimisation
Nick Piggin
1
-1
/
+0
2006-01-06
[PATCH] mm: rmap optimisation
Nick Piggin
4
-15
/
+43
2006-01-06
[PATCH] mm: bad_page optimisation
Nick Piggin
1
-24
/
+20
2006-01-06
[PATCH] mm: dma32 zone statistics
Nick Piggin
3
-17
/
+46
2006-01-06
[PATCH] kill last zone_reclaim() bits
Andrew Morton
4
-83
/
+2
2006-01-06
[PATCH] find_lock_page(): call __lock_page() directly.
Nikita Danilov
1
-2
/
+3
2006-01-06
[PATCH] FRV: Clean up bootmem allocator's page freeing algorithm
David Howells
3
-17
/
+41
2006-01-06
[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low
Ravikiran G Thirumalai
3
-43
/
+44
2006-01-06
[PATCH] mm: page_alloc cleanups
Nick Piggin
1
-10
/
+6
2006-01-06
[PATCH] mm: page_state fixes
Nick Piggin
1
-3
/
+2
2006-01-06
[PATCH] mm: remove pcp low
Nick Piggin
2
-8
/
+2
2006-01-06
[PATCH] mm: remove bad_range
Nick Piggin
2
-8
/
+21
2006-01-06
[PATCH] mm: microopt conditions
Nick Piggin
1
-8
/
+8
2006-01-06
[PATCH] mm: set_page_refs opt
Nick Piggin
2
-19
/
+17
2006-01-06
[PATCH] mm: pagealloc opt
Nick Piggin
1
-7
/
+11
2006-01-06
[PATCH] mm: free_pages_and_swap_cache opt
Hugh Dickins
1
-2
/
+2
2006-01-06
[PATCH] sparsemem: provide pfn_to_nid
Andy Whitcroft
1
-1
/
+5
2006-01-06
[PATCH] flatmem split out memory model
Andy Whitcroft
1
-1
/
+6
2006-01-06
[PATCH] Shut up warnings in ipc/shm.c
Russell King
1
-3
/
+18
2006-01-06
[PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODES
Mike Kravetz
2
-8
/
+0
2006-01-06
[PATCH] mm: pfn_to_pgdat not used in common code
Andy Whitcroft
1
-5
/
+0
2006-01-06
[PATCH] mm: kvaddr_to_nid not used in common code
Andy Whitcroft
2
-10
/
+0
2006-01-06
[PATCH] hugepages: fold find_or_alloc_pages into huge_no_page()
Christoph Lameter
1
-42
/
+24
2006-01-06
[PATCH] Remove old node based policy interface from mempolicy.c
Christoph Lameter
2
-67
/
+0
2006-01-06
[PATCH] Add NUMA policy support for huge pages.
Christoph Lameter
4
-21
/
+54
2006-01-06
[PATCH] mm: dequeue a huge page near to this node
Christoph Lameter
1
-6
/
+8
2006-01-06
[PATCH] Hugetlb: Copy on Write support
David Gibson
2
-22
/
+108
2006-01-06
[PATCH] Hugetlb: Reorganize hugetlb_fault to prepare for COW
Adam Litke
1
-9
/
+25
2006-01-06
[PATCH] Hugetlb: Rename find_lock_page to find_or_alloc_huge_page
Adam Litke
1
-3
/
+3
2006-01-06
[PATCH] Hugetlb: Remove duplicate i_size check
Adam Litke
1
-7
/
+0
2006-01-06
[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store
Badari Pulavarty
25
-9
/
+105
2006-01-06
[PATCH] reiser4: vfs: add truncate_inode_pages_range()
Hans Reiser
2
-7
/
+39
2006-01-06
[PATCH] memhotplug: register_memory should be global
Andy Whitcroft
1
-2
/
+1
2006-01-06
[PATCH] memhotplug: register_ and unregister_memory_notifier should be global
Andy Whitcroft
1
-2
/
+2
2006-01-06
[PATCH] memhotplug: __add_section remove unused pgdat definition
Andy Whitcroft
1
-1
/
+0
2006-01-06
[PATCH] mm: fix __alloc_pages cpuset ALLOC_* flags
Paul Jackson
1
-3
/
+2
2006-01-06
[PATCH] swsusp: resume_store() retval fix
Andrew Morton
1
-18
/
+16
2006-01-06
[PATCH] alpha: dma_map_page() fix
Andrew Morton
1
-1
/
+1
2006-01-06
[PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian mach...
NeilBrown
1
-1
/
+13
2006-01-06
[PATCH] nbd: fix TX/RX race condition
Herbert Xu
2
-62
/
+68
2006-01-06
[PATCH] hfsplus oops fix
Joshua Kwan
1
-1
/
+1
2006-01-05
[PATCH] i386: PTRACE_POKEUSR: allow changing RF bit in EFLAGS register.
Chuck Ebbert
1
-3
/
+6
2006-01-05
Merge http://oss.oracle.com/git/ocfs2
Linus Torvalds
119
-56
/
+46657
2006-01-05
Update MAINTAINERS - Jody is no longer at Steamballoon.
Jody McIntyre
1
-3
/
+3
2006-01-05
Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Jody McIntyre
128
-5709
/
+5045
[next]