index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
entry_32.S
Age
Commit message (
Expand
)
Author
2024-06-28
powerpc: Replace CONFIG_4xx with CONFIG_44x
Michael Ellerman
2024-06-28
powerpc/4xx: Remove CONFIG_BOOKE_OR_40x
Michael Ellerman
2024-06-28
powerpc: Remove core support for 40x
Christophe Leroy
2023-10-11
powerpc/47x: Fix 47x syscall return crash
Michael Ellerman
2023-08-16
powerpc: remove unneeded #include <asm/export.h>
Masahiro Yamada
2023-06-15
powerpc: merge 32-bit and 64-bit _switch implementation
Nicholas Piggin
2023-06-14
powerpc/32: Rearrange _switch to prepare for 32/64 merge
Nicholas Piggin
2023-06-14
powerpc/32: Remove sync from _switch
Nicholas Piggin
2023-04-11
powerpc: differentiate kthread from user kernel thread start
Nicholas Piggin
2023-04-11
powerpc: use switch frame for ret_from_kernel_thread parameters
Nicholas Piggin
2023-04-11
powerpc: copy_thread make ret_from_fork register setup consistent
Nicholas Piggin
2022-12-08
Merge branch 'topic/objtool' into next
Michael Ellerman
2022-12-02
powerpc: add a define for the switch frame size and regs offset
Nicholas Piggin
2022-12-02
powerpc: add a definition for the marker offset within the interrupt frame
Nicholas Piggin
2022-12-02
powerpc: add definition for pt_regs offset within an interrupt frame
Nicholas Piggin
2022-11-18
powerpc/32: Fix objtool unannotated intra-function call warnings
Christophe Leroy
2022-09-28
powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER
Nicholas Piggin
2022-09-28
powerpc: Change system_call_exception calling convention
Rohan McLure
2022-09-26
powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.S
Rohan McLure
2022-09-26
powerpc: Save caller r3 prior to system_call_exception
Rohan McLure
2022-09-26
powerpc: Remove CONFIG_PPC_BOOK3E_MMU
Christophe Leroy
2022-09-26
powerpc: Change CONFIG_E500 to CONFIG_PPC_E500
Christophe Leroy
2022-05-19
powerpc/rtas: Move rtas entry assembly into its own file
Nicholas Piggin
2021-12-09
powerpc/config: Add CONFIG_BOOKE_OR_40x
Christophe Leroy
2021-12-09
powerpc/32s: Save content of sr0 to avoid 'mfsr'
Christophe Leroy
2021-12-09
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
2021-11-29
powerpc: flexible GPR range save/restore macros
Nicholas Piggin
2021-08-25
powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...
Christophe Leroy
2021-06-25
powerpc/32: Reduce code duplication of system call entry
Christophe Leroy
2021-06-16
powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.
Christophe Leroy
2021-03-29
powerpc/32: Manage KUAP in C
Christophe Leroy
2021-03-29
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
2021-03-29
powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500
Christophe Leroy
2021-03-29
powerpc/32: Return directly from power_save_ppc32_restore()
Christophe Leroy
2021-03-29
powerpc/32: Save remaining registers in exception prolog
Christophe Leroy
2021-03-29
powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
Christophe Leroy
2021-03-29
powerpc/32: Only restore non volatile registers when required
Christophe Leroy
2021-03-29
powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs
Christophe Leroy
2021-03-29
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
2021-03-29
powerpc/32: Set regs parameter in r3 in transfer_to_handler
Christophe Leroy
2021-03-29
powerpc/32: Don't save thread.regs on interrupt entry
Christophe Leroy
2021-03-29
powerpc/32: Replace ASM exception exit by C exception exit from ppc64
Christophe Leroy
2021-03-29
powerpc/32: Always save non volatile registers on exception entry
Christophe Leroy
2021-03-29
powerpc/32: Perform normal function call in exception entry
Christophe Leroy
2021-03-29
powerpc/32: Refactor booke critical registers saving
Christophe Leroy
2021-03-29
powerpc/32: Enable instruction translation at the same time as data translation
Christophe Leroy
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
2021-03-29
powerpc/32: Remove ksp_limit
Christophe Leroy
2021-03-29
powerpc/32: Handle bookE debugging in C in exception entry
Christophe Leroy
2021-03-29
powerpc/32: Entry cpu time accounting in C
Christophe Leroy
[next]