deliverable/linux.git
2015-04-15  Joe PerchesMAINTAINERS: Use tabs consistently
2015-04-15  Rasmus Villemoeslib/string_helpers.c: change semantics of string_escape_mem
2015-04-15  Rasmus Villemoeslib/string_helpers.c: refactor string_escape_mem
2015-04-15  Rasmus Villemoeslib/vsprintf.c: fix potential NULL deref in hex_string
2015-04-15  Geert Uytterhoevenlib/vsprintf: add %pC{,n,r} format specifiers for clocks
2015-04-15  Geert Uytterhoevenlib/vsprintf: Move integer format types to the top
2015-04-15  Geert Uytterhoevenlib/vsprintf: document %p parameters passed by reference
2015-04-15  Rasmus Villemoeslib/vsprintf.c: another small hack
2015-04-15  Rasmus Villemoeslib/vsprintf.c: eliminate duplicate hex string array
2015-04-15  Rasmus Villemoeslib/vsprintf.c: reduce stack use in number()
2015-04-15  Rasmus Villemoeslib/vsprintf.c: eliminate some branches
2015-04-15  Steven Rostedtprintk: comment pr_cont() stating it is only to continu...
2015-04-15  Joel Stanleypowerpc/powernv: reboot when requested by firmware
2015-04-15  Joel Stanleykernel/reboot.c: add orderly_reboot for graceful reboot
2015-04-15  Joel Stanleydrivers/sbus/char/envctrl.c: ignore orderly_poweroff...
2015-04-15  Aaron Tomlinkernel/hung_task.c: change hung_task.c to use for_each_...
2015-04-15  Jakub Sitnickikernel/resource.c: remove deprecated __check_region...
2015-04-15  Iulia Mandakernel: conditionally support non-root users, groups...
2015-04-15  Andi Kleenlib/test-hexdump.c: fix initconst confusion
2015-04-15  Dan Carpenterparide: fix the "verbose" module param
2015-04-15  Rasmus Villemoesinclude/linux: remove empty conditionals
2015-04-15  Chen Hanxiao/proc/PID/status: show all sets of pid according to ns
2015-04-15  Julia Lawallzram: fix error return code
2015-04-15  Sergey Senozhatskyzsmalloc: remove extra cond_resched() in __zs_compact
2015-04-15  Heesub Shinzsmalloc: fix fatal corruption due to wrong size class...
2015-04-15  Minchan Kimzsmalloc: remove unnecessary insertion/removal of zspag...
2015-04-15  Sergey Senozhatskyzsmalloc: micro-optimize zs_object_copy()
2015-04-15  Sergey Senozhatskyzsmalloc: remove synchronize_rcu from zs_compact()
2015-04-15  Sergey Senozhatskyzram: deprecate zram attrs sysfs nodes
2015-04-15  Sergey Senozhatskyzram: export new 'mm_stat' sysfs attrs
2015-04-15  Sergey Senozhatskyzram: export new 'io_stat' sysfs attrs
2015-04-15  Sergey Senozhatskyzram: describe device attrs in documentation
2015-04-15  Sergey Senozhatskyzram: use generic start/end io accounting
2015-04-15  Sergey Senozhatskyzram: move compact_store() to sysfs functions area
2015-04-15  Sergey Senozhatskyzram: remove `num_migrated' device attr
2015-04-15  Yinghao Xiemm/zsmalloc.c: fix comment for get_pages_per_zspage
2015-04-15  Minchan Kimzsmalloc: zsmalloc documentation
2015-04-15  Minchan Kimzsmalloc: add fullness into stat
2015-04-15  Minchan Kimzsmalloc: record handle in page->private for huge object
2015-04-15  Minchan Kimzram: support compaction
2015-04-15  Minchan Kimzsmalloc: adjust ZS_ALMOST_FULL
2015-04-15  Minchan Kimzsmalloc: support compaction
2015-04-15  Minchan Kimzsmalloc: factor out obj_[malloc|free]
2015-04-15  Minchan Kimzsmalloc: decouple handle and object
2015-04-15  Andrew Mortonmm/compaction.c: fix "suitable_migration_target() unuse...
2015-04-15  Boaz Harroshdax: unify ext2/4_{dax,}_file_operations
2015-04-15  Boaz Harroshdax: use pfn_mkwrite to update c/mtime + freeze protection
2015-04-15  Boaz Harroshmm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP
2015-04-15  Konstantin... mm/memory: also print a_ops->readpage in print_bad_pte()
2015-04-15  Andrey Ryabininmm/mempool.c: kasan: poison mempool elements
2015-04-15  Andrew Mortonmm/cma_debug.c: remove blank lines before DEFINE_SIMPLE...
2015-04-15  Dmitry Safonovmm: cma: add functions to get region pages counters
2015-04-15  Kirill A. Shutemovthp: cleanup khugepaged startup
2015-04-15  Kirill A. Shutemovmm: uninline and cleanup page-mapping related helpers
2015-04-15  Stefan Stroginmm: cma: add trace events for CMA allocations and freeings
2015-04-15  Borislav Petkovinclude/linux/mm.h: simplify flag check
2015-04-15  Alexander Kuleshovmm/memblock.c: add debug output for memblock_add()
2015-04-15  Naoya Horiguchimm: hugetlb: cleanup using paeg_huge_active()
2015-04-15  Naoya Horiguchimm: hugetlb: introduce page_huge_active
2015-04-15  Naoya Horiguchimm: don't call __page_cache_release for hugetlb
2015-04-15  Rasmus Villemoesmm/mmap.c: use while instead of if+goto
2015-04-15  David Rientjesmm, selftests: test return value of munmap for MAP_HUGE...
2015-04-15  David Rientjesmm, doc: cleanup and clarify munmap behavior for hugetl...
2015-04-15  Kirill A. Shutemovthp: do not adjust zone water marks if khugepaged is...
2015-04-15  Kirill A. Shutemovthp: handle errors in hugepage_init() properly
2015-04-15  David Rientjesmm, mempool: poison elements backed by slab allocator
2015-04-15  David Rientjesmm, mempool: disallow mempools based on slab caches...
2015-04-15  David Rientjesfs, jfs: remove slab object constructor
2015-04-15  Jason Lowmm: remove rest of ACCESS_ONCE() usages
2015-04-15  Jason Lowmm: use READ_ONCE() for non-scalar types
2015-04-15  Derekmm/mremap.c: clean up goto just return ERR_PTR
2015-04-15  Derekmremap should return -ENOMEM when __vm_enough_memory...
2015-04-15  Roman Penmm/vmalloc: get rid of dirty bitmap inside vmap_block...
2015-04-15  Roman Penmm/vmalloc: occupy newly allocated vmap block just...
2015-04-15  Roman Penmm/vmalloc: fix possible exhaustion of vmalloc space...
2015-04-15  Mike Kravetzhugetlbfs: document min_size mount option and cleanup
2015-04-15  Mike Kravetzhugetlbfs: accept subpool min_size mount option and...
2015-04-15  Mike Kravetzhugetlbfs: add minimum size accounting to subpools
2015-04-15  Mike Kravetzhugetlbfs: add minimum size tracking fields to subpool...
2015-04-15  Gioh Kimmm/compaction: reset compaction scanner positions
2015-04-15  Michal Hockomm, memcg: sync allocation and memcg charge gfp flags...
2015-04-15  Minchan Kimmm: rename deactivate_page to deactivate_file_page
2015-04-15  Eric B MunsonDocumentation/vm/unevictable-lru.txt: document interact...
2015-04-15  Eric B Munsonmm: allow compaction of unevictable pages
2015-04-15  Naoya Horiguchimm/page-writeback: check-before-clear PageReclaim
2015-04-15  Naoya Horiguchimm/migrate: check-before-clear PageSwapCache
2015-04-15  Kirill A. Shutemovmm: avoid tail page refcounting on non-THP compound...
2015-04-15  Kirill A. Shutemovmm: consolidate all page-flags helpers in <linux/page...
2015-04-15  Naoya Horiguchimm/memory-failure.c: define page types for action_resul...
2015-04-15  Vladimir Davydovmemcg: remove obsolete comment
2015-04-15  Vladimir Davydovmemcg: zap mem_cgroup_lookup()
2015-04-15  Zhang Zhenmm: refactor zone_movable_is_highmem()
2015-04-15  Yaowei Baimm/oom_kill.c: fix typo in comment
2015-04-15  Zhang Zhenvfs: delete vfs_readdir function declaration
2015-04-15  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2015-04-15  Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2015-04-15  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-04-15  Linus TorvaldsMerge tag 'pm+acpi-4.1-rc1' of git://git./linux/kernel...
2015-04-15  David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2015-04-15  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next
This page took 0.044053 seconds and 5 git commands to generate.