OSDN Git Service

Revert "powerpc/code-patching: Improve verification of patchability"
[tomoyo/tomoyo-test1.git] / arch /
2021-11-29 Michael EllermanRevert "powerpc/code-patching: Improve verification...
2021-11-25 Nicholas Pigginpowerpc/watchdog: Fix wd_smp_last_reset_tb reporting
2021-11-25 Michael Ellermanpowerpc/microwatt: Make microwatt_get_random_darn(...
2021-11-25 Nicholas Pigginpowerpc/watchdog: read TB close to where it is used
2021-11-25 Nicholas Pigginpowerpc/watchdog: Avoid holding wd_smp_lock over printk...
2021-11-25 Nicholas Pigginpowerpc/watchdog: tighten non-atomic read-modify-write...
2021-11-25 Nicholas Pigginpowerpc/watchdog: Fix missed watchdog reset due to...
2021-11-25 Peiwei Hupowerpc/prom_init: Fix improper check of prom_getprop()
2021-11-25 Nathan Lynchpowerpc/rtas: rtas_busy_delay_time() kernel-doc
2021-11-25 Nathan Lynchpowerpc/rtas: rtas_busy_delay() improvements
2021-11-25 Nathan Lynchpowerpc/pseries: delete scanlog
2021-11-25 Nathan Lynchpowerpc/rtas: kernel-doc fixes
2021-11-25 Christophe Leroypowerpc/code-patching: Improve verification of patchability
2021-11-25 Jason Wangpowerpc/tsi108: make EXPORT_SYMBOL follow its function...
2021-11-25 Hari Bathinibpf ppc32: Access only if addr is kernel address
2021-11-25 Hari Bathinibpf ppc32: Add BPF_PROBE_MEM support for JIT
2021-11-25 Ravi Bangoriabpf ppc64: Access only if addr is kernel address
2021-11-25 Ravi Bangoriabpf ppc64: Add BPF_PROBE_MEM support for JIT
2021-11-25 Hari Bathinipowerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
2021-11-25 Hari Bathinibpf powerpc: refactor JIT compiler code
2021-11-25 Ravi Bangoriabpf powerpc: Remove extra_pass from bpf_jit_build_body()
2021-11-25 Ravi Bangoriabpf powerpc: Remove unused SEEN_STACK
2021-11-25 Oliver O'Halloranpowerpc/eeh: Use a goto for recovery failures
2021-11-25 Daniel Axtenspowerpc/eeh: Small refactor of eeh_handle_normal_event()
2021-11-25 Cédric Le Goaterpowerpc/xive: Add a debugfs toggle for save-restore
2021-11-25 Cédric Le Goaterpowerpc/xive: Add a kernel parameter for StoreEOI
2021-11-25 Cédric Le Goaterpowerpc/xive: Add a debugfs toggle for StoreEOI
2021-11-25 Cédric Le Goaterpowerpc/xive: Add a debugfs file to dump EQs
2021-11-25 Cédric Le Goaterpowerpc/xive: Rename the 'cpus' debugfs file to 'ipis'
2021-11-25 Cédric Le Goaterpowerpc/xive: Change the debugfs file 'xive' into a...
2021-11-25 Cédric Le Goaterpowerpc/xive: Introduce xive_core_debugfs_create()
2021-11-25 Cédric Le Goaterpowerpc/xive: Activate StoreEOI on P10
2021-11-25 Cédric Le Goaterpowerpc/xive: Introduce an helper to print out interrup...
2021-11-25 Cédric Le Goaterpowerpc/xive: Replace pr_devel() by pr_debug() to ease...
2021-11-25 Nicholas Pigginpowerpc/powernv: Remove POWER9 PVR version check for...
2021-11-25 Julia Lawallpowerpc/btext: add missing of_node_put
2021-11-25 Julia Lawallpowerpc/cell: add missing of_node_put
2021-11-25 Julia Lawallpowerpc/powernv: add missing of_node_put
2021-11-25 Julia Lawallpowerpc/6xx: add missing of_node_put
2021-11-25 Michael EllermanMerge branch 'topic/ppc-kvm' into next
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Remove subcore HMI handling
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Stop using vc->dpdes
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Remove most of the vcore logic
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Add unlikely annotation for...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Improve mfmsr performance on...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV Nested: Avoid extra mftb() in neste...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Don't restore PSSCR if not...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Test dawr_enabled() before...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Comment and fix MMU context...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Use Linux SPR save/restore...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Demand fault TM facility registers
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Demand fault EBB facility registers
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: More SPR speed improvements
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Restrict DSISR canary workaroun...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Switch PMU to guest as late...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Implement TM fastpath for guest...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Move remaining SPR and MSR...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Move nested guest entry into...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Move host OS save/restore funct...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Move vcpu register save/restore...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Juggle SPR switching around
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Only execute mtSPR if the value...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Optimise timebase reads
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Move TB updates
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV: Change dec_expires to be relative...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Reduce mtmsrd instructions...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV: CTRL SPR does not require read...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Factor out yield_count increment
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Demand fault PMU SPRs when...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Factor PMU save/load into conte...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Implement PMU save/restore...
2021-11-24 Nicholas Pigginpowerpc/64s: Implement PMU override command line option
2021-11-24 Nicholas Pigginpowerpc/64s: Always set PMU control registers to frozen...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV: Don't always save PMU for guest...
2021-11-24 Nicholas Pigginpowerpc/64s: Keep AMOR SPR a constant ~0 at runtime
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV: POWER10 enable HAIL when running...
2021-11-24 Nicholas Pigginpowerpc/time: add API for KVM to re-arm the host timer...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Reduce mftb per guest entry...
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Use large decrementer for HDEC
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV P9: Use host timer accounting to...
2021-11-24 Nicholas PigginKMV: PPC: Book3S HV P9: Use set_dec to set decrementer...
2021-11-24 Nicholas Pigginpowerpc/64s: guard optional TIDR SPR with CPU ftr test
2021-11-24 Nicholas Pigginpowerpc/64s: Remove WORT SPR from POWER9/10 (take 2)
2021-11-24 Nicholas PigginKVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushin...
2021-11-21 Linus TorvaldsMerge tag 'x86-urgent-2021-11-21' of git://git./linux...
2021-11-21 Linus TorvaldsMerge tag 'perf-urgent-2021-11-21' of git://git./linux...
2021-11-21 Linus TorvaldsMerge tag 'powerpc-5.16-2' of git://git./linux/kernel...
2021-11-20 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-11-20 Linus TorvaldsMerge tag 'block-5.16-2021-11-19' of git://git.kernel...
2021-11-20 Linus TorvaldsMerge tag 'pinctrl-v5.16-2' of git://git./linux/kernel...
next