]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2016-01-15 Johannes Weinernet: tcp_memcontrol: simplify the per-memcg limit access
2016-01-15 Johannes Weinernet: tcp_memcontrol: remove dead per-memcg count of...
2016-01-15 Johannes Weinernet: tcp_memcontrol: protect all tcp_memcontrol calls...
2016-01-15 Johannes Weinernet: tcp_memcontrol: remove bogus hierarchy pressure...
2016-01-15 Johannes Weinernet: tcp_memcontrol: properly detect ancestor socket...
2016-01-15 Johannes Weinermm: memcontrol: export root_mem_cgroup
2016-01-15 Geliang Tangmm/ksm.c: use list_for_each_entry_safe
2016-01-15 Geliang Tangmm/readahead.c, mm/vmscan.c: use lru_to_page instead...
2016-01-15 Joonsoo Kimmm/compaction.c: __compact_pgdat() code cleanuup
2016-01-15 Geliang Tangmm/swapfile.c: use list_{next,first}_entry
2016-01-15 Alexander Kuleshovmm/memblock: introduce for_each_memblock_type()
2016-01-15 Alexander Kuleshovmm/memblock: remove rgnbase and rgnsize variables
2016-01-15 Michal Hockomm, oom: give __GFP_NOFAIL allocations access to memory...
2016-01-15 Geliang Tangmm/page_alloc.c: use list_for_each_entry in mark_free_p...
2016-01-15 Geliang Tangmm/page_alloc.c: use list_{first,last}_entry instead...
2016-01-15 Mel Gormanmm/page_alloc.c: remove unnecessary parameter from...
2016-01-15 Seth Jenningsdrivers/base/memory.c: rename remove_memory_block(...
2016-01-15 Seth Jenningsdrivers/base/memory.c: clean up section counting
2016-01-15 Johannes Weinerproc: meminfo: estimate available memory more conservat...
2016-01-15 Johannes Weinermm: page_alloc: generalize the dirty balance reserve
2016-01-15 Michal Hockomm: allow GFP_{FS,IO} for page_cache_read page cache...
2016-01-15 Yaowei Baimm/compaction: improve comment for compact_memory tunab...
2016-01-15 Daniel Cashmanx86: mm: support ARCH_MMAP_RND_BITS
2016-01-15 Daniel Cashmanarm64: mm: support ARCH_MMAP_RND_BITS
2016-01-15 Daniel Cashmanarm: mm: support ARCH_MMAP_RND_BITS
2016-01-15 Daniel Cashmanmm: mmap: add new /proc tunable for mmap_base ASLR
2016-01-15 Piotr Kwapulinskimm/mmap.c: remove incorrect MAP_FIXED flag comparison...
2016-01-15 Michal Hockomm, vmscan: consider isolated pages in zone_reclaimable...
2016-01-15 Andrew Mortonfs/block_dev.c:bdev_write_page(): use blk_queue_enter...
2016-01-15 Vladimir Davydovmemcg: do not allow to disable tcp accounting after...
2016-01-15 Vladimir Davydovvmscan: do not force-scan file lru if its absolute...
2016-01-15 David Rientjesmm, vmalloc: remove VM_VPAGES
2016-01-15 Geliang Tangmm, thp: use list_first_entry_or_null()
2016-01-15 Jerome Marchandmm, procfs: breakdown RSS for anon, shmem and file...
2016-01-15 Jerome Marchandmm, shmem: add internal shmem resident memory accounting
2016-01-15 Vlastimil Babkamm, proc: reduce cost of /proc/pid/smaps for unpopulate...
2016-01-15 Vlastimil Babkamm, proc: reduce cost of /proc/pid/smaps for shmem...
2016-01-15 Vlastimil Babkamm, proc: account for shmem swap in /proc/pid/smaps
2016-01-15 Vlastimil Babkamm, documentation: clarify /proc/pid/status VmSwap...
2016-01-15 Yaowei Baimm/mmzone.c: memmap_valid_within() can be boolean
2016-01-15 Geliang Tangmm/vmalloc.c: use list_{next,first}_entry
2016-01-15 Michal Hockomm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS...
2016-01-15 Michal Hockomm/page_alloc.c: get rid of __alloc_pages_high_priority()
2016-01-15 Yaowei Baimm/zonelist: enumerate zonelists array index
2016-01-15 Yaowei Baiinclude/linux/mmzone.h: remove unused is_unevictable_lru()
2016-01-15 Yaowei Baimm/memblock.c: memblock_is_memory()/reserved() can...
2016-01-15 Yaowei Baiinclude/linux/hugetlb.h: is_file_hugepages() can be...
2016-01-15 yalin wangmm: change mm_vmscan_lru_shrink_inactive() proto types
2016-01-15 Joonsoo Kimmm/cma: always check which page caused allocation failure
2016-01-15 Joonsoo Kimmm/page_isolation.c: add new tracepoint, test_pages_iso...
2016-01-15 Joonsoo Kimmm/page_isolation.c: return last tested pfn rather...
2016-01-15 Nathan Zimmermm/mempolicy.c: convert the shared_policy lock to a...
2016-01-15 Chen Gangmm: add PHYS_PFN, use it in __phys_to_pfn()
2016-01-15 yalin wangmm/vmscan.c: change trace_mm_vmscan_writepage() proto...
2016-01-15 Chen Gangmm/mmap.c: remove redundant local variables for may_exp...
2016-01-15 Alexey Klimovmm/mlock.c: drop unneeded initialization in munlock_vma...
2016-01-15 Vladimir Davydovkmemcg: account certain kmem allocations to memcg
2016-01-15 Vladimir Davydovvmalloc: allow to account vmalloc to memcg
2016-01-15 Vladimir Davydovslab: add SLAB_ACCOUNT flag
2016-01-15 Vladimir Davydovmemcg: only account kmem allocations marked as __GFP_AC...
2016-01-15 Vladimir DavydovRevert "gfp: add __GFP_NOACCOUNT"
2016-01-15 Vladimir DavydovRevert "kernfs: do not account ino_ida allocations...
2016-01-15 Geliang Tangmm/slab.c: add a helper function get_first_slab
2016-01-15 Geliang Tangmm/slab.c: use list_for_each_entry in cache_flusharray
2016-01-15 Geliang Tangmm/slab.c use list_first_entry_or_null()
2016-01-15 Andrew Mortoninclude/linux/dcache.h: remove semicolons from HASH_LEN...
2016-01-15 Joseph Qiocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h
2016-01-15 Junxiao Biocfs2: dlm: remove redundant code
2016-01-15 Joseph Qiocfs2: access orphan dinode before delete entry in...
2016-01-15 xuejiufeiocfs2/dlm: do not insert a new mle when another process...
2016-01-15 xuejiufeiocfs2/dlm: ignore cleaning the migration mle that is...
2016-01-15 Goldwyn Rodriguesocfs2: do not lock/unlock() inode DLM lock
2016-01-15 jiangyiwenocfs2: fix slot overwritten if storage link down during...
2016-01-15 Xue jiufeiocfs2/dlm: return appropriate value when dlm_grab(...
2016-01-15 Joseph Qiocfs2: clean up redundant NULL check before iput
2016-01-15 jiangyiwenocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is...
2016-01-15 Julia Lawallocfs2: constify ocfs2_extent_tree_operations structures
2016-01-15 Xue jiufeiocfs2/dlm: fix a race between purge and migration
2016-01-15 Junxiao Biocfs2: o2hb: increase unsteady iterations
2016-01-15 John Haxbyocfs2: return non-zero st_blocks for inline data
2016-01-15 Norton.Zhuocfs2: optimize bad declarations and redundant assignment
2016-01-15 Arnd Bergmannlogfs: fix logfs build errors and dependencies
2016-01-15 Javier Martinez... modpost: don't add a trailing wildcard for OF module...
2016-01-15 Jeff Laytonfsnotify: destroy marks with call_srcu instead of dedic...
2016-01-15 Geliang Tangfs/notify/inode_mark.c: use list_next_entry in fsnotify...
2016-01-15 Sergey Senozhatskyscripts/bloat-o-meter: fix python3 syntax error
2016-01-15 Laura Abbottdma-debug: switch check from _text to _stext
2016-01-15 Sudip Mukherjeem32r: fix m32104ut_defconfig build fail
2016-01-14 Linus TorvaldsMerge tag 'xfs-for-linus-4.5' of git://git.kernel.org...
2016-01-14 Linus TorvaldsMerge tag 'for-f2fs-4.5' of git://git.kernel.org/pub...
2016-01-14 Linus TorvaldsMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm...
2016-01-14 Linus TorvaldsMerge tag 'libnvdimm-for-4.5' of git://git.kernel.org...
2016-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-01-13 Linus TorvaldsMerge tag 'please-pull-fixefi' of git://git.kernel...
2016-01-13 Linus TorvaldsMerge tag 'media/v4.5-2' of git://git.kernel.org/pub...
2016-01-13 Linus TorvaldsMerge tag 'spi-v4.5' of git://git.kernel.org/pub/scm...
2016-01-13 Linus TorvaldsMerge tag 'for-linus-20160112' of git://git.infradead...
2016-01-13 Linus TorvaldsMerge tag 'for-linus-4.5' of git://git.code.sf.net...
2016-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-01-13 Linus TorvaldsMerge tag 'dmaengine-4.5-rc1' of git://git.infradead...
next