i7core_edac: Better describe the supported devices
[pandora-kernel.git] / drivers /
2010-05-18 Mauro Carvalho Chehabi7core_edac: Better describe the supported devices
2010-05-18 Vernon MaueryAdd support for Westmere to i7core_edac driver
2010-05-18 Tony Lucki7core_edac: don't free on success
2010-05-18 Mauro Carvalho Chehabi7core_edac: Add support for X5670
2010-05-18 Vernon MaueryAlways call i7core_[ur]dimm_check_mc_ecc_err
2010-05-18 Alexander Beregalovi7core_edac: fix memory leak of i7core_dev
2010-05-18 Jiri SlabyEDAC: add __init to i7core_xeon_pci_fixup
2010-05-10 Mauro Carvalho Chehabi7core_edac: Fix wrong device id for channel 1 devices
2010-05-10 Mauro Carvalho Chehabi7core: add support for Lynnfield alternate address
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add initial support for Lynnfield
2010-05-10 Randy Dunlapedac: fix i7core build
2010-05-10 Alan Coxedac: i7core_edac produces undefined behaviour on 32bit
2010-05-10 Mauro Carvalho Chehabi7core_edac: Use a more generic approach for probing...
2010-05-10 Mauro Carvalho Chehabi7core_edac: PCI device is called NONCORE, instead...
2010-05-10 Mauro Carvalho Chehabi7core_edac: Fix ringbuffer maxsize
2010-05-10 Mauro Carvalho Chehabi7core_edac: First store, then increment
2010-05-10 Mauro Carvalho Chehabi7core_edac: Better parse "any" addrmask
2010-05-10 Mauro Carvalho Chehabi7core_edac: Use a lockless ringbuffer
2010-05-10 Mauro Carvalho Chehabedac: Create an unique instance for each kobj
2010-05-10 Mauro Carvalho Chehabi7core_edac: Convert UDIMM error counters into a proper...
2010-05-10 Mauro Carvalho Chehabedac: Don't create csrow entries on instance groups
2010-05-10 Mauro Carvalho Chehabedac: store/show methods for device groups weren't...
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add support for sysfs addrmatch group
2010-05-10 Mauro Carvalho Chehabedac_core: Allow the creation of sysfs groups
2010-05-10 Mauro Carvalho Chehabi7core_edac: Avoid printing a warning when debug is...
2010-05-10 Mauro Carvalho Chehabi7core_edac: We need to use list_for_each_entry_safe...
2010-05-10 Mauro Carvalho Chehabi7core_edac: change remove module strategy
2010-05-10 Mauro Carvalho Chehabi7core_edac: remove static counter for max sockets
2010-05-10 Mauro Carvalho Chehabi7core_edac: at remove, don't remove all pci devices...
2010-05-10 Mauro Carvalho Chehabi7core_edac: Fix a bug when printing error counts with...
2010-05-10 Mauro Carvalho Chehabi7core_edac: a few fixes for multiple mc's
2010-05-10 Mauro Carvalho Chehabi7core_edac: sanity check: print a warning if a mcelog...
2010-05-10 Mauro Carvalho Chehabi7core_edac: create one mc per socket/QPI
2010-05-10 Mauro Carvalho ChehabDynamically allocate memory for PCI devices
2010-05-10 Mauro Carvalho Chehabi7core: temporary workaround to allow it to compile...
2010-05-10 Mauro Carvalho Chehabi7core_edac: Improve corrected_error_counts output...
2010-05-10 Keith Manntheyi7core_edac: Probe on Xeons eariler
2010-05-10 Mauro Carvalho Chehabi7core: Use registered memories per processor
2010-05-10 Mauro Carvalho Chehabi7core_edac: Use Device 3 function 2 to report errors...
2010-05-10 Keith Manntheyi7core_edac: Fix ecc enable shift
2010-05-10 Mauro Carvalho Chehabi7core_edac: Print an error message if pci register...
2010-05-10 Mauro Carvalho Chehabi7core_edac: CodingSyle fixes/cleanups
2010-05-10 Mauro Carvalho Chehabi7core_edac: fix error injection
2010-05-10 Mauro Carvalho Chehabi7core_edac: fix error codes for sysfs error injection...
2010-05-10 Mauro Carvalho Chehabi7core_edac: some fixes at error injection code
2010-05-10 Mauro Carvalho Chehabi7core_edac: Some cleanups at displayed info
2010-05-10 Mauro Carvalho Chehabi7core: remove some uneeded noisy debug messages
2010-05-10 Mauro Carvalho Chehabi7core: add socket info at the debug msg
2010-05-10 Mauro Carvalho Chehabi7core: better document i7core_get_active_channels()
2010-05-10 Mauro Carvalho Chehabi7core: fix get_devices routine for Xeon55xx
2010-05-10 Mauro Carvalho Chehabi7core: enrich error information based on memory transa...
2010-05-10 Mauro Carvalho Chehabi7core: check if the memory error is fatal or non-fatal
2010-05-10 Mauro Carvalho Chehabi7core: fix probing on Xeon55xx
2010-05-10 Mauro Carvalho Chehabi7core_edac: some fixes at memory error parser
2010-05-10 Mauro Carvalho Chehabi7core_edac: decode mcelog error and send it via edac...
2010-05-10 Mauro Carvalho Chehabi7core_edac: maps all sockets as if ther are one MC...
2010-05-10 Mauro Carvalho Chehabi7core_edac: add support for more than one MC socket
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add a code to probe Xeon 55xx bus
2010-05-10 Mauro Carvalho Chehabi7core_edac: Adds write unlock to MC registers
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add edac_mce glue
2010-05-10 Mauro Carvalho Chehabedac/Kconfig: edac_mce can't be module
2010-05-10 Mauro Carvalho Chehabedac_mce: Add an interface driver to report mce errors...
2010-05-10 Mauro Carvalho Chehabi7core_edac: CodingStyle fixes
2010-05-10 Mauro Carvalho Chehabi7core_edac: fill csrows edac sysfs info
2010-05-10 Mauro Carvalho Chehabi7core_edac: Memory info fixes and preparation for...
2010-05-10 Mauro Carvalho Chehabi7core_edac: Get more info about the memory DIMMs
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add more information about each active...
2010-05-10 Mauro Carvalho Chehabi7core_edac: Improve error handling
2010-05-10 Mauro Carvalho Chehabi7core_edac: Properly fill struct csrow_info
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add additional tests for error detection
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add a memory check routine, based on devic...
2010-05-10 Mauro Carvalho Chehabi7core_edac: need mci->edac_check, otherwise module...
2010-05-10 Mauro Carvalho Chehabi7core_edac: A few fixes at error injection code
2010-05-10 Mauro Carvalho Chehabi7core_edac: Show read/write virtual/physical channel...
2010-05-10 Mauro Carvalho Chehabi7core_edac: Registers all supported MC functions
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add more status functions to EDAC driver
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add error insertion code for Nehalem
2010-05-10 Mauro Carvalho Chehabi7core_edac: Add an EDAC memory controller driver for...
2010-04-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-04-30 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2010-04-30 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-04-30 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2010-04-30 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2010-04-29 viresh kumarARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for...
2010-04-29 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-04-29 Arnd Bergmannpktcdvd: improve BKL and compat_ioctl.c usage
2010-04-29 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-04-28 Ben Hutchingssfc: Change falcon_probe_board() to fail for unsupporte...
2010-04-28 Ben Hutchingssfc: Always close net device at the end of a disabling...
2010-04-28 Ben Hutchingssfc: Wait at most 10ms for the MC to finish reading...
2010-04-28 Linus TorvaldsMerge branch 'urgent' of git://git./linux/kernel/git...
2010-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-04-28 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2010-04-28 Haojian Zhuangregulator: fix enabling regulator issue on max8925
2010-04-28 Benjamin Herrenschmidtpowerpc/pseries: Flush lazy kernel mappings after unplu...
2010-04-28 Elina Pashevanet/usb: add sierra_net.c driver
2010-04-28 Torgny Johanssoncdc_ether: fix autosuspend for mbm devices
next