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
2012-10-10
MODSIGN: Provide gitignore and make clean rules for extra files
David Howells
2012-10-10
MODSIGN: Add FIPS policy
David Howells
2012-10-10
module: signature checking hook
Rusty Russell
2012-10-08
X.509: Add a crypto key parser for binary (DER) X.509 certificates
David Howells
2012-10-08
MPILIB: Provide a function to read raw data into an MPI
David Howells
2012-10-08
X.509: Add an ASN.1 decoder
David Howells
2012-10-08
X.509: Add simple ASN.1 grammar compiler
David Howells
2012-10-08
X.509: Add utility functions to render OIDs as strings
David Howells
2012-10-08
X.509: Implement simple static OID registry
David Howells
2012-10-08
RSA: Fix signature verification for shorter signatures
David Howells
2012-10-08
RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]
David Howells
2012-10-08
MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification
David Howells
2012-10-08
KEYS: Provide signature verification with an asymmetric key
David Howells
2012-10-08
KEYS: Asymmetric public-key algorithm crypto key subtype
David Howells
2012-10-08
KEYS: Asymmetric key pluggable data parsers
David Howells
2012-10-08
KEYS: Implement asymmetric key type
David Howells
2012-10-08
KEYS: Document asymmetric key type
David Howells
2012-10-08
MPILIB: Provide count_leading/trailing_zeros() based on arch functions
David Howells
2012-10-08
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
2012-09-28
module: wait when loading a module which is currently initializing.
Rusty Russell
2012-09-28
module: fix symbol waiting when module fails before init
Rusty Russell
2012-09-28
Make most arch asm/module.h files use asm-generic/module.h
David Howells
2012-09-28
MIPS: Fix module.c build for 32 bit
Ralf Baechle
2012-09-28
module: taint kernel when lve module is loaded
Matthew Garrett
2012-09-18
Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2012-09-18
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
Miklos Szeredi
2012-09-17
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-09-17
workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()
Lai Jiangshan
2012-09-17
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-09-17
memory hotplug: fix section info double registration bug
qiuxishi
2012-09-17
mm/page_alloc: fix the page address of higher page's buddy calculation
Li Haifeng
2012-09-17
drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe
Kevin Hilman
2012-09-17
compiler.h: add __visible
Andi Kleen
2012-09-17
pid-namespace: limit value of ns_last_pid to (0, max_pid)
Andrew Vagin
2012-09-17
include/net/sock.h: squelch compiler warning in sk_rmem_schedule()
Chuck Lever
2012-09-17
slub: consider pfmemalloc_match() in get_partial_node()
Joonsoo Kim
2012-09-17
slab: fix starting index for finding another object
Joonsoo Kim
2012-09-17
slab: do ClearSlabPfmemalloc() for all pages of slab
Mel Gorman
2012-09-17
nbd: clear waiting_queue on shutdown
Paul Clements
2012-09-17
MAINTAINERS: fix TXT maintainer list and source repo path
Gang Wei
2012-09-17
mm/ia64: fix a memory block size bug
Jianguo Wu
2012-09-17
memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread fails
Wen Congyang
2012-09-17
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2012-09-17
fs/proc: fix potential unregister_sysctl_table hang
Francesco Ruggeri
2012-09-16
Linux 3.6-rc6
v3.6-rc6
Linus Torvalds
2012-09-16
Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-09-16
Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
2012-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2012-09-16
Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2012-09-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
[next]