summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/powernv: Use the "unknown" checkstop type as a fallbackRussell Currey2016-04-111-3/+5
| * powerpc/pseries: Update LMB associativity index during DLPAR add/removeNathan Fontenot2016-04-111-31/+162
| * powerpc/pseries: Refactor dlpar_add_lmb() codeNathan Fontenot2016-04-111-14/+20
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-2/+3
|\ \
| * | coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-121-2/+3
* | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-172-13/+8
|\ \ \
| * | | powerpc: mpc8349emitx: use gpiochip data pointerLinus Walleij2016-03-301-3/+3
| * | | powerpc: mpc52xx_gpt: use gpiochip data pointerLinus Walleij2016-03-301-10/+5
| |/ /
* | / dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro2016-05-021-1/+1
| |/ |/|
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1937-978/+911
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-1416-332/+318
| |\
| | * powerpc/86xx: Consolidate common platform codeAlessio Igor Bogani2016-03-119-163/+53
| | * powerpc32: remove ioremap_baseChristophe Leroy2016-03-111-10/+0
| | * powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao2016-03-041-31/+39
| | * powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao2016-03-041-88/+108
| | * powerpc/mpc85xx: refactor the PM operationschenhui zhao2016-03-044-54/+127
| | * powerpc/rcpm: add RCPM driverchenhui zhao2016-03-042-0/+4
| | * powerpc/cache: add cache flush operation for various e500chenhui zhao2016-03-041-2/+3
| * | Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman2016-03-111-1/+1
| |\ \
| | * | powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe2016-03-071-1/+1
| * | | powerpc/powernv: Support PCI config restore for VFsWei Yang2016-03-091-3/+92
| * | | 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
|\