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
2023-04-20
powerpc/64: Don't call trace_hardirqs_on() in prep_irq_for_idle()
Michael Ellerman
1
-6
/
+2
2023-04-20
powerpc/64: Mark prep_irq_for_idle() __cpuidle
Michael Ellerman
1
-1
/
+1
2023-04-20
powerpc/irq: Mark check_return_regs_valid() notrace
Michael Ellerman
1
-1
/
+1
2023-04-20
powerpc/64: modules support building with PCREL addresing
Nicholas Piggin
1
-28
/
+291
2023-04-20
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
8
-25
/
+121
2023-04-20
powerpc: add CFUNC assembly label annotation
Nicholas Piggin
5
-78
/
+82
2023-04-20
powerpc/64: Add support to build with prefixed instructions
Nicholas Piggin
1
-0
/
+2
2023-04-20
powerpc/64s: Run at the kernel virtual address earlier in boot
Nicholas Piggin
1
-38
/
+44
2023-04-20
powerpc/64: Move initial base and TOC pointer calculation
Nicholas Piggin
1
-9
/
+22
2023-04-11
powerpc/32: Include thread_info.h in head_booke.h
Nathan Chancellor
1
-0
/
+1
2023-04-11
powerpc: copy_thread don't set PPR in user interrupt frame regs
Nicholas Piggin
1
-5
/
+0
2023-04-11
powerpc: copy_thread don't set _TIF_RESTOREALL
Nicholas Piggin
2
-2
/
+5
2023-04-11
powerpc: differentiate kthread from user kernel thread start
Nicholas Piggin
3
-6
/
+39
2023-04-11
powerpc: copy_thread differentiate kthreads and user mode threads
Nicholas Piggin
1
-36
/
+62
2023-04-11
powerpc/64: ret_from_fork avoid restoring regs twice
Nicholas Piggin
1
-2
/
+2
2023-04-11
powerpc: use switch frame for ret_from_kernel_thread parameters
Nicholas Piggin
3
-6
/
+9
2023-04-11
powerpc: copy_thread make ret_from_fork register setup consistent
Nicholas Piggin
2
-4
/
+1
2023-04-11
powerpc: copy_thread remove unused pkey code
Nicholas Piggin
1
-11
/
+1
2023-04-04
powerpc/isa-bridge: Remove open coded "ranges" parsing
Rob Herring
1
-129
/
+37
2023-03-30
powerpc: Use of_property_read_bool() for boolean properties
Rob Herring
2
-2
/
+2
2023-03-30
powerpc: Use of_property_present() for testing DT property presence
Rob Herring
1
-4
/
+4
2023-03-30
powerpc/rtas: lockdep annotations
Nathan Lynch
1
-10
/
+23
2023-03-30
powerpc/rtas: fix miswording in rtas_function kerneldoc
Nathan Lynch
1
-1
/
+1
2023-03-30
powerpc/rtas: rtas_call_unlocked() kerneldoc
Nathan Lynch
1
-0
/
+17
2023-03-30
powerpc/rtas: use memmove for potentially overlapping buffer copy
Nathan Lynch
1
-1
/
+1
2023-03-16
powerpc: Simplify sysctl registration for powersave_nap_ctl_table
Luis Chamberlain
1
-9
/
+1
2023-03-16
powerpc: Make generic_calibrate_decr() the default
Christophe Leroy
1
-1
/
+5
2023-03-15
powerpc/machdep: Define 'compatible' property in ppc_md and use it
Christophe Leroy
1
-6
/
+7
2023-03-15
powerpc: Fix a kernel-doc warning
Bo Liu
1
-1
/
+1
2023-03-15
powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
Alexey Kardashevskiy
1
-2
/
+146
2023-03-14
powerpc/pci_64: Init pcibios subsys a bit later
Alexey Kardashevskiy
1
-1
/
+1
2023-03-14
powerpc/iommu: Add "borrowing" iommu_table_group_ops
Alexey Kardashevskiy
1
-4
/
+94
2023-03-04
Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+1
2023-02-28
powerpc/vmlinux.lds: Add .text.asan/tsan sections
Michael Ellerman
1
-0
/
+1
2023-02-26
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2
-14
/
+22
2023-02-25
Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
24
-429
/
+1168
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-4
/
+2
2023-02-20
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-4
/
+2
2023-02-17
powerpc/64: Fix unannotated intra-function call warning
Sathvika Vasireddy
1
-1
/
+2
2023-02-17
powerpc/epapr: Don't use wrteei on non booke
Christophe Leroy
1
-0
/
+6
2023-02-15
powerpc/eeh: Set channel state after notifying the drivers
Ganesh Goudar
1
-2
/
+2
2023-02-13
powerpc/rtas: arch-wide function token lookup conversions
Nathan Lynch
6
-72
/
+68
2023-02-13
powerpc/rtas: introduce rtas_function_token() API
Nathan Lynch
1
-1
/
+27
2023-02-13
powerpc/pseries: add RTAS work area allocator
Nathan Lynch
1
-0
/
+3
2023-02-13
powerpc/rtas: add tracepoints around RTAS entry
Nathan Lynch
1
-6
/
+53
2023-02-13
powerpc/rtas: strengthen do_enter_rtas() type safety, drop inline
Nathan Lynch
1
-5
/
+5
2023-02-13
powerpc/rtas: improve function information lookups
Nathan Lynch
1
-106
/
+615
2023-02-13
powerpc/rtas: ensure 4KB alignment for rtas_data_buf
Nathan Lynch
1
-1
/
+1
2023-02-13
powerpc/rtas: handle extended delays safely in early boot
Nathan Lynch
1
-1
/
+48
2023-02-12
powerpc/pseries: Pass PLPKS password on kexec
Russell Currey
1
-0
/
+4
[next]