| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | i7core_edac: Reduce args of i7core_get_onedevice | Hidetoshi Seto | 2010-10-24 | 1 | -12/+9 |
| * | | | i7core_edac: Fix the logic in i7core_remove() | Hidetoshi Seto | 2010-10-24 | 1 | -2/+2 |
| * | | | i7core_edac: Don't do the legacy PCI probe by default | Mauro Carvalho Chehab | 2010-10-24 | 1 | -1/+6 |
| * | | | i7core_edac: don't use a freed mci struct | Mauro Carvalho Chehab | 2010-10-24 | 3 | -5/+4 |
| * | | | edac_core: Print debug messages at release calls | Mauro Carvalho Chehab | 2010-10-24 | 3 | -0/+5 |
| * | | | edac_core: Don't let free(mci) happen while using it | Mauro Carvalho Chehab | 2010-10-24 | 1 | -2/+0 |
| * | | | edac_core: Do a better job with node removal | Mauro Carvalho Chehab | 2010-10-24 | 2 | -29/+43 |
| * | | | i7core_edac: explicitly remove PCI devices from the devices list | Mauro Carvalho Chehab | 2010-10-24 | 1 | -4/+6 |
| * | | | i7core_edac: MCE NMI handling should stop first | Mauro Carvalho Chehab | 2010-10-24 | 1 | -1/+8 |
| * | | | i7core_edac: Initialize all priv vars before start polling | Mauro Carvalho Chehab | 2010-10-24 | 1 | -12/+12 |
| * | | | i7core_edac: Improve debug to seek for register/remove errors | Mauro Carvalho Chehab | 2010-10-24 | 1 | -2/+9 |
| * | | | i7core_edac: move #if PAGE_SHIFT to edac_core.h | Mauro Carvalho Chehab | 2010-10-24 | 2 | -5/+3 |
| * | | | i7core_edac: Properly mark const static vars as such | Mauro Carvalho Chehab | 2010-10-24 | 3 | -46/+83 |
| * | | | i7core_edac: move static vars to the beginning of the file | Mauro Carvalho Chehab | 2010-10-24 | 1 | -6/+5 |
| * | | | i7core_edac: Be sure that the edac pci handler will be properly released | Mauro Carvalho Chehab | 2010-10-24 | 3 | -17/+28 |
| | |/
| |/| |
|
* | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2010-10-26 | 13 | -167/+596 |
|\ \ \ |
|
| * \ \ | Merge branch 'hwpoison-hugepages' into hwpoison | Andi Kleen | 2010-10-22 | 10 | -125/+551 |
| |\ \ \ |
|
| | * | | | Fix migration.c compilation on s390 | Andi Kleen | 2010-10-11 | 1 | -0/+2 |
| | * | | | x86: HWPOISON: Report correct address granuality for huge hwpoison faults | Andi Kleen | 2010-10-08 | 1 | -6/+13 |
| | * | | | Encode huge page size for VM_FAULT_HWPOISON errors | Andi Kleen | 2010-10-08 | 4 | -5/+22 |
| | * | | | Fix build error with !CONFIG_MIGRATION | Naoya Horiguchi | 2010-10-08 | 1 | -1/+1 |
| | * | | | hugepage: move is_hugepage_on_freelist inside ifdef to avoid warning | Andi Kleen | 2010-10-08 | 1 | -1/+2 |
| | * | | | Clean up __page_set_anon_rmap | Andi Kleen | 2010-10-08 | 1 | -17/+8 |
| | * | | | HWPOISON, hugetlb: fix unpoison for hugepage | Naoya Horiguchi | 2010-10-08 | 1 | -2/+2 |
| | * | | | HWPOISON, hugetlb: soft offlining for hugepage | Naoya Horiguchi | 2010-10-08 | 1 | -4/+55 |
| | * | | | HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASED | Naoya Horiguchi | 2010-10-08 | 2 | -1/+33 |
| | * | | | hugetlb: move refcounting in hugepage allocation inside hugetlb_lock | Naoya Horiguchi | 2010-10-08 | 1 | -22/+13 |
| | * | | | HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page() | Naoya Horiguchi | 2010-10-08 | 3 | -8/+31 |
| | * | | | hugetlb: hugepage migration core | Naoya Horiguchi | 2010-10-08 | 4 | -19/+262 |
| | * | | | hugetlb: redefine hugepage copy functions | Naoya Horiguchi | 2010-10-08 | 2 | -5/+44 |
| | * | | | hugetlb: add allocate function for hugepage migration | Naoya Horiguchi | 2010-10-08 | 2 | -25/+57 |
| | * | | | hugetlb: fix metadata corruption in hugetlb_fault() | Naoya Horiguchi | 2010-10-08 | 1 | -12/+9 |
| * | | | | Merge branch 'hwpoison-cleanups' into hwpoison | Andi Kleen | 2010-10-22 | 1 | -41/+32 |
| |\ \ \ \ |
|
| | * | | | | HWPOISON: Remove retry loop for try_to_unmap | Andi Kleen | 2010-10-08 | 1 | -14/+1 |
| | * | | | | HWPOISON: Turn addr_valid from bitfield into char | Andi Kleen | 2010-10-08 | 1 | -1/+1 |
| | * | | | | HWPOISON: Disable DEBUG by default | Andi Kleen | 2010-10-08 | 1 | -1/+0 |
| | * | | | | HWPOISON: Convert pr_debugs to pr_info | Andi Kleen | 2010-10-08 | 1 | -12/+12 |
| | * | | | | HWPOISON: Improve comments in memory-failure.c | Andi Kleen | 2010-10-08 | 1 | -13/+18 |
| | |/ / / |
|
| * | | | | Merge branch 'hwpoison-fixes-2.6.37' into hwpoison | Andi Kleen | 2010-10-22 | 3 | -1/+13 |
| |\ \ \ \ |
|
| | * | | | | Add _addr_lsb field to ia64 siginfo | Andi Kleen | 2010-10-12 | 1 | -0/+1 |
| | * | | | | HWPOISON/signalfd: add support for addr_lsb | Hidetoshi Seto | 2010-10-08 | 2 | -1/+12 |
| | |/ / / |
|
* | | | | | Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91 | Linus Torvalds | 2010-10-26 | 17 | -41/+778 |
|\ \ \ \ \ |
|
| * | | | | | AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 family | Nicolas Ferre | 2010-10-26 | 1 | -6/+6 |
| * | | | | | at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board | Nicolas Ferre | 2010-10-26 | 3 | -1/+190 |
| * | | | | | AT91: pm: make sure that r0 is 0 when dealing with cache operations | Nicolas Ferre | 2010-10-26 | 3 | -3/+10 |
| * | | | | | AT91: pm: use plain cpu_do_idle() for "wait for interrupt" | Nicolas Ferre | 2010-10-26 | 2 | -2/+8 |
| * | | | | | AT91: reset: extend alternate reset procedure to several chips | Nicolas Ferre | 2010-10-26 | 6 | -35/+12 |
| * | | | | | AT91: reset routine cleanup, remove not needed icache flush | Nicolas Ferre | 2010-10-26 | 4 | -58/+51 |
| * | | | | | AT91: trivial: align comment of at91sam9g20_reset with one more tab | Nicolas Ferre | 2010-10-26 | 1 | -7/+7 |
| * | | | | | AT91: Fix AT91SAM9G20 reset as per the errata in the data sheet | Peter Horton | 2010-10-26 | 3 | -2/+63 |