Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
fef266580e5cf897a1b63528fc6b1185e2d6bb87
/
mm
« Previous
c0d6221
[PATCH] Kill stray newline
by Denis Vlasenko
· 19 years ago
b4955ce
[PATCH] msync: check pte dirty earlier
by Abhijit Karmarkar
· 19 years ago
c475a8a
[PATCH] can_share_swap_page: use page_mapcount
by Hugh Dickins
· 19 years ago
d296e9c
[PATCH] do_wp_page: cannot share file page
by Hugh Dickins
· 19 years ago
08ef472
[PATCH] get_user_pages: kill get_page_map
by Hugh Dickins
· 19 years ago
334795e
[PATCH] bad_page: clear reclaim and slab
by Hugh Dickins
· 19 years ago
91612e0
[PATCH] mbind: check_range use standard ptwalk
by Hugh Dickins
· 19 years ago
941150a
[PATCH] mbind: fix verify_pages pte_page
by Hugh Dickins
· 19 years ago
0edd73b
[PATCH] shmem: restore superblock info
by Hugh Dickins
· 19 years ago
2caaad4
[PATCH] Reduce size of huge boot per_cpu_pageset
by Christoph Lameter
· 19 years ago
4ae7c03
[PATCH] Periodically drain non local pagesets
by Christoph Lameter
· 19 years ago
578c2fd
[PATCH] add OOM debug
by Janet Morgan
· 19 years ago
c2f29ea
[PATCH] __read_page_state(): pass unsigned long instead of unsigned
by Benjamin LaHaise
· 19 years ago
83e5d8f
[PATCH] __mod_page_state(): pass unsigned long instead of unsigned
by Benjamin LaHaise
· 19 years ago
1ad539b
[PATCH] vm: try_to_free_pages unused argument
by Darren Hart
· 19 years ago
73219d1
[PATCH] mmap topdown fix for large stack limit, large allocation
by Chris Wright
· 19 years ago
1363c3c
[PATCH] Avoiding mmap fragmentation
by Wolfgang Wander
· 19 years ago
e7c8d5c
[PATCH] node local per-cpu-pages
by Christoph Lameter
· 19 years ago
63551ae
[PATCH] Hugepage consolidation
by David Gibson
· 19 years ago
1e7e5a9
[PATCH] VM: rate limit early reclaim
by Martin Hicks
· 19 years ago
0c35bba
[PATCH] VM: add __GFP_NORECLAIM
by Martin Hicks
· 19 years ago
753ee72
[PATCH] VM: early zone reclaim
by Martin Hicks
· 19 years ago
bfbb38f
[PATCH] VM: add may_swap flag to scan_control
by Martin Hicks
· 19 years ago
295ab93
[PATCH] mm: add /proc/zoneinfo
by Nikita Danilov
· 19 years ago
05b7438
[PATCH] madvise: merge the maps
by Prasanna Meda
· 19 years ago
e798c6e
[PATCH] madvise: do not split the maps
by Prasanna Meda
· 19 years ago
b15e090
[PATCH] vmscan: notice slab shrinking
by akpm@osdl.org
· 19 years ago
1944972
[SLAB] Introduce kmem_cache_name
by Arnaldo Carvalho de Melo
· 19 years ago
a511718
[PATCH] broken fault_in_pages_readable call in generic_file_buffered_write()
by Martin Schwidefsky
· 19 years ago
cafdd8b
[PATCH] try_to_unmap_cluster() passes out-of-bounds pte to pte_unmap()
by William Lee Irwin III
· 19 years ago
b5c44c2
[PATCH] fix for __generic_file_aio_read() to return 0 on EOF
by Suparna Bhattacharya
· 19 years ago
7856dfe
[PATCH] x86_64: Fixed guard page handling again in iounmap
by Andi Kleen
· 19 years ago
07ab67c
Fix get_unmapped_area sanity tests
by Linus Torvalds
· 19 years ago
49a4387
[PATCH] prevent NULL mmap in topdown model
by Linus Torvalds
· 19 years ago
b810748
[PATCH] do_swap_page() can map random data if swap read fails
by Kirill Korotaev
· 19 years ago
ba32311
[PATCH] swapout oops fix
by McMullan, Jason
· 19 years ago
7a01922
[PATCH] mm/nommu.c: try to fix __vmalloc
by Adrian Bunk
· 19 years ago
7179906
[PATCH] mm acct accounting fix
by Kirill Korotaev
· 19 years ago
202d182
[PATCH] mm: fix rss counter being incremented when unmapping
by Bjorn Steinbrink
· 19 years ago
91bb524
[PATCH] remove outdated comments from filemap.c
by Christoph Hellwig
· 20 years ago
7223a93
[IA64] Export node_online_map and node_possible_map
by Dean Nelson
· 20 years ago
67be2dd
[PATCH] DocBook: fix some descriptions
by Martin Waitz
· 20 years ago
4dc3b16
[PATCH] DocBook: changes and extensions to the kernel documentation
by Pavel Pisa
· 20 years ago
fbd568a3e
[PATCH] Change synchronize_kernel to _rcu and _sched
by Paul E. McKenney
· 20 years ago
cd7619d
[PATCH] Exterminate PAGE_BUG
by Matt Mackall
· 20 years ago
d59dd46
[PATCH] use smp_mb/wmb/rmb where possible
by akpm@osdl.org
· 20 years ago
97e2bde
[PATCH] add kmalloc_node, inline cleanup
by Manfred Spraul
· 20 years ago
dd1d5af
[PATCH] sync_page() smp_mb() comment
by William Lee Irwin III
· 20 years ago
93ea1d0
[PATCH] RLIMIT_MEMLOCK checking fix
by Chris Wright
· 20 years ago
edfbe2b
[PATCH] count bounce buffer pages in vmstat
by KAMEZAWA Hiroyuki
· 20 years ago
bd53b71
[PATCH] mm: use __GFP_NOMEMALLOC
by Nick Piggin
· 20 years ago
20a7777
[PATCH] mempool: simplify alloc
by Nick Piggin
· 20 years ago
b84a35b
[PATCH] mempool: NOMEMALLOC and NORETRY
by Nick Piggin
· 20 years ago
8e30f27
[PATCH] mm: pcp use non powers of 2 for batch size
by Nick Piggin
· 20 years ago
81b4082
[PATCH] mm: rmap.c cleanup
by Nikita Danilov
· 20 years ago
119f657
[PATCH] RLIMIT_AS checking fix
by akpm@osdl.org
· 20 years ago
f021e92
[PATCH] generic_file_buffered_write fixes
by akpm@osdl.org
· 20 years ago
0142496
[PATCH] mempolicy.c GFP fix
by Al Viro
· 20 years ago
561bbe3
[PATCH] freepgt: remove FIRST_USER_ADDRESS hack
by Hugh Dickins
· 20 years ago
8462e20
[PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NR
by Hugh Dickins
· 20 years ago
e2cdef8
[PATCH] freepgt: free_pgtables from FIRST_USER_ADDRESS
by Hugh Dickins
· 20 years ago
146425a
[PATCH] freepgt: mpnt to vma cleanup
by Hugh Dickins
· 20 years ago
3bf5ee9
[PATCH] freepgt: hugetlb_free_pgd_range
by Hugh Dickins
· 20 years ago
ee39b37
[PATCH] freepgt: remove MM_VM_SIZE(mm)
by Hugh Dickins
· 20 years ago
e0da382
[PATCH] freepgt: free_pgtables use vma list
by Hugh Dickins
· 20 years ago
323aca6
[PATCH] vmscan: pageout(): remove unneeded test
by akpm@osdl.org
· 20 years ago
79befd0
[PATCH] oom-killer disable for iscsi/lvm2/multipath userland critical sections
by Andrea Arcangeli
· 20 years ago
d345734
[PATCH] filemap_getpage can block when MAP_NONBLOCK specified
by Jeff Moyer
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago