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
2013-07-03
fs: nfs: inform the VM about pages being committed or unstable
Mel Gorman
1
-0
/
+30
2013-07-03
mm: vmscan: take page buffers dirty and locked state into account
Mel Gorman
6
-0
/
+50
2013-07-03
mm: vmscan: treat pages marked for immediate reclaim as zone congestion
Mel Gorman
1
-2
/
+8
2013-07-03
mm: vmscan: move direct reclaim wait_iff_congested into shrink_list
Mel Gorman
1
-29
/
+33
2013-07-03
mm: vmscan: set zone flags before blocking
Mel Gorman
1
-1
/
+1
2013-07-03
mm: vmscan: stall page reclaim after a list of pages have been processed
Mel Gorman
1
-16
/
+33
2013-07-03
mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage p...
Mel Gorman
1
-13
/
+48
2013-07-03
mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()
Mel Gorman
1
-56
/
+54
2013-07-03
mm: vmscan: check if kswapd should writepage once per pgdat scan
Mel Gorman
1
-7
/
+7
2013-07-03
mm: vmscan: block kswapd if it is encountering pages under writeback
Mel Gorman
2
-22
/
+68
2013-07-03
mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...
Mel Gorman
2
-6
/
+34
2013-07-03
mm: vmscan: do not allow kswapd to scan at maximum priority
Mel Gorman
1
-1
/
+1
2013-07-03
mm: vmscan: decide whether to compact the pgdat based on reclaim progress
Mel Gorman
1
-29
/
+30
2013-07-03
mm: vmscan: flatten kswapd priority loop
Mel Gorman
1
-45
/
+41
2013-07-03
mm: vmscan: obey proportional scanning requirements for kswapd
Mel Gorman
1
-8
/
+59
2013-07-03
mm: vmscan: limit the number of pages kswapd reclaims at each priority
Mel Gorman
1
-20
/
+29
2013-07-03
mm/page_alloc: don't re-init pageset in zone_pcp_update()
Cody P Schafer
1
-5
/
+12
2013-07-03
mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_se...
Cody P Schafer
1
-6
/
+6
2013-07-03
mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init()
Cody P Schafer
1
-3
/
+1
2013-07-03
mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset()
Cody P Schafer
1
-12
/
+15
2013-07-03
mm/page_alloc: relocate comment to be directly above code it refers to.
Cody P Schafer
1
-2
/
+2
2013-07-03
mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_bat...
Cody P Schafer
1
-2
/
+7
2013-07-03
mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalul...
Cody P Schafer
1
-6
/
+4
2013-07-03
mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead o...
Cody P Schafer
1
-24
/
+9
2013-07-03
mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCE
Cody P Schafer
1
-4
/
+7
2013-07-03
mm/page_alloc: insert memory barriers to allow async update of pcp batch and ...
Cody P Schafer
1
-9
/
+32
2013-07-03
mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->high
Cody P Schafer
1
-0
/
+8
2013-07-03
mm/page_alloc: factor out setting of pcp->high and pcp->batch
Cody P Schafer
1
-3
/
+9
2013-07-03
uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
Libin
1
-1
/
+1
2013-07-03
ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
Libin
1
-1
/
+1
2013-07-03
mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
Libin
2
-2
/
+2
2013-07-03
mm: remove compressed copy from zram in-memory
Minchan Kim
1
-2
/
+48
2013-07-03
mm, memcg: don't take task_lock in task_in_mem_cgroup
David Rientjes
2
-9
/
+11
2013-07-03
pagemap: prepare to reuse constant bits with page-shift
Pavel Emelyanov
2
-2
/
+36
2013-07-03
mm: soft-dirty bits for user memory changes tracking
Pavel Emelyanov
11
-10
/
+158
2013-07-03
pagemap: introduce pagemap_entry_t without pmshift bits
Pavel Emelyanov
1
-18
/
+22
2013-07-03
clear_refs: introduce private struct for mm_walk
Pavel Emelyanov
1
-2
/
+10
2013-07-03
clear_refs: sanitize accepted commands declaration
Pavel Emelyanov
1
-7
/
+12
2013-07-03
crypto: sanitize argument for format string
Kees Cook
1
-1
/
+2
2013-07-03
block: do not pass disk names as format strings
Kees Cook
3
-3
/
+4
2013-07-03
drivers/cdrom/cdrom.c: use kzalloc() for failing hardware
Jonathan Salwan
1
-1
/
+1
2013-07-03
block/compat_ioctl.c: do not leak info to user-space
Cong Wang
1
-0
/
+1
2013-07-03
drivers/cdrom/gdrom.c: fix device number leak
Libo Chen
1
-1
/
+1
2013-07-03
ocfs2: fix NULL pointer dereference when traversing o2hb_all_regions
Xue jiufei
1
-0
/
+9
2013-07-03
ocfs2: adjust switch_case syntax at o2net_state_change()
Jie Liu
1
-13
/
+13
2013-07-03
ocfs2: fix a comments typo at o2quo_hb_still_up()
Jie Liu
1
-1
/
+1
2013-07-03
ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming convention
Jie Liu
1
-4
/
+4
2013-07-03
ocfs2: submit disk heartbeat bio using WRITE_SYNC
Noboru Iwamatsu
1
-1
/
+1
2013-07-03
ocfs2: xattr: fix inlined xattr reflink
Junxiao Bi
1
-0
/
+10
2013-07-03
ocfs2: fix readonly issue in ocfs2_unlink()
Younger Liu
1
-11
/
+12
[next]