sfrench/cifs-2.6.git
2021-06-20 Haren Mynenipowerpc/vas: Create take/drop pid and mm reference...
2021-06-20 Haren Mynenipowerpc/vas: Add platform specific user window operations
2021-06-20 Haren Mynenipowerpc/powernv/vas: Rename register/unregister functions
2021-06-20 Haren Mynenipowerpc/vas: Move VAS API to book3s common platform
2021-06-20 Haren Mynenipowerpc/powernv/vas: Release reference to tgid during...
2021-06-17 Michael EllermanMerge branch 'topic/ppc-kvm' into next
2021-06-17 Aneesh Kumar K.Vpowerpc/mm/book3s64: Fix possible build error
2021-06-17 Michael Ellermanpowerpc/signal64: Don't read sigaction arguments back...
2021-06-16 Sudeep Hollapowerpc/watchdog: include linux/processor.h for spin_un...
2021-06-16 Sudeep Hollapowerpc/64: drop redundant defination of spin_until_cond
2021-06-16 Christophe... powerpc/signal32: Remove impossible #ifdef combinations
2021-06-16 Christophe... powerpc/32: Display modules range in virtual memory...
2021-06-16 Daniel Axtenspowerpc: make stack walking KASAN-safe
2021-06-16 Athira Rajeevselftests/powerpc: EBB selftest for MMCR0 control for...
2021-06-16 Athira Rajeevselftests/powerpc: Fix "no_handler" EBB selftest
2021-06-16 Christophe... powerpc: Move update_power8_hid0() into its only user
2021-06-16 Christophe... powerpc: Remove proc_trap()
2021-06-16 Christophe... powerpc/32: Remove __main()
2021-06-16 Christophe... powerpc/32s: Rename PTE_SIZE to PTE_T_SIZE
2021-06-16 Christophe... powerpc: Define swapper_pg_dir[] in C
2021-06-16 Christophe... powerpc: Define empty_zero_page[] in C
2021-06-16 Christophe... powerpc/selftests: Use gettid() instead of getppid...
2021-06-16 Christophe... powerpc/nohash: Remove DEBUG_HARDER
2021-06-16 Christophe... powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXT
2021-06-16 Christophe... powerpc/nohash: Remove DEBUG_MAP_CONSISTENCY
2021-06-16 Christophe... powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_cont...
2021-06-16 Christophe... powerpc/nohash: Convert set_context() to C
2021-06-16 Christophe... powerpc/nohash: Refactor update of BDI2000 pointers...
2021-06-16 Christophe... powerpc/kuap: Force inlining of all first level KUAP...
2021-06-16 Christophe... powerpc/kuap: Remove to/from/size parameters of prevent...
2021-06-16 Christophe... powerpc/kuap: Remove KUAP_CURRENT_XXX
2021-06-16 Christophe... powerpc/32s: Activate KUAP and KUEP by default
2021-06-16 Christophe... powerpc/32s: Rework Kernel Userspace Access Protection
2021-06-16 Christophe... powerpc/32s: Allow disabling KUAP at boot time
2021-06-16 Christophe... powerpc/32s: Allow disabling KUEP at boot time
2021-06-16 Christophe... powerpc/32s: Initialise KUAP and KUEP in C
2021-06-16 Christophe... powerpc/32s: Simplify calculation of segment register...
2021-06-16 Christophe... powerpc/32s: Convert switch_mmu_context() to C
2021-06-16 Christophe... powerpc/32s: move CTX_TO_VSID() into mmu-hash.h
2021-06-16 Christophe... powerpc/32s: Refactor update of user segment registers
2021-06-16 Christophe... powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.c
2021-06-16 Christophe... powerpc/8xx: Allow disabling KUAP at boot time
2021-06-16 Christophe... powerpc/44x: Implement Kernel Userspace Exec Protection...
2021-06-16 Christophe... powerpc: Remove CONFIG_PPC_MMU_NOHASH_32
2021-06-16 Christophe... powerpc/optprobes: use PPC_RAW_ macros
2021-06-16 Christophe... powerpc/optprobes: Compact code source a bit.
2021-06-16 Christophe... powerpc/optprobes: Minimise casts
2021-06-16 Christophe... powerpc/inst: Refactor PPC32 and PPC64 versions
2021-06-16 Christophe... powerpc: Don't use 'struct ppc_inst' to reference instr...
2021-06-16 Christophe... powerpc/lib/code-patching: Don't use struct 'ppc_inst...
2021-06-16 Christophe... powerpc/lib/code-patching: Make instr_is_branch_to_addr...
2021-06-16 Christophe... powerpc: Do not dereference code as 'struct ppc_inst...
2021-06-16 Christophe... powerpc/inst: Avoid pointer dereferencing in ppc_inst_e...
2021-06-16 Christophe... powerpc/inst: Improve readability of get_user_instr...
2021-06-16 Christophe... powerpc/inst: Reduce casts in get_user_instr()
2021-06-15 Christophe... powerpc/inst: Fix sparse detection on get_user_instr()
2021-06-15 Christophe... powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()
2021-06-15 Christophe... powerpc/traps: Start using PPC_RAW_xx() macros
2021-06-15 Christophe... powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
2021-06-15 Christophe... powerpc/ebpf32: Use _Rx macros instead of __REG_Rx...
2021-06-15 Christophe... powerpc/ebpf64: Use PPC_RAW_MFLR()
2021-06-15 Christophe... powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()
2021-06-15 Christophe... powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()
2021-06-15 Christophe... powerpc/modules: Use PPC_RAW_xx() macros
2021-06-15 Christophe... powerpc/signal: Use PPC_RAW_xx() macros
2021-06-15 Christophe... powerpc/lib/code-patching: Use PPC_RAW_() macros
2021-06-15 Christophe... powerpc/opcodes: Add shorter macros for registers for...
2021-06-15 Christophe... powerpc: Rework PPC_RAW_xxx() macros for prefixed instr...
2021-06-15 Christophe... powerpc: Don't handle ALTIVEC/SPE in ASM in _switch...
2021-06-15 Christophe... powerpc: Force inlining of csum_add()
2021-06-15 Michael EllermanMerge branch 'fixes' into next
2021-06-15 Finn Thainpowerpc/tau: Remove superfluous parameter in alloc_work...
2021-06-15 Michael Ellermanpowerpc: Fix initrd corruption with relative jump labels
2021-06-15 Christophe... powerpc/perf: Simplify Makefile
2021-06-15 Andy Shevchenkopowerpc/prom_init: Move custom isspace() to its own...
2021-06-15 Shaokun Zhangselftests/powerpc: Remove the repeated declaration
2021-06-15 Baokun Lipowerpc/spider-pci: Remove set but not used variable...
2021-06-15 Baokun Lipowerpc/spufs: Remove set but not used variable 'dummy'
2021-06-15 Tom Rixpowerpc/52xx: Add fallthrough in mpc52xx_wdt_ioctl()
2021-06-14 Michael Ellermanpowerpc/signal64: Copy siginfo before changing regs...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: implement hash host / hash...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: implement hash guest support
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Reflect userspace hcalls to...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV: add virtual mode handlers for...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV: small pseries_do_hcall cleanup
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Allow all P9 processors to...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV: Remove unused nested HV tests...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV: Remove virt mode checks from real...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV: Remove radix guest support from...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV: Remove support for dependent threa...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV: Implement radix prefetch workaroun...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Switch to guest MMU context...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Move SPR loading after expiry...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Improve exit timing accounting...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Read machine check registers...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_g...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Implement the rest of the P9...
2021-06-10 Nicholas PigginKVM: PPC: Book3S HV P9: Stop handling hcalls in real...
next