summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-2613-167/+596
|\
| * Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-2210-125/+551
| |\
| | * Fix migration.c compilation on s390Andi Kleen2010-10-111-0/+2
| | * x86: HWPOISON: Report correct address granuality for huge hwpoison faultsAndi Kleen2010-10-081-6/+13
| | * Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen2010-10-084-5/+22
| | * Fix build error with !CONFIG_MIGRATIONNaoya Horiguchi2010-10-081-1/+1
| | * hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningAndi Kleen2010-10-081-1/+2
| | * Clean up __page_set_anon_rmapAndi Kleen2010-10-081-17/+8
| | * HWPOISON, hugetlb: fix unpoison for hugepageNaoya Horiguchi2010-10-081-2/+2
| | * HWPOISON, hugetlb: soft offlining for hugepageNaoya Horiguchi2010-10-081-4/+55
| | * HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDNaoya Horiguchi2010-10-082-1/+33
| | * hugetlb: move refcounting in hugepage allocation inside hugetlb_lockNaoya Horiguchi2010-10-081-22/+13
| | * HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi2010-10-083-8/+31
| | * hugetlb: hugepage migration coreNaoya Horiguchi2010-10-084-19/+262
| | * hugetlb: redefine hugepage copy functionsNaoya Horiguchi2010-10-082-5/+44
| | * hugetlb: add allocate function for hugepage migrationNaoya Horiguchi2010-10-082-25/+57
| | * hugetlb: fix metadata corruption in hugetlb_fault()Naoya Horiguchi2010-10-081-12/+9
| * | Merge branch 'hwpoison-cleanups' into hwpoisonAndi Kleen2010-10-221-41/+32
| |\ \
| | * | HWPOISON: Remove retry loop for try_to_unmapAndi Kleen2010-10-081-14/+1
| | * | HWPOISON: Turn addr_valid from bitfield into charAndi Kleen2010-10-081-1/+1
| | * | HWPOISON: Disable DEBUG by defaultAndi Kleen2010-10-081-1/+0
| | * | HWPOISON: Convert pr_debugs to pr_infoAndi Kleen2010-10-081-12/+12
| | * | HWPOISON: Improve comments in memory-failure.cAndi Kleen2010-10-081-13/+18
| | |/
| * | Merge branch 'hwpoison-fixes-2.6.37' into hwpoisonAndi Kleen2010-10-223-1/+13
| |\ \
| | * | Add _addr_lsb field to ia64 siginfoAndi Kleen2010-10-121-0/+1
| | * | HWPOISON/signalfd: add support for addr_lsbHidetoshi Seto2010-10-082-1/+12
| | |/
* | | Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2010-10-2617-41/+778
|\ \ \
| * | | AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 familyNicolas Ferre2010-10-261-6/+6
| * | | at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and boardNicolas Ferre2010-10-263-1/+190
| * | | AT91: pm: make sure that r0 is 0 when dealing with cache operationsNicolas Ferre2010-10-263-3/+10
| * | | AT91: pm: use plain cpu_do_idle() for "wait for interrupt"Nicolas Ferre2010-10-262-2/+8
| * | | AT91: reset: extend alternate reset procedure to several chipsNicolas Ferre2010-10-266-35/+12
| * | | AT91: reset routine cleanup, remove not needed icache flushNicolas Ferre2010-10-264-58/+51
| * | | AT91: trivial: align comment of at91sam9g20_reset with one more tabNicolas Ferre2010-10-261-7/+7
| * | | AT91: Fix AT91SAM9G20 reset as per the errata in the data sheetPeter Horton2010-10-263-2/+63
| * | | AT91: add board support for Pcontrol_G20Peter Gsellmann2010-10-264-0/+504
* | | | Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-10-2621-228/+475
|\ \ \ \
| * | | | OMAP: DSS2: don't power off a panel twiceStanley.Miao2010-10-226-0/+36
| * | | | OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3Senthilvadivu Guruswamy2010-10-221-0/+10
| * | | | OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3Senthilvadivu Guruswamy2010-10-221-1/+1
| * | | | OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFBSenthilvadivu Guruswamy2010-10-221-0/+16
| * | | | arm/omap: simplify conditionalNicolas Kaiser2010-10-221-1/+1
| * | | | OMAP: DSS2: DSI: Remove extra iounmap in error pathSenthilvadivu Guruswamy2010-10-221-1/+0
| * | | | OMAP: DSS2: Use dss_features framework on DSS2 codeArchit Taneja2010-10-225-87/+60
| * | | | OMAP: DSS2: Introduce dss_features filesArchit Taneja2010-10-223-1/+242
| * | | | video/omap: remove mux.h includeNicolas Kaiser2010-10-221-2/+0
| * | | | ARM: omap/fb: move get_fbmem_region() to .init.textUwe Kleine-König2010-10-221-1/+1
| * | | | ARM: omap/fb: move omapfb_reserve_sram to .init.textUwe Kleine-König2010-10-221-3/+3
| * | | | ARM: omap/fb: move omap_init_fb to .init.textUwe Kleine-König2010-10-221-2/+2
| * | | | OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsyncTasslehoff Kjappfot2010-10-221-8/+8
OpenPOWER on IntegriCloud