index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
powerpc/64: Fix stack trace not displaying final frame
Michael Ellerman
3
-2
/
+5
2021-02-11
powerpc/time: Remove get_tbl()
Christophe Leroy
1
-6
/
+0
2021-02-11
powerpc/time: Avoid using get_tbl()
Christophe Leroy
1
-4
/
+4
2021-02-11
powerpc/syscall: Avoid storing 'current' in another pointer
Christophe Leroy
1
-12
/
+9
2021-02-11
powerpc/32: Handle bookE debugging in C in syscall entry/exit
Christophe Leroy
6
-55
/
+42
2021-02-11
powerpc/syscall: Do not check unsupported scv vector on PPC32
Christophe Leroy
2
-4
/
+10
2021-02-11
powerpc/32: Remove the counter in global_dbcr0
Christophe Leroy
3
-16
/
+4
2021-02-11
powerpc/32: Remove verification of MSR_PR on syscall in the ASM entry
Christophe Leroy
3
-36
/
+0
2021-02-11
powerpc/syscall: implement system call entry/exit logic in C for PPC32
Christophe Leroy
3
-229
/
+30
2021-02-11
powerpc/32: Always save non volatile GPRs at syscall entry
Christophe Leroy
4
-62
/
+8
2021-02-11
powerpc/syscall: Change condition to check MSR_RI
Christophe Leroy
1
-3
/
+4
2021-02-11
powerpc/syscall: Save r3 in regs->orig_r3
Christophe Leroy
2
-2
/
+2
2021-02-11
powerpc/syscall: Use is_compat_task()
Christophe Leroy
1
-1
/
+3
2021-02-11
powerpc/syscall: Make interrupt.c buildable on PPC32
Christophe Leroy
2
-9
/
+26
2021-02-11
powerpc/syscall: Rename syscall_64.c into interrupt.c
Christophe Leroy
2
-1
/
+1
2021-02-11
powerpc/irq: Add stub irq_soft_mask_return() for PPC32
Christophe Leroy
1
-0
/
+5
2021-02-11
powerpc/irq: Rework helpers that manipulate MSR[EE/RI]
Christophe Leroy
2
-24
/
+52
2021-02-11
powerpc/irq: Add helper to set regs->softe
Christophe Leroy
1
-2
/
+9
2021-02-11
powerpc/32: Reorder instructions to avoid using CTR in syscall entry
Christophe Leroy
1
-12
/
+10
2021-02-11
powerpc/32: On syscall entry, enable instruction translation at the same time...
Christophe Leroy
2
-22
/
+11
2021-02-11
powerpc/32: Always enable data translation on syscall entry
Christophe Leroy
2
-24
/
+1
2021-02-11
powerpc/32s: Add missing call to kuep_lock on syscall entry
Christophe Leroy
1
-0
/
+3
2021-02-11
powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE mode
Will Springer
1
-21
/
+28
2021-02-11
powerpc: use kernel endianness in MSR in 32-bit signal handler
Joseph J Allen
1
-1
/
+2
2021-02-11
powerpc/kexec_file: fix FDT size estimation for kdump kernel
Hari Bathini
3
-1
/
+37
2021-02-11
powerpc/mm: Remove dcache flush from memory remove.
Aneesh Kumar K.V
2
-22
/
+29
2021-02-11
powerpc/mm: Add PG_dcache_clean to indicate dcache clean state
Aneesh Kumar K.V
5
-13
/
+19
2021-02-11
powerpc/mm: Enable compound page check for both THP and HugeTLB
Aneesh Kumar K.V
3
-26
/
+22
2021-02-11
powerpc/xive: Assign boolean values to a bool variable
Jiapeng Chong
1
-2
/
+2
2021-02-11
powerpc/32: Preserve cr1 in exception prolog stack check to fix build error
Christophe Leroy
2
-7
/
+1
2021-02-11
powerpc/64s: Remove EXSLB interrupt save area
Nicholas Piggin
3
-8
/
+1
2021-02-11
powerpc/64s: syscall real mode entry use mtmsrd rather than rfid
Nicholas Piggin
2
-6
/
+9
2021-02-11
powerpc/kuap: Restore AMR after replaying soft interrupts
Alexey Kardashevskiy
1
-1
/
+26
2021-02-11
powerpc/uaccess: Avoid might_fault() when user access is enabled
Alexey Kardashevskiy
1
-3
/
+10
2021-02-11
powerpc/uaccess: Simplify unsafe_put_user() implementation
Michael Ellerman
1
-8
/
+7
2021-02-11
powerpc/amigaone: Make amigaone_discover_phbs() static
Michael Ellerman
1
-1
/
+1
2021-02-11
powerpc/mm/64s: Fix no previous prototype warning
Michael Ellerman
3
-2
/
+6
2021-02-11
powerpc/83xx: Fix build error when CONFIG_PCI=n
Michael Ellerman
1
-1
/
+1
2021-02-11
powerpc: remove interrupt handler functions from the noinstr section
Nicholas Piggin
3
-15
/
+20
2021-02-11
powerpc/powernv/pci: Use kzalloc() for phb related allocations
Michael Ellerman
1
-3
/
+3
2021-02-08
powerpc/64s: Handle program checks in wrong endian during early boot
Michael Ellerman
1
-0
/
+45
2021-02-08
powerpc/64: Make stack tracing work during very early boot
Michael Ellerman
1
-0
/
+3
2021-02-08
powerpc64/idle: Fix SP offsets when saving GPRs
Christopher M. Riedl
1
-65
/
+73
2021-02-08
powerpc/32s: Allow constant folding in mtsr()/mfsr()
Christophe Leroy
1
-2
/
+8
2021-02-08
powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()
Christophe Leroy
5
-9
/
+9
2021-02-08
powerpc/32s: Change mfsrin() into a static inline function
Christophe Leroy
2
-7
/
+8
2021-02-08
powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpers
Christophe Leroy
2
-11
/
+3
2021-02-08
powerpc/sstep: Fix darn emulation
Sandipan Das
1
-1
/
+1
2021-02-08
powerpc/sstep: Fix load-store and update emulation
Sandipan Das
1
-0
/
+14
2021-02-08
powerpc/8xx: Fix software emulation interrupt
Christophe Leroy
1
-1
/
+1
[next]