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
2018-10-26
mm/memory_hotplug.c: spare unnecessary calls to node_set_state
Oscar Salvador
2018-10-26
mm/filemap.c: Use existing variable
haiqing.shq
2018-10-26
mm: unmap VM_PFNMAP mappings with optimized path
Yang Shi
2018-10-26
mm: unmap VM_HUGETLB mappings with optimized path
Yang Shi
2018-10-26
mm: mmap: zap pages with read mmap_sem in munmap
Yang Shi
2018-10-26
vfree: add debug might_sleep()
Andrey Ryabinin
2018-10-26
mm/vmalloc.c: improve vfree() kerneldoc
Andrey Ryabinin
2018-10-26
kvfree(): fix misleading comment
Andrey Ryabinin
2018-10-26
mm/mempolicy.c: use match_string() helper to simplify the code
zhong jiang
2018-10-26
mm/swap.c: remove duplicated include
YueHaibing
2018-10-26
mm, page_alloc: drop should_suppress_show_mem
Michal Hocko
2018-10-26
mm/memcontrol.c: fix memory.stat item ordering
Johannes Weiner
2018-10-26
mm: zero-seek shrinkers
Johannes Weiner
2018-10-26
mm: workingset: add vmstat counter for shadow nodes
Johannes Weiner
2018-10-26
mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaim
Johannes Weiner
2018-10-26
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
2018-10-26
delayacct: track delays from thrashing cache pages
Johannes Weiner
2018-10-26
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
2018-10-26
mm: workingset: don't drop refault information prematurely
Johannes Weiner
2018-10-26
mm, slab: shorten kmalloc cache names for large sizes
Vlastimil Babka
2018-10-26
mm: rename and change semantics of nr_indirectly_reclaimable_bytes
Vlastimil Babka
2018-10-26
mm, slab/slub: introduce kmalloc-reclaimable caches
Vlastimil Babka
2018-10-26
mm, slab: combine kmalloc_caches and kmalloc_dma_caches
Vlastimil Babka
2018-10-26
userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults
Andrea Arcangeli
2018-10-26
mm: convert insert_pfn() to vm_fault_t
Matthew Wilcox
2018-10-26
mm: convert __vm_insert_mixed() to vm_fault_t
Matthew Wilcox
2018-10-26
mm: inline vm_insert_pfn_prot() into caller
Matthew Wilcox
2018-10-26
mm: remove vm_insert_pfn()
Matthew Wilcox
2018-10-26
mm: make vm_insert_pfn_prot() static
Matthew Wilcox
2018-10-26
mm: introduce vmf_insert_pfn_prot()
Matthew Wilcox
2018-10-26
mm: remove vm_insert_mixed()
Matthew Wilcox
2018-10-26
mm: convert to use vm_fault_t
Souptick Joarder
2018-10-26
mm/page_alloc.c: clean up check_for_memory()
Oscar Salvador
2018-10-26
mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()
Huang Ying
2018-10-26
mm/swapfile.c: call free_swap_slot() in __swap_entry_free()
Huang Ying
2018-10-26
mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()
Huang Ying
2018-10-26
kmemleak: add module param to print warnings to dmesg
Vincent Whitchurch
2018-10-26
Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...
Michal Hocko
2018-10-26
mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
Michal Hocko
2018-10-26
mm: don't miss the last page because of round-off error
Roman Gushchin
2018-10-26
mm: drain memcg stocks on css offlining
Roman Gushchin
2018-10-26
slub: extend slub debug to handle multiple slabs
Aaron Tomlin
2018-10-26
mm: don't warn about large allocations for slab
Dmitry Vyukov
2018-10-26
mm/slub.c: switch to bitmap_zalloc()
Andy Shevchenko
2018-10-26
Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-10-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
[next]