Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a72c5ddb675f2f0a2fa857f75286d50b7a0c0ba5
/
mm
38e5781
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
4dee6b6
tracing/mm: Move include of trace/events/kmem.h out of header into slab.c
by Steven Rostedt
· 13 years ago
6b3da11
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 13 years ago
db0c2bf
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
7affca3
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
f3f511e
net: fix sock_clone reference mismatch with tcp memcontrol
by Glauber Costa
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
ece2ccb
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
by Al Viro
· 13 years ago
770e1b0
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
9753dfe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
69734b6
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
4a2164a
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
2e0e943
Merge branch 'devel-stable' into for-linus
by Russell King
· 13 years ago
cdcd629
x86: Fix and improve cmpxchg_double{,_local}()
by Jan Beulich
· 13 years ago
649fc7b
should_remove_suid(): inode->i_mode is umode_t
by Al Viro
· 13 years ago
09208d1
shmem, ramfs: propagate umode_t, open-coded S_ISREG
by Al Viro
· 13 years ago
f4ae40a
switch debugfs to umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
ff01bb48
fs: move code out of buffer.c
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
7f8e323
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
b0365c8
mm: hugetlb: fix non-atomic enqueue of huge page
by Hillf Danton
· 13 years ago
e26a511
mm/mempolicy.c: refix mbind_range() vma issue
by KOSAKI Motohiro
· 13 years ago
b7ba68c
Merge branch 'pm-sleep' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
65c64ce
Partial revert "Basic kernel memory functionality for the Memory Controller"
by Glauber Costa
· 13 years ago
933393f
percpu: Remove irqsafe_cpu_xxx variants
by Christoph Lameter
· 13 years ago
e6f67b8
vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL
by Dave Kleikamp
· 13 years ago
10fbcf4
convert 'memory' sysdev_class to a regular subsystem
by Kay Sievers
· 13 years ago
b00f4dc
Merge branch 'master' into pm-sleep
by Rafael J. Wysocki
· 13 years ago
0006526
mm/vmalloc.c: remove static declaration of va from __get_vm_area_node
by Kautuk Consul
· 13 years ago
ff05b6f
oom: fix integer overflow of points in oom_badness
by Frantisek Hrbata
· 13 years ago
a41c58a
memcg: keep root group unchanged if creation fails
by Hillf Danton
· 13 years ago
45aa066
Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock
by Ingo Molnar
· 13 years ago
9f57bd4
percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses
by Eugene Surovegin
· 13 years ago
4dde6de
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
2f7ee56
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach()
by Tejun Heo
· 13 years ago
d1a4c0b
tcp memory pressure controls
by Glauber Costa
· 13 years ago
e1aab16
socket: initial cgroup code.
by Glauber Costa
· 13 years ago
e5671df
Basic kernel memory functionality for the Memory Controller
by Glauber Costa
· 13 years ago
1368edf
mm: vmalloc: check for page allocation failure before vmlist insertion
by Mel Gorman
· 13 years ago
d0215638
mm: Ensure that pfn_valid() is called once per pageblock when reserving pageblocks
by Michal Hocko
· 13 years ago
0976133
mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages
by Hillf Danton
· 13 years ago
58a84aa
thp: set compound tail page _count to zero
by Youquan Song
· 13 years ago
1dfb059
thp: reduce khugepaged freezing latency
by Andrea Arcangeli
· 13 years ago
83aeead
vmscan: use atomic-long for shrinker batching
by Konstantin Khlebnikov
· 13 years ago
635697c
vmscan: fix initial shrinker size handling
by Konstantin Khlebnikov
· 13 years ago
7bd0b0f
memblock: Reimplement memblock allocation using reverse free area iterator
by Tejun Heo
· 13 years ago
0ee332c
memblock: Kill early_node_map[]
by Tejun Heo
· 13 years ago
7fb0bc3
memblock: Implement memblock_add_node()
by Tejun Heo
· 13 years ago
1aadc05
memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users
by Tejun Heo
· 13 years ago
1440c4e
memblock: Track total size of regions automatically
by Tejun Heo
· 13 years ago
c0ce8fe
memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove()
by Tejun Heo
· 13 years ago
eb18f1b
memblock: Make memblock functions handle overflowing range @size
by Tejun Heo
· 13 years ago
7193618
memblock: Reimplement __memblock_remove() using memblock_isolate_range()
by Tejun Heo
· 13 years ago
6a9ceb3
memblock: Separate out memblock_isolate_range() from memblock_set_node()
by Tejun Heo
· 13 years ago
fe091c2
memblock: Kill memblock_init()
by Tejun Heo
· 13 years ago
c5a1cb2
memblock: Kill sentinel entries at the end of static region arrays
by Tejun Heo
· 13 years ago
4ff7b82
memblock: Add __memblock_dump_all()
by Tejun Heo
· 13 years ago
9c8c27e
memblock: Use memblock_reserve() in memblock internal functions
by Tejun Heo
· 13 years ago
581adcb
memblock: Make memblock_{add|remove|free|reserve}() return int and update prototypes
by Tejun Heo
· 13 years ago
82e230a
writeback: set max_pause to lowest value on zero bdi_dirty
by Wu Fengguang
· 13 years ago
c5c6343
writeback: permit through good bdi even when global dirty exceeded
by Wu Fengguang
· 13 years ago
aed21ad
writeback: comment on the bdi dirty threshold
by Wu Fengguang
· 13 years ago
73829af
Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable
by Russell King
· 13 years ago
52cef18
slab, lockdep: Fix silly bug
by Peter Zijlstra
· 13 years ago
a50527b
fs: Make write(2) interruptible by a fatal signal
by Jan Kara
· 13 years ago
57db53b
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
by Linus Torvalds
· 13 years ago
9b5a4d4
Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 13 years ago
d4bbf7e
Merge branch 'master' into x86/memblock
by Tejun Heo
· 13 years ago
bc6697d
slub: avoid potential NULL dereference or corruption
by Eric Dumazet
· 13 years ago
42d623a
slub: use irqsafe_cpu_cmpxchg for put_cpu_partial
by Christoph Lameter
· 13 years ago
986b11c
Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer
by Rafael J. Wysocki
· 13 years ago
67589c7
percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessary
by Dave Young
· 13 years ago
8ba8ed5
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
a855b84
percpu: fix chunk range calculation
by Tejun Heo
· 13 years ago
90459ce0
percpu: rename pcpu_mem_alloc to pcpu_mem_zalloc
by Bob Liu
· 13 years ago
a5be2d0
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
by Tejun Heo
· 13 years ago
8a32c44
freezer: implement and use kthread_freezable_should_stop()
by Tejun Heo
· 13 years ago
be9b733
mm: add vm_area_add_early()
by Nicolas Pitre
· 13 years ago
b684452
Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
15bd1cf
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
468e6a2
writeback: remove vm_dirties and task->dirties
by Wu Fengguang
· 13 years ago
1df6471
writeback: hard throttle 1000+ dd on a slow USB stick
by Wu Fengguang
· 13 years ago
6416b9f
mm: cleanup the comment for head/tail pages of compound pages in mm/page_alloc.c
by Wang Sheng-Hui
· 13 years ago
cd12909
xen: map foreign pages for shared rings by updating the PTEs directly
by David Vrabel
· 13 years ago
499d05e
mm: Make task in balance_dirty_pages() killable
by Jan Kara
· 13 years ago
ea4039a
hugetlb: release pages in the error path of hugetlb_cow()
by Hillf Danton
· 13 years ago
5aecc85
oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN
by Michal Hocko
· 13 years ago
9ada193
slub: move discard_slab out of node lock
by Shaohua Li
· 13 years ago
f64ae042
slub: use correct parameter to add a page to partial list tail
by Shaohua Li
· 13 years ago
7a401a9
backing-dev: ensure wakeup_timer is deleted
by Rabin Vincent
· 13 years ago
3a73dbb
writeback: fix uninitialized task_ratelimit
by Wu Fengguang
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
Next »