summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-03mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-03Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig
2020-06-02mm: remove __get_vm_areaChristoph Hellwig
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig
2020-06-02powerpc/pseries: Make vio and ibmebus initcalls pseries specificOliver O'Halloran
2020-06-02powerpc: Add POWER10 architected modeAlistair Popple
2020-06-02powerpc/dt_cpu_ftrs: Add MMA featureAlistair Popple
2020-06-02powerpc/dt_cpu_ftrs: Enable Prefixed InstructionsAlistair Popple
2020-06-02powerpc/dt_cpu_ftrs: Advertise support for ISA v3.1 if selectedAlistair Popple
2020-06-02powerpc: Add support for ISA v3.1Alistair Popple
2020-06-02powerpc: Add new HWCAP bitsAlistair Popple
2020-06-02powerpc/64s: Don't set FSCR bits in INIT_THREADMichael Ellerman
2020-06-02powerpc/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman
2020-06-02powerpc/64s: Don't let DT CPU features set FSCR_DSCRMichael Ellerman
2020-06-02powerpc/64s: Don't init FSCR_DSCR in __init_FSCR()Michael Ellerman
2020-06-02powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
2020-06-02powerpc/module_64: Use special stub for _mcount() with -mprofile-kernelNaveen N. Rao
2020-06-02powerpc/module_64: Simplify check for -mprofile-kernel ftrace relocationsNaveen N. Rao
2020-06-02powerpc/module_64: Consolidate ftrace codeNaveen N. Rao
2020-06-02powerpc/32: Disable KASAN with pages bigger than 16kChristophe Leroy
2020-06-02powerpc/uaccess: Don't set KUEP by default on book3s/32Christophe Leroy
2020-06-02powerpc/uaccess: Don't set KUAP by default on book3s/32Christophe Leroy
2020-06-02powerpc/8xx: Reduce time spent in allow_user_access() and friendsChristophe Leroy
2020-06-02powerpc/entry32: Blacklist exception exit points for kprobe.Christophe Leroy
2020-06-02powerpc/entry32: Blacklist syscall exit points for kprobe.Christophe Leroy
2020-06-02powerpc/entry32: Blacklist exception entry points for kprobe.Christophe Leroy
2020-06-02powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy
2020-06-02powerpc/rtas: Remove machine_check_in_rtas()Christophe Leroy
2020-06-02powerpc/32s: Blacklist functions running with MMU disabled for kprobeChristophe Leroy
2020-06-02powerpc/32s: Make local symbols non visible in hash_low.Christophe Leroy
2020-06-02powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobeChristophe Leroy
2020-06-02powerpc/powermac: Blacklist functions running with MMU disabled for kprobeChristophe Leroy
2020-06-02powerpc/83xx: Blacklist mpc83xx_deep_resume() for kprobeChristophe Leroy
2020-06-02powerpc/82xx: Blacklist pq2_restart() for kprobeChristophe Leroy
2020-06-02powerpc/52xx: Blacklist functions running with MMU disabled for kprobeChristophe Leroy
2020-06-02powerpc/kprobes: Use probe_address() to read instructionsChristophe Leroy
2020-06-02powerpc/configs: Add LIBNVDIMM to ppc64_defconfigMichael Neuling
2020-06-02powerpc/rtas: Implement reentrant rtas callLeonardo Bras
2020-06-02powerpc/rtas: Move type/struct definitions from rtas.h into rtas-types.hLeonardo Bras
2020-06-02powerpc/crash: Use NMI context for printk when starting to crashLeonardo Bras
2020-06-02powerpc/kernel: Enables memory hot-remove after reboot on pseries guestsLeonardo Bras