index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
internal.h
Commit message (
Expand
)
Author
Age
*
Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"
Linus Torvalds
2012-06-03
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-06-01
|
\
|
*
new helper: vm_mmap_pgoff()
Al Viro
2012-06-01
*
|
mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks
Bartlomiej Zolnierkiewicz
2012-05-29
*
|
mm: rename is_mlocked_vma() to mlocked_vma_newpage()
Ying Han
2012-05-29
|
/
*
mm: compaction: export some of the functions
Michal Nazarewicz
2012-05-21
*
mm: thp: tail page refcounting fix
Andrea Arcangeli
2011-11-02
*
mm: nommu: sort mm->mmap list properly
Namhyung Kim
2011-05-25
*
Fix common misspellings
Lucas De Marchi
2011-03-31
*
mm: export __get_user_pages
Huang Ying
2011-03-17
*
Revert "mm: batch activate_page() to reduce lock contention"
Linus Torvalds
2011-01-17
*
mm: batch activate_page() to reduce lock contention
Shaohua Li
2011-01-13
*
thp: transparent hugepage core
Andrea Arcangeli
2011-01-13
*
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
2011-01-13
*
mm: fix is_mem_section_removable() page_order BUG_ON check
KAMEZAWA Hiroyuki
2010-10-26
*
HWPOISON: add an interface to switch off/on all the page filters
Haicheng Li
2009-12-16
*
HWPOISON: add memory cgroup filter
Andi Kleen
2009-12-16
*
HWPOISON: add page flags filter
Wu Fengguang
2009-12-16
*
HWPOISON: limit hwpoison injector to known page types
Wu Fengguang
2009-12-16
*
HWPOISON: add fs/device filters
Wu Fengguang
2009-12-16
*
HWPOISON: detect free buddy pages explicitly
Wu Fengguang
2009-12-16
*
mm: remove unevictable_migrate_page function
Lee Schermerhorn
2009-12-15
*
ksm: fix mlockfreed to munlocked
Hugh Dickins
2009-12-15
*
mm: CONFIG_MMU for PG_mlocked
Hugh Dickins
2009-12-15
*
mm: move highest_memmap_pfn
Hugh Dickins
2009-09-22
*
mm: FOLL flags for GUP flags
Hugh Dickins
2009-09-22
*
mm: FOLL_DUMP replace FOLL_ANON
Hugh Dickins
2009-09-22
*
mm: remove unused GUP flags
Hugh Dickins
2009-09-22
*
vmscan: do not unconditionally treat zones that fail zone_reclaim() as full
Mel Gorman
2009-06-16
*
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
2009-06-16
*
mm: introduce PageHuge() for testing huge/gigantic pages
Wu Fengguang
2009-06-16
*
page allocator: move free_page_mlock() to page_alloc.c
KOSAKI Motohiro
2009-06-16
*
page allocator: do not disable interrupts in free_page_mlock()
Mel Gorman
2009-06-16
*
nommu: there is no mlock() for NOMMU, so don't provide the bits
David Howells
2009-04-01
*
mm: make get_user_pages() interruptible
Ying Han
2009-01-06
*
badpage: vm_normal_page use print_bad_pte
Hugh Dickins
2009-01-06
*
hugetlb: pull gigantic page initialisation out of the default path
Andy Whitcroft
2008-11-06
*
hugetlbfs: handle pages higher order than MAX_ORDER
Andy Whitcroft
2008-11-06
*
mlock: count attempts to free mlocked page
Lee Schermerhorn
2008-10-20
*
vmstat: mlocked pages statistics
Nick Piggin
2008-10-20
*
mmap: handle mlocked pages during map, remap, unmap
Rik van Riel
2008-10-20
*
mlock: mlocked pages are unevictable
Nick Piggin
2008-10-20
*
Unevictable LRU Infrastructure
Lee Schermerhorn
2008-10-20
*
vmscan: move isolate_lru_page() to vmscan.c
Nick Piggin
2008-10-20
*
mm: export prep_compound_page to mm
Andi Kleen
2008-07-24
*
mm: remove double indirection on tlb parameter to free_pgd_range() & Co
Jan Beulich
2008-07-24
*
mm: print out the zonelists on request for manual verification
Mel Gorman
2008-07-24
*
mm: make defensive checks around PFN values registered for memory usage
Mel Gorman
2008-07-24
*
mm: verify the page links and memory model
Mel Gorman
2008-07-24
*
mm: add a basic debugging framework for memory initialisation
Mel Gorman
2008-07-24
[next]