aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-12/+24
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-04Merge branch 'fixes' into nextMichael Ellerman2-1/+15
2019-10-30powerpc: Add build-time check of ptrace PT_xx definesMichael Ellerman1-0/+63
2019-10-30powerpc/ptrace: Add prototype for function pt_regs_checkMathieu Malaterre1-0/+6
2019-10-29powerpc/prom_init: Undo relocation before entering secure modeThiago Jung Bauermann2-1/+15
2019-10-28powerpc/pseries: Mark accumulate_stolen_time() as notraceMichael Ellerman1-1/+1
2019-10-11powerpc/setup_64: fix -Wempty-body warningsQian Cai1-20/+6
2019-10-11powerpc/udbg: Make it safe to call udbg_printf() alwaysMichael Ellerman1-6/+8
2019-10-11powerpc: make syntax for FADump config options in kernel/Makefile readableHari Bathini1-3/+2
2019-09-27powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devicesOliver O'Halloran1-2/+2
2019-09-24powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V1-0/+2
2019-09-24powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V1-3/+3
2019-09-24powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V1-2/+28
2019-09-24KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth1-3/+3
2019-09-21powerpc/64s: Set reserved PCR bitsJordan Niethe2-1/+8
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds55-2159/+2715
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-09-19powerpc/mm/mce: Keep irqs disabled during lockless page table walkAneesh Kumar K.V1-8/+12
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-6/+0
2019-09-18powerpc: Use ftrace_graph_ret_addr() when unwindingNaveen N. Rao1-13/+6
2019-09-18powerpc/ftrace: Enable HAVE_FUNCTION_GRAPH_RET_ADDR_PTRNaveen N. Rao5-3/+7
2019-09-18powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar1-0/+1
2019-09-16Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-540/+5
2019-09-14powerpc/fadump: support holes in kernel boot memory areaHari Bathini1-29/+162
2019-09-14powerpc/fadump: remove RMA_START and RMA_END macrosHari Bathini1-15/+17
2019-09-14powerpc/fadump: consider f/w load areaHari Bathini1-4/+12
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini3-8/+44
2019-09-14powerpc/fadump: improve how crashed kernel's memory is reservedHari Bathini1-24/+29
2019-09-14powerpc/fadump: consider reserved ranges while releasing memoryHari Bathini1-21/+146
2019-09-14powerpc/fadump: make crash memory ranges array allocation genericHari Bathini1-53/+60
2019-09-14powerpc/fadump: make use of memblock's bottom up allocation modeHari Bathini1-14/+12