index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-14
powerpc: Mark .opd section read-only
Christophe Leroy
1
-6
/
+6
2021-10-14
powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10
Athira Rajeev
2
-17
/
+35
2021-10-13
powerpc/eeh: Fix docstrings in eeh.c
Kai Song
1
-4
/
+8
2021-10-13
powerpc/boot: Use CONFIG_PPC_POWERNV to compile OPAL support
Cédric Le Goater
2
-2
/
+2
2021-10-13
powerpc/xive: Discard disabled interrupts in get_irqchip_state()
Cédric Le Goater
1
-1
/
+2
2021-10-13
powerpc: Set max_mapnr correctly
Christophe Leroy
1
-1
/
+1
2021-10-13
KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] value
Nicholas Piggin
2
-0
/
+13
2021-10-12
powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->name
Uwe Kleine-König
2
-5
/
+8
2021-10-12
powerpc/perf: Expose instruction and data address registers as part of extended regs
Athira Rajeev
2
-4
/
+11
2021-10-12
powerpc/perf: Refactor the code definition of perf reg extended mask
Athira Rajeev
1
-8
/
+13
2021-10-10
Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
17
-75
/
+234
2021-10-09
powerpc/pseries/cpuhp: remove obsolete comment from pseries_cpu_die
Nathan Lynch
1
-5
/
+0
2021-10-09
powerpc/pseries/cpuhp: delete add/remove_by_count code
Nathan Lynch
1
-216
/
+2
2021-10-09
powerpc/cpuhp: BUG -> WARN conversion in offline path
Nathan Lynch
1
-1
/
+2
2021-10-09
powerpc/pseries/cpuhp: cache node corrections
Nathan Lynch
1
-4
/
+71
2021-10-09
powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()
Nathan Lynch
1
-1
/
+17
2021-10-09
powerpc/paravirt: vcpu_is_preempted() commentary
Nathan Lynch
1
-4
/
+18
2021-10-09
powerpc: fix unbalanced node refcount in check_kvm_guest()
Nathan Lynch
1
-4
/
+3
2021-10-09
powerpc/powernv/dump: Fix typo in comment
Vasant Hegde
1
-1
/
+1
2021-10-09
powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal
Nick Desaulniers
5
-13
/
+11
2021-10-09
powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype for 'create_section_mapping'
Christophe Leroy
1
-1
/
+1
2021-10-09
powerpc: Drop superfluous pci_dev_is_added() calls
Niklas Schnelle
2
-8
/
+1
2021-10-09
powerpc/powermac: Remove stale declaration of pmac_md
Christophe Leroy
1
-2
/
+0
2021-10-09
powerpc: Remove unused prototype for of_show_percpuinfo
Daniel Axtens
1
-1
/
+0
2021-10-09
powerpc/476: Fix sparse report
Christophe Leroy
1
-2
/
+2
2021-10-09
powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
Xiaoming Ni
3
-7
/
+13
2021-10-09
powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found
Xiaoming Ni
1
-2
/
+1
2021-10-09
powerps/pseries/dma: Add support for 2M IOMMU page size
Alexey Kardashevskiy
1
-5
/
+5
2021-10-07
pseries/eeh: Fix the kdump kernel crash during eeh_pseries_init
Mahesh Salgaonkar
1
-0
/
+4
2021-10-07
powerpc/32s: Fix kuap_kernel_restore()
Christophe Leroy
1
-0
/
+8
2021-10-07
powerpc/pseries/msi: Add an empty irq_write_msi_msg() handler
Cédric Le Goater
1
-0
/
+15
2021-10-07
powerpc/64s: Fix unrecoverable MCE calling async handler from NMI
Nicholas Piggin
3
-18
/
+26
2021-10-07
powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUG
Nicholas Piggin
1
-5
/
+8
2021-10-07
powerpc/64: warn if local irqs are enabled in NMI or hardirq context
Nicholas Piggin
1
-0
/
+6
2021-10-07
powerpc/traps: do not enable irqs in _exception
Nicholas Piggin
1
-3
/
+9
2021-10-07
powerpc/64s: fix program check interrupt emergency stack path
Nicholas Piggin
1
-7
/
+10
2021-10-07
powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000
Naveen N. Rao
1
-1
/
+1
2021-10-07
powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_END
Naveen N. Rao
1
-1
/
+1
2021-10-07
powerpc/bpf ppc32: Fix JMP32_JSET_K
Naveen N. Rao
1
-1
/
+1
2021-10-07
powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operation
Naveen N. Rao
1
-1
/
+1
2021-10-07
powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC
Naveen N. Rao
2
-8
/
+55
2021-10-07
powerpc/security: Add a helper to query stf_barrier type
Naveen N. Rao
2
-0
/
+10
2021-10-07
powerpc/bpf: Fix BPF_SUB when imm == 0x80000000
Naveen N. Rao
1
-10
/
+17
2021-10-07
powerpc/bpf: Fix BPF_MOD when imm == 1
Naveen N. Rao
1
-2
/
+8
2021-10-07
powerpc/bpf: Validate branch ranges
Naveen N. Rao
4
-11
/
+37
2021-10-07
powerpc/lib: Add helper to check if offset is within conditional branch range
Naveen N. Rao
3
-7
/
+8
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
2
-7
/
+3
2021-10-04
powerpc/pseries/svm: Add a powerpc version of cc_platform_has()
Tom Lendacky
3
-0
/
+29
2021-10-02
powerpc/fsl/dts: Fix phy-connection-type for fm1mac3
Pali Rohár
1
-1
/
+1
2021-10-01
audit: add support for the openat2 syscall
Richard Guy Briggs
2
-0
/
+4
[prev]
[next]