index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-02-25
3
-12
/
+13
|
\
|
*
arch: syscalls: remove $(srctree)/ prefix from syscall tables
Masahiro Yamada
2021-02-22
1
-1
/
+1
|
*
arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work
Masahiro Yamada
2021-02-22
1
-9
/
+10
|
*
kbuild: LD_VERSION redenomination
Masahiro Yamada
2021-02-12
2
-2
/
+2
*
|
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-24
3
-2
/
+2
|
\
\
|
*
|
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
2021-02-12
17
-38
/
+135
|
|
\
|
|
*
|
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
2021-02-10
1
-0
/
+1
|
*
|
softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
Thomas Gleixner
2021-02-10
2
-2
/
+1
*
|
|
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
2
-2
/
+4
|
\
\
\
|
*
|
|
fs: add mount_setattr()
Christian Brauner
2021-01-24
1
-0
/
+1
|
*
|
|
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
|
*
|
|
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
|
|
|
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-23
2
-23
/
+0
|
\
\
\
\
|
*
|
|
|
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
1
-1
/
+0
|
*
|
|
|
powerpc/powernv: remove get_cxl_module
Christoph Hellwig
2021-02-08
1
-22
/
+0
|
|
/
/
/
*
|
|
|
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-02-22
186
-2081
/
+2462
|
\
\
\
\
|
*
|
|
|
powerpc/perf: Adds support for programming of Thresholding in P10
Kajol Jain
2021-02-11
11
-34
/
+102
|
*
|
|
|
powerpc/pci: Remove unimplemented prototypes
Oliver O'Halloran
2021-02-11
1
-4
/
+0
|
*
|
|
|
powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()
Christophe Leroy
2021-02-11
1
-7
/
+1
|
*
|
|
|
powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()
Christophe Leroy
2021-02-11
1
-7
/
+3
|
*
|
|
|
powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...
Christophe Leroy
2021-02-11
1
-41
/
+0
|
*
|
|
|
powerpc/64: Fix stack trace not displaying final frame
Michael Ellerman
2021-02-11
3
-2
/
+5
|
*
|
|
|
powerpc/time: Remove get_tbl()
Christophe Leroy
2021-02-11
1
-6
/
+0
|
*
|
|
|
powerpc/time: Avoid using get_tbl()
Christophe Leroy
2021-02-11
1
-4
/
+4
|
*
|
|
|
powerpc/syscall: Avoid storing 'current' in another pointer
Christophe Leroy
2021-02-11
1
-12
/
+9
|
*
|
|
|
powerpc/32: Handle bookE debugging in C in syscall entry/exit
Christophe Leroy
2021-02-11
6
-55
/
+42
|
*
|
|
|
powerpc/syscall: Do not check unsupported scv vector on PPC32
Christophe Leroy
2021-02-11
2
-4
/
+10
|
*
|
|
|
powerpc/32: Remove the counter in global_dbcr0
Christophe Leroy
2021-02-11
3
-16
/
+4
|
*
|
|
|
powerpc/32: Remove verification of MSR_PR on syscall in the ASM entry
Christophe Leroy
2021-02-11
3
-36
/
+0
|
*
|
|
|
powerpc/syscall: implement system call entry/exit logic in C for PPC32
Christophe Leroy
2021-02-11
3
-229
/
+30
|
*
|
|
|
powerpc/32: Always save non volatile GPRs at syscall entry
Christophe Leroy
2021-02-11
4
-62
/
+8
|
*
|
|
|
powerpc/syscall: Change condition to check MSR_RI
Christophe Leroy
2021-02-11
1
-3
/
+4
|
*
|
|
|
powerpc/syscall: Save r3 in regs->orig_r3
Christophe Leroy
2021-02-11
2
-2
/
+2
|
*
|
|
|
powerpc/syscall: Use is_compat_task()
Christophe Leroy
2021-02-11
1
-1
/
+3
|
*
|
|
|
powerpc/syscall: Make interrupt.c buildable on PPC32
Christophe Leroy
2021-02-11
2
-9
/
+26
|
*
|
|
|
powerpc/syscall: Rename syscall_64.c into interrupt.c
Christophe Leroy
2021-02-11
2
-1
/
+1
|
*
|
|
|
powerpc/irq: Add stub irq_soft_mask_return() for PPC32
Christophe Leroy
2021-02-11
1
-0
/
+5
|
*
|
|
|
powerpc/irq: Rework helpers that manipulate MSR[EE/RI]
Christophe Leroy
2021-02-11
2
-24
/
+52
|
*
|
|
|
powerpc/irq: Add helper to set regs->softe
Christophe Leroy
2021-02-11
1
-2
/
+9
|
*
|
|
|
powerpc/32: Reorder instructions to avoid using CTR in syscall entry
Christophe Leroy
2021-02-11
1
-12
/
+10
|
*
|
|
|
powerpc/32: On syscall entry, enable instruction translation at the same time...
Christophe Leroy
2021-02-11
2
-22
/
+11
|
*
|
|
|
powerpc/32: Always enable data translation on syscall entry
Christophe Leroy
2021-02-11
2
-24
/
+1
|
*
|
|
|
powerpc/32s: Add missing call to kuep_lock on syscall entry
Christophe Leroy
2021-02-11
1
-0
/
+3
|
*
|
|
|
powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE mode
Will Springer
2021-02-11
1
-21
/
+28
|
*
|
|
|
powerpc: use kernel endianness in MSR in 32-bit signal handler
Joseph J Allen
2021-02-11
1
-1
/
+2
|
*
|
|
|
powerpc/kexec_file: fix FDT size estimation for kdump kernel
Hari Bathini
2021-02-11
3
-1
/
+37
|
*
|
|
|
powerpc/mm: Remove dcache flush from memory remove.
Aneesh Kumar K.V
2021-02-11
2
-22
/
+29
|
*
|
|
|
powerpc/mm: Add PG_dcache_clean to indicate dcache clean state
Aneesh Kumar K.V
2021-02-11
5
-13
/
+19
|
*
|
|
|
powerpc/mm: Enable compound page check for both THP and HugeTLB
Aneesh Kumar K.V
2021-02-11
3
-26
/
+22
|
*
|
|
|
powerpc/xive: Assign boolean values to a bool variable
Jiapeng Chong
2021-02-11
1
-2
/
+2
[next]