pub/scm/utils/cpu/mce/mcelog.git  about / heads / tags
Linux x86 machine check user space processing utility
# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v199         server: Correct prameter type for connect() API (2024-05-16) tar.gz
v198         page.c: Disable gcc warnings (2024-03-27) tar.gz
v197         Merge pull request #119 from meow-watermelon/point_freed_ptr_null (2024-01-02) tar.gz
v196         mcelog: Add second model number for Arrowlake (2023-10-31) tar.gz
v195         mcelog: Wire up model-specific decoding for Sierra Forest (2023-09-06) tar.gz
v194         mcelog: New model number for Arrowlake (2023-04-05) tar.gz
v193         mcelog: Don't overwrite model number when lookup fails (2023-04-03) tar.gz
v192         mcelog: Add Graniterapids, Grandridge and Sierraforest (2023-03-10) tar.gz
v191         Merge branch 'master' of ssh://github.com/andikleen/mcelog (2023-01-12) tar.gz
v190         mcelog: Add support for Meteor Lake (2022-11-01) tar.gz
v189         mcelog: Add another Raptor Lake CPU model (2022-08-23) tar.gz
v188         Fix generation of cputype files (2022-08-15) tar.gz
v187         Merge branch 'master' of ssh://github.com/andikleen/mcelog (2022-08-08) tar.gz
v186         mcelog: Add missing model numbers for Broadwell and Raptorlake (2022-08-08) tar.gz
v185         mcelog: Makefile: Only touch cputype.h if needed to create it (2022-08-05) tar.gz
v184         Add missing dependencies for cputype include files (2022-07-01) tar.gz
v183         mcelog: Reverse sens of check to call resolveaddr() (2022-06-27) tar.gz
v182         mcelog: Reduce default threshold for corrected error page offline (2022-05-23) tar.gz
v181         mcelog: Add support for Raptorlake (2022-04-18) tar.gz
v180         Fix warnings in sysfs.c (2021-12-09) tar.gz
v179         mcelog: Print warning for locked down kernel (2021-10-02) tar.gz
v178         mcelog: Fix typo/thinko in yellow cache change (2021-07-20) tar.gz
v177         mcelog: Update MSCOD error bit descriptions to match SDM (2021-07-06) tar.gz
v176         Add reference to Linux::MCELog (2021-04-30) tar.gz
v175         mcelog: Add a test case to test page error counter replacement. (2021-01-08) tar.gz
v174         mcelog: Add support for Sapphirerapids server. (2021-01-06) tar.gz
v173         mcelog: Rebalance the red-black tree after inserting a new node (2020-09-23) tar.gz
v172         Merge branch 'master' of ssh://github.com/andikleen/mcelog (2020-09-17) tar.gz
v171         mcelog: Add Tigerlake, Rocketlake, Alderlake, Lakefield (2020-09-17) tar.gz
v170         mcelog: Add decode for MCi_MISC from 10nm memory controller (2020-05-28) tar.gz
v169         mcelog: Add "kflags" field to "struct mce" (2020-04-23) tar.gz
v168         mcelog: Decode and print stepping from cpuid (2020-01-09) tar.gz
v167         mcelog: Add Cometlake client model numbers. (2019-12-13) tar.gz
v166         mcelog: Add support for Icelake server, Icelake-D, and Snow Ridge (2019-11-12) tar.gz
v165         mcelog: Add Cascade Lake to supported models (2019-10-21) tar.gz
v164         Merge branch 'master' of ssh://github.com/andikleen/mcelog (2019-08-05) tar.gz
v163         mcelog: Add Icelake client model numbers. (2019-08-05) tar.gz
v162         mcelog: Fix memory controller bank channel mappings for Skylake (2019-02-05) tar.gz
v161         mcelog: Deduce channel number for Haswell/Broadwell/Skylake systems (2018-09-24) tar.gz
v160         mcelog: Improve decoding for APEI reported errors (2018-08-09) tar.gz
v159         Add scripts file to do MCA error code validation for a selected CPU model (2018-06-08) tar.gz
v158         Remove now unused local variable (2018-05-22) tar.gz
v157         Turn back rb_color field into unsigned long (2018-03-14) tar.gz
v156         Print microcode version when the kernel provides it (2018-03-08) tar.gz
v155         Fix structure offset checks (2018-03-07) tar.gz
v154         mcelog: Add --help option. (2017-10-12) tar.gz
v153         Merge pull request #54 from bkuhls/uclibc (2017-06-11) tar.gz
v152         Set SO_PASSCRED on listen sockets (2017-06-02) tar.gz
v151         Document .os_release in README (2017-05-22) tar.gz
v150         mcelog: Check whether we successfully changed directory for trigger. (2017-05-17) tar.gz
v149         dmi: Handle NULL DMI string (2017-03-27) tar.gz
v148         Intel Xeons from Ivy Bridge onwards support a processor identification number. Kernels v4.9 and higher include it in the "mce" record. (2017-02-03) tar.gz
v147         mcelog: is_cpu_supported() error message must be printed Eprintf (2017-01-11) tar.gz
v146         Run all tests in make test (2016-12-15) tar.gz
v145         Change all test scripts to /bin/bash to handle Debian (2016-12-15) tar.gz
v144         Add Knights Mill (KNM) CPUID (2016-10-26) tar.gz
v143         mcelog: Add support to decode MSCOD values for Denverton server (2016-10-18) tar.gz
v142         mcelog: Skylake: Differentiate regular CE from UC error corrected by memory mirror (2016-10-10) tar.gz
v141         Add Kabylake client support (2016-09-02) tar.gz
v140         mcelog, remove socket file on SIGINT (2016-08-15) tar.gz
v139         mcelog, fix systemd service stop (2016-08-09) tar.gz
v138         mcelog: Always use decimal to print cpu family/model numbers. (2016-06-06) tar.gz
v137         mcelog: Add version.c and version.tmp to gitignore (2016-05-16) tar.gz
v136         Add support to decode MSCOD values for Skylake server (2016-04-15) tar.gz
v135         Fix spelling errors. (2016-03-27) tar.gz
v134         trigger: Avoid warning from earlier merge (2016-03-21) tar.gz
v133         Merge pull request #34 from srilakshmidj/master (2016-03-03) tar.gz
v132         Add CPU_ATOM to Intel CPU case list (2016-02-19) tar.gz
v131         Don't error out when MCE write fails (2016-02-10) tar.gz
v130         More fixes for %ll instead of %L in *printf to support musl libc. (2016-02-09) tar.gz
v129         Add support to decode MSCOD values for Broadwell-{de,ep,ex} (2016-01-04) tar.gz
v128         Fix parsing of sysfs CPU cache description (2015-09-28) tar.gz
v127         Output git tag for mcelog --version (2015-09-28) tar.gz
v126         Add --is-cpu-supported command line option (2015-09-14) tar.gz
v125         Fix channel enumeration on Knights Landing (2015-09-09) tar.gz
v124         Fix a spelling error in dmi_sanity_check() (2015-08-25) tar.gz
v123         Add Skylake client support (2015-08-20) tar.gz
v122         mcelog: enable IMC status usage for Haswell-E (2015-07-28) tar.gz
v121         Add support for DMI strings in AMI BIOS (2015-07-01) tar.gz
v120         Fix potential NULL reference while parsing kernel efi files (2015-06-11) tar.gz
v119         Fix clobbered status variable in server_ping (2015-06-09) tar.gz
v118         mcelog:Changes to mcelog to support new architectural changes to MCE (2015-06-01) tar.gz
v117         mcelog/trigger: avoid zombie process (2015-04-29) tar.gz
v116         Added Knights Landing (Xeon Phi) support (2015-04-28) tar.gz
v115         Makefile: Allow defining MANDIR (2015-04-22) tar.gz
v114         Fix error count during the last agetime (2015-03-31) tar.gz
v113         Add man page for mcelog trigger input arguments (2015-03-22) tar.gz
v112         Add example systemd unit file (2015-03-17) tar.gz
v111         Add model number for Broadwell-DE (2015-03-13) tar.gz
v110         Set x bit on all triggers (2015-03-12) tar.gz
v109         Clarify AMD error message (2015-01-27) tar.gz
v108         Fix segfault in "mcelog --help" (2014-12-20) tar.gz
v107         Fix a cpu comparing mistake (2014-12-08) tar.gz
v106         Support Broadwell-U (2014-12-08) tar.gz
v105         mcelog: fix 'mcelog --client' blocked problem (2014-11-12) tar.gz
v104         Add a test case for iomca and unknown triggers (2014-09-23) tar.gz
v103         Update some Xeon CPU names to official names (2014-09-08) tar.gz
v102         Avoid segfault when system has no SMBIOS entry point. (2014-07-04) tar.gz
v101         Merge pull request #3 from bldewolf/master (2014-03-25) tar.gz
v100         document new release scheme (2013-10-20) tar.gz
RELEASE_1_0_PRE3 Don't enable memory error support on Atom (2010-01-21) tar.gz
RELEASE_1_0_PRE2 Call test suite from top level Makefile "test" target (2009-12-15) tar.gz
RELEASE_1_0_PRE1 Add simple test suite in tests/ (2009-12-09) tar.gz
RELEASE_1_0_PRE0 Add GPL notice to intel.c (2009-11-27) tar.gz
RELEASE_0_9_PRE1 Fix skiping order in skipgunk (2008-12-18) tar.gz

git clone https://80x24.org/pub/scm/utils/cpu/mce/mcelog.git