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
2019-11-13
powerpc/pseries: Fix drc-info mappings of logical cpus to drc-index
Tyrel Datwyler
1
-13
/
+10
2019-11-13
powerpc/pseries: Fix bad drc_index_start value parsing of drc-info entry
Tyrel Datwyler
1
-5
/
+3
2019-11-13
Merge branch 'topic/secureboot' into next
Michael Ellerman
14
-1
/
+640
2019-11-13
powerpc: expose secure variables to userspace via sysfs
Nayna Jain
3
-0
/
+260
2019-11-13
powerpc/powernv: Add OPAL API interface to access secure variable
Nayna Jain
9
-2
/
+211
2019-11-12
powerpc/ima: Indicate kernel modules appended signatures are enforced
Mimi Zohar
1
-2
/
+6
2019-11-12
powerpc/ima: Update ima arch policy to check for blacklist
Nayna Jain
1
-4
/
+4
2019-11-12
powerpc/ima: Define trusted boot policy
Nayna Jain
1
-1
/
+32
2019-11-12
powerpc: Detect the trusted boot state of the system
Nayna Jain
2
-0
/
+21
2019-11-12
powerpc/ima: Add support to initialize ima policy rules
Nayna Jain
3
-1
/
+45
2019-11-12
powerpc: Detect the secure boot mode of the system
Nayna Jain
4
-0
/
+70
2019-11-11
dma-direct: provide mmap and get_sgtable method overrides
Christoph Hellwig
1
-1
/
+0
2019-11-11
Merge tag 'v5.4-rc7' into sched/core, to pick up fixes
Ingo Molnar
16
-33
/
+116
2019-11-11
Merge tag 'v5.4-rc7' into perf/core, to pick up fixes
Ingo Molnar
7
-18
/
+70
2019-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+13
2019-11-07
powerpc: Don't flush caches when adding memory
Alastair D'Silva
1
-2
/
+0
2019-11-07
powerpc: Chunk calls to flush_dcache_range in arch_*_memory
Alastair D'Silva
1
-2
/
+25
2019-11-07
powerpc: Convert flush_icache_range & friends to C
Alastair D'Silva
5
-252
/
+170
2019-11-07
powerpc: define helpers to get L1 icache sizes
Alastair D'Silva
2
-10
/
+31
2019-11-07
powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GB
Alastair D'Silva
1
-2
/
+2
2019-11-07
powerpc: Allow flush_icache_range to work across ranges >4GB
Alastair D'Silva
1
-2
/
+2
2019-11-07
powerpc: Support CMDLINE_EXTEND
Chris Packham
2
-13
/
+43
2019-11-07
powerpc: support KASAN instrumentation of bitops
Daniel Axtens
1
-22
/
+29
2019-11-06
powerpc/64s: Always disable branch profiling for prom_init.o
Michael Ellerman
1
-1
/
+1
2019-11-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+13
2019-11-05
powerpc/security: Fix debugfs data leak on 32-bit
Geert Uytterhoeven
2
-6
/
+6
2019-11-05
powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning
Aneesh Kumar K.V
1
-0
/
+1
2019-11-05
powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is set
Aneesh Kumar K.V
1
-2
/
+1
2019-11-05
powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_all
Aneesh Kumar K.V
3
-39
/
+3
2019-11-05
powerpc/mm/book3s64/radix: Remove unused code.
Aneesh Kumar K.V
1
-60
/
+6
2019-11-05
powerpc/security/book3s64: Report L1TF status in sysfs
Anthony Steinhauser
1
-0
/
+5
2019-11-05
powerpc/pseries: safely roll back failed DLPAR cpu add
Nathan Lynch
1
-57
/
+59
2019-11-05
powerpc/pseries: address checkpatch warnings in dlpar_offline_cpu
Nathan Lynch
1
-6
/
+5
2019-11-04
powerpc: Move EXCEPTION_TABLE to RO_DATA segment
Kees Cook
1
-1
/
+1
2019-11-04
vmlinux.lds.h: Move NOTES into RO_DATA
Kees Cook
1
-2
/
+0
2019-11-04
vmlinux.lds.h: Move Program Header restoration into NOTES macro
Kees Cook
1
-3
/
+1
2019-11-04
vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
Kees Cook
1
-0
/
+1
2019-11-04
powerpc: Rename PT_LOAD identifier "kernel" to "text"
Kees Cook
1
-6
/
+6
2019-11-04
powerpc: Remove PT_NOTE workaround
Kees Cook
1
-22
/
+2
2019-11-04
powerpc: Rename "notes" PT_NOTE to "note"
Kees Cook
1
-2
/
+2
2019-11-04
Merge branch 'fixes' into next
Michael Ellerman
6
-18
/
+57
2019-11-02
Merge tag 'powerpc-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
6
-18
/
+57
2019-11-02
powerpc: pseries: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-55
/
+10
2019-11-02
powerpc/bpf: Fix tail call implementation
Eric Dumazet
1
-0
/
+13
2019-11-01
dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
Nicolas Saenz Julienne
2
-14
/
+15
2019-11-01
Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
18
-159
/
+264
2019-10-30
powerpc/tools: Don't quote $objdump in scripts
Michael Ellerman
2
-3
/
+3
2019-10-30
powerpc: Add build-time check of ptrace PT_xx defines
Michael Ellerman
1
-0
/
+63
2019-10-30
powerpc/ptrace: Add prototype for function pt_regs_check
Mathieu Malaterre
1
-0
/
+6
2019-10-29
powerpc/powernv: Fix CPU idle to be called with IRQs disabled
Nicholas Piggin
1
-16
/
+37
[prev]
[next]