index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
processor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-10-12
1
-1
/
+0
|
\
|
*
kernel: exit: cleanup release_thread()
Kefeng Wang
2022-09-11
1
-1
/
+0
*
|
powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loops
Nicholas Piggin
2022-09-28
1
-5
/
+17
*
|
powerpc/math-emu: Inhibit W=1 warnings
Christophe Leroy
2022-09-08
1
-0
/
+2
|
/
*
powerpc/mm: Convert to default topdown mmap layout
Christophe Leroy
2022-05-05
1
-2
/
+0
*
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-03-08
1
-0
/
+8
*
powerpc: Add KUAP support for BOOKE and 40x
Christophe Leroy
2021-12-09
1
-0
/
+3
*
powerpc/32s: Save content of sr0 to avoid 'mfsr'
Christophe Leroy
2021-12-09
1
-0
/
+9
*
powerpc/signal32: Use struct_group() to zero spe regs
Kees Cook
2021-12-02
1
-2
/
+4
*
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-10-15
1
-1
/
+1
*
powerpc/64: drop redundant defination of spin_until_cond
Sudeep Holla
2021-06-17
1
-11
/
+0
*
powerpc/32s: Rework Kernel Userspace Access Protection
Christophe Leroy
2021-06-17
1
-1
/
+9
*
powerpc/64s: power4 nap fixup in C
Nicholas Piggin
2021-04-08
1
-0
/
+1
*
powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...
Christophe Leroy
2021-03-29
1
-0
/
+2
*
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
2021-03-29
1
-3
/
+1
*
powerpc/32: Remove ksp_limit
Christophe Leroy
2021-03-29
1
-2
/
+0
*
powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.
Aneesh Kumar K.V
2020-12-04
1
-4
/
+0
*
powerpc/signal: Remove get_clean_sp()
Christophe Leroy
2020-12-04
1
-14
/
+0
*
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
2020-12-04
1
-0
/
+2
*
powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
Christophe Leroy
2020-12-04
1
-11
/
+2
*
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-10-22
1
-7
/
+0
|
\
|
*
powerpc: remove address space overrides using set_fs()
Christoph Hellwig
2020-09-08
1
-7
/
+0
*
|
powerpc/tm: Save and restore AMR on treclaim and trechkpt
Gustavo Romero
2020-10-06
1
-0
/
+1
*
|
powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10
Nicholas Piggin
2020-09-15
1
-1
/
+1
*
|
powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.h
Christophe Leroy
2020-09-02
1
-1
/
+0
*
|
powerpc: Drop _nmask_and_or_msr()
Christophe Leroy
2020-09-02
1
-1
/
+0
*
|
powerpc: drop hard_reset_now() and poweroff_now() declaration
Christophe Leroy
2020-09-02
1
-2
/
+0
*
|
powerpc/fpu: Drop cvt_fd() and cvt_df()
Christophe Leroy
2020-09-02
1
-2
/
+0
|
/
*
powerpc/perf: Add support for ISA3.1 PMU SPRs
Madhavan Srinivasan
2020-07-22
1
-0
/
+4
*
powerpc/book3s64/kuap: Move UAMOR setup to key init function
Aneesh Kumar K.V
2020-07-20
1
-1
/
+0
*
powerpc/64s: Don't set FSCR bits in INIT_THREAD
Michael Ellerman
2020-06-02
1
-1
/
+0
*
powerpc/watchpoint: Prepare handler to handle more than one watchpoint
Ravi Bangoria
2020-05-19
1
-1
/
+1
*
powerpc/watchpoint: Convert thread_struct->hw_brk to an array
Ravi Bangoria
2020-05-19
1
-1
/
+1
*
powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
Ravi Bangoria
2020-05-19
1
-1
/
+1
*
powerpc: Drop unneeded cast in task_pt_regs()
Michael Ellerman
2020-05-15
1
-1
/
+1
*
powerpc/64: Don't initialise init_task->thread.regs
Michael Ellerman
2020-05-15
1
-1
/
+0
*
powerpc: Use mm_context vas_windows counter to issue CP_ABORT
Haren Myneni
2020-04-20
1
-1
/
+0
*
powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK
Christophe Leroy
2020-02-18
1
-0
/
+4
*
powerpc/32: prepare for CONFIG_VMAP_STACK
Christophe Leroy
2020-01-26
1
-0
/
+6
*
powerpc/64s: Reimplement power4_idle code in C
Nicholas Piggin
2020-01-16
1
-0
/
+3
*
processor: remove spin_cpu_yield
Heiko Carstens
2019-06-15
1
-2
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2019-04-30
1
-3
/
+6
|
\
|
*
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
2019-04-30
1
-3
/
+6
*
|
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
1
-0
/
+3
|
/
*
powerpc: regain entire stack space
Christophe Leroy
2019-02-23
1
-2
/
+1
*
powerpc: Use linux/thread_info.h in processor.h
Christophe Leroy
2019-02-23
1
-1
/
+1
*
powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMIT
Christophe Leroy
2019-02-23
1
-1
/
+1
*
powerpc: Avoid circular header inclusion in mmu-hash.h
Christophe Leroy
2019-02-23
1
-95
/
+5
*
powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS
Christophe Leroy
2019-02-22
1
-0
/
+3
[next]