index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
powerpc/interrupt: Remove struct interrupt_state
Christophe Leroy
1
-20
/
+12
2022-03-01
powerpc/fadump: register for fadump as early as possible
Hari Bathini
1
-3
/
+10
2022-02-25
usercopy: Check valid lifetime via stack depth
Kees Cook
1
-0
/
+1
2022-02-25
Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic into asm-generic
Arnd Bergmann
2
-14
/
+3
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-10
/
+1
2022-02-25
uaccess: fix type mismatch warnings from access_ok()
Arnd Bergmann
1
-2
/
+2
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2022-02-24
powerpc/module_64: fix array_size.cocci warning
Guo Zhengkui
1
-1
/
+2
2022-02-24
powerpc/64s/hash: Make hash faults work in NMI context
Nicholas Piggin
4
-82
/
+10
2022-02-23
powerpc: Remove remaining stab codes
Christophe Leroy
1
-6
/
+0
2022-02-17
PCI: Add defines for normal and subtractive PCI bridges
Pali Rohár
2
-2
/
+2
2022-02-17
shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverage
Masahiro Yamada
1
-1
/
+4
2022-02-17
signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverage
Masahiro Yamada
1
-1
/
+1
2022-02-16
asm-generic: Refactor dereference_[kernel]_function_descriptor()
Christophe Leroy
1
-23
/
+0
2022-02-16
asm-generic: Define 'func_desc_t' to commonly describe function descriptors
Christophe Leroy
2
-8
/
+4
2022-02-16
asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
Christophe Leroy
3
-2
/
+7
2022-02-16
powerpc: Prepare func_desc_t for refactorisation
Christophe Leroy
1
-18
/
+18
2022-02-16
powerpc: Remove 'struct ppc64_opd_entry'
Christophe Leroy
1
-8
/
+0
2022-02-16
powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
Christophe Leroy
2
-7
/
+7
2022-02-16
powerpc: Move and rename func_descr_t
Christophe Leroy
4
-11
/
+11
2022-02-16
powerpc: Fix 'sparse' checking on PPC64le
Christophe Leroy
1
-1
/
+1
2022-02-16
powerpc/papr_scm: Implement initial support for injecting smart errors
Vaibhav Jain
2
-3
/
+105
2022-02-16
powerpc/ftrace: Style cleanup in ftrace_mprofile.S
Christophe Leroy
1
-4
/
+8
2022-02-16
powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS is set
Christophe Leroy
2
-1
/
+6
2022-02-16
powerpc/ftrace: Add recursion protection in prepare_ftrace_return()
Christophe Leroy
1
-0
/
+7
2022-02-16
powerpc/ftrace: Also save r1 in ftrace_caller()
Christophe Leroy
1
-0
/
+4
2022-02-15
powerpc/lib/sstep: fix 'ptesync' build error
Anders Roxell
1
-0
/
+2
2022-02-15
powerpc/boot: Add `otheros-too-big.bld` to .gitignore
Paul Menzel
1
-0
/
+1
2022-02-14
powerpc: Don't allow the use of EMIT_BUG_ENTRY with BUGFLAG_WARNING
Christophe Leroy
1
-3
/
+10
2022-02-12
powerpc: Fix STACKTRACE=n build
Michael Ellerman
1
-1
/
+1
2022-02-12
powerpc/mm: Update default hugetlb size early
Aneesh Kumar K.V
4
-6
/
+10
2022-02-12
powerpc/pseries: make pseries_devicetree_update() static
Nathan Lynch
2
-2
/
+1
2022-02-12
powerpc/vdso: Move cvdso_call macro into gettimeofday.S
Christophe Leroy
2
-51
/
+45
2022-02-12
powerpc/vdso: Remove cvdso_call_time macro
Christophe Leroy
2
-28
/
+11
2022-02-12
powerpc/vdso: Merge vdso64 and vdso32 into a single directory
Christophe Leroy
26
-321
/
+44
2022-02-12
powerpc/vdso: Rework VDSO32 makefile to add a prefix to object files
Christophe Leroy
3
-26
/
+21
2022-02-12
powerpc/vdso: augment VDSO32 functions to support 64 bits build
Christophe Leroy
6
-12
/
+39
2022-02-12
powerpc/lib/sstep: use truncate_if_32bit()
Christophe Leroy
1
-6
/
+3
2022-02-12
powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__
Christophe Leroy
1
-8
/
+0
2022-02-12
powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencoding
Christophe Leroy
1
-4
/
+1
2022-02-12
powerpc: Use the newly added is_tsk_32bit_task() macro
Christophe Leroy
2
-6
/
+4
2022-02-12
powerpc/32s: Enable STRICT_MODULE_RWX for the 603 core
Christophe Leroy
2
-1
/
+4
2022-02-12
powerpc/bpf: Always reallocate BPF_REG_5, BPF_REG_AX and TMP_REG when possible
Christophe Leroy
2
-6
/
+11
2022-02-12
powerpc: Add set_memory_{p/np}() and remove set_memory_attr()
Christophe Leroy
3
-47
/
+28
2022-02-12
powerpc/set_memory: Avoid spinlock recursion in change_page_attr()
Christophe Leroy
1
-19
/
+13
2022-02-12
powerpc/ftrace: Remove ftrace_32.S
Christophe Leroy
4
-155
/
+17
2022-02-11
lib/xor: make xor prototypes more friendly to compiler vectorization
Ard Biesheuvel
4
-48
/
+64
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2022-02-08
bpf: Fix leftover header->pages in sparc and powerpc code.
Song Liu
1
-1
/
+1
[prev]
[next]