index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
head_book3s_32.S
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
Merge branch 'topic/objtool' into next
Michael Ellerman
1
-9
/
+20
2022-12-02
powerpc: allow minimum sized kernel stack frames
Nicholas Piggin
1
-2
/
+2
2022-11-18
powerpc/32: Fix objtool unannotated intra-function call warnings
Christophe Leroy
1
-9
/
+20
2022-07-27
powerpc/32: Set an IBAT covering up to _einittext during init
Christophe Leroy
1
-2
/
+2
2022-03-25
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-15
/
+6
2022-02-07
powerpc/32: Remove _ENTRY() macro
Christophe Leroy
1
-4
/
+4
2022-02-07
powerpc/32: Remove remaining .stabs annotations
Christophe Leroy
1
-3
/
+0
2022-02-07
powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
Christophe Leroy
1
-2
/
+2
2022-02-03
powerpc/603: Clear C bit when PTE is read only
Christophe Leroy
1
-0
/
+2
2022-02-03
powerpc/603: Remove outdated comment
Christophe Leroy
1
-8
/
+0
2021-12-09
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
1
-0
/
+4
2021-08-07
powerpc/32s: Fix napping restore in data storage interrupt (DSI)
Christophe Leroy
1
-1
/
+1
2021-06-24
powerpc: Remove klimit
Christophe Leroy
1
-4
/
+2
2021-06-16
powerpc: Define swapper_pg_dir[] in C
Christophe Leroy
1
-10
/
+0
2021-06-16
powerpc: Define empty_zero_page[] in C
Christophe Leroy
1
-5
/
+0
2021-06-16
powerpc/32s: Initialise KUAP and KUEP in C
Christophe Leroy
1
-6
/
+0
2021-06-16
powerpc/32s: Convert switch_mmu_context() to C
Christophe Leroy
1
-58
/
+0
2021-05-17
powerpc/603: Avoid a pile of NOPs when not using SW LRU in TLB exceptions
Christophe Leroy
1
-4
/
+14
2021-05-17
powerpc/32s: Remove m8260_gorom()
Christophe Leroy
1
-36
/
+0
2021-04-21
powerpc/32s: Enhance readability of trap types
Christophe Leroy
1
-21
/
+22
2021-03-29
powerpc/32: Remove the xfer parameter in EXCEPTION() macro
Christophe Leroy
1
-36
/
+36
2021-03-29
powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
Christophe Leroy
1
-8
/
+19
2021-03-29
powerpc/32: Only restore non volatile registers when required
Christophe Leroy
1
-3
/
+14
2021-03-29
powerpc/32: Save trap number on stack in exception prolog
Christophe Leroy
1
-7
/
+7
2021-03-29
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
1
-2
/
+2
2021-03-29
powerpc/32: Set regs parameter in r3 in transfer_to_handler
Christophe Leroy
1
-7
/
+2
2021-03-29
powerpc/32: Provide a name to exception prolog continuation in virtual mode
Christophe Leroy
1
-7
/
+7
2021-03-29
powerpc/32: Move exception prolog code into .text once MMU is back on
Christophe Leroy
1
-19
/
+15
2021-03-29
powerpc/32: Use START_EXCEPTION() as much as possible
Christophe Leroy
1
-22
/
+8
2021-03-29
powerpc/32: Add vmap_stack_overflow label inside the macro
Christophe Leroy
1
-1
/
+0
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
1
-45
/
+2
2021-03-01
powerpc/603: Fix protection of user pages mapped with PROT_NONE
Christophe Leroy
1
-3
/
+6
2021-02-23
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-12
/
+20
2021-02-11
powerpc/32: Preserve cr1 in exception prolog stack check to fix build error
Christophe Leroy
1
-6
/
+0
2021-02-08
powerpc: add and use unknown_async_exception
Nicholas Piggin
1
-3
/
+3
2021-02-08
powerpc: remove arguments from fault handler functions
Nicholas Piggin
1
-3
/
+2
2021-02-08
powerpc/32s: move DABR match out of handle_page_fault
Christophe Leroy
1
-0
/
+3
2021-01-31
powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected
Christophe Leroy
1
-0
/
+12
2021-01-04
powerpc/32s: Fix RTAS machine check with VMAP stack
Christophe Leroy
1
-0
/
+9
2020-12-09
powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAP
Christophe Leroy
1
-8
/
+0
2020-12-09
powerpc/32s: Make Hash var static
Christophe Leroy
1
-5
/
+0
2020-12-03
powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prolog
Christophe Leroy
1
-16
/
+8
2020-12-03
powerpc/603: Use SPRN_SDR1 to store the pgdir phys address
Christophe Leroy
1
-7
/
+24
2020-12-03
powerpc/32s: Fix an FTR_SECTION_ELSE
Christophe Leroy
1
-1
/
+1
2020-12-03
powerpc/32s: Always map kernel text and rodata with BATs
Christophe Leroy
1
-2
/
+2
2020-12-03
powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832x
Christophe Leroy
1
-0
/
+4
2020-11-25
Merge branch 'fixes' into next
Michael Ellerman
1
-13
/
+2
2020-11-19
powerpc: Replace RFI by rfi on book3s/32 and booke
Christophe Leroy
1
-9
/
+9
2020-11-08
powerpc/32s: Use relocation offset when setting early hash table
Christophe Leroy
1
-1
/
+2
2020-11-05
powerpc/603: Always fault when _PAGE_ACCESSED is not set
Christophe Leroy
1
-12
/
+0
[next]