]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2012-09-07 Xishi Qiumemory-hotplug: build zonelists when offlining pages
2012-09-07 Michel Lespinasserbtree: move augmented rbtree functionality to rbtree_a...
2012-09-07 Michel Lespinasseprio_tree: remove
2012-09-07 Michel Lespinassekmemleak: use rbtree instead of prio tree
2012-09-07 Michel Lespinassemm: replace vma prio_tree with an interval tree
2012-09-07 Michel Lespinasserbtree: add prio tree and interval tree tests
2012-09-07 Michel Lespinasserbtree: add RB_DECLARE_CALLBACKS() macro
2012-09-07 Michel Lespinasserbtree: remove prior augmented rbtree implementation
2012-09-07 Michel Lespinasserbtree: faster augmented rbtree manipulation
2012-09-07 Michel Lespinasserbtree: augmented rbtree test
2012-09-07 Michel Lespinasserbtree: low level optimizations in rb_erase()
2012-09-07 Michel Lespinasserbtree: handle 1-child recoloring in rb_erase() instead...
2012-09-07 Michel Lespinasserbtree: place easiest case first in rb_erase()
2012-09-07 Michel Lespinasserbtree: add __rb_change_child() helper function
2012-09-07 Michel Lespinasserbtree test: fix sparse warning about 64-bit constant
2012-09-07 Michel Lespinasserbtree: optimize fetching of sibling node
2012-09-07 Michel Lespinasserbtree: coding style adjustments
2012-09-07 Michel Lespinasserbtree: low level optimizations in __rb_erase_color()
2012-09-07 Michel Lespinasserbtree: optimize case selection logic in __rb_erase_color()
2012-09-07 Adrian Hunterperf tools: fix build for another rbtree.c change
2012-09-07 Michel Lespinasserbtree: adjust node color in __rb_erase_color() only...
2012-09-07 Michel Lespinasserbtree: low level optimizations in rb_insert_color()
2012-09-07 Michel Lespinasserbtree: adjust root color in rb_insert_color() only...
2012-09-07 Michel Lespinasserbtree: break out of rb_insert_color loop after tree...
2012-09-07 Andrew Mortonrbtree-performance-and-correctness-test-fix
2012-09-07 Michel Lespinasserbtree: performance and correctness test
2012-09-07 David Woodhouserbtree: fix jffs2 build issue due to renamed __rb_paren...
2012-09-07 Michel Lespinasserbtree: move some implementation details from rbtree...
2012-09-07 Michel Lespinasserbtree: fix incorrect rbtree node insertion in fs/proc...
2012-09-07 Stephen Rothwellrbtree-empty-nodes-have-no-color-fix
2012-09-07 Michel Lespinasserbtree: empty nodes have no color
2012-09-07 Michel Lespinasserbtree: reference Documentation/rbtree.txt for usage...
2012-09-07 Michel Lespinasseipc/mqueue: remove unnecessary rb_init_node() calls
2012-09-07 Gerald Schaeferthp, s390: architecture backend for thp on s390
2012-09-07 Gerald Schaeferthp, s390: disable thp for kvm host on s390
2012-09-07 Gerald Schaeferthp, s390: thp pagetable pre-allocation for s390
2012-09-07 Gerald Schaeferthp, s390: thp splitting backend for s390
2012-09-07 Gerald Schaeferthp: make MADV_HUGEPAGE check for mm->def_flags
2012-09-07 Gerald Schaeferthp: introduce pmdp_invalidate()
2012-09-07 Gerald Schaeferthp: remove assumptions on pgtable_t type
2012-09-07 Gerald Schaeferthp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE
2012-09-07 Michel Lespinassemm: fix potential anon_vma locking issue in mprotect()
2012-09-07 Xiao Guangrongthp: remove unnecessary set_recommended_min_free_kbytes
2012-09-07 Xiao Guangrongthp: use khugepaged_enabled to remove duplicate code
2012-09-07 Xiao Guangrongthp: remove khugepaged_loop
2012-09-07 Xiao Guangrongthp: introduce khugepaged_prealloc_page and khugepaged_...
2012-09-07 Xiao Guangrongthp: release page in page pre-alloc path
2012-09-07 Xiao Guangrongthp: merge page pre-alloc in khugepaged_loop into khuge...
2012-09-07 Xiao Guangrongthp: remove some code depend on CONFIG_NUMA
2012-09-07 Xiao Guangrongthp: remove wake_up_interruptible in the exit path
2012-09-07 Xiao Guangrongthp: remove unnecessary khugepaged_thread check
2012-09-07 Xiao Guangrongthp: move khugepaged_mutex out of khugepaged
2012-09-07 Xiao Guangrongthp: remove unnecessary check in start_khugepaged
2012-09-07 Xiao Guangrongthp: fix the count of THP_COLLAPSE_ALLOC
2012-09-07 Michel Lespinassemm: adjust final #endif position in mm/internal.h
2012-09-07 Will Deaconmm: hugetlb: add arch hook for clearing page flags...
2012-09-07 Davidlohr Buesooom: remove deprecated oom_adj
2012-09-07 Wanpeng Limm/vmscan: fix error number for failed kthread
2012-09-07 Gavin Shanmm/mmu_notifier: init notifier if necessary
2012-09-07 Gavin Shanmm/mmu_notifier: init notifier if necessary
2012-09-07 Sagi Grimbergmm: mmu_notifier: have mmu_notifiers use a global SRCU...
2012-09-07 Andrew Mortonmm-mmu_notifier-fix-inconsistent-memory-between-seconda...
2012-09-07 Xiao Guangrongmm: mmu_notifier: fix inconsistent memory between secon...
2012-09-07 Mel Gormanmempolicy-fix-a-memory-corruption-by-refcount-imbalance...
2012-09-07 Mel Gormanmempolicy: fix a memory corruption by refcount imbalanc...
2012-09-07 KOSAKI Motohiromempolicy: fix refcount leak in mpol_set_shared_policy()
2012-09-07 Mel Gormanmempolicy: fix a race in shared_policy_replace()
2012-09-07 KOSAKI Motohiromempolicy: remove mempolicy sharing
2012-09-07 KOSAKI MotohiroRevert "mm: mempolicy: Let vma_merge and vma_split...
2012-09-07 Mel Gormanmm: compaction: capture a suitable high-order page...
2012-09-07 Andrew Mortonmm-vmscan-scale-number-of-pages-reclaimed-by-reclaim...
2012-09-07 Mel Gormanmm: vmscan: scale number of pages reclaimed by reclaim...
2012-09-07 Mel Gormanmm: compaction: update comment in try_to_compact_pages
2012-09-07 Hugh Dickinsmm/mmap.c: replace find_vma_prepare() with clearer...
2012-09-07 Andrew Mortonmm-fix-nonuniform-page-status-when-writing-new-file...
2012-09-07 Andrew Mortonmm-fix-nonuniform-page-status-when-writing-new-file...
2012-09-07 Robin Dongmm: fix nonuniform page status when writing new file...
2012-09-07 Andrew Mortonmm-kill-vma-flag-vm_reserved-and-mm-reserved_vm-counter-fix
2012-09-07 Konstantin... mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
2012-09-07 Konstantin... mm: prepare VM_DONTDUMP for using in drivers
2012-09-07 Konstantin... mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas
2012-09-07 Konstantin... mm: use mm->exe_file instead of first VM_EXECUTABLE...
2012-09-07 Konstantin... mm: kill vma flag VM_CAN_NONLINEAR
2012-09-07 Konstantin... mm: kill vma flag VM_INSERTPAGE
2012-09-07 Konstantin... mm: introduce arch-specific vma flag VM_ARCH_1
2012-09-07 Konstantin... mm, x86, pat: rework linear pfn-mmap tracking
2012-09-07 Andrew Mortonx86-pat-separate-the-pfn-attribute-tracking-for-remap_p...
2012-09-07 Suresh Siddhax86, pat: separate the pfn attribute tracking for remap...
2012-09-07 Suresh Siddhax86, pat: remove the dependency on 'vm_pgoff' in track...
2012-09-07 Rik van Rielmm: remove __GFP_NO_KSWAPD
2012-09-07 Gavin Shanmm/page_alloc.c: remove duplicate check
2012-09-07 Kirill A. Shutemovfs: push rcu_barrier() from deactivate_locked_super...
2012-09-07 Dmitry Kasatkinvfs: increment iversion when a file is truncated
2012-09-07 Stephen Warrenblock: partition: msdos: provide UUIDs for partitions
2012-09-07 Stephen Warreninit: reduce PARTUUID min length to 1 from 36
2012-09-07 Stephen Warrenblock: store partition_meta_info.uuid as a string
2012-09-07 Wei Yongjuncciss: remove unneeded memset()
2012-09-07 Akinobu Mitacciss: use check_signature
2012-09-07 Akinobu Mitacciss: cleanup bitops usage
2012-09-07 Dan Carpenterdrivers/scsi/ipr.c: remove an unneeded check
next