OSDN Git Service

uclinux-h8/linux.git
2021-12-16 Nicholas Pigginpowerpc/64/interrupt: reduce expensive debug tests
2021-12-16 Nicholas Pigginpowerpc/64s/interrupt: Don't enable MSR[EE] in irq...
2021-12-16 Nicholas Pigginpowerpc/64s/perf: add power_pmu_wants_prompt_pmi to...
2021-12-16 Nicholas Pigginpowerpc/64s/interrupt: handle MSR EE and RI in interrup...
2021-12-16 Nicholas Pigginpowerpc/64/interrupt: make normal synchronous interrupt...
2021-12-16 Nicholas Pigginpowerpc/pseries/vas: Don't print an error when VAS...
2021-12-16 Kajol Jainpowerpc/perf: Add data source encodings for power10...
2021-12-16 Kajol Jainpowerpc/perf: Add encodings to represent data based...
2021-12-16 Kajol Jainperf: Add new macros for mem_hops field
2021-12-15 Michael EllermanMerge branch 'topic/ppc-kvm' into next
2021-12-14 Sean ChristophersonKVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait...
2021-12-09 Christophe... powerpc/powermac: Add additional missing lockdep_regist...
2021-12-09 Hari Bathinipowerpc/fadump: Fix inaccurate CPU state info in vmcore...
2021-12-09 Hari Bathinipowerpc: handle kdump appropriately with crash_kexec_po...
2021-12-09 Thadeu Lima... selftests/powerpc/spectre_v2: Return skip code when...
2021-12-09 Anders Roxellpowerpc/cell: Fix clang -Wimplicit-fallthrough warning
2021-12-09 Xiang wangxmacintosh: Add const to of_device_id
2021-12-09 Christophe... powerpc/inst: Optimise copy_inst_from_kernel_nofault()
2021-12-09 Christophe... powerpc/inst: Move ppc_inst_t definition in asm/reg.h
2021-12-09 Christophe... powerpc/inst: Define ppc_inst_t as u32 on PPC32
2021-12-09 Christophe... powerpc/inst: Define ppc_inst_t
2021-12-09 Christophe... powerpc/inst: Refactor ___get_user_instr()
2021-12-09 Christophe... powerpc/32s: Allocate one 256k IBAT instead of two...
2021-12-09 Christophe... powerpc: Remove CONFIG_PPC_HAVE_KUAP and CONFIG_PPC_HAV...
2021-12-09 Christophe... powerpc/kuap: Wire-up KUAP on book3e/64
2021-12-09 Christophe... powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.
2021-12-09 Christophe... powerpc/kuap: Wire-up KUAP on 40x
2021-12-09 Christophe... powerpc/kuap: Wire-up KUAP on 44x
2021-12-09 Christophe... powerpc: Add KUAP support for BOOKE and 40x
2021-12-09 Christophe... powerpc/kuap: Make PPC_KUAP_DEBUG depend on PPC_KUAP...
2021-12-09 Christophe... powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64
2021-12-09 Christophe... powerpc/config: Add CONFIG_BOOKE_OR_40x
2021-12-09 Christophe... powerpc/nohash: Move setup_kuap out of 8xx.c
2021-12-09 Christophe... powerpc/kuap: Add kuap_lock()
2021-12-09 Christophe... powerpc/kuap: Remove __kuap_assert_locked()
2021-12-09 Christophe... powerpc/kuap: Check KUAP activation in generic functions
2021-12-09 Christophe... powerpc/kuap: Add a generic intermediate layer
2021-12-09 Christophe... powerpc/kuep: Remove 'nosmep' boot time parameter excep...
2021-12-09 Christophe... powerpc/32s: Save content of sr0 to avoid 'mfsr'
2021-12-09 Christophe... powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
2021-12-09 Christophe... powerpc/32s: Remove capability to disable KUEP at boottime
2021-12-09 Christophe... powerpc/book3e: Activate KUEP at all time
2021-12-09 Christophe... powerpc/44x: Activate KUEP at all time
2021-12-09 Christophe... powerpc/8xx: Activate KUEP at all time
2021-12-09 Christophe... Revert "powerpc: Inline setup_kup()"
2021-12-09 Christophe... powerpc/40x: Map 32Mbytes of memory at startup
2021-12-09 Nicholas Pigginpowerpc/microwatt: add POWER9_CPU, clear PPC_64S_HASH_MMU
2021-12-09 Nicholas Pigginpowerpc/64s: Move hash MMU support code under CONFIG_PP...
2021-12-09 Nicholas Pigginpowerpc/64s: Make hash MMU support configurable
2021-12-09 Nicholas Pigginpowerpc/64s: Always define arch unmapped area calls
2021-12-09 Nicholas Pigginpowerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE...
2021-12-09 Nicholas Pigginpowerpc/64e: remove mmu_linear_psize
2021-12-02 Nicholas Pigginpowerpc: make memremap_compat_align 64s-only
2021-12-02 Nicholas Pigginpowerpc/64: pcpu setup avoid reading mmu_linear_psize...
2021-12-02 Nicholas Pigginpowerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c
2021-12-02 Nicholas Pigginpowerpc/64s: move page size definitions from hash speci...
2021-12-02 Nicholas Pigginpowerpc/64s: Make flush_and_reload_slb a no-op when...
2021-12-02 Nicholas Pigginpowerpc/64s: move THP trace point creation out of hash...
2021-12-02 Nicholas Pigginpowerpc/pseries: lparcfg don't include slb_size line...
2021-12-02 Nicholas Pigginpowerpc/pseries: move process table registration away...
2021-12-02 Nicholas Pigginpowerpc/64s: Move and rename do_bad_slb_fault as it...
2021-12-02 Nicholas Pigginpowerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
2021-12-02 Nicholas Pigginpowerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
2021-12-02 Nicholas Pigginpowerpc: Remove unused FW_FEATURE_NATIVE references
2021-12-02 Alexey KardashevskiyKVM: PPC: Book3S: Suppress failed alloc warning in...
2021-12-02 Alexey KardashevskiyKVM: PPC: Book3S: Suppress warnings when allocating...
2021-12-01 Nicholas PigginKVM: PPC: Book3S HV P9: Remove unused ri_set local...
2021-12-01 Cédric Le Goaterpowerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.
2021-12-01 Kees Cookpowerpc/signal32: Use struct_group() to zero spe regs
2021-11-30 Christophe... powerpc/32s: Fix shift-out-of-bounds in KASAN init
2021-11-30 Christophe... powerpc/powermac: Add missing lockdep_register_key()
2021-11-30 Christophe... powerpc/modules: Don't WARN on first module allocation...
2021-11-30 Nicholas Pigginpowerpc/64s: Get LPID bit width from device tree
2021-11-30 Athira Rajeevpowerpc/perf: Fix PMU callbacks to clear pending PMI...
2021-11-30 Christophe... powerpc/atomics: Remove atomic_inc()/atomic_dec() and...
2021-11-30 Christophe... powerpc/atomics: Use immediate operand when possible
2021-11-30 Christophe... powerpc/bitops: Use immediate operand when possible
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()
next