index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
paca.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-21
powerpc: Remove duplicate/unnecessary ifdefs
Shrikanth Hegde
1
-4
/
+0
2023-08-24
powerpc: Don't include lppaca.h in paca.h
Michael Ellerman
1
-5
/
+1
2023-06-21
powerpc: powernv: Fix KCSAN datarace warnings on idle_state contention
Rohan McLure
1
-0
/
+1
2023-04-20
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
1
-0
/
+2
2023-02-10
powerpc/64: Move paca allocation to early_setup()
Nicholas Piggin
1
-1
/
+0
2022-09-26
powerpc: Remove CONFIG_PPC_BOOK3E
Christophe Leroy
1
-4
/
+4
2022-09-14
Revert "powerpc/rtas: Implement reentrant rtas call"
Nathan Lynch
1
-1
/
+0
2022-05-27
powerpc/64: Include cache.h directly in paca.h
Michael Ellerman
1
-0
/
+1
2022-05-05
powerpc/mm: Remove CONFIG_PPC_MM_SLICES
Christophe Leroy
1
-7
/
+0
2022-03-08
powerpc/mce: Avoid using irq_work_queue() in realmode
Ganesh Goudar
1
-0
/
+1
2021-12-09
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
1
-0
/
+8
2021-06-25
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
1
-0
/
+3
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
1
-0
/
+4
2021-05-17
powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limit
Christophe Leroy
1
-2
/
+0
2021-02-11
powerpc/64s: Remove EXSLB interrupt save area
Nicholas Piggin
1
-2
/
+1
2021-02-09
powerpc: remove unneeded semicolons
Chengyang Fan
1
-3
/
+3
2021-01-31
powerpc/mce: Remove per cpu variables from MCE handlers
Ganesh Goudar
1
-0
/
+4
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+1
2020-07-29
powerpc/64s: Move HMI IRQ stat from percpu variable to paca.
Mahesh Salgaonkar
1
-0
/
+1
2020-07-10
powerpc64: Break asm/percpu.h vs spinlock_types.h dependency
Peter Zijlstra
1
-1
/
+1
2020-06-02
powerpc/rtas: Implement reentrant rtas call
Leonardo Bras
1
-0
/
+2
2019-07-13
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+2
2019-07-02
powerpc/64s/exception: remove bad stack branch
Nicholas Piggin
1
-0
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-10
Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-18
/
+22
2019-04-30
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
1
-18
/
+22
2019-04-08
powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic code
Will Deacon
1
-1
/
+5
2018-10-14
powerpc/64s/hash: Add some SLB debugging tests
Nicholas Piggin
1
-0
/
+3
2018-10-14
powerpc/64s/hash: Add SLB allocation status bitmaps
Nicholas Piggin
1
-2
/
+4
2018-10-03
powerpc/64: add stack protector support
Christophe Leroy
1
-0
/
+3
2018-10-03
Revert "convert SLB miss handlers to C" and subsequent commits
Michael Ellerman
1
-4
/
+15
2018-09-19
powerpc/64s/hash: SLB allocation status bitmaps
Nicholas Piggin
1
-2
/
+4
2018-09-19
powerpc/64s/hash: remove user SLB data from the paca
Nicholas Piggin
1
-13
/
+0
2018-09-19
powerpc/pseries: Dump the SLB contents on SLB MCE errors.
Mahesh Salgaonkar
1
-0
/
+6
2018-08-07
powerpc/pseries: Defer the logging of rtas error to irq work queue.
Mahesh Salgaonkar
1
-0
/
+3
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
1
-5
/
+0
2018-06-03
powerpc/64: Save stack pointer when we hard disable interrupts
Michael Ellerman
1
-1
/
+1
2018-06-03
Merge branch 'fixes' into next
Michael Ellerman
1
-1
/
+0
2018-05-07
powerpc/64: Remove unused paca->soft_enabled
Michael Ellerman
1
-1
/
+0
2018-05-03
powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code paths
Naveen N. Rao
1
-0
/
+1
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
1
-6
/
+16
2018-03-30
powerpc/64: Defer paca allocation until memory topology is discovered
Nicholas Piggin
1
-2
/
+4
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
1
-2
/
+2
2018-03-30
powerpc/64s: Do not allocate lppaca if we are not virtualized
Nicholas Piggin
1
-2
/
+10
2018-03-24
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-0
/
+3
2018-03-24
powerpc/powernv: Provide a way to force a core into SMT4 mode
Paul Mackerras
1
-0
/
+3
2018-03-06
powerpc/mm/slice: Allow up to 64 low slices
Christophe Leroy
1
-1
/
+1
2018-01-23
powerpc/64s: Improve RFI L1-D cache flush fallback
Nicholas Piggin
1
-2
/
+1
2018-01-21
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+10
2018-01-19
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
1
-1
/
+1
[next]