index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2012-07-31
mm: introduce __GFP_MEMALLOC to allow access to emergency reserves
Mel Gorman
2012-07-31
mm: slub: optimise the SLUB fast path to avoid pfmemalloc checks
Christoph Lameter
2012-07-31
mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages
Mel Gorman
2012-07-31
memory-hotplug: fix kswapd looping forever problem
Minchan Kim
2012-07-31
mm: fix free page check in zone_watermark_ok()
Minchan Kim
2012-07-31
mm: factor out memory isolate functions
Minchan Kim
2012-07-31
mm, memcg: move all oom handling to memcontrol.c
David Rientjes
2012-07-31
mm, oom: reduce dependency on tasklist_lock
David Rientjes
2012-07-31
mm, memcg: introduce own oom handler to iterate only over its own threads
David Rientjes
2012-07-31
mm, oom: introduce helper function to process threads during scan
David Rientjes
2012-07-31
mm/hotplug: mark memory hotplug code in page_alloc.c as __meminit
Jiang Liu
2012-07-31
mm/hotplug: free zone->pageset when a zone becomes empty
Jiang Liu
2012-07-31
mm/hotplug: correctly add new zone to all other nodes' zone lists
Jiang Liu
2012-07-31
mm/hotplug: correctly setup fallback zonelists when creating new pgdat
Jiang Liu
2012-07-31
mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup...
Wanpeng Li
2012-07-31
mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg...
Wanpeng Li
2012-07-31
mm: setup pageblock_order before it's used by sparsemem
Xishi Qiu
2012-07-31
mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directly
Jeff Liu
2012-07-31
mm: have order > 0 compaction start off where it left
Rik van Riel
2012-07-31
memcg: rename mem_control_xxx to memcg_xxx
Wanpeng Li
2012-07-31
memcg: fix bad behavior in use_hierarchy file
Glauber Costa
2012-07-31
memcg: rename config variables
Andrew Morton
2012-07-31
mm: clean up __count_immobile_pages()
Minchan Kim
2012-07-31
mm: do not use page_count() without a page pin
Minchan Kim
2012-07-31
mm, oom: replace some information in tasklist dump
David Rientjes
2012-07-31
mm, oom: fix potential killing of thread that is disabled from oom killing
David Rientjes
2012-07-31
mm: clear pages_scanned only if draining a pcp adds pages to the buddy alloca...
KOSAKI Motohiro
2012-07-31
mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()
KOSAKI Motohiro
2012-07-31
memcg: make mem_cgroup_force_empty_list() return bool
KAMEZAWA Hiroyuki
2012-07-31
memcg: mem_cgroup_move_parent() doesn't need gfp_mask
KAMEZAWA Hiroyuki
2012-07-31
memcg: clean up force_empty_list() return value check
Kamezawa Hiroyuki
2012-07-31
memcg: remove check for signal_pending() during rmdir()
Kamezawa Hiroyuki
2012-07-31
mm/memblock.c:memblock_double_array(): cosmetic cleanups
Andrew Morton
2012-07-31
mm, oom: do not schedule if current has been killed
David Rientjes
2012-07-31
hugetlb/cgroup: remove exclude and wakeup rmdir calls from migrate
Aneesh Kumar K.V
2012-07-31
hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to activ...
Aneesh Kumar K.V
2012-07-31
hugetlb: move all the in use pages to active list
Aneesh Kumar K.V
2012-07-31
hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...
Aneesh Kumar K.V
2012-07-31
hugetlb/cgroup: add hugetlb cgroup control files
Aneesh Kumar K.V
2012-07-31
hugetlb/cgroup: add support for cgroup removal
Aneesh Kumar K.V
2012-07-31
hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroup
Aneesh Kumar K.V
2012-07-31
hugetlb/cgroup: add the cgroup pointer to page lru
Aneesh Kumar K.V
2012-07-31
mm/hugetlb: add new HugeTLB cgroup
Aneesh Kumar K.V
2012-07-31
hugetlb: make some static variables global
Aneesh Kumar K.V
2012-07-31
hugetlb: add a list for tracking in-use HugeTLB pages
Aneesh Kumar K.V
2012-07-31
hugetlb: simplify migrate_huge_page()
Aneesh Kumar K.V
2012-07-31
hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...
Aneesh Kumar K.V
2012-07-31
hugetlb: add an inline helper for finding hstate index
Aneesh Kumar K.V
2012-07-31
hugetlb: don't use ERR_PTR with VM_FAULT* values
Aneesh Kumar K.V
2012-07-31
hugetlb: rename max_hstate to hugetlb_max_hstate
Aneesh Kumar K.V
[next]