index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-08
powerpc: Add missing headers
Christophe Leroy
25
-21
/
+32
2022-05-08
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
11
-11
/
+0
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-5
/
+4
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-3
/
+5
2022-05-06
powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.h
Christophe Leroy
1
-0
/
+9
2022-05-06
powerpc/64: remove system call instruction emulation
Nicholas Piggin
1
-10
/
+0
2022-05-06
powerpc: Reject probes on instructions that can't be single stepped
Naveen N. Rao
2
-2
/
+7
2022-05-05
powerpc: fix typos in comments
Julia Lawall
18
-23
/
+23
2022-05-05
powerpc: Simplify and move arch_randomize_brk()
Christophe Leroy
1
-41
/
+0
2022-05-05
powerpc/mm: Remove CONFIG_PPC_MM_SLICES
Christophe Leroy
1
-5
/
+0
2022-05-05
Merge tag 'v5.18-rc4' into next
Michael Ellerman
2
-16
/
+15
2022-05-04
powerpc/vdso: Fix incorrect CFI in gettimeofday.S
Michael Ellerman
1
-2
/
+7
2022-05-04
powerpc/idle: Fix return value of __setup() handler
Randy Dunlap
1
-1
/
+1
2022-05-04
powerpc: Remove redundant spaces to match coding style
maqiang
1
-1
/
+1
2022-05-04
powerpc/fadump: Use swap() instead of open coding it
Jiapeng Chong
1
-6
/
+2
2022-05-04
powerpc/fadump: Correct two typos in a comment
Randy Dunlap
1
-2
/
+2
2022-05-04
powerpc/rtas: Replaced simple_strtoull() with kstrtoull()
Chen Huang
1
-6
/
+1
2022-05-04
powerpc: make 'boot_text_mapped' static
Yu Kuai
1
-1
/
+1
2022-05-04
powerpc: remove set but not used variable 'force_printk_to_btext'
Yu Kuai
1
-1
/
+0
2022-05-04
powerpc/time: Fix sparse warnings
He Ying
1
-5
/
+4
2022-04-29
vmcore: convert copy_oldmem_page() to take an iov_iter
Matthew Wilcox (Oracle)
1
-30
/
+5
2022-04-26
powerpc/fadump: align destination address to pagesize
Hari Bathini
1
-0
/
+5
2022-04-26
powerpc/fadump: fix PT_LOAD segment for boot memory area
Hari Bathini
1
-2
/
+6
2022-04-26
powerpc/fadump: save CPU reg data in vmcore when PHYP terminates LPAR
Hari Bathini
1
-1
/
+6
2022-04-24
Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-15
/
+14
2022-04-21
powerpc/time: Always set decrementer in timer_interrupt()
Michael Ellerman
1
-15
/
+14
2022-04-19
vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
Song Liu
1
-1
/
+1
2022-04-18
swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
Christoph Hellwig
1
-0
/
+1
2022-04-14
ELF: Remove elf_core_copy_kernel_regs()
Brian Gerst
1
-1
/
+1
2022-04-10
Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-0
/
+32
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2022-03-31
arch: syscalls: simplify uapi/kapi directory creation
Masahiro Yamada
1
-2
/
+1
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-6
/
+6
2022-03-28
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2
-0
/
+32
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-13
/
+21
2022-03-25
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
60
-939
/
+565
2022-03-22
drivers/base/node: consolidate node device subsystem initialization in node_d...
David Hildenbrand
1
-17
/
+0
2022-03-22
powerpc/fadump: opt out from freeing pages on cma activation failure
Hari Bathini
1
-0
/
+6
2022-03-22
cma: factor out minimum alignment requirement
David Hildenbrand
1
-1
/
+1
2022-03-16
powerpc/time: improve decrementer clockevent processing
Nicholas Piggin
1
-8
/
+10
2022-03-16
powerpc/time: Fix KVM host re-arming a timer beyond decrementer range
Nicholas Piggin
1
-2
/
+3
2022-03-16
powerpc/tm: Fix more userspace r13 corruption
Nicholas Piggin
1
-9
/
+16
2022-03-15
x86/ibt,kprobes: Cure sym+0 equals fentry woes
Peter Zijlstra
1
-13
/
+21
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
1
-2
/
+2
2022-03-10
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
1
-4
/
+4
2022-03-09
powerpc/64: Add UADDR64 relocation support
Alexey Kardashevskiy
2
-22
/
+47
2022-03-08
powerpc/secvar: fix refcount leak in format_show()
Hangyu Hua
1
-3
/
+6
2022-03-08
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
11
-11
/
+0
2022-03-08
KVM: PPC: Book3S PR: Disable SCV when AIL could be disabled
Nicholas Piggin
2
-0
/
+32
2022-03-08
powerpc/smp: Declare current_set static
Christophe Leroy
1
-1
/
+1
[prev]
[next]