summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: BHRB filter configuration should follow the taskAnshuman Khandual2013-07-241-1/+4
* powerpc/perf: Ignore separate BHRB privilege state filter requestAnshuman Khandual2013-07-241-9/+4
* powerpc/powernv: Mark pnv_pci_init_ioda2_phb() as __initBjorn Helgaas2013-07-241-1/+1
* powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instructionAneesh Kumar K.V2013-07-241-2/+8
* powerpc/mm: Fix fallthrough bug in hpte_decodeAneesh Kumar K.V2013-07-241-0/+2
* powerpc/pseries: Fix a typo in pSeries_lpar_hpte_insert()Denis Kirjanov2013-07-241-1/+1
* powerpc/eeh: Introdce flag to protect sysfsGavin Shan2013-07-245-4/+22
* powerpc/eeh: Fix unbalanced enable for IRQGavin Shan2013-07-241-1/+5
* powerpc/eeh: Don't use pci_dev during BAR restoreGavin Shan2013-07-244-16/+91
* powerpc/eeh: Use partial hotplug for EEH unaware driversGavin Shan2013-07-247-24/+117
* powerpc/pci: Partial tree hotplug supportGavin Shan2013-07-243-21/+51
* powerpc/eeh: Use safe list traversal when walking EEH devicesGavin Shan2013-07-243-9/+9
* powerpc/eeh: Keep PE during hotplugGavin Shan2013-07-246-60/+20
* powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan2013-07-241-1/+0
* powerpc/pci: Override pcibios_release_device()Gavin Shan2013-07-241-0/+11
* powerpc/eeh: Export functions for hotplugGavin Shan2013-07-242-3/+12
* powerpc/eeh: Remove reference to PCI deviceGavin Shan2013-07-242-17/+5
* powerpc: Fix the corrupt r3 error during MCE handling.Mahesh Salgaonkar2013-07-241-0/+3
* powerpc/perf: Set PPC_FEATURE2_EBB when we register the power8 PMUMichael Ellerman2013-07-241-1/+10
* powerpc/pseries: Drop "select HOTPLUG"Paul Bolle2013-07-241-1/+0
* powerpc: Access local paca after hard irq disabledTiejun Chen2013-07-241-3/+4
* powerpc/modules: Module CRC relocation fix causes perf issuesAnton Blanchard2013-07-242-6/+2
* powerpc: Add second POWER8 PVR entryMichael Neuling2013-07-243-4/+24
* Linux 3.11-rc2v3.11-rc2Linus Torvalds2013-07-211-1/+1
* Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-219-28/+137
|\
| * ACPI / video: no automatic brightness changes by win8-compatible firmwareAaron Lu2013-07-181-2/+8
| * ACPI / video / i915: No ACPI backlight if firmware expects Windows 8Rafael J. Wysocki2013-07-186-10/+105
| * ACPI / video: Always call acpi_video_init_brightness() on initMatthew Garrett2013-07-181-3/+8
| * ACPICA: expose OSI versionAaron Lu2013-07-183-13/+16
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-202-2/+2
|\ \
| * | ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2013-07-201-1/+1
| * | ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2013-07-201-1/+1
* | | Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-20155-91617/+22
|\ \ \ | |/ / |/| |
| * | Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-07-169-18/+22
| |\ \
| | * | iio: lps331ap: Fix wrong in_pressure_scale output valueJacek Anaszewski2013-07-161-2/+4
| | * | iio staging: fix lis3l02dq, read error handlingPeter Meerwald2013-07-091-0/+2
| | * | staging:iio:ad7291: add missing .driver_module to struct iio_infoWei Yongjun2013-07-061-0/+1
| | * | iio: ti_am335x_adc: add missing .driver_module to struct iio_infoWei Yongjun2013-07-061-0/+1
| | * | iio: mxs-lradc: Remove useless check in read_rawMarek Vasut2013-07-061-7/+0
| | * | iio: mxs-lradc: Fix misuse of iio->trigMarek Vasut2013-07-031-4/+7
| | * | iio: inkern: fix iio_convert_raw_to_processed_unlockedAlexandre Belloni2013-07-031-1/+1
| | * | iio: Fix iio_channel_has_infoAlexandre Belloni2013-07-021-2/+2
| | * | iio:trigger: device_unregister->device_del to avoid double freeJonathan Cameron2013-06-291-1/+1
| | * | iio: dac: ad7303: fix error return code in ad7303_probe()Wei Yongjun2013-06-291-1/+3
| * | | staging: csr: remove driverGreg Kroah-Hartman2013-07-16146-91599/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-204-18/+15
|\ \ \
| * | | vfs: constify dentry parameter in d_count()Peng Tao2013-07-201-1/+1
| * | | livelock avoidance in sget()Al Viro2013-07-201-15/+10
| * | | allow O_TMPFILE to work with O_WRONLYAl Viro2013-07-202-2/+4
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-203-21/+60
|\ \ \ \