index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-28
powerpc/crc: drop "glue" from filenames
Eric Biggers
3
-2
/
+2
2025-04-28
lib/crc: make the CPU feature static keys __ro_after_init
Eric Biggers
2
-2
/
+2
2025-04-28
crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTO
Eric Biggers
1
-1
/
+1
2025-04-28
crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
Eric Biggers
1
-1
/
+1
2025-04-28
crypto: powerpc - move library functions to arch/powerpc/lib/crypto/
Eric Biggers
9
-18
/
+24
2025-04-28
crypto: powerpc - drop redundant dependencies on PPC
Eric Biggers
1
-5
/
+3
2025-04-24
powerpc/boot: Fix dash warning
Madhavan Srinivasan
1
-1
/
+1
2025-04-23
crypto: powerpc/sha256-spe - Use API partial block handling
Herbert Xu
1
-135
/
+28
2025-04-23
crypto: powerpc/sha1-spe - Use API partial block handling
Herbert Xu
1
-107
/
+23
2025-04-23
crypto: powerpc/sha1 - Use API partial block handling
Herbert Xu
1
-81
/
+20
2025-04-23
crypto: powerpc/md5 - Use API partial block handling
Herbert Xu
1
-79
/
+20
2025-04-23
crypto: powerpc/ghash - Use API partial block handling
Herbert Xu
1
-53
/
+28
2025-04-19
crypto: lib/poly1305 - restore ability to remove modules
Eric Biggers
1
-0
/
+5
2025-04-19
crypto: lib/chacha - restore ability to remove modules
Eric Biggers
1
-0
/
+5
2025-04-17
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
27
-34
/
+0
2025-04-17
powerpc/pseries: Add a char driver for physical-attestation RTAS
Haren Myneni
5
-2
/
+322
2025-04-17
powerpc/pseries: Add papr-platform-dump character driver for dump retrieval
Haren Myneni
3
-0
/
+427
2025-04-17
powerpc/pseries: Add ibm,get-dynamic-sensor-state RTAS call support
Haren Myneni
3
-1
/
+69
2025-04-17
powerpc/pseries: Add ibm,set-dynamic-indicator RTAS call support
Haren Myneni
3
-1
/
+122
2025-04-17
powerpc/pseries: Add papr-indices char driver for ibm,get-indices
Haren Myneni
4
-2
/
+304
2025-04-17
powerpc/pseries: Define papr_indices_io_block for papr-indices ioctls
Haren Myneni
1
-0
/
+41
2025-04-17
powerpc/pseries: Define common functions for RTAS sequence calls
Haren Myneni
4
-308
/
+418
2025-04-17
powerpc/crc: Include uaccess.h and others
Herbert Xu
2
-13
/
+14
2025-04-16
powerpc: enable dynamic preemption
Shrikanth Hegde
4
-2
/
+23
2025-04-16
fadump: Use str_yes_no() helper in fadump_show_config()
Thorsten Blum
1
-4
/
+2
2025-04-16
KVM: powerpc: Enable commented out BUILD_BUG_ON() assertion
Thorsten Blum
1
-4
/
+0
2025-04-16
powerpc: mpic: Use str_enabled_disabled() helper function
Thorsten Blum
1
-3
/
+4
2025-04-16
powerpc/ps3: Use str_write_read() in ps3_notification_read_write()
Thorsten Blum
1
-1
/
+2
2025-04-16
powerpc/kvm-hv-pmu: Add perf-events for Hostwide counters
Vaibhav Jain
1
-1
/
+91
2025-04-16
powerpc/kvm-hv-pmu: Implement GSB message-ops for hostwide counters
Vaibhav Jain
1
-0
/
+207
2025-04-16
kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU
Vaibhav Jain
3
-0
/
+153
2025-04-16
kvm powerpc/book3s-apiv2: Add kunit tests for Hostwide GSB elements
Vaibhav Jain
1
-0
/
+214
2025-04-16
kvm powerpc/book3s-apiv2: Add support for Hostwide GSB elements
Vaibhav Jain
4
-12
/
+81
2025-04-16
powerpc/boot: Check for ld-option support
Madhavan Srinivasan
1
-4
/
+2
2025-04-16
crypto: poly1305 - centralize the shash wrappers for arch code
Eric Biggers
1
-0
/
+6
2025-04-16
crypto: powerpc/poly1305 - implement library instead of shash
Eric Biggers
2
-104
/
+39
2025-04-16
crypto: powerpc - Include uaccess.h and others
Herbert Xu
5
-11
/
+23
2025-04-15
powerpc: Add check to select PPC_RADIX_BROADCAST_TLBIE
Madhavan Srinivasan
2
-2
/
+2
2025-04-15
powerpc64/ftrace: fix module loading without patchable function entries
Anthony Iliopoulos
1
-4
/
+0
2025-04-15
book3s64/radix : Align section vmemmap start address to PAGE_SIZE
Donet Tom
1
-2
/
+15
2025-04-15
book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n
Ritesh Harjani (IBM)
1
-1
/
+2
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
2
-2
/
+0
2025-04-09
perf/arch: Record sample last_period before updating on the x86 and PowerPC p...
Mark Barnett
2
-2
/
+4
2025-04-08
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
27
-34
/
+0
2025-04-07
crypto: powerpc/chacha - remove the skcipher algorithms
Eric Biggers
2
-147
/
+6
2025-04-07
crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
1
-1
/
+7
2025-04-06
Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-6
/
+6
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
3
-6
/
+6
2025-04-04
lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T
Eric Biggers
1
-1
/
+0
2025-04-04
lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF
Eric Biggers
22
-22
/
+0
[prev]
[next]