kerneloops.org is a website that tries to help the developers of the Linux
kernel by collecting so-called oopses, which are the crash signatures
of the Linux kernel. The collected oopses are processed statistically to
present information for the kernel developers, such as
Which crash signatures occur the most? (and thus need to be fixed most urgently)
When did a certain crash signature show up first?
Which API functions are the most error prone?
Oopses are collected from the linux-kernel mailing list (and a few related lists), the bugzilla.kernel.org bugzilla and
from the client application that you can download from this page.