index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
usb
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-03
powerpc/uaccess: Define ___get_user_instr() for ppc32
Christophe Leroy
1
-12
/
+4
2021-04-03
powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
Christophe Leroy
1
-5
/
+5
2021-03-31
powerpc/mm: Revert "powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc"
Aneesh Kumar K.V
2
-1
/
+2
2021-03-31
powerpc/pseries: Only register vio drivers if vio bus exists
Michael Ellerman
1
-0
/
+4
2021-03-29
powerpc/powernv: Remove unneeded variable: "rc"
dingsenjie
1
-4
/
+1
2021-03-29
powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration
Chen Huang
1
-1
/
+1
2021-03-29
powerpc/pseries/hotplug-cpu: Show 'last online CPU' error in dlpar_cpu_offline()
Daniel Henrique Barboza
1
-0
/
+14
2021-03-29
selftests/powerpc: unmark non-kernel-doc comments
Randy Dunlap
1
-2
/
+2
2021-03-29
cxl: Fix couple of spellings
Bhaskar Chowdhury
1
-1
/
+1
2021-03-29
powerpc/irq: Inline call_do_irq() and call_do_softirq()
Christophe Leroy
4
-49
/
+41
2021-03-29
powerpc/setup_64: Fix sparse warnings
He Ying
1
-2
/
+3
2021-03-29
powerpc/embedded6xx: Remove CONFIG_MV64X60
Christophe Leroy
2
-6
/
+1
2021-03-29
powerpc/iommu/debug: fix ifnullfree.cocci warnings
kernel test robot
1
-2
/
+1
2021-03-29
powerpc: Fix arch_stack_walk() to have running function as first entry
Christophe Leroy
1
-0
/
+3
2021-03-29
powerpc: Convert stacktrace to generic ARCH_STACKWALK
Christophe Leroy
2
-75
/
+17
2021-03-29
powerpc: Rename 'tsk' parameter into 'task'
Christophe Leroy
1
-8
/
+8
2021-03-29
powerpc: Activate HAVE_RELIABLE_STACKTRACE for all
Christophe Leroy
2
-3
/
+1
2021-03-29
powerpc/book3s64/kuap: Move Kconfig varriables to BOOK3S_64
Aneesh Kumar K.V
1
-2
/
+2
2021-03-29
powerpc/kernel: Trivial typo fix in kgdb.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-29
powerpc/64s: Fix hash fault to use TRAP accessor
Nicholas Piggin
1
-2
/
+2
2021-03-29
powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYS
Christophe Leroy
1
-6
/
+1
2021-03-29
powerpc/fsl-pci: Fix section mismatch warning
Michael Ellerman
1
-1
/
+1
2021-03-29
powerpc: Fix section mismatch warning in smp_setup_pacas()
Michael Ellerman
1
-1
/
+1
2021-03-29
powerpc/64s: Fold update_current_thread_[i]amr() into their only callers
Michael Ellerman
1
-15
/
+5
2021-03-29
powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n
Michael Ellerman
1
-0
/
+2
2021-03-29
powerpc/pci: fix warning comparing pointer to 0
Jiapeng Chong
1
-1
/
+1
2021-03-29
powerpc/xive: use true and false for bool variable
Yang Li
1
-1
/
+1
2021-03-29
powerpc/asm-offsets: GPR14 is not needed either
Christophe Leroy
1
-3
/
+0
2021-03-29
powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...
Christophe Leroy
3
-3
/
+4
2021-03-29
powerpc/mm/book3s64: Fix a typo in mmu_context.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-29
powerpc/64e: Trivial spelling fixes throughout head_fsl_booke.S
Bhaskar Chowdhury
1
-3
/
+3
2021-03-29
powerpc/Makefile: Remove workaround for gcc versions below 4.9
Christophe Leroy
1
-6
/
+0
2021-03-29
powerpc/32: Manage KUAP in C
Christophe Leroy
7
-105
/
+11
2021-03-29
powerpc/8xx: Create C version of kuap save/restore/check helpers
Christophe Leroy
1
-0
/
+31
2021-03-29
powerpc/32s: Create C version of kuap save/restore/check helpers
Christophe Leroy
1
-0
/
+45
2021-03-29
powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
Christophe Leroy
4
-30
/
+18
2021-03-29
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
9
-48
/
+64
2021-03-29
powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500
Christophe Leroy
3
-4
/
+6
2021-03-29
powerpc/32: Return directly from power_save_ppc32_restore()
Christophe Leroy
3
-13
/
+2
2021-03-29
powerpc/32: Save remaining registers in exception prolog
Christophe Leroy
3
-23
/
+28
2021-03-29
powerpc/32: Refactor saving of volatile registers in exception prologs
Christophe Leroy
3
-27
/
+24
2021-03-29
powerpc/32: Remove the xfer parameter in EXCEPTION() macro
Christophe Leroy
7
-89
/
+81
2021-03-29
powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
Christophe Leroy
7
-106
/
+92
2021-03-29
powerpc/32: Only restore non volatile registers when required
Christophe Leroy
6
-16
/
+62
2021-03-29
powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs
Christophe Leroy
3
-0
/
+11
2021-03-29
powerpc/32: Save trap number on stack in exception prolog
Christophe Leroy
6
-54
/
+58
2021-03-29
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
7
-26
/
+10
2021-03-29
powerpc/32: Set regs parameter in r3 in transfer_to_handler
Christophe Leroy
7
-34
/
+5
2021-03-29
powerpc/32: Don't save thread.regs on interrupt entry
Christophe Leroy
1
-4
/
+1
2021-03-29
powerpc/32: Replace ASM exception exit by C exception exit from ppc64
Christophe Leroy
2
-319
/
+123
[next]