aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-2/+2
2019-11-15y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann4-19/+14
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann1-4/+4
2019-11-14Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman7-41/+94
2019-11-14KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman1-0/+9
2019-11-14powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2-4/+50
2019-11-13powerpc/fsl_booke/kaslr: export offset in VMCOREINFO ELF notesJason Yan1-0/+1
2019-11-13powerpc/fsl_booke/kaslr: dump out kernel offset information on panicJason Yan1-0/+20
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan3-14/+23
2019-11-13powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperJason Yan1-0/+13
2019-11-13powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperJason Yan1-0/+35
2019-11-13powerpc: unify definition of M_IF_NEEDEDJason Yan3-29/+4
2019-11-13powerpc/fadump: when fadump is supported register the fadump sysfs files.Michal Suchanek1-9/+6
2019-11-13powerpc/eeh: differentiate duplicate detection messageSam Bobroff1-2/+2
2019-11-13powerpc/64s/exception: Fix kaup -> kuap typoAndrew Donnellan1-3/+3
2019-11-13powerpc: Replace GPL boilerplate with SPDX identifiersThomas Huth2-34/+2
2019-11-13powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V1-4/+11
2019-11-13powerpc/64s: Fix debugfs_simple_attr.cocci warningsYueHaibing1-10/+14
2019-11-13powerpc/watchpoint: Don't ignore extraneous exceptions blindlyRavi Bangoria1-21/+31
2019-11-13powerpc/watchpoint: Fix ptrace code that muck around with address/lenRavi Bangoria1-6/+3
2019-11-13powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria4-23/+54
2019-11-13powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria2-5/+5
2019-11-13powerpc/security: Fix wrong message when RFI Flush is disableGustavo L. F. Walbon1-10/+6
2019-11-13powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler1-1/+1
2019-11-13Merge branch 'topic/secureboot' into nextMichael Ellerman5-0/+396
2019-11-13powerpc: expose secure variables to userspace via sysfsNayna Jain2-0/+249
2019-11-13powerpc/powernv: Add OPAL API interface to access secure variableNayna Jain2-1/+18
2019-11-12powerpc/ima: Indicate kernel modules appended signatures are enforcedMimi Zohar1-2/+6
2019-11-12powerpc/ima: Update ima arch policy to check for blacklistNayna Jain1-4/+4
2019-11-12powerpc/ima: Define trusted boot policyNayna Jain1-1/+32
2019-11-12powerpc: Detect the trusted boot state of the systemNayna Jain1-0/+15
2019-11-12powerpc/ima: Add support to initialize ima policy rulesNayna Jain2-1/+44
2019-11-12powerpc: Detect the secure boot mode of the systemNayna Jain2-0/+37
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2-1/+15
2019-11-07powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2-222/+0
2019-11-07powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva1-2/+2
2019-11-07powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-11-07powerpc: Support CMDLINE_EXTENDChris Packham1-11/+23
2019-11-06powerpc/64s: Always disable branch profiling for prom_init.oMichael Ellerman1-1/+1
2019-11-05powerpc/security: Fix debugfs data leak on 32-bitGeert Uytterhoeven1-2/+2
2019-11-05powerpc/security/book3s64: Report L1TF status in sysfsAnthony Steinhauser1-0/+5
2019-11-04powerpc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-2/+0
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook1-3/+1
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook1-0/+1
2019-11-04powerpc: Rename PT_LOAD identifier "kernel" to "text"Kees Cook1-6/+6
2019-11-04powerpc: Remove PT_NOTE workaroundKees Cook1-22/+2
2019-11-04powerpc: Rename "notes" PT_NOTE to "note"Kees Cook1-2/+2
2019-11-04Merge branch 'fixes' into nextMichael Ellerman2-1/+15
2019-10-30powerpc: Add build-time check of ptrace PT_xx definesMichael Ellerman1-0/+63