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
/
platforms
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
powerpc/powernv: Kconfig: Replace single quotes
Juerg Haefliger
1
-1
/
+1
2022-06-29
powerpc/pseries/iommu: Print ibm,query-pe-dma-windows parameters
Alexey Kardashevskiy
1
-3
/
+5
2022-06-29
powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix mode
Laurent Dufour
1
-3
/
+2
2022-06-29
powerpc/papr_scm: use dev_get_drvdata
Haowen Bai
1
-1
/
+1
2022-06-29
powerpc/64e: KASAN Full support for BOOK3E/64
Christophe Leroy
1
-1
/
+0
2022-06-29
powerpc/32: Remove the 'nobats' kernel parameter
Christophe Leroy
1
-8
/
+6
2022-06-29
powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Christophe Leroy
2
-0
/
+2
2022-06-26
powerpc/powermac: Remove empty function note_scsi_host()
Christophe Leroy
1
-7
/
+0
2022-06-22
powerpc/powernv: wire up rng during setup_arch
Jason A. Donenfeld
3
-16
/
+40
2022-06-22
powerpc/52xx: Get rid of of_node assignment
Andy Shevchenko
1
-10
/
+8
2022-06-22
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
1
-1
/
+1
2022-06-22
powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()
Andy Shevchenko
1
-37
/
+0
2022-06-20
powerpc: Don't include asm/setup.h in asm/machdep.h
Christophe Leroy
3
-2
/
+3
2022-06-18
powerpc/pseries: wire up rng during setup_arch()
Jason A. Donenfeld
3
-8
/
+6
2022-06-18
powerpc/microwatt: wire up rng during setup_arch()
Jason A. Donenfeld
3
-7
/
+18
2022-05-31
powerpc/papr_scm: don't requests stats with '0' sized stats buffer
Vaibhav Jain
1
-0
/
+3
2022-05-29
powerpc/kasan: Mark more real-mode code as not to be instrumented
Paul Mackerras
1
-0
/
+1
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
186
-570
/
+564
2022-05-25
Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-28
/
+1
2022-05-23
Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2022-05-22
powerpc/powernv/pci: Drop VF MPS fixup
Oliver O'Halloran
1
-18
/
+0
2022-05-22
powerpc/powernv/flash: Check OPAL flash calls exist before using
Vasant Hegde
1
-0
/
+4
2022-05-22
powerpc/powermac: constify device_node in of_irq_parse_oldworld()
Krzysztof Kozlowski
1
-1
/
+1
2022-05-22
powerpc/powermac: add missing g5_phy_disable_cpu1() declaration
Krzysztof Kozlowski
2
-2
/
+2
2022-05-22
powerpc: Fix all occurences of "the the"
Michael Ellerman
4
-4
/
+4
2022-05-22
powerpc/platforms/83xx: Use of_device_get_match_data()
Minghao Chi (CGEL ZTE)
1
-5
/
+2
2022-05-22
powerpc/eeh: Drop redundant spinlock initialization
Haowen Bai
1
-2
/
+1
2022-05-22
powerpc/pseries/vas: Call misc_deregister if sysfs init fails
Zheng Bin
1
-0
/
+2
2022-05-22
powerpc/papr_scm: Fix leaking nvdimm_events_map elements
Vaibhav Jain
1
-30
/
+24
2022-05-22
powerpc/numa: Associate numa node to its cpu earlier
Oscar Salvador
1
-1
/
+1
2022-05-22
powerpc/powernv: fix missing of_node_put in uv_init()
Lv Ruyi
1
-0
/
+1
2022-05-22
powerpc/85xx: Remove FSL_85XX_CACHE_SRAM
Christophe Leroy
1
-9
/
+0
2022-05-22
powerpc: Book3S 64-bit outline-only KASAN support
Daniel Axtens
3
-0
/
+11
2022-05-22
powerpc/kasan: Disable address sanitization in kexec paths
Daniel Axtens
4
-11
/
+12
2022-05-22
powerpc/kasan: Don't instrument non-maskable or raw interrupts
Daniel Axtens
1
-1
/
+1
2022-05-22
powerpc/powernv: Get STF barrier requirements from device-tree
Russell Currey
1
-0
/
+3
2022-05-22
powerpc/powernv: Get L1D flush requirements from device-tree
Russell Currey
1
-0
/
+6
2022-05-22
powerpc/pseries/vas: sysfs comments with the correct entries
Haren Myneni
1
-7
/
+7
2022-05-22
powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr
Haren Myneni
3
-4
/
+4
2022-05-19
powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2
Christophe Leroy
1
-0
/
+6
2022-05-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
4
-35
/
+22
2022-05-19
KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
Alexey Kardashevskiy
4
-35
/
+22
2022-05-19
Merge branch 'fixes' into next
Michael Ellerman
4
-22
/
+29
2022-05-11
powerpc/8xx: Use kmalloced data structure instead of global static
Christophe Leroy
1
-18
/
+30
2022-05-11
powerpc/8xx: Remove mpc8xx_pics_init()
Christophe Leroy
9
-32
/
+15
2022-05-11
powerpc/8xx: Convert CPM1 interrupt controller to platform_device
Christophe Leroy
3
-56
/
+50
2022-05-11
powerpc/8xx: Convert CPM1 error interrupt handler to platform driver
Christophe Leroy
1
-29
/
+44
2022-05-11
powerpc/8xx: Move CPM interrupt controller into a dedicated file
Christophe Leroy
3
-140
/
+152
2022-05-08
powerpc: Add missing headers
Christophe Leroy
89
-62
/
+116
2022-05-08
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
53
-54
/
+0
[prev]
[next]