aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundleLinus Torvalds2-4/+59
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-30/+7
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-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2-1/+15
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-10-29powerpc/prom_init: Undo relocation before entering secure modeThiago Jung Bauermann2-1/+15
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker1-3/+3
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
2019-09-14powerpc/fadump: handle invalidation of crashdump and re-registraionHari Bathini1-1/+7
2019-09-14powerpc/fadump: reset metadata address during clean upHari Bathini1-0/+6
2019-09-14powerpc/fadump: register kernel metadata address with opalHari Bathini1-3/+20
2019-09-14powerpc/fadump: improve fadump_reserve_mem()Hari Bathini1-23/+25
2019-09-14powerpc/fadump: add fadump support on powernvHari Bathini1-3/+12
2019-09-14pseries/fadump: move out platform specific support from generic codeHari Bathini1-315/+14
2019-09-14powerpc/fadump: release all the memory above boot memory sizeHari Bathini1-24/+10
2019-09-14pseries/fadump: define RTAS register/un-register callback functionsHari Bathini1-150/+15
2019-09-14powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini1-44/+1
2019-09-14powerpc/fadump: move rtas specific definitions to platform codeHari Bathini1-47/+49
2019-09-14powerpc/fadump: use helper functions to reserve/release cpu notes bufferHari Bathini1-15/+6
2019-09-14powerpc/fadump: declare helper functions in internal header fileHari Bathini1-8/+8