index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
head_8xx.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: remove unneeded #include <asm/export.h>
Masahiro Yamada
2023-08-16
1
-1
/
+0
*
Merge branch 'topic/objtool' into next
Michael Ellerman
2022-12-08
1
-1
/
+4
|
\
|
*
powerpc/32: Fix objtool unannotated intra-function call warnings
Christophe Leroy
2022-11-18
1
-1
/
+4
*
|
powerpc: allow minimum sized kernel stack frames
Nicholas Piggin
2022-12-02
1
-1
/
+1
|
/
*
powerpc/32: Remove _ENTRY() macro
Christophe Leroy
2022-02-07
1
-2
/
+2
*
powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
2021-11-16
1
-6
/
+7
*
powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST
Christophe Leroy
2021-11-01
1
-1
/
+1
*
powerpc: Define swapper_pg_dir[] in C
Christophe Leroy
2021-06-17
1
-12
/
+0
*
powerpc: Define empty_zero_page[] in C
Christophe Leroy
2021-06-17
1
-6
/
+0
*
powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()
Christophe Leroy
2021-06-17
1
-7
/
+0
*
powerpc/8xx: Enhance readability of trap types
Christophe Leroy
2021-04-21
1
-24
/
+25
*
powerpc: Spelling/typo fixes
Bhaskar Chowdhury
2021-04-08
1
-1
/
+1
*
powerpc/32: Remove the xfer parameter in EXCEPTION() macro
Christophe Leroy
2021-03-29
1
-7
/
+7
*
powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
Christophe Leroy
2021-03-29
1
-3
/
+9
*
powerpc/32: Only restore non volatile registers when required
Christophe Leroy
2021-03-29
1
-4
/
+20
*
powerpc/32: Save trap number on stack in exception prolog
Christophe Leroy
2021-03-29
1
-7
/
+7
*
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
2021-03-29
1
-2
/
+2
*
powerpc/32: Set regs parameter in r3 in transfer_to_handler
Christophe Leroy
2021-03-29
1
-3
/
+0
*
powerpc/32: Provide a name to exception prolog continuation in virtual mode
Christophe Leroy
2021-03-29
1
-5
/
+5
*
powerpc/32: Move exception prolog code into .text once MMU is back on
Christophe Leroy
2021-03-29
1
-15
/
+10
*
powerpc/32: Use START_EXCEPTION() as much as possible
Christophe Leroy
2021-03-29
1
-18
/
+9
*
powerpc/32: Add vmap_stack_overflow label inside the macro
Christophe Leroy
2021-03-29
1
-1
/
+2
*
powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx
Christophe Leroy
2021-03-29
1
-12
/
+6
*
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
2021-03-29
1
-17
/
+2
*
powerpc/8xx: Fix software emulation interrupt
Christophe Leroy
2021-02-09
1
-1
/
+1
*
powerpc: do_break get registers from regs
Nicholas Piggin
2021-02-09
1
-3
/
+2
*
powerpc: remove arguments from fault handler functions
Nicholas Piggin
2021-02-09
1
-3
/
+3
*
powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exception
Christophe Leroy
2020-12-09
1
-5
/
+4
*
powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exception
Christophe Leroy
2020-12-09
1
-6
/
+6
*
powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15
Christophe Leroy
2020-12-09
1
-8
/
+7
*
powerpc/8xx: Always pin kernel text TLB
Christophe Leroy
2020-12-09
1
-19
/
+3
*
powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handler
Christophe Leroy
2020-12-09
1
-2
/
+1
*
powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entry
Christophe Leroy
2020-11-05
1
-29
/
+7
*
powerpc/8xx: Always fault when _PAGE_ACCESSED is not set
Christophe Leroy
2020-11-05
1
-12
/
+2
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
powerpc/8xx: Map linear memory with huge pages
Christophe Leroy
2020-05-26
1
-2
/
+2
*
powerpc/8xx: Refactor kernel address boundary comparison
Christophe Leroy
2020-05-26
1
-14
/
+8
*
powerpc/8xx: Move DTLB perf handling closer.
Christophe Leroy
2020-05-26
1
-12
/
+11
*
powerpc/8xx: Remove now unused TLB miss functions
Christophe Leroy
2020-05-26
1
-83
/
+0
*
powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...
Christophe Leroy
2020-05-26
1
-27
/
+2
*
powerpc/8xx: Always pin TLBs at startup.
Christophe Leroy
2020-05-26
1
-14
/
+17
*
powerpc/8xx: Don't set IMMR map anymore at boot
Christophe Leroy
2020-05-26
1
-22
/
+17
*
powerpc/8xx: Add function to set pinned TLBs
Christophe Leroy
2020-05-26
1
-0
/
+103
*
powerpc/8xx: Manage 512k huge pages as standard pages.
Christophe Leroy
2020-05-26
1
-7
/
+5
*
powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.
Christophe Leroy
2020-05-26
1
-6
/
+9
*
powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
Christophe Leroy
2020-05-26
1
-14
/
+1
*
powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss
Christophe Leroy
2020-02-17
1
-1
/
+1
*
powerpc/8xx: Enable CONFIG_VMAP_STACK
Christophe Leroy
2020-01-27
1
-6
/
+26
*
powerpc/8xx: Move tail of alignment exception out of line
Michael Ellerman
2020-01-27
1
-1
/
+6
[next]