| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | ACPI APEI: Convert atomicio routines | Myron Stowe | 2012-01-17 | 3 | -11/+104 |
| | * | | | | | ACPI: Export interfaces for ioremapping/iounmapping ACPI registers | Myron Stowe | 2012-01-17 | 1 | -2/+4 |
| | * | | | | | ACPI: Fix possible alignment issues with GAS 'address' references | Myron Stowe | 2012-01-17 | 1 | -14/+24 |
| * | | | | | | Merge branch 'apei' into release | Len Brown | 2012-01-18 | 9 | -47/+305 |
| |\| | | | | |
|
| | * | | | | | ACPI, APEI, Resolve false conflict between ACPI NVS and APEI | Huang Ying | 2012-01-17 | 1 | -1/+28 |
| | * | | | | | ACPI, Record ACPI NVS regions | Huang Ying | 2012-01-17 | 2 | -2/+54 |
| | * | | | | | ACPI, APEI, EINJ, Refine the fix of resource conflict | Xiao, Hui | 2012-01-17 | 1 | -6/+32 |
| | * | | | | | ACPI, APEI, EINJ, Fix resource conflict on some machine | Huang Ying | 2012-01-17 | 3 | -2/+36 |
| | * | | | | | ACPI, Add RAM mapping support to ACPI atomic IO support | Huang Ying | 2012-01-17 | 1 | -4/+37 |
| | * | | | | | ACPI, APEI, Printk queued error record before panic | Huang Ying | 2012-01-17 | 1 | -9/+44 |
| | * | | | | | ACPI, APEI, GHES, Distinguish interleaved error report in kernel log | Huang Ying | 2012-01-17 | 1 | -5/+11 |
| | * | | | | | ACPI, APEI, Remove table not found message | Huang Ying | 2012-01-17 | 3 | -9/+6 |
| | * | | | | | ACPI, APEI, Print resource errors in conventional format | Bjorn Helgaas | 2012-01-17 | 2 | -9/+10 |
| | * | | | | | ACPI, APEI, GHES: Add PCIe AER recovery support | Huang Ying | 2012-01-17 | 1 | -0/+23 |
| | * | | | | | ACPI, Add 64bit read/write support to atomicio on i386 | Huang Ying | 2012-01-17 | 1 | -6/+30 |
| | |/ / / / |
|
| * | | | | | ACPICA: Update all copyrights to 2012 | Bob Moore | 2012-01-17 | 148 | -148/+148 |
| * | | | | | ACPICA: Add support for region address conflict checking | Lin Ming | 2012-01-17 | 12 | -215/+403 |
| * | | | | | ACPICA: Update for larger ACPI 5 FADT size | Bob Moore | 2012-01-17 | 1 | -6/+7 |
| * | | | | | ACPICA: Clean up Makefile | Lin Ming | 2012-01-17 | 1 | -24/+133 |
| * | | | | | ACPI 5.0: Allow _AEI method in walk resources | Zhang Rui | 2012-01-17 | 1 | -4/+6 |
| * | | | | | ACPI 5.0: Add new predefined names | Bob Moore | 2012-01-17 | 5 | -4/+73 |
| * | | | | | ACPI 5.0: New interface, acpi_buffer_to_resource | Bob Moore | 2012-01-17 | 1 | -0/+64 |
| * | | | | | ACPI 5.0: New interface, acpi_get_event_resources | Bob Moore | 2012-01-17 | 3 | -0/+94 |
| * | | | | | ACPI 5.0: Support for all new resource descriptors | Lin Ming | 2012-01-17 | 15 | -115/+1573 |
| * | | | | | ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation region | Bob Moore | 2012-01-17 | 5 | -17/+38 |
| * | | | | | ACPI 5.0: Implement Connection() and AccessAs() changes | Bob Moore | 2012-01-17 | 14 | -45/+300 |
| * | | | | | ACPI 5.0: New interfaces to allow driver access to AML mutex objects | Lin Ming | 2012-01-17 | 2 | -1/+188 |
| * | | | | | ACPI 5.0: Implement hardware-reduced option | Bob Moore | 2012-01-17 | 5 | -3/+57 |
| * | | | | | ACPI 5.0: Basic support for FADT version 5 | Bob Moore | 2012-01-17 | 1 | -2/+2 |
| * | | | | | ACPICA: Do not abort table load on invalid space ID | Bob Moore | 2012-01-17 | 4 | -12/+54 |
| * | | | | | ACPICA: Add error msg for Index/Bank field registers out-of-range | Bob Moore | 2012-01-17 | 1 | -0/+6 |
| * | | | | | ACPICA: Add error msg for unsupported I/O requests (not 8/16/32 bit length) | Bob Moore | 2012-01-17 | 1 | -0/+2 |
| * | | | | | ACPICA: Fix to allow region arguments to reference other scopes | Lin Ming | 2012-01-17 | 3 | -1/+8 |
| * | | | | | ACPICA: Update for GCC 4 | Bob Moore | 2012-01-17 | 1 | -6/+3 |
| * | | | | | Merge branch 'acpica-validate-address-regression' into next | Len Brown | 2012-01-17 | 1 | -0/+24 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | ACPICA: Put back the call to acpi_os_validate_address | Lin Ming | 2012-01-17 | 1 | -0/+24 |
* | | | | | | tpm: fix (ACPI S3) suspend regression | Stefan Berger | 2012-01-18 | 2 | -0/+12 |
* | | | | | | nvme: fix merge error due to change of 'make_request_fn' fn type | Linus Torvalds | 2012-01-18 | 1 | -7/+1 |
* | | | | | | xen: using EXPORT_SYMBOL requires including export.h | Stephen Rothwell | 2012-01-18 | 1 | -0/+1 |
* | | | | | | Merge branch 'for-linus/i2c-33' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 2012-01-18 | 3 | -54/+89 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branches 'for-33/i2c/eg20t' and 'for-33/i2c/omap' into for-linus/i2c-33 | Ben Dooks | 2012-01-17 | 1 | -40/+70 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | i2c: OMAP: Add DT support for i2c controller | Benoit Cousson | 2012-01-17 | 1 | -35/+67 |
| | * | | | | | | I2C: OMAP: NACK without STP | Jan Weitzel | 2012-01-17 | 1 | -4/+2 |
| | * | | | | | | I2C: OMAP: correct SYSC register offset for OMAP4 | Alexander Aring | 2012-01-17 | 1 | -1/+1 |
| * | | | | | | | i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS Semiconductor | Tomoya MORINAGA | 2012-01-17 | 1 | -6/+6 |
| * | | | | | | | i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOH | Tomoya MORINAGA | 2012-01-17 | 2 | -7/+10 |
| * | | | | | | | i2c-eg20t: modified the setting of transfer rate. | Toshiharu Okada | 2012-01-17 | 1 | -1/+1 |
| * | | | | | | | i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus number | Feng Tang | 2012-01-17 | 1 | -1/+3 |
* | | | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-01-18 | 47 | -619/+683 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | [media] as3645a: Fix compilation by including slab.h | Laurent Pinchart | 2012-01-17 | 1 | -0/+1 |