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
2009-12-15
ksm: let shared pages be swappable
Hugh Dickins
6
-49
/
+264
2009-12-15
ksm: fix mlockfreed to munlocked
Hugh Dickins
3
-3
/
+8
2009-12-15
ksm: stable_node point to page and back
Hugh Dickins
2
-72
/
+51
2009-12-15
ksm: separate stable_node
Hugh Dickins
1
-79
/
+101
2009-12-15
ksm: singly-linked rmap_list
Hugh Dickins
1
-30
/
+26
2009-12-15
ksm: cleanup some function arguments
Hugh Dickins
1
-122
/
+112
2009-12-15
ksm: remove redundancies when merging page
Hugh Dickins
1
-20
/
+6
2009-12-15
ksm: three remove_rmap_item_from_tree cleanups
Hugh Dickins
1
-11
/
+6
2009-12-15
vmscan: make consistent of reclaim bale out between do_try_to_free_page and s...
KOSAKI Motohiro
1
-1
/
+1
2009-12-15
vmscan: kill sc.swap_cluster_max
KOSAKI Motohiro
1
-20
/
+6
2009-12-15
vmscan: zone_reclaim() don't use insane swap_cluster_max
KOSAKI Motohiro
1
-2
/
+1
2009-12-15
vmscan: kill hibernation specific reclaim logic and unify it
KOSAKI Motohiro
1
-127
/
+26
2009-12-15
vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim
KOSAKI Motohiro
1
-6
/
+19
2009-12-15
Documentation: ABI: /sys/devices/system/cpu/cpu#/node
Alex Chiang
1
-0
/
+14
2009-12-15
mm: add numa node symlink for cpu devices in sysfs
Alex Chiang
1
-1
/
+10
2009-12-15
mm: refactor unregister_cpu_under_node()
Alex Chiang
1
-6
/
+12
2009-12-15
mm: refactor register_cpu_under_node()
Alex Chiang
1
-9
/
+11
2009-12-15
mm: add numa node symlink for memory section in sysfs
Alex Chiang
3
-6
/
+30
2009-12-15
mm: sigbus instead of abusing oom
Hugh Dickins
1
-2
/
+2
2009-12-15
mm: stop ptlock enlarging struct page
Hugh Dickins
1
-2
/
+4
2009-12-15
mm: pass address down to rmap ones
Hugh Dickins
1
-26
/
+27
2009-12-15
mm: CONFIG_MMU for PG_mlocked
Hugh Dickins
6
-44
/
+19
2009-12-15
mm: mlocking in try_to_unmap_one
Hugh Dickins
2
-80
/
+32
2009-12-15
mm: define PAGE_MAPPING_FLAGS
Hugh Dickins
6
-15
/
+35
2009-12-15
vmscan: stop kswapd waiting on congestion when the min watermark is not being...
KOSAKI Motohiro
3
-12
/
+34
2009-12-15
vmscan: have kswapd sleep for a short interval and double check it should be ...
Mel Gorman
3
-2
/
+45
2009-12-15
rmap: move label `out' to a better place
Huang Shijie
1
-1
/
+2
2009-12-15
rmap: simplify try_to_unmap_file()
Huang Shijie
1
-4
/
+1
2009-12-15
rmap: fix the comment for try_to_unmap_anon
Huang Shijie
1
-2
/
+1
2009-12-15
mm/vmscan: change comment generic_file_write to __generic_file_aio_write
Vincent Li
1
-1
/
+1
2009-12-15
swap: rework map_swap_page() again
Lee Schermerhorn
3
-8
/
+18
2009-12-15
swap_info: reorder its fields
Hugh Dickins
1
-13
/
+13
2009-12-15
swap_info: note SWAP_MAP_SHMEM
Hugh Dickins
3
-22
/
+42
2009-12-15
swap_info: swap count continuations
Hugh Dickins
4
-64
/
+287
2009-12-15
swap_info: swap_map of chars not shorts
Hugh Dickins
2
-21
/
+27
2009-12-15
swap_info: SWAP_HAS_CACHE cleanups
Hugh Dickins
2
-92
/
+65
2009-12-15
swap_info: miscellaneous minor cleanups
Hugh Dickins
1
-27
/
+24
2009-12-15
swap_info: include first_swap_extent
Hugh Dickins
2
-35
/
+37
2009-12-15
swap_info: change to array of pointers
Hugh Dickins
2
-94
/
+117
2009-12-15
swap_info: private to swapfile.c
Hugh Dickins
3
-26
/
+25
2009-12-15
vmalloc(): adjust gfp mask passed on nested vmalloc() invocation
Jan Beulich
1
-4
/
+3
2009-12-15
mm: add gfp flags for NODEMASK_ALLOC slab allocations
David Rientjes
2
-11
/
+15
2009-12-15
hugetlb: offload per node attribute registrations
Lee Schermerhorn
2
-10
/
+52
2009-12-15
hugetlb: handle memory hot-plug events
Lee Schermerhorn
2
-6
/
+50
2009-12-15
mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined
David Rientjes
3
-6
/
+27
2009-12-15
hugetlb: use only nodes with memory for huge pages
Lee Schermerhorn
2
-23
/
+24
2009-12-15
hugetlb: update hugetlb documentation for NUMA controls
Lee Schermerhorn
1
-85
/
+176
2009-12-15
hugetlb: add per node hstate attributes
Lee Schermerhorn
3
-26
/
+298
2009-12-15
hugetlb: add generic definition of NUMA_NO_NODE
Lee Schermerhorn
3
-4
/
+9
2009-12-15
hugetlb: derive huge pages nodes allowed from task mempolicy
Lee Schermerhorn
5
-15
/
+153
[next]