index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64
Christophe Leroy
5
-3
/
+69
2024-09-13
powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
Christophe Leroy
11
-4
/
+453
2024-09-13
powerpc/vdso: Refactor CFLAGS for CVDSO build
Christophe Leroy
1
-19
/
+13
2024-09-13
powerpc/vdso32: Add crtsavres
Christophe Leroy
2
-14
/
+4
2024-09-13
powerpc/vdso: Fix VDSO data access when running in a non-root time namespace
Christophe Leroy
4
-3
/
+20
2024-09-12
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-6
/
+12
2024-09-11
Merge v6.11-rc7 into drm-next
Simona Vetter
6
-10
/
+26
2024-09-10
powerpc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
7
-7
/
+7
2024-09-10
powerpc/pseries/eeh: Fix pseries_eeh_err_inject
Narayana Murty N
3
-5
/
+44
2024-09-09
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
1
-2
/
+2
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
1
-2
/
+4
2024-09-08
smp: Mark smp_prepare_boot_cpu() __init
Bibo Mao
1
-1
/
+1
2024-09-05
powerpc: Stop using no_llseek
Michael Ellerman
5
-24
/
+0
2024-09-05
powerpc/64s: Remove the "fast endian switch" syscall
Michael Ellerman
2
-23
/
+0
2024-09-05
powerpc/mm/64s: Restrict THP to Radix or HPT w/64K pages
Michael Ellerman
1
-0
/
+1
2024-09-05
powerpc/mm/64s: Move THP reqs into a separate symbol
Michael Ellerman
1
-3
/
+7
2024-09-05
powerpc/64s: Make mmu_hash_ops __ro_after_init
Michael Ellerman
1
-1
/
+1
2024-09-05
powerpc: Replace kretprobe code with rethook on powerpc
Abhishek Dubey
6
-67
/
+81
2024-09-05
powerpc: pseries: Constify struct kobj_type
Huang Xiaojia
1
-2
/
+2
2024-09-05
powerpc: powernv: Constify struct kobj_type
Huang Xiaojia
2
-2
/
+2
2024-09-05
powerpc: Constify struct kobj_type
Huang Xiaojia
2
-2
/
+2
2024-09-04
powerpc/mm: add ARCH_PKEY_BITS to Kconfig
Joey Gouly
1
-0
/
+4
2024-09-03
mm: remove PageActive
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-03
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
1
-21
/
+3
2024-09-03
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
2
-8
/
+0
2024-09-04
dma-mapping: clearly mark DMA ops as an architecture feature
Christoph Hellwig
1
-1
/
+1
2024-09-01
xz: remove XZ_EXTERN and extern from functions
Lasse Collin
1
-3
/
+0
2024-09-01
powerpc/vdso: refactor error handling
Michael Ellerman
1
-11
/
+7
2024-09-01
mm: remove arch_unmap()
Michael Ellerman
1
-5
/
+0
2024-09-01
powerpc/mm: handle VDSO unmapping via close() rather than arch_unmap()
Michael Ellerman
2
-4
/
+17
2024-09-01
mm/powerpc: add missing pud helpers
Peter Xu
2
-0
/
+23
2024-09-01
powerpc/8xx: document and enforce that split PT locks are not used
David Hildenbrand
1
-0
/
+6
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-4
/
+1
2024-08-30
powerpc/pseries/dlpar: Add device tree nodes for DLPAR IO add
Haren Myneni
1
-0
/
+130
2024-08-30
powerpc/pseries/dlpar: Remove device tree node for DLPAR IO remove
Haren Myneni
2
-1
/
+88
2024-08-30
powerpc/pseries: Use correct data types from pseries_hp_errorlog struct
Haren Myneni
4
-27
/
+10
2024-08-30
powerpc/vdso: Inconditionally use CFUNC macro
Christophe Leroy
1
-4
/
+0
2024-08-30
powerpc/32: Implement validation of emergency stack
Christophe Leroy
2
-2
/
+22
2024-08-30
powerpc/603: Inconditionally use task PGDIR in DTLB misses
Christophe Leroy
1
-27
/
+38
2024-08-30
powerpc/603: Inconditionally use task PGDIR in ITLB misses
Christophe Leroy
1
-12
/
+5
2024-08-30
powerpc/603: Switch r0 and r3 in TLB miss handlers
Christophe Leroy
1
-56
/
+38
2024-08-30
powerpc/603: Copy kernel PGD entries into all PGDIRs and preallocate execmem ...
Christophe Leroy
2
-2
/
+2
2024-08-30
powerpc/32s: Reduce default size of module/execmem area
Christophe Leroy
3
-4
/
+8
2024-08-30
powerpc/8xx: Inconditionally use task PGDIR in DTLB misses
Christophe Leroy
1
-23
/
+34
2024-08-30
powerpc/8xx: Inconditionally use task PGDIR in ITLB misses
Christophe Leroy
1
-11
/
+0
2024-08-30
powerpc/8xx: Preallocate execmem page tables
Christophe Leroy
1
-0
/
+14
2024-08-30
powerpc/8xx: Reduce default size of module/execmem area
Christophe Leroy
3
-1
/
+22
2024-08-30
powerpc/8xx: Allow setting DATA alignment even with STRICT_KERNEL_RWX
Christophe Leroy
1
-5
/
+5
2024-08-30
Revert "powerpc/8xx: Always pin kernel text TLB"
Christophe Leroy
3
-1
/
+17
2024-08-30
powerpc/8xx: Copy kernel PGD entries into all PGDIRs
Christophe Leroy
1
-1
/
+7
[prev]
[next]