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
2015-04-17
ptrace: ptrace_detach() can no longer race with SIGKILL
Oleg Nesterov
2015-04-17
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oleg Nesterov
2015-04-17
fs/fat: comment fix, fat_bits can be also 32
Alexander Kuleshov
2015-04-17
fs/fat: remove unnecessary includes
Alexander Kuleshov
2015-04-17
fs/fat: remove unnecessary defintion
Alexander Kuleshov
2015-04-17
hfsplus: don't store special "osx" xattr prefix on-disk
Thomas Hebb
2015-04-17
hfsplus: fix expand when not enough available space
Sergei Antonov
2015-04-17
hfsplus: incorrect return value
Chengyu Song
2015-04-17
fs/hfsplus: replace if/BUG by BUG_ON
Fabian Frederick
2015-04-17
fs/hfsplus: use bool instead of int for is_known_namespace() return value
Fabian Frederick
2015-04-17
fs/hfsplus: atomically set inode->i_flags
Fabian Frederick
2015-04-17
fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()
Fabian Frederick
2015-04-17
fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()
Fabian Frederick
2015-04-17
hfsplus: add missing curly braces in hfsplus_delete_cat()
Dan Carpenter
2015-04-17
hfs: incorrect return values
Chengyu Song
2015-04-17
nilfs2: use inode_set_flags() in nilfs_set_inode_flags()
Ryusuke Konishi
2015-04-17
nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()
Ryusuke Konishi
2015-04-17
nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()
Ryusuke Konishi
2015-04-17
nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl
Ryusuke Konishi
2015-04-17
nilfs2: add helper to find existent block on metadata file
Ryusuke Konishi
2015-04-17
nilfs2: add bmap function to seek a valid key
Ryusuke Konishi
2015-04-17
nilfs2: unify type of key arguments in bmap interface
Ryusuke Konishi
2015-04-17
nilfs2: use bgl_lock_ptr()
Ryusuke Konishi
2015-04-17
nilfs2: use set_mask_bits() for operations on buffer state bitmap
Ryusuke Konishi
2015-04-17
nilfs2: do not use async write flag for segment summary buffers
Ryusuke Konishi
2015-04-17
befs: replace typedef befs_inode_info by structure
Fabian Frederick
2015-04-17
befs: replace typedef befs_sb_info by structure
Fabian Frederick
2015-04-17
befs: replace typedef befs_mount_options by structure
Fabian Frederick
2015-04-17
rtc: use more standard kernel logging styles
Joe Perches
2015-04-17
drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bit
Heiko Stübner
2015-04-17
drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() check
Krzysztof Kozlowski
2015-04-17
drivers/rtc/rtc-omap.c: use module_platform_driver
Lokesh Vutla
2015-04-17
drivers/rtc/Kconfig: update Kconfig for OMAP RTC
Lokesh Vutla
2015-04-17
drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...
Lokesh Vutla
2015-04-17
drivers/rtc/rtc-s3c.c: fix failed first read of RTC time
Krzysztof Kozlowski
2015-04-17
rtc: hctosys: use function name in the error log
Aaro Koskinen
2015-04-17
drivers/rtc/interface.c: __rtc_read_time: reduce log level
Aaro Koskinen
2015-04-17
drivers/rtc/class.c: initialize rtc name early
Aaro Koskinen
2015-04-17
drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTC
Krzysztof Kozlowski
2015-04-17
MAINTAINERS: Add Alexandre Belloni as an RTC maintainer
Alexandre Belloni
2015-04-17
rtc: driver for Conexant Digicolor CX92755 on-chip RTC
Baruch Siach
2015-04-17
rtc: digicolor: document device tree binding
Baruch Siach
2015-04-17
drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabled
Heiko Stuebner
2015-04-17
drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspend
Adam Ward
2015-04-17
drivers/rtc/rtc-da9052.c: add constraints to set valid year
Adam Ward
2015-04-17
drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...
Adam Ward
2015-04-17
drivers/rtc/rtc-ds1685.c: fix sparse warnings
Joshua Kinard
2015-04-17
drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver
Joshua Kinard
2015-04-17
drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_config
Krzysztof Kozlowski
2015-04-17
drivers/rtc/rtc-s3c.c: delete duplicate clock control
Chanwoo Choi
[prev]
[next]