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-08-24
powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT
Russell Currey
5
-21
/
+14
2023-08-24
powerpc: Don't include lppaca.h in paca.h
Michael Ellerman
7
-5
/
+10
2023-08-24
powerpc/pseries: Move hcall_vphn() prototype into vphn.h
Michael Ellerman
3
-3
/
+2
2023-08-24
powerpc/pseries: Move VPHN constants into vphn.h
Michael Ellerman
8
-24
/
+27
2023-08-24
cxl: Drop unused detach_spa()
Michael Ellerman
1
-5
/
+0
2023-08-24
powerpc: Drop zalloc_maybe_bootmem()
Michael Ellerman
5
-27
/
+3
2023-08-24
powerpc/powernv: Use struct opal_prd_msg in more places
Michael Ellerman
1
-5
/
+5
2023-08-24
powerpc/powernv: Fix fortify source warnings in opal-prd.c
Michael Ellerman
1
-5
/
+12
2023-08-23
powerpc/85xx: Mark some functions static and add missing includes to fix no p...
Christophe Leroy
6
-16
/
+17
2023-08-23
powerpc/64e: Fix circular dependency with CONFIG_SMP disabled
Christophe Leroy
2
-5
/
+3
2023-08-23
powerpc/powernv: fix debugfs_create_dir() error checking
Immad Mir
1
-2
/
+2
2023-08-21
powerpc/ftrace: Add support for -fpatchable-function-entry
Naveen N Rao
8
-9
/
+64
2023-08-21
powerpc/ftrace: Implement ftrace_replace_code()
Naveen N Rao
1
-73
/
+92
2023-08-21
powerpc/ftrace: Replace use of ftrace_call_replace() with ftrace_create_branc...
Naveen N Rao
1
-15
/
+2
2023-08-21
powerpc/ftrace: Simplify ftrace_modify_call()
Naveen N Rao
1
-140
/
+21
2023-08-21
powerpc/ftrace: Simplify ftrace_make_call()
Naveen N Rao
1
-156
/
+31
2023-08-21
powerpc/ftrace: Simplify ftrace_make_nop()
Naveen N Rao
1
-188
/
+32
2023-08-21
powerpc/ftrace: Add separate ftrace_init_nop() with additional validation
Naveen N Rao
2
-0
/
+77
2023-08-21
powerpc/ftrace: Stop re-purposing linker generated long branches for ftrace
Naveen N Rao
1
-93
/
+17
2023-08-21
powerpc/ftrace: Refactor ftrace_modify_code()
Naveen N Rao
1
-20
/
+27
2023-08-21
powerpc/ftrace: Consolidate ftrace support into fewer files
Naveen N Rao
5
-76
/
+131
2023-08-21
powerpc/ftrace: Extend ftrace support for large kernels to ppc32
Naveen N Rao
5
-29
/
+32
2023-08-21
powerpc/ftrace: Use FTRACE_REGS_ADDR to identify the correct ftrace trampoline
Naveen N Rao
1
-6
/
+1
2023-08-21
powerpc/ftrace: Simplify function_graph support in ftrace.c
Naveen N Rao
1
-57
/
+7
2023-08-21
powerpc64/ftrace: Move ELFv1 and -pg support code into a separate file
Naveen N Rao
3
-14
/
+855
2023-08-21
powerpc/module: Remove unused .ftrace.tramp section
Naveen N Rao
1
-4
/
+0
2023-08-21
powerpc/ftrace: Fix dropping weak symbols with older toolchains
Naveen N Rao
1
-1
/
+1
2023-08-18
powerpc/perf: Convert fsl_emb notifier to state machine callbacks
Christophe Leroy
1
-3
/
+5
2023-08-18
PCI: rpaphp: Error out on busy status from get-sensor-state
Mahesh Salgaonkar
1
-3
/
+82
2023-08-18
powerpc/rtas: export rtas_error_rc() for reuse.
Mahesh Salgaonkar
2
-20
/
+24
2023-08-18
powerpc/idle: Add support for nohlt
Vaibhav Jain
2
-1
/
+2
2023-08-18
powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
Hari Bathini
1
-1
/
+3
2023-08-18
selftests/powerpc: add const qualification where possible
Nathan Lynch
3
-11
/
+11
2023-08-18
powerpc/selftests: sort mm/.gitignore, add exec_prot
Nathan Lynch
1
-8
/
+9
2023-08-18
powerpc: Move DMA64_PROPNAME define to a header
Michal Suchanek
3
-6
/
+4
2023-08-18
Revert "powerpc/xmon: Relax frame size for clang"
Nick Desaulniers
1
-6
/
+0
2023-08-18
powerpc/mm: Cleanup memory block size probing
Aneesh Kumar K.V
7
-135
/
+126
2023-08-18
powerpc/configs: Drop CONFIG_IP_NF_TARGET_CLUSTERIP
Trevor Woerner
1
-1
/
+0
2023-08-18
powerpc/fadump: reset dump area size if fadump memory reserve fails
Sourabh Jain
1
-0
/
+1
2023-08-18
powerpc/4xx: Add missing includes to fix no previous prototype errors
Christophe Leroy
2
-0
/
+2
2023-08-18
powerpc/47x: Add prototype for mmu_init_secondary()
Christophe Leroy
1
-0
/
+1
2023-08-18
powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototype
Christophe Leroy
1
-14
/
+5
2023-08-18
powerpc/4xx: Remove pika_dtm_[un]register_shutdown() to fix no previous proto...
Christophe Leroy
1
-55
/
+0
2023-08-18
powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype error
Christophe Leroy
1
-12
/
+1
2023-08-18
powerpc/32s: Cleanup the mess in __set_pte_at()
Christophe Leroy
1
-46
/
+31
2023-08-18
powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype error
Christophe Leroy
1
-12
/
+5
2023-08-18
powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272
Christophe Leroy
3
-23
/
+6
2023-08-18
powerpc/82xx: Remove pq2_init_pci
Christophe Leroy
1
-46
/
+0
2023-08-18
powerpc/83xx: Split usb.c
Christophe Leroy
4
-119
/
+152
2023-08-18
powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes fr...
Christophe Leroy
2
-22
/
+15
[next]