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
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-25
KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()
Sean Christopherson
1
-1
/
+1
2024-10-23
book3s64/radix: Refactoring common kfence related functions
Ritesh Harjani (IBM)
1
-2
/
+6
2024-10-23
book3s64/hash: Add kfence functionality
Ritesh Harjani (IBM)
1
-5
/
+0
2024-10-23
book3s64/hash: Remove kfence support temporarily
Ritesh Harjani (IBM)
1
-0
/
+5
2024-10-21
powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()
Ritesh Harjani (IBM)
1
-0
/
+7
2024-10-16
powerpc/vdso: Flag VDSO64 entry points as functions
Christophe Leroy
1
-0
/
+1
2024-10-16
powerpc/vdso: Implement __arch_get_vdso_rng_data()
Christophe Leroy
1
-2
/
+14
2024-10-16
powerpc/vdso: Add a page for non-time data
Christophe Leroy
1
-17
/
+7
2024-10-16
vdso: Introduce vdso/page.h
Vincenzo Frascino
1
-9
/
+1
2024-10-15
powerpc/vdso: Remove timekeeper includes
Thomas Weißschuh
1
-4
/
+0
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
1
-25
/
+1
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
1
-9
/
+12
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-15
/
+4
2024-09-19
Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
14
-43
/
+85
2024-09-18
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-1
/
+78
2024-09-18
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2024-09-17
powerpc/atomic: Use YZ constraints for DS-form instructions
Michael Ellerman
3
-8
/
+10
2024-09-17
mm: always define pxx_pgprot()
Peter Xu
1
-0
/
+1
2024-09-13
powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32
Christophe Leroy
4
-1
/
+63
2024-09-13
powerpc/vdso: Fix VDSO data access when running in a non-root time namespace
Christophe Leroy
1
-0
/
+15
2024-09-10
powerpc/pseries/eeh: Fix pseries_eeh_err_inject
Narayana Murty N
1
-0
/
+1
2024-09-03
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
1
-6
/
+0
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
1
-4
/
+0
2024-09-01
mm/powerpc: add missing pud helpers
Peter Xu
1
-0
/
+3
2024-08-30
powerpc/pseries/dlpar: Remove device tree node for DLPAR IO remove
Haren Myneni
1
-0
/
+1
2024-08-30
powerpc/32: Implement validation of emergency stack
Christophe Leroy
1
-0
/
+4
2024-08-30
powerpc/603: Copy kernel PGD entries into all PGDIRs and preallocate execmem ...
Christophe Leroy
1
-1
/
+1
2024-08-30
powerpc/32s: Reduce default size of module/execmem area
Christophe Leroy
1
-1
/
+2
2024-08-30
powerpc/8xx: Reduce default size of module/execmem area
Christophe Leroy
1
-1
/
+2
2024-08-30
powerpc/8xx: Copy kernel PGD entries into all PGDIRs
Christophe Leroy
1
-1
/
+7
2024-08-30
powerpc: Remove obsoleted declarations for use_cop and drop_cop
Gaosheng Cui
1
-3
/
+0
2024-08-29
powerpc/64s/mm: Move __real_pte stubs into hash-4k.h
Michael Ellerman
2
-26
/
+20
2024-08-22
powerpc/mm: Fix return type of pgd_val()
Christophe Leroy
2
-5
/
+11
2024-08-21
powerpc/code-patching: Add data patch alignment check
Benjamin Gray
1
-0
/
+6
2024-08-21
powerpc/code-patching: Add generic memory patching
Benjamin Gray
1
-0
/
+31
2024-08-21
powerpc: Remove unused LHZX_BE macro
Christophe Leroy
1
-2
/
+0
2024-08-13
powerpc/topology: Check if a core is online
Nysal Jan K.A
1
-0
/
+13
2024-08-07
powerpc: Remove useless config comment in asm/percpu.h
Jinjie Ruan
1
-1
/
+1
2024-07-29
treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
Valentin Schneider
1
-3
/
+3
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-10
/
+2
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
22
-329
/
+195
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2024-07-19
Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
30
-360
/
+70
2024-07-18
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-2
/
+0
2024-07-18
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
6
-4
/
+22
2024-07-12
powerpc/mm: remove hugepd leftovers
Christophe Leroy
4
-32
/
+0
2024-07-12
powerpc/64s: use contiguous PMD/PUD instead of HUGEPD
Christophe Leroy
9
-142
/
+56
2024-07-12
powerpc/e500: use contiguous PMD instead of hugepd
Christophe Leroy
5
-56
/
+68
2024-07-12
powerpc/e500: encode hugepage size in PTE bits
Christophe Leroy
2
-15
/
+22
[prev]
[next]