index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.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
2025-11-27
sysctl: Move jiffies converters to kernel/time/jiffies.c
Joel Granados
2025-11-27
sysctl: Move UINT converter macros to sysctl header
Joel Granados
2025-11-27
sysctl: Move INT converter macros to sysctl header
Joel Granados
2025-11-27
sysctl: Allow custom converters from outside sysctl
Joel Granados
2025-11-27
Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...
Paolo Abeni
2025-11-27
sysctl: remove __user qualifier from stack_erasing_sysctl buffer argument
Joel Granados
2025-11-27
sysctl: Create macro for user-to-kernel uint converter
Joel Granados
2025-11-27
sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOM
Joel Granados
2025-11-27
sysctl: Create unsigned int converter using new macro
Joel Granados
2025-11-27
sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOM
Joel Granados
2025-11-27
sysctl: Create integer converters with one macro
Joel Granados
2025-11-27
sysctl: Create converter functions with two new macros
Joel Granados
2025-11-27
sysctl: Discriminate between kernel and user converter params
Joel Granados
2025-11-27
sysctl: Indicate the direction of operation with macro names
Joel Granados
2025-11-27
sysctl: Remove superfluous __do_proc_* indirection
Joel Granados
2025-11-27
sysctl: Remove superfluous tbl_data param from "dovec" functions
Joel Granados
2025-11-27
sysctl: Replace void pointer with const pointer to ctl_table
Joel Granados
2025-11-27
KVM: s390: Enable and disable interrupts in entry code
Heiko Carstens
2025-11-27
KVM: s390: Add signal_exits counter
Andrew Donnellan
2025-11-27
staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing
Navaneeth K
2025-11-27
staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing
Navaneeth K
2025-11-27
staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser
Navaneeth K
2025-11-27
x86/mm: Delete disabled debug code
Brendan Jackman
2025-11-27
refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
2025-11-27
rcutorture: Make srcu{,d}_torture_init() announce the SRCU type
Paul E. McKenney
2025-11-27
srcu: Create an SRCU-fast-updown API
Paul E. McKenney
2025-11-27
ACPI: PM: Fix a spelling mistake
Chu Guangqing
2025-11-27
ACPI: LPSS: Fix a spelling mistake
Chu Guangqing
2025-11-27
mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...
Kuniyuki Iwashima
2025-11-27
RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep
Stefan Metzmacher
2025-11-27
net: stmmac: dwmac: Disable flushing frames on Rx Buffer Unavailable
Rohan G Thomas
2025-11-27
platform/x86/amd/pmf: Use devm_mutex_init() for mutex initialization
Shyam Sundar S K
2025-11-27
platform/x86/amd/pmf: Add BIOS_INPUTS_MAX macro to replace hardcoded array size
Shyam Sundar S K
2025-11-27
iommupt: Avoid a compiler bug with sw_bit
Jason Gunthorpe
2025-11-27
selftests: af_unix: remove unused stdlib.h include
Sunday Adelodun
2025-11-27
spi: dt-bindings: airoha: add compatible for EN7523
Mikhail Kshevetskiy
2025-11-27
spi: airoha-snfi: en7523: workaround flash damaging if UART_TXD was short to GND
Mikhail Kshevetskiy
2025-11-27
firmware: cs_dsp: Use kvzalloc() to allocate control caches
Richard Fitzgerald
2025-11-27
firmware: cs_dsp: Take pwr_lock around reading controls debugfs
Richard Fitzgerald
2025-11-27
ASoC: Intel: catpt: Do not block the system from suspending
Cezary Rojewski
2025-11-27
ASoC: Intel: catpt: Do not ignore errors on runtime resume
Cezary Rojewski
2025-11-27
ASoC: Intel: catpt: Fix probing order of driver components
Cezary Rojewski
2025-11-27
ASoC: Intel: catpt: Fix error path in hw_params()
Cezary Rojewski
2025-11-27
ASoC: Intel: catpt: Switch to resource_xxx() API
Cezary Rojewski
2025-11-27
ASoC: Intel: catpt: Fix offset checks
Cezary Rojewski
2025-11-27
spi: nxp-fspi: Propagate fwnode in ACPI case as well
Andy Shevchenko
2025-11-27
regulator: rtq2208: Correct LDO2 logic judgment bits
ChiYuan Huang
2025-11-27
regulator: rtq2208: Correct buck group2 phase mapping logic
ChiYuan Huang
2025-11-27
configfs: Constify ct_item_ops in struct config_item_type
Christophe JAILLET
2025-11-27
configfs: Constify ct_group_ops in struct config_item_type
Christophe JAILLET
[prev]
[next]