index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-12
powerpc/pseries: Move plpks.h to include directory
Russell Currey
2
-5
/
+8
2023-02-12
powerpc/secvar: Don't print error on ENOENT when reading variables
Andrew Donnellan
1
-3
/
+4
2023-02-12
powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
Andrew Donnellan
1
-0
/
+9
2023-02-12
powerpc/secvar: Allow backend to populate static list of variable names
Andrew Donnellan
2
-21
/
+52
2023-02-12
powerpc/secvar: Extend sysfs to include config vars
Russell Currey
2
-5
/
+30
2023-02-12
powerpc/secvar: Clean up init error messages
Andrew Donnellan
1
-3
/
+3
2023-02-12
powerpc/secvar: Handle max object size in the consumer
Russell Currey
3
-14
/
+26
2023-02-12
powerpc/secvar: Handle format string in the consumer
Russell Currey
3
-18
/
+35
2023-02-12
powerpc/secvar: Use sysfs_emit() instead of sprintf()
Russell Currey
1
-2
/
+2
2023-02-12
powerpc/secvar: Warn and error if multiple secvar ops are set
Russell Currey
3
-7
/
+11
2023-02-12
powerpc/secvar: Use u64 in secvar_operations
Michael Ellerman
3
-16
/
+10
2023-02-12
powerpc/secvar: Fix incorrect return in secvar_sysfs_load()
Russell Currey
1
-2
/
+4
2023-02-12
powerpc/pseries: Fix alignment of PLPKS structures and buffers
Andrew Donnellan
1
-3
/
+7
2023-02-12
powerpc/pseries: Fix handling of PLPKS object flushing timeout
Andrew Donnellan
1
-3
/
+8
2023-02-12
Merge branch 'fixes' into next
Michael Ellerman
15
-92
/
+140
2023-02-12
powerpc/ps3: Refresh ps3_defconfig
Geoff Levand
1
-22
/
+17
2023-02-12
powerpc/ps3: Change updateboltedpp() panic to info
Geoff Levand
1
-1
/
+1
2023-02-12
powerpc/kcsan: Add KCSAN Support
Rohan McLure
1
-0
/
+1
2023-02-10
powerpc/kcsan: Prevent recursive instrumentation with IRQ save/restores
Rohan McLure
1
-4
/
+4
2023-02-10
powerpc/kcsan: Memory barriers semantics
Rohan McLure
1
-6
/
+6
2023-02-10
powerpc/kcsan: Exclude udelay to prevent recursive instrumentation
Rohan McLure
1
-2
/
+2
2023-02-10
powerpc/kcsan: Add exclusions from instrumentation
Rohan McLure
6
-0
/
+16
2023-02-10
powerpc: Skip stack validation checking alternate stacks if they are not allo...
Nicholas Piggin
1
-0
/
+11
2023-02-10
powerpc/64: Move paca allocation to early_setup()
Nicholas Piggin
5
-16
/
+13
2023-02-10
powerpc/64: Fix task_cpu in early boot when booting non-zero cpuid
Nicholas Piggin
1
-0
/
+5
2023-02-10
powerpc/64s: Fix stress_hpt memblock alloc alignment
Nicholas Piggin
1
-1
/
+2
2023-02-10
powerpc/64e: Simplify address calculation in secondary hold loop
Nicholas Piggin
1
-5
/
+1
2023-02-10
powerpc/64s: Refactor initialisation after prom
Nicholas Piggin
1
-19
/
+25
2023-02-10
crypto: powerpc - Use address generation helper for asm
Nicholas Piggin
1
-9
/
+4
2023-02-10
powerpc/powernv/ioda: Skip unallocated resources when mapping to PE
Frederic Barrat
1
-1
/
+2
2023-02-10
powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GEN
Nicholas Piggin
1
-0
/
+1
2023-02-10
powerpc/32: implement HAVE_CONTEXT_TRACKING_USER support
Nicholas Piggin
1
-1
/
+1
2023-02-10
powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepare
Nicholas Piggin
1
-27
/
+8
2023-02-10
powerpc/hv-24x7: Fix pvr check when setting interface version
Kajol Jain
1
-1
/
+2
2023-02-10
powerpc/bpf/32: perform three operands ALU operations
Christophe Leroy
1
-0
/
+10
2023-02-10
powerpc/bpf/32: introduce a second source register for ALU operations
Christophe Leroy
1
-167
/
+183
2023-02-10
powerpc/bpf/32: Optimise some particular const operations
Christophe Leroy
1
-3
/
+20
2023-02-10
powerpc/bpf: Only pad length-variable code at initial pass
Christophe Leroy
2
-10
/
+10
2023-02-10
powerpc/bpf: Perform complete extra passes to update addresses
Christophe Leroy
4
-93
/
+8
2023-02-10
powerpc/bpf/32: BPF prog is never called with more than one arg
Christophe Leroy
1
-6
/
+0
2023-02-10
powerpc/bpf/32: Only set a stack frame when necessary
Christophe Leroy
1
-2
/
+18
2023-02-10
powerpc/bpf/32: No need to zeroise r4 when not doing tail call
Christophe Leroy
1
-1
/
+4
2023-02-10
powerpc: Remove __kernel_text_address() in show_instructions()
Christophe Leroy
1
-2
/
+1
2023-02-10
powerpc/mce: log the error for all unrecoverable errors
Ganesh Goudar
1
-3
/
+7
2023-02-09
powerpc: mm: add VM_IOREMAP flag to the vmalloc area
Baoquan He
1
-1
/
+1
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
1
-9
/
+0
2023-02-09
mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
1
-1
/
+5
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
4
-10
/
+10
2023-02-08
powerpc/iommu: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-3
/
+1
2023-02-08
powerpc/64s/radix: Remove TLB_FLUSH_ALL test from range flushes
Nicholas Piggin
1
-11
/
+10
[prev]
[next]