summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-015-23/+18
|\
| * y2038: fix typo in powerpc vdso "LOPART"Arnd Bergmann2019-11-211-2/+2
| * y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-151-2/+2
| * y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann2019-11-154-19/+14
| * y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-4/+4
* | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-3036-2682/+753
|\ \
| * | powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmpNathan Chancellor2019-11-251-0/+1
| * | powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy2019-11-219-2256/+0
| * | powerpc/32: Split kexec low level code out of misc_32.SChristophe Leroy2019-11-213-491/+501
| * | powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy2019-11-192-0/+6
| * | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2019-11-181-1/+1
| |\ \
| | * | powerpc/booke: Spelling s/date/data/Geert Uytterhoeven2019-11-171-1/+1
| * | | Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman2019-11-147-41/+94
| |\ \ \ | | |/ / | |/| |
| | * | powerpc/fsl_booke/kaslr: export offset in VMCOREINFO ELF notesJason Yan2019-11-131-0/+1
| | * | powerpc/fsl_booke/kaslr: dump out kernel offset information on panicJason Yan2019-11-131-0/+20
| | * | powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan2019-11-133-14/+23
| | * | powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperJason Yan2019-11-131-0/+13
| | * | powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperJason Yan2019-11-131-0/+35
| | * | powerpc: unify definition of M_IF_NEEDEDJason Yan2019-11-133-29/+4
| * | | powerpc/fadump: when fadump is supported register the fadump sysfs files.Michal Suchanek2019-11-131-9/+6
| * | | powerpc/eeh: differentiate duplicate detection messageSam Bobroff2019-11-131-2/+2
| * | | powerpc/64s/exception: Fix kaup -> kuap typoAndrew Donnellan2019-11-131-3/+3
| * | | powerpc: Replace GPL boilerplate with SPDX identifiersThomas Huth2019-11-132-34/+2
| * | | powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V2019-11-131-4/+11
| * | | powerpc/64s: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-11-131-10/+14
| * | | 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-131-6/+3
| * | | powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria2019-11-134-23/+54
| * | | powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria2019-11-132-5/+5
| * | | powerpc/security: Fix wrong message when RFI Flush is disableGustavo L. F. Walbon2019-11-131-10/+6
| * | | powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler2019-11-131-1/+1
| * | | Merge branch 'topic/secureboot' into nextMichael Ellerman2019-11-135-0/+396
| |\ \ \
| | * | | powerpc: expose secure variables to userspace via sysfsNayna Jain2019-11-122-0/+249
| | * | | powerpc/powernv: Add OPAL API interface to access secure variableNayna Jain2019-11-122-1/+18
| | * | | powerpc/ima: Indicate kernel modules appended signatures are enforcedMimi Zohar2019-11-121-2/+6
| | * | | powerpc/ima: Update ima arch policy to check for blacklistNayna Jain2019-11-121-4/+4
| | * | | powerpc/ima: Define trusted boot policyNayna Jain2019-11-121-1/+32
| | * | | powerpc: Detect the trusted boot state of the systemNayna Jain2019-11-121-0/+15
| | * | | powerpc/ima: Add support to initialize ima policy rulesNayna Jain2019-11-122-1/+44
| | * | | powerpc: Detect the secure boot mode of the systemNayna Jain2019-11-122-0/+37
| | |/ /
| * | | powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2019-11-072-222/+0
| * | | powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva2019-11-071-2/+2
| * | | powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva2019-11-071-2/+2
| * | | powerpc: Support CMDLINE_EXTENDChris Packham2019-11-071-12/+24
| * | | powerpc/64s: Always disable branch profiling for prom_init.oMichael Ellerman2019-11-061-1/+1
| * | | powerpc/security: Fix debugfs data leak on 32-bitGeert Uytterhoeven2019-11-051-2/+2
| * | | powerpc/security/book3s64: Report L1TF status in sysfsAnthony Steinhauser2019-11-051-0/+5
| * | | Merge branch 'fixes' into nextMichael Ellerman2019-11-042-1/+15
| |\ \ \ | | | |/ | | |/|
| * | | powerpc: Add build-time check of ptrace PT_xx definesMichael Ellerman2019-10-301-0/+63
| * | | powerpc/ptrace: Add prototype for function pt_regs_checkMathieu Malaterre2019-10-301-0/+6