index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-09
mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP
Konstantin Khlebnikov
2
-70
/
+20
2014-10-09
mm/balloon_compaction: redesign ballooned pages management
Konstantin Khlebnikov
3
-83
/
+44
2014-10-09
mm: memcontrol: fix transparent huge page allocations under pressure
Johannes Weiner
1
-2
/
+4
2014-10-09
memcg: move memcg_update_cache_size() to slab_common.c
Vladimir Davydov
1
-1
/
+0
2014-10-09
memcg: move memcg_{alloc,free}_cache_params to slab_common.c
Vladimir Davydov
1
-14
/
+0
2014-10-09
mm: introduce VM_BUG_ON_MM
Sasha Levin
1
-0
/
+10
2014-10-09
mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set
Junxiao Bi
1
-2
/
+4
2014-10-09
mm: clean up zone flags
Johannes Weiner
1
-48
/
+3
2014-10-09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2
-2
/
+2
2014-10-09
mm: introduce VM_BUG_ON_VMA
Sasha Levin
1
-0
/
+8
2014-10-09
mm: introduce dump_vma
Sasha Levin
1
-0
/
+2
2014-10-09
include/linux/migrate.h: remove migrate_page #define
Andrew Morton
1
-3
/
+0
2014-10-09
mempolicy: unexport get_vma_policy() and remove its "task" arg
Oleg Nesterov
1
-2
/
+0
2014-10-09
mempolicy: introduce __get_vma_policy(), export get_task_policy()
Oleg Nesterov
1
-0
/
+3
2014-10-09
mempolicy: remove the "task" arg of vma_policy_mof() and simplify it
Oleg Nesterov
1
-1
/
+1
2014-10-09
mm: remove noisy remainder of the scan_unevictable interface
Johannes Weiner
1
-16
/
+0
2014-10-09
mm: introduce check_data_rlimit helper
Cyrill Gorcunov
1
-0
/
+15
2014-10-09
mm: rename allocflags_to_migratetype for clarity
David Rientjes
1
-1
/
+1
2014-10-09
mm, compaction: khugepaged should not give up due to need_resched()
Vlastimil Babka
1
-2
/
+10
2014-10-09
mm, compaction: defer each zone individually instead of preferred zone
Vlastimil Babka
1
-6
/
+10
2014-10-09
lib/genalloc.c: add genpool range check function
Laura Abbott
1
-0
/
+3
2014-10-09
lib/genalloc.c: add power aligned algorithm
Laura Abbott
1
-0
/
+4
2014-10-09
memory-hotplug: add sysfs valid_zones attribute
Zhang Zhen
1
-0
/
+1
2014-10-09
mm/slab: use percpu allocator for cpu cache
Joonsoo Kim
1
-17
/
+3
2014-10-09
topology: add support for node_to_mem_node() to determine the fallback node
Joonsoo Kim
1
-0
/
+17
2014-10-09
mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()
Joonsoo Kim
1
-22
/
+0
2014-10-09
mm/slab_common: move kmem_cache definition to internal header
Joonsoo Kim
1
-41
/
+1
2014-10-09
proc/maps: make vm_is_stack() logic namespace-friendly
Oleg Nesterov
1
-2
/
+2
2014-10-09
Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
8
-71
/
+98
2014-10-09
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
8
-37
/
+80
2014-10-09
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
3
-2
/
+56
2014-10-09
block: fix alignment_offset math that assumes io_min is a power-of-2
Mike Snitzer
1
-3
/
+2
2014-10-09
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+35
2014-10-09
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+3
2014-10-09
fonts: Add 6x10 font
Maarten ter Huurne
1
-1
/
+3
2014-10-09
s390/nohz: use a per-cpu flag for arch_needs_cpu
Martin Schwidefsky
1
-1
/
+1
2014-10-09
IB/mlx5: Use extended internal signature layout
Sagi Grimberg
1
-8
/
+24
2014-10-09
IB/mlx5: Use enumerations for PI copy mask
Sagi Grimberg
1
-0
/
+3
2014-10-09
vfs: move getname() from callers to do_mount()
Seunghun Lee
1
-1
/
+2
2014-10-09
Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
Matthew Wilcox
1
-0
/
+3
2014-10-09
constify file_inode()
Al Viro
1
-1
/
+1
2014-10-09
vfs: Make d_invalidate return void
Eric W. Biederman
1
-1
/
+1
2014-10-09
vfs: Merge check_submounts_and_drop and d_invalidate
Eric W. Biederman
1
-1
/
+0
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
36
-838
/
+1588
2014-10-08
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
3
-0
/
+297
2014-10-08
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-34
/
+1
2014-10-08
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-40
/
+10
2014-10-08
net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers
Eric Dumazet
1
-0
/
+29
2014-10-08
net: description of dma_cookie cause make xmldocs warning
Masanari Iida
1
-2
/
+0
2014-10-08
Move Intel SNB device ids from sb_edac to pci_ids.h
Andy Lutomirski
1
-0
/
+15
[prev]
[next]