index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/rtas: export rtas_error_rc() for reuse.
Mahesh Salgaonkar
2023-08-18
2
-20
/
+24
*
powerpc/idle: Add support for nohlt
Vaibhav Jain
2023-08-18
1
-0
/
+1
*
powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
Hari Bathini
2023-08-18
1
-1
/
+3
*
powerpc: Move DMA64_PROPNAME define to a header
Michal Suchanek
2023-08-18
3
-6
/
+4
*
Revert "powerpc/xmon: Relax frame size for clang"
Nick Desaulniers
2023-08-18
1
-6
/
+0
*
powerpc/mm: Cleanup memory block size probing
Aneesh Kumar K.V
2023-08-18
7
-135
/
+126
*
powerpc/configs: Drop CONFIG_IP_NF_TARGET_CLUSTERIP
Trevor Woerner
2023-08-18
1
-1
/
+0
*
powerpc/fadump: reset dump area size if fadump memory reserve fails
Sourabh Jain
2023-08-18
1
-0
/
+1
*
powerpc/4xx: Add missing includes to fix no previous prototype errors
Christophe Leroy
2023-08-18
2
-0
/
+2
*
powerpc/47x: Add prototype for mmu_init_secondary()
Christophe Leroy
2023-08-18
1
-0
/
+1
*
powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototype
Christophe Leroy
2023-08-18
1
-14
/
+5
*
powerpc/4xx: Remove pika_dtm_[un]register_shutdown() to fix no previous proto...
Christophe Leroy
2023-08-18
1
-55
/
+0
*
powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype error
Christophe Leroy
2023-08-18
1
-12
/
+1
*
powerpc/32s: Cleanup the mess in __set_pte_at()
Christophe Leroy
2023-08-18
1
-46
/
+31
*
powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype error
Christophe Leroy
2023-08-18
1
-12
/
+5
*
powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272
Christophe Leroy
2023-08-18
3
-23
/
+6
*
powerpc/82xx: Remove pq2_init_pci
Christophe Leroy
2023-08-18
1
-46
/
+0
*
powerpc/83xx: Split usb.c
Christophe Leroy
2023-08-18
4
-119
/
+152
*
powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes fr...
Christophe Leroy
2023-08-18
2
-22
/
+15
*
powerpc/fsl_pci: Make fsl_add_bridge() static
Christophe Leroy
2023-08-18
2
-2
/
+1
*
powerpc/512x: Make mpc512x_select_reset_compat() static
Christophe Leroy
2023-08-18
2
-16
/
+15
*
powerpc/ps3: refactor strncpy usage
Justin Stitt
2023-08-18
1
-2
/
+2
*
powerpc/ptrace: Split gpr32_set_common
Christophe Leroy
2023-08-16
1
-38
/
+67
*
powerpc/watchpoints: Remove ptrace/perf exclusion tracking
Benjamin Gray
2023-08-16
1
-248
/
+1
*
powerpc/watchpoints: Simplify watchpoint reinsertion
Benjamin Gray
2023-08-16
1
-11
/
+1
*
powerpc/watchpoints: Track perf single step directly on the breakpoint
Benjamin Gray
2023-08-16
3
-52
/
+23
*
powerpc/watchpoints: Don't track info persistently
Benjamin Gray
2023-08-16
1
-28
/
+32
*
powerpc/watchpoints: Explain thread_change_pc() more
Benjamin Gray
2023-08-16
1
-0
/
+4
*
powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...
Kajol Jain
2023-08-16
1
-1
/
+159
*
powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...
Kajol Jain
2023-08-16
1
-1
/
+79
*
powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...
Kajol Jain
2023-08-16
1
-2
/
+84
*
powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor confi...
Kajol Jain
2023-08-16
1
-14
/
+152
*
powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus t...
Kajol Jain
2023-08-16
1
-2
/
+179
*
powerpc: Make virt_to_pfn() a static inline
Linus Walleij
2023-08-16
6
-16
/
+26
*
powerpc/powernv/pci: use pci_dev_id() to simplify the code
Xiongfeng Wang
2023-08-16
1
-3
/
+3
*
powerpc/xics: Remove unnecessary endian conversion
Gautam Menghani
2023-08-16
1
-1
/
+0
*
powerpc/pseries: fix possible memory leak in ibmebus_bus_init()
ruanjinjie
2023-08-16
1
-0
/
+1
*
powerpc: remove <asm/export.h>
Masahiro Yamada
2023-08-16
1
-1
/
+0
*
powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-08-16
29
-29
/
+29
*
powerpc: remove unneeded #include <asm/export.h>
Masahiro Yamada
2023-08-16
9
-9
/
+0
*
powerpc/inst: add PPC_TLBILX_LPID
Nick Desaulniers
2023-08-16
2
-1
/
+8
*
powerpc/reg: Remove #ifdef around mtspr macro
Christophe Leroy
2023-08-16
1
-2
/
+0
*
powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inline
Christophe Leroy
2023-08-16
1
-2
/
+2
*
powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()
Christophe Leroy
2023-08-16
3
-31
/
+12
*
powerpc/8xx: Remove immr_map() and immr_unmap()
Christophe Leroy
2023-08-16
3
-62
/
+22
*
powerpc: Remove CONFIG_PCI_8260
Christophe Leroy
2023-08-16
2
-6
/
+1
*
powerpc/include: Remove mpc8260.h and m82xx_pci.h
Christophe Leroy
2023-08-16
8
-44
/
+3
*
powerpc/include: Declare mpc8xx_immr in 8xx_immap.h
Christophe Leroy
2023-08-16
5
-5
/
+3
*
powerpc/include: Remove unneeded #include <asm/fs_pd.h>
Christophe Leroy
2023-08-16
1
-1
/
+0
*
ocxl: Use pci_dev_id() to simplify the code
Zheng Zengkai
2023-08-16
1
-1
/
+1
[next]