2012-10-03 |
Michel Lespinasse | rbtree: add RB_DECLARE_CALLBACKS() macro |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: remove prior augmented rbtree implementation |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: faster augmented rbtree manipulation |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: augmented rbtree test |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: low level optimizations in rb_erase() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: handle 1-child recoloring in rb_erase() instead... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: place easiest case first in rb_erase() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: add __rb_change_child() helper function |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree test: fix sparse warning about 64-bit constant |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: optimize fetching of sibling node |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: coding style adjustments |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: low level optimizations in __rb_erase_color() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: optimize case selection logic in __rb_erase_color() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Adrian Hunter | perf tools: fix build for another rbtree.c change |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: adjust node color in __rb_erase_color() only... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: low level optimizations in rb_insert_color() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: adjust root color in rb_insert_color() only... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: break out of rb_insert_color loop after tree... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Morton | rbtree-performance-and-correctness-test-fix |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: performance and correctness test |
commit | commitdiff | tree | snapshot |
2012-10-03 |
David Woodhouse | rbtree: fix jffs2 build issue due to renamed __rb_paren... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: move some implementation details from rbtree... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: fix incorrect rbtree node insertion in fs/proc... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Stephen Rothwell | rbtree-empty-nodes-have-no-color-fix |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: empty nodes have no color |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | rbtree: reference Documentation/rbtree.txt for usage... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | ipc/mqueue: remove unnecessary rb_init_node() calls |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp, s390: add missing earlyclobber to inline assembly |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp, s390: architecture backend for thp on s390 |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp, s390: disable thp for kvm host on s390 |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp, s390: thp pagetable pre-allocation for s390 |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp, s390: thp splitting backend for s390 |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp: make MADV_HUGEPAGE check for mm->def_flags |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp: introduce pmdp_invalidate() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp: remove assumptions on pgtable_t type |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gerald Schaefer | thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | mm: fix potential anon_vma locking issue in mprotect() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: remove unnecessary set_recommended_min_free_kbytes |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: use khugepaged_enabled to remove duplicate code |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: remove khugepaged_loop |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: introduce khugepaged_prealloc_page and khugepaged_... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: release page in page pre-alloc path |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: merge page pre-alloc in khugepaged_loop into khuge... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: remove some code depend on CONFIG_NUMA |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: remove wake_up_interruptible in the exit path |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: remove unnecessary khugepaged_thread check |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: move khugepaged_mutex out of khugepaged |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: remove unnecessary check in start_khugepaged |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | thp: fix the count of THP_COLLAPSE_ALLOC |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michel Lespinasse | mm: adjust final #endif position in mm/internal.h |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Will Deacon | mm: hugetlb: add arch hook for clearing page flags... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Wanpeng Li | mm/vmscan: fix error number for failed kthread |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gavin Shan | mm/mmu_notifier: init notifier if necessary |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gavin Shan | mm/mmu_notifier: init notifier if necessary |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Sagi Grimberg | mm: mmu_notifier: have mmu_notifiers use a global SRCU... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Morton | mm-mmu_notifier-fix-inconsistent-memory-between-seconda... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xiao Guangrong | mm: mmu_notifier: fix inconsistent memory between secon... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Mel Gorman | mempolicy-fix-a-memory-corruption-by-refcount-imbalance... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Mel Gorman | mempolicy: fix a memory corruption by refcount imbalanc... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
KOSAKI Motohiro | mempolicy: fix refcount leak in mpol_set_shared_policy() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Mel Gorman | mempolicy: fix a race in shared_policy_replace() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
KOSAKI Motohiro | mempolicy: remove mempolicy sharing |
commit | commitdiff | tree | snapshot |
2012-10-03 |
KOSAKI Motohiro | Revert "mm: mempolicy: Let vma_merge and vma_split... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Mel Gorman | mm: compaction: capture a suitable high-order page... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Morton | mm-vmscan-scale-number-of-pages-reclaimed-by-reclaim... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Mel Gorman | mm: vmscan: scale number of pages reclaimed by reclaim... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Mel Gorman | mm: compaction: update comment in try_to_compact_pages |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Hugh Dickins | mm-mmapc-replace-find_vma_prepare-with-clearer-find_vma... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Hugh Dickins | mm/mmap.c: replace find_vma_prepare() with clearer... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Morton | mm-fix-nonuniform-page-status-when-writing-new-file... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Morton | mm-fix-nonuniform-page-status-when-writing-new-file... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Robin Dong | mm: fix nonuniform page status when writing new file... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Morton | mm-kill-vma-flag-vm_reserved-and-mm-reserved_vm-counter-fix |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Konstantin... | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Konstantin... | mm: prepare VM_DONTDUMP for using in drivers |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Konstantin... | mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Konstantin... | mm: use mm->exe_file instead of first VM_EXECUTABLE... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Konstantin... | mm: kill vma flag VM_CAN_NONLINEAR |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Konstantin... | mm: kill vma flag VM_INSERTPAGE |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Konstantin... | mm: introduce arch-specific vma flag VM_ARCH_1 |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Konstantin... | mm, x86, pat: rework linear pfn-mmap tracking |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Andrew Morton | x86-pat-separate-the-pfn-attribute-tracking-for-remap_p... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Suresh Siddha | x86, pat: separate the pfn attribute tracking for remap... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Suresh Siddha | x86, pat: remove the dependency on 'vm_pgoff' in track... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Rik van Riel | mm: remove __GFP_NO_KSWAPD |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Gavin Shan | mm/page_alloc.c: remove duplicate check |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Yan Hong | fs/block_dev.c: no need to check inode->i_bdev in bd_fo... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Zhao Hongjiang | fs: change return values from -EACCES to -EPERM |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Dmitry Kasatkin | vfs: increment iversion when a file is truncated |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Akinobu Mita | drbd: use copy_highpage |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Stephen Warren | block: partition: msdos: provide UUIDs for partitions |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Stephen Warren | init: reduce PARTUUID min length to 1 from 36 |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Stephen Warren | block: store partition_meta_info.uuid as a string |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Akinobu Mita | cciss: use check_signature() |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Akinobu Mita | cciss: cleanup bitops usage |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Martin Michlmayr | drivers/scsi/atp870u.c: fix bad use of udelay |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Shaohua Li | readahead: fault retry breaks mmap file read random... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Alexandre Bounine | rapidio/rionet: fix multicast packet transmit logic |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Fengguang Wu | unicore32: select generic atomic64_t support |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Fengguang Wu | h8300: select generic atomic64_t support |
commit | commitdiff | tree | snapshot |
next |