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
2014-05-30
net: Fix ns_capable check in sock_diag_put_filterinfo
Andrew Lutomirski
2014-05-30
net: sctp: cache auth_enable per endpoint
Vlad Yasevich
2014-05-30
ipv6: Limit mtu to 65575 bytes
Eric Dumazet
2014-05-30
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
2014-05-30
mm: use paravirt friendly ops for NUMA hinting ptes
Mel Gorman
2014-05-30
netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len
Andrey Vagin
2014-05-30
blktrace: fix accounting of partially completed requests
Roman Pen
2014-05-30
scsi: fix our current target reap infrastructure
James Bottomley
2014-05-13
libata/ahci: accommodate tag ordered controllers
Dan Williams
2014-05-06
nfsd: check passed socket's net matches NFSd superblock's one
Stanislav Kinsbursky
2014-04-26
bdi: avoid oops on device removal
Jan Kara
2014-04-14
cpufreq: Fix governor start/stop race condition
Xiaoguang Chen
2014-04-14
futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
Heiko Carstens
2014-04-14
usbnet: include wait queue head in device structure
Oliver Neukum
2014-04-14
tcp: tcp_release_cb() should release socket ownership
Eric Dumazet
2014-04-03
mm: close PageTail race
David Rientjes
2014-04-03
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
Theodore Ts'o
2014-03-31
libceph: block I/O when PAUSE or FULL osd map flags are set
Josh Durgin
2014-03-31
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
2014-03-23
iscsi/iser-target: Fix isert_conn->state hung shutdown issues
Nicholas Bellinger
2014-03-23
jiffies: Avoid undefined behavior from signed overflow
Paul E. McKenney
2014-03-23
firewire: don't use PREPARE_DELAYED_WORK
Tejun Heo
2014-03-23
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
2014-03-23
net-tcp: fastopen: fix high order allocations
Eric Dumazet
2014-03-06
ipc,mqueue: remove limits for the amount of system-wide queues
Davidlohr Bueso
2014-03-06
net: ip, ipv6: handle gso skbs in forwarding path
Florian Westphal
2014-03-06
net: core: introduce netif_skb_dev_features
Florian Westphal
2014-03-06
net: add and use skb_gso_transport_seglen()
Florian Westphal
2014-03-06
can: add destructor for self generated skbs
Oliver Hartkopp
2014-02-22
compiler/gcc4: Make quirk for asm_volatile_goto() unconditional
Steven Noonan
2014-02-13
ore: Fix wrong math in allocation of per device BIO
Boaz Harrosh
2014-02-13
fs/compat: fix lookup_dcookie() parameter handling
Heiko Carstens
2014-02-13
fs/compat: fix parameter handling for compat readv/writev syscalls
Heiko Carstens
2014-02-13
mm/page-writeback.c: do not count anon pages as dirtyable memory
Johannes Weiner
2014-02-13
audit: correct a type mismatch in audit_syscall_exit()
AKASHI Takahiro
2014-02-13
fuse: fix pipe_buf_operations
Miklos Szeredi
2014-02-06
libata: disable LPM for some WD SATA-I devices
Tejun Heo
2014-02-06
mm: hugetlbfs: fix hugetlbfs optimization
Andrea Arcangeli
2014-01-25
mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL
Geert Uytterhoeven
2014-01-15
vlan: Fix header ops passthru when doing TX VLAN offload.
David S. Miller
2014-01-15
ipv6: fix illegal mac_header comparison on 32bit
Hannes Frederic Sowa
2014-01-15
net: unix: allow set_peek_off to fail
Sasha Levin
2014-01-09
clocksource: arch_timer: use virtual counters
Mark Rutland
2014-01-09
libceph: add function to ensure notifies are complete
Josh Durgin
2014-01-09
libceph: fix safe completion
Yan, Zheng
2014-01-09
mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...
Mel Gorman
2014-01-09
mm: fix TLB flush race between migration, and change_protection_range
Rik van Riel
2014-01-09
sched: fix the theoretical signal_wake_up() vs schedule() race
Oleg Nesterov
2014-01-09
libata: Add atapi_dmadir force flag
Vincent Pelletier
2014-01-09
auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASE
Ard Biesheuvel
[next]