| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-24 | amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[] | Andrew Morton | 1 | -7/+4 |
| 2012-10-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -31/+12 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -16/+1 |
| 2012-09-25 | sb_edac: Avoid overflow errors at memory size calculation | Mauro Carvalho Chehab | 1 | -3/+4 |
| 2012-09-25 | i5000: Fix the memory size calculation with 2R memories | Mauro Carvalho Chehab | 1 | -0/+4 |
| 2012-09-25 | i3200_edac: Fix memory rank size | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2012-09-23 | edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs. | Shaun Ruffell | 1 | -20/+39 |
| 2012-09-23 | edac_mc: fix messy kfree calls in the error path | Fengguang Wu | 1 | -5/+7 |
| 2012-09-12 | powerpc/fsl-pci: Unify pci/pcie initialization code | Jia Hongtao | 1 | -31/+12 |
| 2012-08-13 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -16/+1 |
| 2012-07-29 | Merge branch 'devel' | Mauro Carvalho Chehab | 41 | -2376/+3047 |
| 2012-06-27 | edac i5000, i5400: fix pointer math in i5000_get_mc_regs() | Dan Carpenter | 2 | -6/+18 |
| 2012-06-27 | edac: allow specifying the error count with fake_inject | Mauro Carvalho Chehab | 1 | -2/+13 |
| 2012-06-27 | edac: add support for Calxeda highbank L2 cache ecc | Rob Herring | 3 | -0/+157 |
| 2012-06-27 | edac: add support for Calxeda highbank memory controller | Rob Herring | 3 | -1/+274 |
| 2012-06-12 | edac: create top-level debugfs directory | Rob Herring | 3 | -1/+39 |
| 2012-06-12 | sb_edac: properly handle error count | Mauro Carvalho Chehab | 1 | -4/+3 |
| 2012-06-12 | i7core_edac: properly handle error count | Mauro Carvalho Chehab | 1 | -21/+12 |
| 2012-06-12 | edac: edac_mc_handle_error(): add an error_count parameter | Mauro Carvalho Chehab | 28 | -95/+104 |
| 2012-06-11 | edac: remove arch-specific parameter for the error handler | Mauro Carvalho Chehab | 28 | -86/+73 |
| 2012-06-11 | amd64_edac: Don't pass driver name as an error parameter | Mauro Carvalho Chehab | 1 | -12/+13 |
| 2012-06-11 | edac_mc: check for allocation failure in edac_mc_alloc() | Dan Carpenter | 1 | -0/+2 |
| 2012-06-11 | edac: Increase version to 3.0.0 | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2012-06-11 | edac_mc: Cleanup per-dimm_info debug messages | Mauro Carvalho Chehab | 3 | -47/+62 |
| 2012-06-11 | edac: Convert debugfX to edac_dbg(X, | Joe Perches | 30 | -962/+921 |
| 2012-06-11 | edac: Use more normal debugging macro style | Joe Perches | 4 | -76/+49 |
| 2012-06-11 | edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs | Mauro Carvalho Chehab | 26 | -357/+331 |
| 2012-06-11 | i7core_edac: change the mem allocation scheme to make Documentation/kobject.t... | Mauro Carvalho Chehab | 1 | -21/+35 |
| 2012-06-11 | edac: change the mem allocation scheme to make Documentation/kobject.txt happy | Mauro Carvalho Chehab | 21 | -147/+200 |
| 2012-06-11 | edac: Only expose csrows/channels on legacy API if they're populated | Mauro Carvalho Chehab | 1 | -0/+24 |
| 2012-06-11 | edac: Move grain/dtype/edac_type calculus to be out of channel loop | Mauro Carvalho Chehab | 3 | -57/+60 |
| 2012-06-11 | edac: Add debufs nodes to allow doing fake error inject | Mauro Carvalho Chehab | 1 | -0/+87 |
| 2012-06-11 | edac: add a sysfs node to report the maximum location for the system | Mauro Carvalho Chehab | 1 | -0/+19 |
| 2012-06-11 | edac: add a new per-dimm API and make the old per-virtual-rank API obsolete | Mauro Carvalho Chehab | 2 | -1/+172 |
| 2012-06-11 | edac: Get rid of the old kobj's from the edac mc code | Mauro Carvalho Chehab | 3 | -8/+0 |
| 2012-06-11 | i7core_edac: convert it to use struct device | Mauro Carvalho Chehab | 1 | -129/+209 |
| 2012-06-11 | amd64_edac: convert sysfs logic to use struct device | Mauro Carvalho Chehab | 4 | -122/+167 |
| 2012-06-11 | mpc85xx_edac: convert sysfs logic to use struct device | Mauro Carvalho Chehab | 1 | -38/+55 |
| 2012-06-11 | edac: rewrite the sysfs code to use struct device | Mauro Carvalho Chehab | 4 | -692/+417 |
| 2012-06-11 | edac: Do alignment logic properly in edac_align_ptr() | Chris Metcalf | 1 | -1/+1 |
| 2012-06-11 | edac: Rename the parent dev to pdev | Mauro Carvalho Chehab | 27 | -55/+55 |
| 2012-06-11 | RAS: Add a tracepoint for reporting memory controller events | Mauro Carvalho Chehab | 2 | -20/+60 |
| 2012-06-11 | mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc' | Kim Phillips | 1 | -1/+2 |
| 2012-06-11 | edac: fix the error about memory type detection on SandyBridge | Chen Gong | 1 | -1/+1 |
| 2012-06-11 | edac: avoid mce decoding crash after edac driver unloaded | Chen Gong | 2 | -15/+8 |
| 2012-05-30 | Merge branch 'x86/trampoline' into x86/urgent | H. Peter Anvin | 31 | -1446/+1821 |
| 2012-05-30 | Merge branch 'x86/mce' into x86/urgent | Ingo Molnar | 1 | -2/+0 |
| 2012-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac | Linus Torvalds | 31 | -1446/+1821 |
| 2012-05-28 | i7core: fix ranks information at the per-channel struct | Mauro Carvalho Chehab | 1 | -13/+16 |
| 2012-05-28 | i5000: Fix the fatal error handling | Mauro Carvalho Chehab | 1 | -7/+5 |
| 2012-05-28 | i5100_edac: Fix a warning when compiled with 32 bits | Mauro Carvalho Chehab | 1 | -2/+2 |
| 2012-05-28 | i82975x_edac: Test nr_pages earlier to save a few CPU cycles | Mauro Carvalho Chehab | 1 | -6/+3 |
| 2012-05-28 | e752x_edac: provide more info about how DIMMS/ranks are mapped | Mauro Carvalho Chehab | 1 | -4/+22 |
| 2012-05-28 | i5000_edac: Fix the logic that retrieves memory information | Mauro Carvalho Chehab | 1 | -71/+79 |
| 2012-05-28 | i5400_edac: improve debug messages to better represent the filled memory | Mauro Carvalho Chehab | 1 | -1/+14 |
| 2012-05-28 | edac: Cleanup the logs for i7core and sb edac drivers | Mauro Carvalho Chehab | 2 | -31/+20 |
| 2012-05-28 | edac: Initialize the dimm label with the known information | Mauro Carvalho Chehab | 2 | -10/+26 |
| 2012-05-28 | edac: Remove the legacy EDAC ABI | Mauro Carvalho Chehab | 27 | -151/+32 |
| 2012-05-28 | x38_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -7/+21 |
| 2012-05-28 | tile_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -3/+13 |
| 2012-05-28 | sb_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -103/+56 |
| 2012-05-28 | r82600_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -9/+18 |
| 2012-05-28 | ppc4xx_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -8/+17 |
| 2012-05-28 | pasemi_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -9/+16 |
| 2012-05-28 | mv64x60_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -6/+19 |
| 2012-05-28 | mpc85xx_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -5/+17 |
| 2012-05-28 | i82975x_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -7/+20 |
| 2012-05-28 | i82875p_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -8/+21 |
| 2012-05-28 | i82860_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -13/+29 |
| 2012-05-28 | i82443bxgx_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -10/+16 |
| 2012-05-28 | i7core_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -152/+50 |
| 2012-05-28 | i7300_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -48/+30 |
| 2012-05-28 | i5400_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -98/+119 |
| 2012-05-28 | i5100_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -50/+40 |
| 2012-05-28 | i5000_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -21/+39 |
| 2012-05-28 | i3200_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -10/+22 |
| 2012-05-28 | i3000_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -5/+20 |
| 2012-05-28 | e7xxx_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -7/+30 |
| 2012-05-28 | e752x_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -15/+34 |
| 2012-05-28 | cpc925_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -5/+18 |
| 2012-05-28 | cell_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -7/+19 |
| 2012-05-28 | amd76x_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -9/+19 |
| 2012-05-28 | amd64_edac: convert driver to use the new edac ABI | Mauro Carvalho Chehab | 1 | -45/+92 |
| 2012-05-28 | edac: Change internal representation to work with layers | Mauro Carvalho Chehab | 2 | -274/+527 |
| 2012-05-28 | edac: rewrite edac_align_ptr() | Mauro Carvalho Chehab | 4 | -31/+48 |
| 2012-05-28 | edac: move nr_pages to dimm struct | Mauro Carvalho Chehab | 27 | -113/+141 |
| 2012-05-28 | edac: Don't initialize csrow's first_page & friends when not needed | Mauro Carvalho Chehab | 12 | -78/+3 |
| 2012-05-28 | edac: move dimm properties to struct dimm_info | Mauro Carvalho Chehab | 27 | -249/+321 |
| 2012-05-28 | edac: Create a dimm struct and move the labels into it | Mauro Carvalho Chehab | 6 | -27/+49 |
| 2012-05-23 | x86/bitops: Move BIT_64() for a wider use | Borislav Petkov | 1 | -2/+0 |
| 2012-05-22 | edac, mips: don't change code that has been removed in edac/mips tree | Jiri Kosina | 2 | -2/+2 |
| 2012-04-30 | edac: Fix spelling errors. | David Mackey | 4 | -16/+16 |
| 2012-04-06 | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 1 | -0/+4 |
| 2012-04-04 | MCE, AMD: Drop too granulary family model checks | Borislav Petkov | 1 | -4/+2 |
| 2012-04-02 | edac: say "TILEGx" not "TILEPro" for the tilegx edac driver | Chris Metcalf | 1 | -0/+4 |
| 2012-03-28 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 6 | -51/+80 |
| 2012-03-24 | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -0/+2 |
| 2012-03-23 | Merge tag 'amd64-edac-updates-for-3.4' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 21 | -184/+125 |
| 2012-03-21 | edac: rename channel_info to rank_info | Mauro Carvalho Chehab | 1 | -3/+3 |
| 2012-03-21 | i5400_edac: Avoid calling pci_put_device() twice | Mauro Carvalho Chehab | 1 | -16/+38 |
| 2012-03-21 | edac: i5100 ack error detection register after each read | Niklas Söderlund | 1 | -7/+4 |
| 2012-03-21 | edac: i5100 fix erroneous define for M1Err | Niklas Söderlund | 1 | -1/+1 |
| 2012-03-21 | edac: sb_edac: Fix a wrong value setting for the previous value | Hui Wang | 1 | -1/+1 |
| 2012-03-21 | edac: sb_edac: Fix a INTERLEAVE_MODE() misuse | Hui Wang | 1 | -1/+1 |
| 2012-03-21 | edac: sb_edac: Let the driver depend on PCI_MMCONFIG | Hui Wang | 1 | -2/+2 |
| 2012-03-21 | edac/ppc4xx_edac: Fix compilation | Mauro Carvalho Chehab | 1 | -2/+2 |
| 2012-03-21 | Fix sb_edac compilation with 32 bits kernels | Mauro Carvalho Chehab | 2 | -20/+30 |
| 2012-03-20 | edac: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2012-03-19 | MCE, AMD: Constify error tables | Borislav Petkov | 2 | -13/+13 |
| 2012-03-19 | MCE, AMD: Correct bank 5 error signatures | Borislav Petkov | 1 | -4/+1 |
| 2012-03-19 | MCE, AMD: Rework NB MCE signatures | Borislav Petkov | 2 | -129/+48 |
| 2012-03-19 | MCE, AMD: Correct VB data error description | Borislav Petkov | 1 | -1/+1 |
| 2012-03-19 | MCE, AMD: Correct ucode patch buffer description | Borislav Petkov | 1 | -2/+6 |
| 2012-03-19 | MCE, AMD: Correct some MC0 error types | Borislav Petkov | 1 | -3/+2 |
| 2012-03-19 | EDAC: Make pci_device_id tables __devinitconst. | Lionel Debroux | 18 | -18/+18 |
| 2012-03-19 | EDAC: Correct scrub rate API | Borislav Petkov | 1 | -2/+2 |
| 2012-03-19 | amd64_edac: Fix K8 revD and later chip select sizes | Borislav Petkov | 1 | -4/+28 |
| 2012-03-19 | amd64_edac: Fix missing csrows sysfs nodes | Ashish Shenoy | 1 | -9/+7 |
| 2012-03-11 | device.h: cleanup users outside of linux/include (C files) | Paul Gortmaker | 2 | -0/+2 |
| 2012-02-21 | asm-generic: architecture independent readq/writeq for 32bit environment | Hitoshi Mitake | 1 | -13/+2 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -12/+20 |
| 2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -55/+49 |
| 2012-01-06 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -8/+6 |
| 2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 10 | -55/+49 |
| 2011-12-21 | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 1 | -2/+0 |
| 2011-12-14 | edac: convert sysdev_class to a regular subsystem | Kay Sievers | 10 | -55/+49 |
| 2011-12-14 | x86, mce: Add wrappers for registering on the decode chain | Borislav Petkov | 3 | -8/+6 |
| 2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
| 2011-11-24 | drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edac | Shaohui Xie | 1 | -1/+1 |
| 2011-11-13 | Merge branch 'master' into for-next | Jiri Kosina | 13 | -529/+2418 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2011-11-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2 | -4/+65 |
| 2011-11-03 | edac: Only build sb_edac on 64-bit | Josh Boyer | 1 | -1/+1 |
| 2011-11-02 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 7 | -480/+2308 |
| 2011-11-01 | edac: tag sb_edac as EXPERIMENTAL, as it requires more testing | Mauro Carvalho Chehab | 1 | -0/+1 |
| 2011-11-01 | EDAC: Fix incorrect edac mode reporting in sb_edac | Mark A. Grondona | 1 | -3/+4 |
| 2011-11-01 | edac: sb_edac: Add it to the building system | Mauro Carvalho Chehab | 3 | -25/+31 |
| 2011-11-01 | edac: Add an experimental new driver to support Sandy Bridge CPU's | Mauro Carvalho Chehab | 1 | -0/+1894 |
| 2011-11-01 | i7300_edac: Fix error cleanup logic | Mauro Carvalho Chehab | 1 | -25/+26 |
| 2011-11-01 | i7core_edac: Initialize memory name with cpu, channel, bank | Mauro Carvalho Chehab | 1 | -0/+4 |
| 2011-11-01 | i7core_edac: Fix compilation on 32 bits arch | Sedat Dilek | 1 | -2/+5 |
| 2011-11-01 | i7core_edac: scrubbing fixups | Nils Carlson | 1 | -8/+133 |
| 2011-11-01 | EDAC: Correct Kconfig dependencies | Borislav Petkov | 1 | -3/+2 |
| 2011-11-01 | i7core_edac: return -ENODEV if no MC is found | Mauro Carvalho Chehab | 1 | -2/+18 |
| 2011-11-01 | i7core_edac: use edac's own way to print errors | Mauro Carvalho Chehab | 1 | -1/+2 |
| 2011-11-01 | i7core_edac: Drop the edac_mce facility | Borislav Petkov | 4 | -91/+25 |
| 2011-10-31 | drivers/edac: Add module.h to mce_amd_inj.c | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-31 | EDAC i7core: Use mce socketid for better compatibility | Thomas Renninger | 1 | -1/+1 |
| 2011-10-31 | i7core_edac: Don't enable memory scrubbing for Xeon 35xx | Mauro Carvalho Chehab | 1 | -7/+39 |
| 2011-10-31 | i7core_edac: Add scrubbing support | Samuel Gabrielsson | 1 | -0/+126 |
| 2011-10-31 | edac: Move edac main structs to include/linux/edac.h | Mauro Carvalho Chehab | 1 | -349/+1 |
| 2011-10-31 | i7core_edac: Fix oops when trying to inject errors | Mauro Carvalho Chehab | 1 | -2/+35 |
| 2011-10-31 | i7core_edac: fix misuse of logical operation in place of bitop | David Sterba | 1 | -1/+1 |
| 2011-10-29 | edac:i82975x fix 32bit compile and cleanup | Arvind R | 1 | -11/+19 |
| 2011-10-06 | amd64_edac: Cleanup return type of amd64_determine_edac_cap() | Dan Carpenter | 1 | -2/+2 |
| 2011-10-06 | amd64_edac: Add a fix for Erratum 505 | Borislav Petkov | 1 | -5/+22 |
| 2011-10-06 | EDAC, MCE, AMD: Simplify NB MCE decoder interface | Borislav Petkov | 3 | -17/+15 |
| 2011-10-06 | EDAC, MCE, AMD: Drop local coreid reporting | Borislav Petkov | 1 | -19/+1 |
| 2011-10-06 | EDAC, MCE, AMD: Print valid addr when reporting an error | Borislav Petkov | 1 | -1/+3 |
| 2011-10-06 | EDAC, MCE, AMD: Print CPU number when reporting the error | Borislav Petkov | 1 | -2/+2 |
| 2011-09-01 | cpc925_edac: Support single-processor configurations | Dmitry Eremin-Solenikov | 1 | -3/+64 |
| 2011-08-30 | Merge remote-tracking branch 'jwb/next' into next | Benjamin Herrenschmidt | 1 | -1/+1 |
| 2011-08-18 | i7core_edac: fixed typo in error count calculation | Mathias Krause | 1 | -1/+1 |
| 2011-08-11 | powerpc/4xx: edac: Add comma to fix build error | Mike Williams | 1 | -1/+1 |
| 2011-08-11 | Revert "EDAC: Correct Kconfig dependencies" | Linus Torvalds | 1 | -2/+3 |
| 2011-08-10 | EDAC: Correct Kconfig dependencies | Borislav Petkov | 1 | -3/+2 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-07-26 | drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand... | Kai.Jiang | 1 | -2/+2 |
| 2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2 | -7/+7 |
| 2011-05-26 | edac,rcu: use synchronize_rcu() instead of call_rcu()+rcu_barrier() | Lai Jiangshan | 4 | -55/+18 |
| 2011-05-26 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 18 | -18/+18 |
| 2011-05-25 | x86: remove 32-bit versions of readq()/writeq() | Roland Dreier | 1 | -0/+13 |
| 2011-05-18 | drivercore: revert addition of of_match to struct device | Grant Likely | 1 | -1/+1 |
| 2011-04-26 | amd64_edac: Erratum #637 workaround | Borislav Petkov | 2 | -2/+51 |
| 2011-04-26 | amd64_edac: Factor in CC6 save area | Borislav Petkov | 2 | -1/+29 |
| 2011-04-26 | amd64_edac: Remove node interleave warning | Borislav Petkov | 1 | -5/+1 |
| 2011-04-21 | EDAC: Remove debugging output in scrub rate handling | Markus Trippelsdorf | 2 | -8/+5 |
| 2011-04-19 | edac: Drop __DATE__ usage | Michal Marek | 18 | -18/+18 |
| 2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 16 | -26/+26 |
| 2011-04-04 | edac/mpc85xx: Limit setting/clearing of HID1[RFXE] to e500v1/v2 cores | Kumar Gala | 1 | -8/+19 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 16 | -26/+26 |
| 2011-03-29 | amd64_edac: Fix potential memleak | Borislav Petkov | 1 | -1/+1 |
| 2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -26/+45 |
| 2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 3 | -1/+264 |
| 2011-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 6 | -1041/+840 |
| 2011-03-17 | amd64_edac: Fix decode_syndrome types | Borislav Petkov | 1 | -4/+4 |
| 2011-03-17 | amd64_edac: Fix DCT argument type | Borislav Petkov | 1 | -5/+4 |
| 2011-03-17 | amd64_edac: Fix ranges signedness | Borislav Petkov | 1 | -4/+5 |
| 2011-03-17 | amd64_edac: Drop local variable | Borislav Petkov | 1 | -3/+2 |
| 2011-03-17 | amd64_edac: Fix PCI config addressing types | Borislav Petkov | 1 | -5/+5 |
| 2011-03-17 | amd64_edac: Fix DRAM base macros | Borislav Petkov | 2 | -6/+5 |
| 2011-03-17 | amd64_edac: Fix node id signedness | Borislav Petkov | 2 | -9/+11 |
| 2011-03-17 | amd64_edac: Drop redundant declarations | Borislav Petkov | 1 | -8/+0 |
| 2011-03-17 | amd64_edac: Enable driver on F15h | Borislav Petkov | 3 | -15/+29 |
| 2011-03-17 | amd64_edac: Adjust ECC symbol size to F15h | Borislav Petkov | 2 | -18/+16 |
| 2011-03-17 | amd64_edac: Simplify scrubrate setting | Borislav Petkov | 2 | -13/+5 |
| 2011-03-17 | amd64_edac: Improve DRAM address mapping | Borislav Petkov | 2 | -70/+83 |
| 2011-03-17 | amd64_edac: Sanitize ->read_dram_ctl_register | Borislav Petkov | 2 | -9/+7 |
| 2011-03-17 | amd64_edac: Adjust sys_addr to chip select conversion routine to F15h | Borislav Petkov | 1 | -14/+15 |