summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/powernv: Support EEH reset for VF PEWei Yang2016-03-091-1/+126
| * | | powerpc/eeh: Create PE for VFsWei Yang2016-03-091-0/+16
| | |/ | |/|
| * | powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson2016-03-011-3/+6
| * | powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-019-13/+13
| * | powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>Luis Henriques2016-03-011-8/+2
| * | powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h>Luis Henriques2016-03-011-20/+9
| * | powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h>Luis Henriques2016-03-011-10/+6
| * | powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h>Luis Henriques2016-03-011-10/+7
| * | Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-254-1/+32
| |\ \
| * | | powerpc/powernv: Create separate subcores CPU feature bitMichael Neuling2016-02-221-1/+1
| * | | powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init failsAndrew Donnellan2016-02-221-0/+5
| * | | powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE modeWei Yang2016-02-101-19/+62
| * | | powerpc/powernv: boundary the total VF BAR size instead of the individual oneWei Yang2016-02-101-6/+8
| * | | powerpc/powernv: replace the hard coded boundary with gateWei Yang2016-02-101-9/+19
| * | | powerpc/powernv: use one M64 BAR in Single PE mode for one VF BARWei Yang2016-02-101-104/+73
| * | | powerpc/powernv: simplify the calculation of iov resource alignmentWei Yang2016-02-101-8/+12
| * | | powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BARWei Yang2016-02-101-16/+19
| * | | powerpc/powernv: Simplify definitions of EEH debugfs handlersGavin Shan2016-02-101-38/+22
| * | | powerpc/powernv: new function to access OPAL msglogAndrew Donnellan2016-02-092-12/+24
| * | | powerpc/powernv: Remove support for p5ioc2Russell Currey2016-02-084-368/+74
| | |/ | |/|
* | | param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-8/+2
* | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* | | Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-02-204-1/+32
|\ \ \ | |/ / |/| / | |/
| * powerpc/ioda: Set "read" permission when "write" is setAlexey Kardashevskiy2016-02-171-0/+6
| * powerpc/powernv: Fix stale PE primary busGavin Shan2016-02-153-0/+22
| * powerpc/eeh: Fix stale cached primary busGavin Shan2016-02-151-1/+4
* | wrappers for ->i_mutex accessAl Viro2016-01-222-8/+8
|/
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-1541-577/+1358
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-01-1414-59/+27
| |\
| | * powerpc/85xx: mpc85xx ADS: remove pci excludeDaniel Walker2015-12-221-15/+0
| | * powerpc/85xx: Add PCIe controller support for bsc9132qdsHarninder Rai2015-12-221-1/+7
| | * QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-2212-30/+19
| | * QE: use subsys_initcall to init qeZhao Qiang2015-12-226-12/+0
| | * CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang2015-12-221-2/+2
| * | powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usagesRussell Currey2016-01-131-1/+8
| * | powerpc/powernv: Reserve PE#0 on NPUAlistair Popple2016-01-111-2/+4
| * | powerpc/powernv: Change NPU PE# assignmentAlistair Popple2016-01-111-7/+66
| * | powerpc/powernv: Fix update of NVLink DMA maskAlistair Popple2016-01-111-1/+4
| * | powerpc/powernv: Remove misleading comment in pci.cRussell Currey2016-01-111-2/+0
| * | powerpc/powernv: Fix minor off-by-one error in opal_mce_check_early_recovery()Andrew Donnellan2015-12-271-1/+1
| * | powerpc/powernv: Only delay opal_rtc_read() retry when necessaryMichael Neuling2015-12-271-1/+1
| * | powerpc/powernv: Add a kmsg_dumper that flushes console output on panicRussell Currey2015-12-274-0/+73
| * | powerpc: Add missing calls to va_end()Daniel Axtens2015-12-171-0/+1
| |/
| * powerpc/pseries: Enable kernel CPU dlpar from sysfsNathan Fontenot2015-12-171-0/+6
| * powerpc/pseries: Add CPU dlpar add functionalityNathan Fontenot2015-12-171-0/+116
| * powerpc/pseries: Add CPU dlpar remove functionalityNathan Fontenot2015-12-172-0/+156
| * powerpc/pseries: Update CPU hotplug error recoveryNathan Fontenot2015-12-171-13/+63
| * powerpc/pseries: Factor out common cpu hotplug codeNathan Fontenot2015-12-171-31/+39
| * powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.cNathan Fontenot2015-12-172-225/+219
| * powerpc/pseries: Verify CPU doesn't exist before addingNathan Fontenot2015-12-171-4/+39
OpenPOWER on IntegriCloud