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
Age
Commit message (
Expand
)
Author
2009-06-16
page allocator: move free_page_mlock() to page_alloc.c
KOSAKI Motohiro
2009-06-16
page allocator: slab: use nr_online_nodes to check for a NUMA platform
Mel Gorman
2009-06-16
page allocator: use a pre-calculated value instead of num_online_nodes() in f...
Christoph Lameter
2009-06-16
page allocator: get the pageblock migratetype without disabling interrupts
Mel Gorman
2009-06-16
page allocator: update NR_FREE_PAGES only as necessary
Mel Gorman
2009-06-16
page allocator: use allocation flags as an index to the zone watermark
Mel Gorman
2009-06-16
page allocator: do not check for compound pages during the page allocator san...
Nick Piggin
2009-06-16
page allocator: do not setup zonelist cache when there is only one node
Mel Gorman
2009-06-16
page allocator: do not disable interrupts in free_page_mlock()
Mel Gorman
2009-06-16
page allocator: do not call get_pageblock_migratetype() more than necessary
Mel Gorman
2009-06-16
page allocator: inline __rmqueue_fallback()
Mel Gorman
2009-06-16
page allocator: inline buffered_rmqueue()
Mel Gorman
2009-06-16
page allocator: inline __rmqueue_smallest()
Mel Gorman
2009-06-16
page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
Mel Gorman
2009-06-16
page allocator: calculate the alloc_flags for allocation only once
Peter Zijlstra
2009-06-16
page allocator: calculate the migratetype for allocation only once
Mel Gorman
2009-06-16
page allocator: calculate the preferred zone for allocation only once
Mel Gorman
2009-06-16
page allocator: move check for disabled anti-fragmentation out of fastpath
Mel Gorman
2009-06-16
page allocator: break up the allocator entry point into fast and slow paths
Mel Gorman
2009-06-16
page allocator: check only once if the zonelist is suitable for the allocation
Mel Gorman
2009-06-16
page allocator: do not check NUMA node ID when the caller knows the node is v...
Mel Gorman
2009-06-16
page allocator: do not sanity check order in the fast path
Mel Gorman
2009-06-16
page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()
Mel Gorman
2009-06-16
mm: alloc_large_system_hash check order
Hugh Dickins
2009-06-16
cpuset,mm: update tasks' mems_allowed in time
Miao Xie
2009-06-16
cpusets: update tasks' page/slab spread flags in time
Miao Xie
2009-06-16
cpusets: restructure the function cpuset_update_task_memory_state()
Miao Xie
2009-06-16
mm/page-writeback.c: dirty limit type should be unsigned long
H Hartley Sweeten
2009-06-16
vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNC
KOSAKI Motohiro
2009-06-16
mm: clean up get_user_pages_fast() documentation
Nick Piggin
2009-06-16
readahead: enforce full sync mmap readahead size
Wu Fengguang
2009-06-16
readahead: remove redundant test in shrink_readahead_size_eio()
Wu Fengguang
2009-06-16
readahead: introduce context readahead algorithm
Wu Fengguang
2009-06-16
readahead: move the random read case to bottom
Wu Fengguang
2009-06-16
radix-tree: add radix_tree_prev_hole()
Wu Fengguang
2009-06-16
readahead: record mmap read-around states in file_ra_state
Wu Fengguang
2009-06-16
readahead: enforce full readahead size on async mmap readahead
Wu Fengguang
2009-06-16
readahead: sequential mmap readahead
Wu Fengguang
2009-06-16
readahead: clean up and simplify the code for filemap page fault readahead
Linus Torvalds
2009-06-16
readahead: remove sync/async readahead call dependency
Wu Fengguang
2009-06-16
readahead: increase interleaved readahead size
Wu Fengguang
2009-06-16
readahead: remove one unnecessary radix tree lookup
Wu Fengguang
2009-06-16
readahead: apply max_sane_readahead() limit in ondemand_readahead()
Wu Fengguang
2009-06-16
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
Wu Fengguang
2009-06-16
readahead: make mmap_miss an unsigned int
Wu Fengguang
2009-06-16
mm: consolidate init_mm definition
Alexey Dobriyan
2009-06-16
firmware_map: fix hang with x86/32bit
Yinghai Lu
2009-06-16
spi: takes size of a pointer to determine the size of the pointed-to type
Roel Kluin
2009-06-16
time: move PIT_TICK_RATE to linux/timex.h
Arnd Bergmann
2009-06-15
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
[next]