Change Details
| target/linux/generic/patches-2.6.34/030-pci_disable_common_quirks.patch |
| 23 | 23 | /* The Mellanox Tavor device gives false positive parity errors |
| 24 | 24 | * Mark this device with a broken_parity_status, to allow |
| 25 | 25 | * PCI scanning code to "skip" this now blacklisted device. |
| 26 | | @@ -1901,7 +1902,9 @@ static void __devinit fixup_rev1_53c810( |
| 26 | @@ -1904,7 +1905,9 @@ static void __devinit fixup_rev1_53c810( |
| 27 | 27 | } |
| 28 | 28 | } |
| 29 | 29 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NCR, PCI_DEVICE_ID_NCR_53C810, fixup_rev1_53c810); |
| ... | ... | |
| 33 | 33 | /* Enable 1k I/O space granularity on the Intel P64H2 */ |
| 34 | 34 | static void __devinit quirk_p64h2_1k_io(struct pci_dev *dev) |
| 35 | 35 | { |
| 36 | | @@ -2551,6 +2554,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I |
| 36 | @@ -2556,6 +2559,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I |
| 37 | 37 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x1518, quirk_i82576_sriov); |
| 38 | 38 | |
| 39 | 39 | #endif /* CONFIG_PCI_IOV */ |
| target/linux/generic/patches-2.6.34/971-ocf_20100325.patch |
| 98 | 98 | |
| 99 | 99 | --- a/include/linux/miscdevice.h |
| 100 | 100 | +++ b/include/linux/miscdevice.h |
| 101 | | @@ -12,6 +12,7 @@ |
| 101 | @@ -18,6 +18,7 @@ |
| 102 | 102 | #define APOLLO_MOUSE_MINOR 7 |
| 103 | 103 | #define PC110PAD_MINOR 9 |
| 104 | 104 | /*#define ADB_MOUSE_MINOR 10 FIXME OBSOLETE */ |
| target/linux/generic/patches-2.6.34/975-ssb_update.patch |
| 395 | 395 | u32 pmucap; |
| 396 | 396 | |
| 397 | 397 | if (!(cc->capabilities & SSB_CHIPCO_CAP_PMU)) |
| 398 | | @@ -516,15 +516,12 @@ void ssb_pmu_init(struct ssb_chipcommon |
| 398 | @@ -516,15 +516,12 @@ void ssb_pmu_init(struct ssb_chipcommon |
| 399 | 399 | ssb_dprintk(KERN_DEBUG PFX "Found rev %u PMU (capabilities 0x%08X)\n", |
| 400 | 400 | cc->pmu.rev, pmucap); |
| 401 | 401 | |
| ... | ... | |
| 543 | 543 | /* Helper to extract some _offset, which is one of the SSB_SPROM_XXX defines. */ |
| 544 | 544 | #define SPEX16(_outvar, _offset, _mask, _shift) \ |
| 545 | 545 | out->_outvar = ((in[SPOFF(_offset)] & (_mask)) >> (_shift)) |
| 546 | | @@ -254,7 +254,7 @@ static int sprom_do_read(struct ssb_bus |
| 546 | @@ -254,7 +254,7 @@ static int sprom_do_read(struct ssb_bus |
| 547 | 547 | int i; |
| 548 | 548 | |
| 549 | 549 | for (i = 0; i < bus->sprom_size; i++) |
| target/linux/generic/patches-2.6.34/980-vm_exports.patch |
| 132 | 132 | #ifndef CONFIG_MMU |
| 133 | 133 | --- a/kernel/signal.c |
| 134 | 134 | +++ b/kernel/signal.c |
| 135 | | @@ -1121,6 +1121,7 @@ struct sighand_struct *lock_task_sighand |
| 135 | @@ -1123,6 +1123,7 @@ struct sighand_struct *lock_task_sighand |
| 136 | 136 | |
| 137 | 137 | return sighand; |
| 138 | 138 | } |
Download the corresponding diff file