2012-09-21 |
Michel Lespinasse | rbtree: low level optimizations in __rb_erase_color() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: optimize case selection logic in __rb_erase_color() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Adrian Hunter | perf tools: fix build for another rbtree.c change |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: adjust node color in __rb_erase_color() only... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: low level optimizations in rb_insert_color() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: adjust root color in rb_insert_color() only... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: break out of rb_insert_color loop after tree... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Morton | rbtree-performance-and-correctness-test-fix |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: performance and correctness test |
commit | commitdiff | tree | snapshot |
2012-09-21 |
David Woodhouse | rbtree: fix jffs2 build issue due to renamed __rb_paren... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: move some implementation details from rbtree... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: fix incorrect rbtree node insertion in fs/proc... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Stephen Rothwell | rbtree-empty-nodes-have-no-color-fix |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: empty nodes have no color |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | rbtree: reference Documentation/rbtree.txt for usage... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | ipc/mqueue: remove unnecessary rb_init_node() calls |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp, s390: add missing earlyclobber to inline assembly |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp, s390: architecture backend for thp on s390 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp, s390: disable thp for kvm host on s390 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp, s390: thp pagetable pre-allocation for s390 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp, s390: thp splitting backend for s390 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp: make MADV_HUGEPAGE check for mm->def_flags |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp: introduce pmdp_invalidate() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp: remove assumptions on pgtable_t type |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gerald Schaefer | thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | mm: fix potential anon_vma locking issue in mprotect() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: remove unnecessary set_recommended_min_free_kbytes |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: use khugepaged_enabled to remove duplicate code |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: remove khugepaged_loop |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: introduce khugepaged_prealloc_page and khugepaged_... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: release page in page pre-alloc path |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: merge page pre-alloc in khugepaged_loop into khuge... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: remove some code depend on CONFIG_NUMA |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: remove wake_up_interruptible in the exit path |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: remove unnecessary khugepaged_thread check |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: move khugepaged_mutex out of khugepaged |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: remove unnecessary check in start_khugepaged |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | thp: fix the count of THP_COLLAPSE_ALLOC |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michel Lespinasse | mm: adjust final #endif position in mm/internal.h |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Will Deacon | mm: hugetlb: add arch hook for clearing page flags... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Davidlohr Bueso | oom: remove deprecated oom_adj |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Wanpeng Li | mm/vmscan: fix error number for failed kthread |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gavin Shan | mm/mmu_notifier: init notifier if necessary |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gavin Shan | mm/mmu_notifier: init notifier if necessary |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Sagi Grimberg | mm: mmu_notifier: have mmu_notifiers use a global SRCU... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Morton | mm-mmu_notifier-fix-inconsistent-memory-between-seconda... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Xiao Guangrong | mm: mmu_notifier: fix inconsistent memory between secon... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Mel Gorman | mempolicy-fix-a-memory-corruption-by-refcount-imbalance... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Mel Gorman | mempolicy: fix a memory corruption by refcount imbalanc... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
KOSAKI Motohiro | mempolicy: fix refcount leak in mpol_set_shared_policy() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Mel Gorman | mempolicy: fix a race in shared_policy_replace() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
KOSAKI Motohiro | mempolicy: remove mempolicy sharing |
commit | commitdiff | tree | snapshot |
2012-09-21 |
KOSAKI Motohiro | Revert "mm: mempolicy: Let vma_merge and vma_split... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Mel Gorman | mm: compaction: capture a suitable high-order page... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Morton | mm-vmscan-scale-number-of-pages-reclaimed-by-reclaim... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Mel Gorman | mm: vmscan: scale number of pages reclaimed by reclaim... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Mel Gorman | mm: compaction: update comment in try_to_compact_pages |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Hugh Dickins | mm-mmapc-replace-find_vma_prepare-with-clearer-find_vma... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Hugh Dickins | mm/mmap.c: replace find_vma_prepare() with clearer... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Morton | mm-fix-nonuniform-page-status-when-writing-new-file... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Morton | mm-fix-nonuniform-page-status-when-writing-new-file... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Robin Dong | mm: fix nonuniform page status when writing new file... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Morton | mm-kill-vma-flag-vm_reserved-and-mm-reserved_vm-counter-fix |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Konstantin... | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Konstantin... | mm: prepare VM_DONTDUMP for using in drivers |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Konstantin... | mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Konstantin... | mm: use mm->exe_file instead of first VM_EXECUTABLE... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Konstantin... | mm: kill vma flag VM_CAN_NONLINEAR |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Konstantin... | mm: kill vma flag VM_INSERTPAGE |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Konstantin... | mm: introduce arch-specific vma flag VM_ARCH_1 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Konstantin... | mm, x86, pat: rework linear pfn-mmap tracking |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Morton | x86-pat-separate-the-pfn-attribute-tracking-for-remap_p... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Suresh Siddha | x86, pat: separate the pfn attribute tracking for remap... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Suresh Siddha | x86, pat: remove the dependency on 'vm_pgoff' in track... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Rik van Riel | mm: remove __GFP_NO_KSWAPD |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Gavin Shan | mm/page_alloc.c: remove duplicate check |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Kirill A. Shutemov | fs: push rcu_barrier() from deactivate_locked_super... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Dmitry Kasatkin | vfs: increment iversion when a file is truncated |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Stephen Warren | block: partition: msdos: provide UUIDs for partitions |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Stephen Warren | init: reduce PARTUUID min length to 1 from 36 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Stephen Warren | block: store partition_meta_info.uuid as a string |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Akinobu Mita | cciss: use check_signature() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Akinobu Mita | cciss: cleanup bitops usage |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Martin Michlmayr | drivers/scsi/atp870u.c: fix bad use of udelay |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Shaohua Li | readahead: fault retry breaks mmap file read random... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Fengguang Wu | unicore32: select generic atomic64_t support |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Fengguang Wu | h8300: select generic atomic64_t support |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Sascha Hauer | kbuild: make: fix if_changed when command contains... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Heiko Carstens | checksyscalls: fix "here document" handling |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Greg Kroah... | time: don't inline EXPORT_SYMBOL functions |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Dagfinn Ilmari... | timeconst.pl: remove deprecated defined(@array) |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Jean Delvare | drm/i915: optimize DIV_ROUND_CLOSEST() call |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Christian Lamparter | pcmcia: move unbind/rebind into dev_pm_ops.complete |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Fabio Estevam | drivers/dma/dmaengine.c: lower the priority of 'failed... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Geert Uytterhoeven | mn10300: only add -mmem-funcs to KBUILD_CFLAGS if gcc... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Kees Cook | audit.h: replace defines with C stubs |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Morton | arch/x86/tools/insn_sanity.c: identify source of messages |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Wen Congyang | x86 numa: don't check if node is NUMA_NO_NODE |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Shérab | arch/x86/platform/iris/iris.c: register a platform... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Wen Congyang | acpi_memhotplug.c: auto bind the memory device which... |
commit | commitdiff | tree | snapshot |
next |