index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPU
Nicholas Piggin
1
-0
/
+2
2023-04-12
powerpc/boot: Fix crt0.S current address branch form
Nicholas Piggin
1
-2
/
+2
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
2
-36
/
+64
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-11
powerpc/64: Always build with 128-bit long double
Michael Ellerman
3
-5
/
+2
2023-04-04
powerpc/atomics: Remove unused function
Nysal Jan K.A
1
-29
/
+0
2023-04-04
powerpc: Implement arch_within_stack_frames
Nicholas Miehlbradt
3
-0
/
+47
2023-04-04
powerpc: Use of_address_to_resource()
Rob Herring
9
-99
/
+51
2023-04-04
powerpc/usbgecko: Use of_iomap()
Rob Herring
1
-19
/
+1
2023-04-04
powerpc/fsl_rio: Use of_iomap()
Rob Herring
1
-20
/
+3
2023-04-04
powerpc/xics: Use of_address_count()
Rob Herring
1
-12
/
+5
2023-04-04
powerpc/isa-bridge: Remove open coded "ranges" parsing
Rob Herring
1
-129
/
+37
2023-04-04
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
20
-114
/
+226
2023-04-03
KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVM
Paul Mackerras
4
-2
/
+11
2023-04-03
KVM: PPC: Fetch prefixed instructions from the guest
Paul Mackerras
11
-26
/
+78
2023-04-03
KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_t
Paul Mackerras
9
-31
/
+47
2023-04-03
KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interrupts
Nicholas Piggin
5
-20
/
+38
2023-04-03
KVM: PPC: Permit SRR1 flags in more injected interrupt types
Nicholas Piggin
9
-43
/
+56
2023-04-03
KVM: PPC: BookE: Fix W=1 warnings
Michael Ellerman
2
-1
/
+4
2023-03-30
macintosh: Use of_property_present() for testing DT property presence
Rob Herring
2
-2
/
+2
2023-03-30
powerpc: Use of_property_read_bool() for boolean properties
Rob Herring
18
-40
/
+30
2023-03-30
powerpc: Use of_property_present() for testing DT property presence
Rob Herring
9
-13
/
+12
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-30
powerpc/rtas: ensure 8-byte alignment for struct rtas_args
Nathan Lynch
1
-2
/
+2
2023-03-30
macintosh: via-pmu-led: requires ATA to be set
Randy Dunlap
1
-0
/
+1
2023-03-30
powerpc/sysdev/tsi108: fix resource printk format warnings
Randy Dunlap
1
-3
/
+2
2023-03-30
powerpc/wii: fix resource printk format warnings
Randy Dunlap
3
-4
/
+4
2023-03-30
powerpc/mpc512x: fix resource printk format warning
Randy Dunlap
1
-1
/
+1
2023-03-30
powerpc/perf: Properly detect mpc7450 family
Christophe Leroy
2
-3
/
+8
2023-03-30
selftests/powerpc: Make dd output quiet
Benjamin Gray
1
-1
/
+1
2023-03-30
selftests/powerpc: Pass make context to children
Benjamin Gray
2
-16
/
+16
2023-03-30
selftests/powerpc: Use CLEAN macro to fix make warning
Benjamin Gray
1
-2
/
+5
2023-03-30
powerpc/pseries: Add spaces around / operator
Petr Vaněk
1
-1
/
+1
2023-03-30
macintosh/windfarm_smu_sat: Add missing of_node_put()
Liang He
1
-0
/
+1
2023-03-29
powerpc: Remove memcpy_page_flushcache()
Ira Weiny
2
-9
/
+0
2023-03-27
KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scope
Kautuk Consul
1
-2
/
+2
2023-03-22
powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_table
Luis Chamberlain
1
-9
/
+1
2023-03-22
KVM: PPC: booke: Mark three local functions "static"
Sean Christopherson
2
-3
/
+4
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
79
-95
/
+5
[next]