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
/
ksm.c
Age
Commit message (
Expand
)
Author
2010-04-24
ksm: check for ERR_PTR from follow_page()
Dan Carpenter
2010-03-24
mm/ksm.c is doing an unneeded _notify in write_protect_page.
Robin Holt
2010-03-06
mm: change anon_vma linking to fix multi-process server scalability issue
Rik van Riel
2009-12-15
ksm: remove unswappable max_kernel_pages
Hugh Dickins
2009-12-15
ksm: memory hotremove migration only
Hugh Dickins
2009-12-15
ksm: rmap_walk to remove_migation_ptes
Hugh Dickins
2009-12-15
ksm: share anon page without allocating
Hugh Dickins
2009-12-15
ksm: take keyhole reference to page
Hugh Dickins
2009-12-15
ksm: hold anon_vma in rmap_item
Hugh Dickins
2009-12-15
ksm: let shared pages be swappable
Hugh Dickins
2009-12-15
ksm: fix mlockfreed to munlocked
Hugh Dickins
2009-12-15
ksm: stable_node point to page and back
Hugh Dickins
2009-12-15
ksm: separate stable_node
Hugh Dickins
2009-12-15
ksm: singly-linked rmap_list
Hugh Dickins
2009-12-15
ksm: cleanup some function arguments
Hugh Dickins
2009-12-15
ksm: remove redundancies when merging page
Hugh Dickins
2009-12-15
ksm: three remove_rmap_item_from_tree cleanups
Hugh Dickins
2009-11-09
ksm: cond_resched in unstable tree
Hugh Dickins
2009-10-08
ksm: more on default values
Hugh Dickins
2009-09-24
ksm: change default values to better fit into mainline kernel
Izik Eidus
2009-09-22
ksm: unmerge is an origin of OOMs
Hugh Dickins
2009-09-22
ksm: clean up obsolete references
Hugh Dickins
2009-09-22
ksm: sysfs and defaults
Hugh Dickins
2009-09-22
ksm: fix deadlock with munlock in exit_mmap
Andrea Arcangeli
2009-09-22
ksm: fix oom deadlock
Hugh Dickins
2009-09-22
ksm: distribute remove_mm_from_lists
Hugh Dickins
2009-09-22
ksm: fix endless loop on oom
Hugh Dickins
2009-09-22
ksm: five little cleanups
Hugh Dickins
2009-09-22
ksm: keep quiet while list empty
Hugh Dickins
2009-09-22
ksm: break cow once unshared
Hugh Dickins
2009-09-22
ksm: pages_unshared and pages_volatile
Hugh Dickins
2009-09-22
ksm: move pages_sharing updates
Hugh Dickins
2009-09-22
ksm: rename kernel_pages_allocated
Hugh Dickins
2009-09-22
ksm: change ksm nice level to be 5
Izik Eidus
2009-09-22
ksm: change copyright message
Izik Eidus
2009-09-22
ksm: Kernel SamePage Merging
Izik Eidus
2009-09-22
ksm: the mm interface to ksm
Hugh Dickins