OSDN Git Service

uclinux-h8/linux.git
2021-11-29 Nicholas Pigginpowerpc: flexible GPR range save/restore macros
2021-11-29 Nicholas Pigginpowerpc/watchdog: help remote CPUs to flush NMI printk...
2021-11-29 Christophe... powerpc: Don't bother about .data..Lubsan sections
2021-11-29 Christophe... powerpc/ptdump: Fix display a BAT's size unit
2021-11-29 Christophe... powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS...
2021-11-29 Christophe... powerpc/ftrace: Add module_trampoline_target() for...
2021-11-29 Christophe... powerpc/ftrace: No need to read LR from stack in _mcount()
2021-11-29 Michael Ellermanpowerpc: Mark probe_machine() __init and static
2021-11-29 Michael Ellermanpowerpc/smp: Move setup_profiling_timer() under CONFIG_...
2021-11-29 Michael Ellermanpowerpc/mm: Move tlbcam_sz() and make it static
2021-11-29 Michael Ellermanpowerpc/85xx: Make c293_pcie_pic_init() static
2021-11-29 Michael Ellermanpowerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() static
2021-11-29 Michael Ellermanpowerpc/85xx: Fix no previous prototype warning for...
2021-11-29 Nicholas Pigginpowerpc: select CPUMASK_OFFSTACK if NR_CPUS >= 8192
2021-11-29 Nicholas Pigginpowerpc: remove cpu_online_cores_map function
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... powerpc/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
next