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
/
include
Age
Commit message (
Expand
)
Author
2009-06-16
drivers: add support for the TI VLYNQ bus
Florian Fainelli
2009-06-16
syscalls.h: remove duplicated declarations for sys_pipe2
Masatake YAMATO
2009-06-16
kmap_types: make most arches use generic header file
Randy Dunlap
2009-06-16
remove put_cpu_no_resched()
Thomas Gleixner
2009-06-16
drbd: add major number to major.h
Philipp Reisner
2009-06-16
headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...
Andrew Morton
2009-06-16
poll: avoid extra wakeups in select/poll
Eric Dumazet
2009-06-16
utsname.h: make new_utsname fields use the proper length constant
Dan Smith
2009-06-16
vmscan: count the number of times zone_reclaim() scans and fails
Mel Gorman
2009-06-16
vmscan: report vm_flags in page_referenced()
Wu Fengguang
2009-06-16
mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument
Sergei Trofimovich
2009-06-16
mm: remove file argument from swap_readpage()
Minchan Kim
2009-06-16
mm: remove __invalidate_mapping_pages variant
Mike Waychison
2009-06-16
oom: move oom_adj value from task_struct to mm_struct
David Rientjes
2009-06-16
mm: modify swap_map and add SWAP_HAS_CACHE flag
KAMEZAWA Hiroyuki
2009-06-16
mm: add swap cache interface for swap reference
KAMEZAWA Hiroyuki
2009-06-16
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
2009-06-16
page-allocator: add inactive ratio calculation function of each zone
Minchan Kim
2009-06-16
page-allocator: clean up functions related to pages_min
Minchan Kim
2009-06-16
page-allocator: use integer fields lookup for gfp_zone and check for errors i...
Christoph Lameter
2009-06-16
mm: check the argument of kunmap on architectures without highmem
Matthew Wilcox
2009-06-16
mm, PM/Freezer: Disable OOM killer when tasks are frozen
Rafael J. Wysocki
2009-06-16
mm: introduce follow_pfn()
Johannes Weiner
2009-06-16
vmscan: cleanup the scan batching code
Wu Fengguang
2009-06-16
vmscan: evict use-once pages first
Rik van Riel
2009-06-16
mm: introduce PageHuge() for testing huge/gigantic pages
Wu Fengguang
2009-06-16
page allocator: use a pre-calculated value instead of num_online_nodes() in f...
Christoph Lameter
2009-06-16
page allocator: use allocation flags as an index to the zone watermark
Mel Gorman
2009-06-16
page allocator: move check for disabled anti-fragmentation out of fastpath
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
cpuset,mm: update tasks' mems_allowed in time
Miao Xie
2009-06-16
mm: clean up get_user_pages_fast() documentation
Nick Piggin
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: 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
time: move PIT_TICK_RATE to linux/timex.h
Arnd Bergmann
2009-06-15
Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2009-06-15
Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2009-06-15
Merge branch 'timers-for-linus-ntp' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-06-15
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2009-06-15
regulator/max1586: support increased V3 voltage range
Philipp Zabel
2009-06-15
LP3971 PMIC regulator driver (updated and combined version)
Marek Szyprowski
2009-06-15
regulator: add userspace-consumer driver
Mike Rapoport
2009-06-15
Maxim 1586 regulator driver
Robert Jarzmik
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
[next]