summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | powerpc/fsl_booke/kaslr: support nokaslr cmdline parameterJason Yan2019-11-131-0/+7
| | * | | | | | | powerpc/fsl_booke/kaslr: clear the original kernel if randomizedJason Yan2019-11-133-0/+14
| | * | | | | | | powerpc/fsl_booke/32: randomize the kernel image offsetJason Yan2019-11-131-2/+323
| | * | | | | | | powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan2019-11-139-17/+109
| | * | | | | | | powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperJason Yan2019-11-132-0/+14
| | * | | | | | | powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperJason Yan2019-11-132-0/+36
| | * | | | | | | powerpc: introduce kernstart_virt_addr to store the kernel baseJason Yan2019-11-132-0/+4
| | * | | | | | | powerpc: move memstart_addr and kernstart_addr to init-common.cJason Yan2019-11-133-10/+5
| | * | | | | | | powerpc: unify definition of M_IF_NEEDEDJason Yan2019-11-134-29/+14
| | | |/ / / / / | | |/| | | | |
| * | | | | | | powerpc/fadump: when fadump is supported register the fadump sysfs files.Michal Suchanek2019-11-131-9/+6
| * | | | | | | 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: 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-132-14/+120
| * | | | | | | 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
| * | | | | | | 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-1314-1/+640
| |\ \ \ \ \ \ \
| | * | | | | | | powerpc: expose secure variables to userspace via sysfsNayna Jain2019-11-133-0/+260
| | * | | | | | | powerpc/powernv: Add OPAL API interface to access secure variableNayna Jain2019-11-139-2/+211