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
/
drivers
/
edac
Age
Commit message (
Expand
)
Author
2010-12-08
amd64_edac: Fix interleaving check
Borislav Petkov
2010-12-08
EDAC: Correct MiB_TO_PAGES() macro
Andrei Konovalov
2010-12-08
EDAC: Fix workqueue-related crashes
Borislav Petkov
2010-11-22
EDAC, MCE: Fix edac_init_mce_inject error handling
Axel Lin
2010-11-22
EDAC: Remove deprecated kbuild goal definitions
Tracey Dent
2010-10-26
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
Linus Torvalds
2010-10-24
i7core_edac: return -ENODEV when devices were already probed
Mauro Carvalho Chehab
2010-10-24
i7core_edac: properly terminate pci_dev_table
Mauro Carvalho Chehab
2010-10-24
i7core_edac: Avoid PCI refcount to reach zero on successive load/reload
Mauro Carvalho Chehab
2010-10-24
i7core_edac: Fix refcount error at PCI devices
Mauro Carvalho Chehab
2010-10-24
i7core_edac: it is safe to i7core_unregister_mci() when mci=NULL
Mauro Carvalho Chehab
2010-10-24
i7core_edac: Fix an oops at i7core probe
Mauro Carvalho Chehab
2010-10-24
i7core_edac: Remove unused member channels in i7core_pvt
Hidetoshi Seto
2010-10-24
i7core_edac: Remove unused arg csrow from get_dimm_config
Hidetoshi Seto
2010-10-24
i7core_edac: Reduce args of i7core_register_mci
Hidetoshi Seto
2010-10-24
i7core_edac: Introduce i7core_unregister_mci
Hidetoshi Seto
2010-10-24
i7core_edac: Use saved pointers
Hidetoshi Seto
2010-10-24
i7core_edac: Check probe counter in i7core_remove
Hidetoshi Seto
2010-10-24
i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failed
Hidetoshi Seto
2010-10-24
i7core_edac: Fix error path of i7core_register_mci
Hidetoshi Seto
2010-10-24
i7core_edac: Fix order of lines in i7core_register_mci
Hidetoshi Seto
2010-10-24
i7core_edac: Always do get/put for all devices
Hidetoshi Seto
2010-10-24
i7core_edac: Introduce i7core_pci_ctl_create/release
Hidetoshi Seto
2010-10-24
i7core_edac: Introduce free_i7core_dev
Hidetoshi Seto
2010-10-24
i7core_edac: Introduce alloc_i7core_dev
Hidetoshi Seto
2010-10-24
i7core_edac: Reduce args of i7core_get_onedevice
Hidetoshi Seto
2010-10-24
i7core_edac: Fix the logic in i7core_remove()
Hidetoshi Seto
2010-10-24
i7core_edac: Don't do the legacy PCI probe by default
Mauro Carvalho Chehab
2010-10-24
i7core_edac: don't use a freed mci struct
Mauro Carvalho Chehab
2010-10-24
edac_core: Print debug messages at release calls
Mauro Carvalho Chehab
2010-10-24
edac_core: Don't let free(mci) happen while using it
Mauro Carvalho Chehab
2010-10-24
edac_core: Do a better job with node removal
Mauro Carvalho Chehab
2010-10-24
i7core_edac: explicitly remove PCI devices from the devices list
Mauro Carvalho Chehab
2010-10-24
i7core_edac: MCE NMI handling should stop first
Mauro Carvalho Chehab
2010-10-24
i7core_edac: Initialize all priv vars before start polling
Mauro Carvalho Chehab
2010-10-24
i7core_edac: Improve debug to seek for register/remove errors
Mauro Carvalho Chehab
2010-10-24
i7core_edac: move #if PAGE_SHIFT to edac_core.h
Mauro Carvalho Chehab
2010-10-24
i7core_edac: Properly mark const static vars as such
Mauro Carvalho Chehab
2010-10-24
i7core_edac: move static vars to the beginning of the file
Mauro Carvalho Chehab
2010-10-24
i7core_edac: Be sure that the edac pci handler will be properly released
Mauro Carvalho Chehab
2010-10-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
2010-10-21
Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-10-21
EDAC, MCE: Fix shift warning on 32-bit
Borislav Petkov
2010-10-21
EDAC, MCE: Add a BIT_64() macro
Borislav Petkov
2010-10-21
EDAC, MCE: Enable MCE decoding on F12h
Borislav Petkov
2010-10-21
EDAC, MCE: Add F12h NB MCE decoder
Borislav Petkov
2010-10-21
EDAC, MCE: Add F12h IC MCE decoder
Borislav Petkov
2010-10-21
EDAC, MCE: Add F12h DC MCE decoder
Borislav Petkov
[next]