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-08-29
Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
11
-74
/
+43
2021-08-28
Merge tag 'powerpc-5.14-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-4
/
+5
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-14
/
+31
2021-08-27
powerpc/pseries/iommu: Rename "direct window" to "dma window"
Leonardo Bras
1
-42
/
+45
2021-08-27
powerpc/pseries/iommu: Make use of DDW for indirect mapping
Leonardo Bras
1
-15
/
+74
2021-08-27
powerpc/pseries/iommu: Find existing DDW with given property name
Leonardo Bras
1
-10
/
+15
2021-08-27
powerpc/pseries/iommu: Update remove_dma_window() to accept property name
Leonardo Bras
1
-8
/
+10
2021-08-27
powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helper
Leonardo Bras
1
-34
/
+38
2021-08-27
powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
Leonardo Bras
1
-45
/
+84
2021-08-27
powerpc/pseries/iommu: Allow DDW windows starting at 0x00
Leonardo Bras
1
-18
/
+18
2021-08-27
powerpc/pseries/iommu: Add ddw_list_new_entry() helper
Leonardo Bras
1
-11
/
+21
2021-08-27
powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helper
Leonardo Bras
1
-11
/
+14
2021-08-27
powerpc/kernel/iommu: Add new iommu_table_in_use() helper
Leonardo Bras
2
-30
/
+32
2021-08-27
powerpc/pseries/iommu: Replace hard-coded page shift
Leonardo Bras
2
-24
/
+23
2021-08-27
powerpc/numa: Update cpu_cpu_map on CPU online/offline
Srikar Dronamraju
3
-5
/
+18
2021-08-27
powerpc/numa: Print debug statements only when required
Srikar Dronamraju
1
-5
/
+4
2021-08-27
powerpc/numa: convert printk to pr_xxx
Srikar Dronamraju
1
-13
/
+9
2021-08-27
powerpc/numa: Drop dbg in favour of pr_debug
Srikar Dronamraju
1
-15
/
+9
2021-08-27
powerpc/smp: Enable CACHE domain for shared processor
Srikar Dronamraju
1
-1
/
+1
2021-08-27
powerpc/smp: Update cpu_core_map on all PowerPc systems
Srikar Dronamraju
1
-6
/
+5
2021-08-27
powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2
Srikar Dronamraju
1
-1
/
+1
2021-08-27
powerpc/configs/microwatt: Enable options for systemd
Joel Stanley
1
-1
/
+4
2021-08-27
powerpc/configs/microwattt: Enable Liteeth
Joel Stanley
1
-0
/
+1
2021-08-27
powerpc/microwatt: Add Ethernet to device tree
Joel Stanley
1
-0
/
+12
2021-08-27
powerpc: Redefine HMT_xxx macros as empty on PPC32
Christophe Leroy
1
-0
/
+9
2021-08-27
Merge changes from Paul Gortmaker
Michael Ellerman
17
-1021
/
+2
2021-08-27
powerpc: retire sbc8641d board support
Paul Gortmaker
6
-273
/
+1
2021-08-27
powerpc: retire sbc8548 board support
Paul Gortmaker
11
-748
/
+1
2021-08-26
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
10
-139
/
+180
2021-08-26
powerpc: Refactor verification of MSR_RI
Christophe Leroy
11
-30
/
+40
2021-08-26
powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()
Christophe Leroy
1
-2
/
+0
2021-08-26
powerpc/64e: Get dear offset with _DEAR macro
Xiongwei Song
2
-14
/
+7
2021-08-26
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
3
-2
/
+7
2021-08-26
powerpc/64e: Get esr offset with _ESR macro
Xiongwei Song
2
-6
/
+6
2021-08-26
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
6
-6
/
+11
2021-08-25
powerpc/perf: Fix the check for SIAR value
Kajol Jain
1
-7
/
+1
2021-08-25
powerpc/perf: Drop the case of returning 0 as instruction pointer
Kajol Jain
1
-2
/
+0
2021-08-25
powerpc/perf: Use stack siar instead of mfspr
Kajol Jain
1
-1
/
+1
2021-08-25
powerpc/64s: Remove WORT SPR from POWER9/10
Nicholas Piggin
2
-5
/
+0
2021-08-25
KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are live
Nicholas Piggin
2
-0
/
+27
2021-08-25
KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argument
Fabiano Rosas
1
-3
/
+3
2021-08-25
KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1
Fabiano Rosas
1
-2
/
+29
2021-08-25
KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessible
Nicholas Piggin
4
-2
/
+8
2021-08-25
KVM: PPC: Book3S HV Nested: Sanitise vcpu registers
Fabiano Rosas
1
-48
/
+46
2021-08-25
KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation
Nicholas Piggin
3
-34
/
+48
2021-08-25
KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP
Nicholas Piggin
1
-2
/
+15
2021-08-25
KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path
Nicholas Piggin
1
-42
/
+0
2021-08-25
KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
Nicholas Piggin
1
-0
/
+1
2021-08-25
powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macros
Christophe Leroy
5
-13
/
+11
2021-08-25
powerpc/ptrace: Make user_mode() common to PPC32 and PPC64
Christophe Leroy
1
-4
/
+0
[prev]
[next]