index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/powernv: delay rng platform device creation until later in boot
Jason A. Donenfeld
2022-07-04
1
-6
/
+10
*
powerpc/powernv: wire up rng during setup_arch
Jason A. Donenfeld
2022-06-22
3
-16
/
+40
*
powerpc/pseries: wire up rng during setup_arch()
Jason A. Donenfeld
2022-06-18
3
-8
/
+6
*
powerpc/microwatt: wire up rng during setup_arch()
Jason A. Donenfeld
2022-06-18
3
-7
/
+18
*
powerpc/papr_scm: don't requests stats with '0' sized stats buffer
Vaibhav Jain
2022-05-31
1
-0
/
+3
*
powerpc/kasan: Mark more real-mode code as not to be instrumented
Paul Mackerras
2022-05-29
1
-0
/
+1
*
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-05-28
186
-570
/
+564
|
\
|
*
powerpc/powernv/pci: Drop VF MPS fixup
Oliver O'Halloran
2022-05-22
1
-18
/
+0
|
*
powerpc/powernv/flash: Check OPAL flash calls exist before using
Vasant Hegde
2022-05-22
1
-0
/
+4
|
*
powerpc/powermac: constify device_node in of_irq_parse_oldworld()
Krzysztof Kozlowski
2022-05-22
1
-1
/
+1
|
*
powerpc/powermac: add missing g5_phy_disable_cpu1() declaration
Krzysztof Kozlowski
2022-05-22
2
-2
/
+2
|
*
powerpc: Fix all occurences of "the the"
Michael Ellerman
2022-05-22
4
-4
/
+4
|
*
powerpc/platforms/83xx: Use of_device_get_match_data()
Minghao Chi (CGEL ZTE)
2022-05-22
1
-5
/
+2
|
*
powerpc/eeh: Drop redundant spinlock initialization
Haowen Bai
2022-05-22
1
-2
/
+1
|
*
powerpc/pseries/vas: Call misc_deregister if sysfs init fails
Zheng Bin
2022-05-22
1
-0
/
+2
|
*
powerpc/papr_scm: Fix leaking nvdimm_events_map elements
Vaibhav Jain
2022-05-22
1
-30
/
+24
|
*
powerpc/numa: Associate numa node to its cpu earlier
Oscar Salvador
2022-05-22
1
-1
/
+1
|
*
powerpc/powernv: fix missing of_node_put in uv_init()
Lv Ruyi
2022-05-22
1
-0
/
+1
|
*
powerpc/85xx: Remove FSL_85XX_CACHE_SRAM
Christophe Leroy
2022-05-22
1
-9
/
+0
|
*
powerpc: Book3S 64-bit outline-only KASAN support
Daniel Axtens
2022-05-22
3
-0
/
+11
|
*
powerpc/kasan: Disable address sanitization in kexec paths
Daniel Axtens
2022-05-22
4
-11
/
+12
|
*
powerpc/kasan: Don't instrument non-maskable or raw interrupts
Daniel Axtens
2022-05-22
1
-1
/
+1
|
*
powerpc/powernv: Get STF barrier requirements from device-tree
Russell Currey
2022-05-22
1
-0
/
+3
|
*
powerpc/powernv: Get L1D flush requirements from device-tree
Russell Currey
2022-05-22
1
-0
/
+6
|
*
powerpc/pseries/vas: sysfs comments with the correct entries
Haren Myneni
2022-05-22
1
-7
/
+7
|
*
powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr
Haren Myneni
2022-05-22
3
-4
/
+4
|
*
powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2
Christophe Leroy
2022-05-19
1
-0
/
+6
|
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2022-05-19
4
-35
/
+22
|
|
\
|
|
*
KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
Alexey Kardashevskiy
2022-05-19
4
-35
/
+22
|
*
|
Merge branch 'fixes' into next
Michael Ellerman
2022-05-19
4
-22
/
+29
|
|
\
|
|
*
|
powerpc/8xx: Use kmalloced data structure instead of global static
Christophe Leroy
2022-05-11
1
-18
/
+30
|
*
|
powerpc/8xx: Remove mpc8xx_pics_init()
Christophe Leroy
2022-05-11
9
-32
/
+15
|
*
|
powerpc/8xx: Convert CPM1 interrupt controller to platform_device
Christophe Leroy
2022-05-11
3
-56
/
+50
|
*
|
powerpc/8xx: Convert CPM1 error interrupt handler to platform driver
Christophe Leroy
2022-05-11
1
-29
/
+44
|
*
|
powerpc/8xx: Move CPM interrupt controller into a dedicated file
Christophe Leroy
2022-05-11
3
-140
/
+152
|
*
|
powerpc: Add missing headers
Christophe Leroy
2022-05-08
89
-62
/
+116
|
*
|
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
2022-05-08
53
-54
/
+0
|
*
|
powerpc: fix typos in comments
Julia Lawall
2022-05-05
29
-35
/
+35
|
*
|
powerpc/mm: Remove CONFIG_PPC_MM_SLICES
Christophe Leroy
2022-05-05
1
-4
/
+0
|
*
|
powerpc/eeh: Remove unused inline functions
YueHaibing
2022-05-04
1
-1
/
+3
|
*
|
powerpc/powermac: Use for_each_property_of_node()
Michael Ellerman
2022-05-04
1
-1
/
+1
|
*
|
powerpc/4xx/cpm: Fix return value of __setup() handler
Randy Dunlap
2022-05-04
1
-1
/
+1
|
*
|
powerpc/5xx: Drop unnecessary cast
Wang Qing
2022-05-04
1
-1
/
+1
|
*
|
powerpc: No need to initialise statics to 0
Xiang wangx
2022-05-04
1
-1
/
+1
|
*
|
powerpc: use strscpy to replace strlcpy
Jason Wang
2022-05-04
1
-1
/
+1
|
*
|
powerpc/powernv: Switch from __FUNCTION__ to __func__
Dwaipayan Ray
2022-05-04
1
-1
/
+1
|
*
|
powerpc: Fix spelling mistake "mesages" -> "messages" in Kconfig
Colin Ian King
2022-05-04
1
-1
/
+1
|
*
|
powerpc/mpc52xx: Fix some pr_debug() issues
Randy Dunlap
2022-05-04
1
-15
/
+6
|
*
|
powerpc/pmac: remove unused symbol
Zucheng Zheng
2022-05-04
1
-4
/
+0
|
*
|
powerpc/pseries/cmm: Remove unneeded variable "ret"
zuoqilin
2022-05-04
1
-3
/
+1
[next]