Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e6b1b2c9c0461c4e0971ed905ce3cda6512ee82a
/
mm
a12e4d3
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
1b195b1
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
by Linus Torvalds
· 15 years ago
addd72c
kmemleak: Improve the "Early log buffer exceeded" error message
by Catalin Marinas
· 15 years ago
500b067
writeback: check for registered bdi in flusher add and inode dirty
by Jens Axboe
· 15 years ago
d993831
writeback: add name to backing_dev_info
by Jens Axboe
· 15 years ago
f09b00d
writeback: add some debug inode list counters to bdi stats
by Jens Axboe
· 15 years ago
d0bceac
writeback: get rid of pdflush completely
by Jens Axboe
· 16 years ago
03ba378
writeback: switch to per-bdi threads for flushing data
by Jens Axboe
· 15 years ago
66f3b8e
writeback: move dirty inodes from super_block to backing_dev_info
by Jens Axboe
· 15 years ago
6d848a4
shmfs: use 'check_acl' instead of 'permission'
by Linus Torvalds
· 15 years ago
7eb0d5e
kmemleak: fix sparse warning for static declarations
by Luis R. Rodriguez
· 15 years ago
0580a18
kmemleak: fix sparse warning over overshadowed flags
by Luis R. Rodriguez
· 15 years ago
a1084c8
kmemleak: move common painting code together
by Luis R. Rodriguez
· 15 years ago
30b3710
kmemleak: add clear command support
by Luis R. Rodriguez
· 15 years ago
4a558dd
kmemleak: use bool for true/false questions
by Luis R. Rodriguez
· 15 years ago
179a810
kmemleak: Do no create the clean-up thread during kmemleak_disable()
by Catalin Marinas
· 15 years ago
931f703
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
e305fc5
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 15 years ago
dd5d241
page-allocator: always change pageblock ownership when anti-fragmentation is disabled
by Mel Gorman
· 15 years ago
a190887
nommu: fix error handling in do_mmap_pgoff()
by David Howells
· 15 years ago
43ed5d6
kmemleak: Scan all thread stacks
by Catalin Marinas
· 15 years ago
8e01936
kmemleak: Don't scan uninitialized memory when kmemcheck is enabled
by Pekka Enberg
· 15 years ago
d76b159
slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU
by Eric Dumazet
· 15 years ago
04a13c7
percpu: don't assume existence of cpu0
by Tejun Heo
· 15 years ago
0494e08
kmemleak: Printing of the objects hex dump
by Sergey Senozhatsky
· 15 years ago
008139d
kmemleak: Do not report alloc_bootmem blocks as leaks
by Catalin Marinas
· 15 years ago
fd67896
kmemleak: Save the stack trace for early allocations
by Catalin Marinas
· 15 years ago
a6186d8
kmemleak: Mark the early log buffer as __initdata
by Catalin Marinas
· 15 years ago
189d84e
kmemleak: Dump object information on request
by Catalin Marinas
· 15 years ago
af98603
kmemleak: Allow rescheduling during an object scanning
by Catalin Marinas
· 15 years ago
03ef83a
mm: fix for infinite churning of mlocked pages
by Minchan Kim
· 15 years ago
77f312a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
7f9cfb3
mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()
by Bo Liu
· 15 years ago
28d7a6a
nommu: check fd read permission in validate_mmap_request()
by Graff Yang
· 15 years ago
0753ba0
mm: revert "oom: move oom_adj value"
by KOSAKI Motohiro
· 15 years ago
788084a
Security/SELinux: seperate lsm specific mmap_min_addr
by Eric Paris
· 15 years ago
142d44b
percpu: use the right flag for get_vm_area()
by Amerigo Wang
· 15 years ago
74d46d6
percpu, sparc64: fix sparse possible cpu map handling
by Tejun Heo
· 15 years ago
5e2f89b
mempool.c: clean up type-casting
by Figo.zhang
· 15 years ago
4bfc449
mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware
by KAMEZAWA Hiroyuki
· 15 years ago
91a5698
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 15 years ago
1fc28b7
page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARN
by Mel Gorman
· 15 years ago
8870326
cgroup avoid permanent sleep at rmdir
by KAMEZAWA Hiroyuki
· 15 years ago
e4c6f8b
hugetlbfs: fix i_blocks accounting
by Eric Sandeen
· 15 years ago
6583bb6
mm: avoid endless looping for oom killed tasks
by David Rientjes
· 15 years ago
e084b2d
page-allocator: preserve PFN ordering when __GFP_COLD is set
by Mel Gorman
· 15 years ago
f5886c7
kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()
by Catalin Marinas
· 15 years ago
dddac6a
PM / Hibernate: Replace bdget call with simple atomic_inc of i_count
by Alan Jenkins
· 15 years ago
9e1b32c
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
by Benjamin Herrenschmidt
· 15 years ago
7638d53
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
by Linus Torvalds
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
264ef8a
kmemleak: Remove alloc_bootmem annotations introduced in the past
by Catalin Marinas
· 15 years ago
ec3a354
kmemleak: Add callbacks to the bootmem allocator
by Catalin Marinas
· 15 years ago
53238a6
kmemleak: Allow partial freeing of memory blocks
by Catalin Marinas
· 15 years ago
e4f7c0b4
kmemleak: Trace the kmalloc_large* functions in slub
by Catalin Marinas
· 15 years ago
2587362
kmemleak: Scan objects allocated during a scanning episode
by Catalin Marinas
· 15 years ago
b87324d
kmemleak: Do not acquire scan_mutex in kmemleak_open()
by Catalin Marinas
· 15 years ago
288c857
kmemleak: Remove the reported leaks number limitation
by Catalin Marinas
· 15 years ago
4b8a967
kmemleak: Add more cond_resched() calls in the scanning thread
by Catalin Marinas
· 15 years ago
bf2a76b
kmemleak: Renice the scanning thread to +10
by Catalin Marinas
· 15 years ago
9861df1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 15 years ago
5bfd756
Fix virt_to_phys() warnings
by Kevin Cernekee
· 15 years ago
c8236db
mm: mark page accessed before we write_end()
by Josef Bacik
· 15 years ago
67fc25e
Merge branch 'slab/urgent' into for-linus
by Pekka Enberg
· 15 years ago
5a475ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 15 years ago
57d81f6
kmemleak: Fix scheduling-while-atomic bug
by Ingo Molnar
· 15 years ago
e83c2b0
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
by Linus Torvalds
· 15 years ago
66918dc
x86: only clear node_states for 64bit
by Yinghai Lu
· 15 years ago
d7831a0
mm: prevent balance_dirty_pages() from doing too much work
by Richard Kennedy
· 15 years ago
c495682
dmapools: protect page_list walk in show_pools()
by Thomas Gleixner
· 15 years ago
b6e6872
kmemleak: Do not warn if an unknown object is freed
by Catalin Marinas
· 15 years ago
17bb9e0
kmemleak: Do not report new leaked objects if the scanning was stopped
by Catalin Marinas
· 15 years ago
ec5a36f
SLAB: Fix lockdep annotations
by Pekka Enberg
· 15 years ago
8326e28
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
acf4968
kmemleak: Slightly change the policy on newly allocated objects
by Catalin Marinas
· 15 years ago
4698c1f
kmemleak: Do not trigger a scan when reading the debug/kmemleak file
by Catalin Marinas
· 15 years ago
bab4a34
kmemleak: Simplify the reports logged by the scanning thread
by Catalin Marinas
· 15 years ago
e0a2a16
kmemleak: Enable task stacks scanning by default
by Catalin Marinas
· 15 years ago
7ed9f7e
fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b
by Paul E. McKenney
· 15 years ago
dfc2f91
nommu: provide follow_pfn().
by Paul Mundt
· 15 years ago
9d73777
clarify get_user_pages() prototype
by Peter Zijlstra
· 15 years ago
a9d9058
kmemleak: Allow the early log buffer to be configurable.
by Catalin Marinas
· 15 years ago
c622304
Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs-2.6,audit-current}
by Linus Torvalds
· 15 years ago
72c0490
Get "no acls for this inode" right, fix shmem breakage
by Al Viro
· 15 years ago
ba52270
SLUB: Don't pass __GFP_FAIL for the initial allocation
by Pekka Enberg
· 15 years ago
4923abf
Don't warn about order-1 allocations with __GFP_NOFAIL
by Linus Torvalds
· 15 years ago
06b16e9
switch shmem to inode->i_acl
by Al Viro
· 15 years ago
364df0e
mm: fix handling of pagesets for downed cpus
by Dimitri Sivanich
· 15 years ago
a5c9b69
mm: pass mm to grab_swap_token
by Hugh Dickins
· 15 years ago
95b3692
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
by Linus Torvalds
· 15 years ago
d26ed65
mm: don't rely on flags coincidence
by Hugh Dickins
· 15 years ago
788c7df
hugetlb: fault flags instead of write_access
by Hugh Dickins
· 15 years ago
cb4cbcf
mm: fix incorrect page removal from LRU
by KAMEZAWA Hiroyuki
· 15 years ago
ae28106
kmemleak: use pr_fmt
by Joe Perches
· 15 years ago
fa8a709
x86: implement percpu_alloc kernel parameter
by Tejun Heo
· 15 years ago
85ae87c
percpu: fix too lazy vunmap cache flushing
by Tejun Heo
· 15 years ago
d06063c
Move FAULT_FLAG_xyz into handle_mm_fault() callers
by Linus Torvalds
· 16 years ago
30c9f3a
Remove internal use of 'write_access' in mm/memory.c
by Linus Torvalds
· 16 years ago
c277331
mm: page_alloc: clear PG_locked before checking flags on free
by Johannes Weiner
· 15 years ago
433f13a
bootmem.c: avoid c90 declaration warning
by Joe Perches
· 15 years ago
Next »