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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-25
powerpc/64s: Make prom_init require RELOCATABLE
Michael Ellerman
2
-56
/
+3
2021-06-25
powerpc/bpf: Use bctrl for making function calls
Naveen N. Rao
2
-8
/
+8
2021-06-25
powerpc/xmon: Add support for running a command on all cpus in xmon
Naveen N. Rao
1
-22
/
+126
2021-06-25
powerpc/configs: Enable STACK_TRACER and FTRACE_SYSCALLS in some of the configs
Naveen N. Rao
3
-0
/
+5
2021-06-25
powerpc/kprobes: Warn if instruction patching failed
Naveen N. Rao
1
-2
/
+2
2021-06-25
powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()
Naveen N. Rao
2
-6
/
+5
2021-06-25
powerpc/papr_scm: Add support for reporting dirty-shutdown-count
Vaibhav Jain
2
-0
/
+36
2021-06-25
powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailable
Vaibhav Jain
1
-11
/
+24
2021-06-25
powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...
Naveen N. Rao
1
-2
/
+6
2021-06-25
powerpc/64s: Fix copy-paste data exposure into newly created tasks
Nicholas Piggin
1
-16
/
+32
2021-06-25
powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entry
Christophe Leroy
1
-2
/
+2
2021-06-25
powerpc/32: Reduce code duplication of system call entry
Christophe Leroy
3
-37
/
+19
2021-06-25
powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on booke
Christophe Leroy
2
-10
/
+11
2021-06-25
powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non booke
Christophe Leroy
1
-17
/
+17
2021-06-25
powerpc: Remove klimit
Christophe Leroy
5
-10
/
+5
2021-06-25
powerpc/mm: Properly coalesce pages in ptdump
Christophe Leroy
1
-19
/
+3
2021-06-25
powerpc/mm: Leave a gap between early allocated IO areas
Christophe Leroy
2
-3
/
+3
2021-06-25
powerpc/papr_scm: Properly handle UUID types and API
Andy Shevchenko
1
-9
/
+18
2021-06-25
powerpc/pseries: fail quicker in dlpar_memory_add_by_ic()
Daniel Henrique Barboza
1
-8
/
+6
2021-06-25
powerpc/pseries: break early in dlpar_memory_add_by_count() loops
Daniel Henrique Barboza
1
-5
/
+12
2021-06-25
powerpc/pseries: skip reserved LMBs in dlpar_memory_add_by_count()
Daniel Henrique Barboza
1
-0
/
+3
2021-06-25
powerpc: Offline CPU in stop_this_cpu()
Nicholas Piggin
1
-0
/
+11
2021-06-25
powerpc: Make PPC_IRQ_SOFT_MASK_DEBUG depend on PPC64
Nicholas Piggin
1
-0
/
+1
2021-06-25
powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()
Nicholas Piggin
1
-11
/
+0
2021-06-25
powerpc/pseries: Enable hardlockup watchdog for PowerVM partitions
Nicholas Piggin
1
-4
/
+9
2021-06-25
powerpc/64s/interrupt: Check and fix srr_valid without crashing
Nicholas Piggin
1
-0
/
+89
2021-06-25
powerpc/interrupt: Remove prep_irq_for_user_exit()
Christophe Leroy
1
-13
/
+3
2021-06-25
powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()
Christophe Leroy
1
-22
/
+7
2021-06-25
powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
Christophe Leroy
1
-12
/
+11
2021-06-25
powerpc/interrupt: Refactor interrupt_exit_user_prepare()
Christophe Leroy
1
-54
/
+3
2021-06-25
powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()
Christophe Leroy
1
-5
/
+4
2021-06-25
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
9
-158
/
+457
2021-06-25
powerpc/64: treat low kernel text as irqs soft-masked
Nicholas Piggin
4
-13
/
+35
2021-06-25
powerpc/64: interrupt soft-enable race fix
Nicholas Piggin
1
-0
/
+95
2021-06-25
powerpc/64: allow alternate return locations for soft-masked interrupts
Nicholas Piggin
7
-3
/
+138
2021-06-25
powerpc/64s: save one more register in the masked interrupt handler
Nicholas Piggin
1
-14
/
+20
2021-06-25
powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
Nicholas Piggin
2
-4
/
+2
2021-06-25
powerpc/64: move interrupt return asm to interrupt_64.S
Nicholas Piggin
4
-625
/
+640
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
47
-179
/
+418
2021-06-25
powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
Nicholas Piggin
4
-55
/
+92
2021-06-25
powerpc: remove interrupt exit helpers unused argument
Nicholas Piggin
2
-4
/
+4
2021-06-25
powerpc/interrupt: Fix CONFIG ifdef typo
Christophe Leroy
1
-1
/
+1
2021-06-25
powerpc/prom_init: Pass linux_banner to firmware via option vector 7
Michael Ellerman
1
-0
/
+13
2021-06-25
powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()
Michael Ellerman
1
-6
/
+24
2021-06-25
powerpc/64s: Fix boot failure with 4K Radix
Michael Ellerman
1
-1
/
+7
2021-06-23
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
14
-22
/
+473
2021-06-23
KVM: PPC: Book3S HV: Workaround high stack usage with clang
Nathan Chancellor
1
-1
/
+2
2021-06-22
KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
Bharata B Rao
2
-7
/
+32
2021-06-22
KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
Bharata B Rao
1
-0
/
+3
2021-06-22
KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
Bharata B Rao
5
-7
/
+170
[next]