summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2019-11-13powerpc/pseries/cmm: Convert loaned_pages to an atomic_long_tDavid Hildenbrand
2019-11-13powerpc/pseries/cmm: Rip out memory isolate notifierDavid Hildenbrand
2019-11-13powerpc/pseries/cmm: Use adjust_managed_page_count() insted of totalram_pages_*David Hildenbrand
2019-11-13powerpc/pseries/cmm: Drop page arrayDavid Hildenbrand
2019-11-13powerpc/pseries/cmm: Cleanup rc handling in cmm_init()David Hildenbrand
2019-11-13powerpc/pseries/cmm: Report errors when registering notifiers failsDavid Hildenbrand
2019-11-13powerpc/pseries/cmm: Implement release() function for sysfs deviceDavid Hildenbrand
2019-11-13powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler
2019-11-13powerpc/pseries: Add cpu DLPAR support for drc-info propertyTyrel Datwyler
2019-11-13powerpc/pseries: Fix drc-info mappings of logical cpus to drc-indexTyrel Datwyler
2019-11-13powerpc/pseries: Fix bad drc_index_start value parsing of drc-info entryTyrel Datwyler
2019-11-13Merge branch 'topic/secureboot' into nextMichael Ellerman
2019-11-13powerpc: expose secure variables to userspace via sysfsNayna Jain
2019-11-13powerpc/powernv: Add OPAL API interface to access secure variableNayna Jain
2019-11-12powerpc/ima: Indicate kernel modules appended signatures are enforcedMimi Zohar
2019-11-12powerpc/ima: Update ima arch policy to check for blacklistNayna Jain
2019-11-12powerpc/ima: Define trusted boot policyNayna Jain
2019-11-12powerpc: Detect the trusted boot state of the systemNayna Jain
2019-11-12powerpc/ima: Add support to initialize ima policy rulesNayna Jain
2019-11-12powerpc: Detect the secure boot mode of the systemNayna Jain
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar
2019-11-11Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-07powerpc: Don't flush caches when adding memoryAlastair D'Silva
2019-11-07powerpc: Chunk calls to flush_dcache_range in arch_*_memoryAlastair D'Silva
2019-11-07powerpc: Convert flush_icache_range & friends to CAlastair D'Silva
2019-11-07powerpc: define helpers to get L1 icache sizesAlastair D'Silva
2019-11-07powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva
2019-11-07powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva
2019-11-07powerpc: Support CMDLINE_EXTENDChris Packham
2019-11-07powerpc: support KASAN instrumentation of bitopsDaniel Axtens
2019-11-06powerpc/64s: Always disable branch profiling for prom_init.oMichael Ellerman
2019-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-11-05powerpc/security: Fix debugfs data leak on 32-bitGeert Uytterhoeven
2019-11-05powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V
2019-11-05powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V
2019-11-05powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V
2019-11-05powerpc/mm/book3s64/radix: Remove unused code.Aneesh Kumar K.V
2019-11-05powerpc/security/book3s64: Report L1TF status in sysfsAnthony Steinhauser
2019-11-05powerpc/pseries: safely roll back failed DLPAR cpu addNathan Lynch
2019-11-05powerpc/pseries: address checkpatch warnings in dlpar_offline_cpuNathan Lynch
2019-11-04powerpc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook
2019-11-04powerpc: Rename PT_LOAD identifier "kernel" to "text"Kees Cook
2019-11-04powerpc: Remove PT_NOTE workaroundKees Cook
2019-11-04powerpc: Rename "notes" PT_NOTE to "note"Kees Cook
2019-11-04Merge branch 'fixes' into nextMichael Ellerman