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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
powerpc/pseries: Detect secure and trusted boot state of the system.
Nayna Jain
1
-2
/
+16
2020-07-16
powerpc/vdso: Fix vdso cpu truncation
Milton Miller
1
-1
/
+1
2020-07-16
powerpc/fadump: fix race between pstore write and fadump crash trigger
Sourabh Jain
1
-0
/
+24
2020-07-16
powerpc/rtasd: simplify handle_rtas_event(), emit message on events
Nathan Lynch
1
-25
/
+3
2020-07-16
powerpc/rtas: don't online CPUs for partition suspend
Nathan Lynch
1
-120
/
+2
2020-07-16
powerpc/security: Allow for processors that flush the link stack using the sp...
Nicholas Piggin
1
-8
/
+19
2020-07-16
powerpc/64s: Move branch cache flushing bcctr variant to ppc-ops.h
Nicholas Piggin
1
-4
/
+2
2020-07-16
powerpc/security: split branch cache flush toggle from code patching
Nicholas Piggin
1
-43
/
+51
2020-07-16
powerpc/security: make display of branch cache flush more consistent
Nicholas Piggin
1
-4
/
+4
2020-07-16
powerpc/security: change link stack flush state to the flush type enum
Nicholas Piggin
1
-5
/
+5
2020-07-16
powerpc/security: re-name count cache flush to branch cache flush
Nicholas Piggin
2
-22
/
+21
2020-07-16
powerpc: re-initialise lazy FPU/VEC counters on every fault
Nicholas Piggin
2
-6
/
+2
2020-07-16
powerpc/64s: Fix restore_math unnecessarily changing MSR
Nicholas Piggin
2
-40
/
+68
2020-07-16
powerpc/64s: restore_math remove TM test
Nicholas Piggin
1
-2
/
+1
2020-07-16
powerpc/mm: Enable radix GTSE only if supported.
Bharata B Rao
2
-5
/
+9
2020-07-15
powerpc/vdso64: Switch from __get_datapage() to get_datapage inline macro
Christophe Leroy
3
-34
/
+12
2020-07-15
powerpc/signal64: Don't opencode page prefaulting
Christophe Leroy
1
-4
/
+3
2020-07-15
powerpc/signal_32: Simplify loop in PPC64 save_general_regs()
Christophe Leroy
1
-10
/
+8
2020-07-15
powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general...
Christophe Leroy
1
-2
/
+0
2020-07-15
powerpc/64/signal: Balance return predictor stack in signal trampoline
Nicholas Piggin
2
-18
/
+17
2020-07-15
powerpc/cacheinfo: Add per cpu per index shared_cpu_list
Srikar Dronamraju
1
-1
/
+10
2020-07-15
powerpc/cacheinfo: Make cpumap_show code reusable
Srikar Dronamraju
1
-2
/
+8
2020-07-15
powerpc/cacheinfo: Use cpumap_print to print cpumap
Srikar Dronamraju
1
-6
/
+2
2020-07-14
powerpc/pseries/svm: Fix incorrect check for shared_lppaca_size
Satheesh Rajendran
1
-1
/
+1
2020-07-10
powerpc64: Break asm/percpu.h vs spinlock_types.h dependency
Peter Zijlstra
1
-0
/
+2
2020-07-08
powerpc/64s/exception: Fix 0x1500 interrupt handler crash
Nicholas Piggin
1
-1
/
+1
2020-07-07
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
1
-1
/
+1
2020-07-07
kbuild: remove cc-option test of -fno-stack-protector
Masahiro Yamada
1
-1
/
+1
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-1
/
+1
2020-06-22
powerpc/pseries/svm: Drop unused align argument in alloc_shared_lppaca() func...
Satheesh Rajendran
1
-3
/
+10
2020-06-22
powerpc/dt_cpu_ftrs: Make use of macro ISA_V3_1
Murilo Opsfelder Araujo
1
-1
/
+1
2020-06-22
powerpc/dt_cpu_ftrs: Make use of macro ISA_V3_0B
Murilo Opsfelder Araujo
1
-1
/
+1
2020-06-22
powerpc/dt_cpu_ftrs: Remove unused macro ISA_V2_07B
Murilo Opsfelder Araujo
1
-1
/
+0
2020-06-22
powerpc/64: indirect function call use bctrl rather than blrl in ret_from_ker...
Nicholas Piggin
1
-2
/
+2
2020-06-21
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-11
/
+13
2020-06-18
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
1
-1
/
+1
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
3
-3
/
+3
2020-06-17
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
1
-1
/
+2
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2
-4
/
+6
2020-06-17
arch: wire-up close_range()
Christian Brauner
1
-0
/
+1
2020-06-16
powerpc/64s: Fix KVM interrupt using wrong save area
Nicholas Piggin
1
-2
/
+2
2020-06-15
powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL
Aneesh Kumar K.V
1
-9
/
+11
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-3
/
+3
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
18
-18
/
+17
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
18
-18
/
+18
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
6
-6
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2
-9
/
+4
2020-06-09
powerpc: add show_stack_loglvl()
Dmitry Safonov
1
-5
/
+13
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
64
-1305
/
+1987
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-28
/
+59
[prev]
[next]