summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: remove current_is_64bit()Michal Suchanek2019-11-131-16/+1
* powerpc/eeh: differentiate duplicate detection messageSam Bobroff2019-11-131-2/+2
* powerpc/pseries/hotplug-memory: Change rc variable to boolLeonardo Bras2019-11-131-3/+3
* powerpc: use <asm-generic/dma-mapping.h>Christoph Hellwig2019-11-132-18/+1
* powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater2019-11-131-0/+9
* powerpc/64s/exception: Fix kaup -> kuap typoAndrew Donnellan2019-11-131-3/+3
* powerpc: Replace GPL boilerplate with SPDX identifiersThomas Huth2019-11-134-65/+3
* powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V2019-11-131-4/+11
* powerpc/spufs: remove set but not used variable 'ctx'YueHaibing2019-11-131-2/+0
* powerpc/powernv/ioda: using kfree_rcu() to simplify the codeYueHaibing2019-11-131-9/+1
* powerpc/powernv: Make some symbols staticYueHaibing2019-11-133-4/+4
* powerpc/configs: remove obsolete CONFIG_INET_XFRM_MODE_* and CONFIG_INET6_XFR...YueHaibing2019-11-1343-126/+0
* powerpc/pseries: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-11-131-1/+0
* powerpc/pseries: Drop pointless static qualifier in vpa_debugfs_init()YueHaibing2019-11-131-1/+1
* powerpc/powernv/npu: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-11-131-4/+4
* powerpc/64s: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-11-131-10/+14
* powerpc/pseries: Use correct event modifier in rtas_parse_epow_errlog()YueHaibing2019-11-131-1/+1
* powerpc/watchpoint: Support for 8xx in ptrace-hwbreak.c selftestRavi Bangoria2019-11-131-9/+23
* powerpc/watchpoint: Add DAR outside test in perf-hwbreak.c selftestRavi Bangoria2019-11-131-1/+118
* selftests/powerpc: Rewrite ptrace-hwbreak.c selftestRavi Bangoria2019-11-131-210/+361
* powerpc/watchpoint: Don't ignore extraneous exceptions blindlyRavi Bangoria2019-11-131-21/+31
* powerpc/watchpoint: Fix ptrace code that muck around with address/lenRavi Bangoria2019-11-132-8/+5
* powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria2019-11-135-23/+56
* powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria2019-11-134-6/+9
* powerpc/security: Fix wrong message when RFI Flush is disableGustavo L. F. Walbon2019-11-131-10/+6
* powerpc/crypto: Add cond_resched() in crc-vpmsum self-testChris Smart2019-11-131-0/+1
* powerpc/pseries/cmm: Simulation modeDavid Hildenbrand2019-11-131-8/+30
* powerpc/pseries/cmm: Switch to balloon_page_alloc()David Hildenbrand2019-11-131-2/+1
* powerpc/pseries/cmm: Implement balloon compactionDavid Hildenbrand2019-11-133-14/+121
* powerpc/pseries/cmm: Convert loaned_pages to an atomic_long_tDavid Hildenbrand2019-11-131-16/+19
* powerpc/pseries/cmm: Rip out memory isolate notifierDavid Hildenbrand2019-11-131-96/+1
* powerpc/pseries/cmm: Use adjust_managed_page_count() insted of totalram_pages_*David Hildenbrand2019-11-131-3/+3
* powerpc/pseries/cmm: Drop page arrayDavid Hildenbrand2019-11-131-127/+36
* powerpc/pseries/cmm: Cleanup rc handling in cmm_init()David Hildenbrand2019-11-131-4/+3
* powerpc/pseries/cmm: Report errors when registering notifiers failsDavid Hildenbrand2019-11-131-2/+6
* powerpc/pseries/cmm: Implement release() function for sysfs deviceDavid Hildenbrand2019-11-131-0/+5
* powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler2019-11-131-1/+1
* PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-infoTyrel Datwyler2019-11-131-2/+3
* PCI: rpaphp: Annotate and correctly byte swap DRC propertiesTyrel Datwyler2019-11-131-14/+15
* PCI: rpaphp: Add drc-info support for hotplug slot registrationTyrel Datwyler2019-11-131-20/+69
* PCI: rpaphp: Don't rely on firmware feature to imply drc-info supportTyrel Datwyler2019-11-131-1/+1
* PCI: rpaphp: Fix up pointer to first drc-info entryTyrel Datwyler2019-11-131-0/+2
* powerpc/pseries: Add cpu DLPAR support for drc-info propertyTyrel Datwyler2019-11-131-15/+112
* powerpc/pseries: Fix drc-info mappings of logical cpus to drc-indexTyrel Datwyler2019-11-131-13/+10
* powerpc/pseries: Fix bad drc_index_start value parsing of drc-info entryTyrel Datwyler2019-11-131-5/+3
* Merge branch 'topic/secureboot' into nextMichael Ellerman2019-11-1331-96/+1035
|\
| * powerpc: Load firmware trusted keys/hashes into kernel keyringNayna Jain2019-11-133-1/+108
| * x86/efi: move common keyring handler functions to new fileNayna Jain2019-11-134-67/+115
| * powerpc: expose secure variables to userspace via sysfsNayna Jain2019-11-134-0/+306
| * powerpc/powernv: Add OPAL API interface to access secure variableNayna Jain2019-11-139-2/+211