index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2021-10-07
powerpc/traps: do not enable irqs in _exception
Nicholas Piggin
-3
/
+9
2021-10-07
powerpc/64s: fix program check interrupt emergency stack path
Nicholas Piggin
-7
/
+10
2021-10-07
powerpc/security: Add a helper to query stf_barrier type
Naveen N. Rao
-0
/
+5
2021-10-01
audit: add support for the openat2 syscall
Richard Guy Briggs
-0
/
+4
2021-10-01
audit: replace magic audit syscall class numbers with macros
Richard Guy Briggs
-10
/
+11
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
-10
/
+10
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
-1
/
+1
2021-09-30
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...
Masami Hiramatsu
-11
/
+0
2021-09-30
kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...
Masami Hiramatsu
-3
/
+3
2021-09-30
powerpc: smp: remove hack to obtain offset of task_struct::cpu
Ard Biesheuvel
-2
/
+0
2021-09-30
sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y
Ard Biesheuvel
-2
/
+2
2021-09-30
powerpc/iommu: Report the correct most efficient DMA mask for PCI devices
Alexey Kardashevskiy
-0
/
+9
2021-09-22
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
-3
/
+1
2021-09-21
PCI: Rename pcibios_add_device() to pcibios_device_add()
Oliver O'Halloran
-1
/
+1
2021-09-13
powerpc/mce: Fix access error in mce handler
Ganesh Goudar
-2
/
+15
2021-09-13
powerpc/64s: system call rfscv workaround for TM bugs
Nicholas Piggin
-0
/
+13
2021-09-13
powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state
Nicholas Piggin
-41
/
+30
2021-09-08
compat: remove some compat entry points
Arnd Bergmann
-5
/
+5
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-5
/
+0
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
-5
/
+0
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-4
/
+3
2021-09-03
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-245
/
+267
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-0
/
+2
2021-09-03
mm: wire up syscall process_mrelease
Suren Baghdasaryan
-0
/
+2
2021-09-03
Merge branch 'fixes' into next
Michael Ellerman
-51
/
+46
2021-09-02
Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-4
/
+2
2021-09-01
Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-7
/
+1
2021-09-01
Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2021-08-30
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
-6
/
+0
2021-08-27
powerpc/kernel/iommu: Add new iommu_table_in_use() helper
Leonardo Bras
-30
/
+31
2021-08-27
powerpc/numa: Update cpu_cpu_map on CPU online/offline
Srikar Dronamraju
-0
/
+3
2021-08-27
powerpc/smp: Enable CACHE domain for shared processor
Srikar Dronamraju
-1
/
+1
2021-08-27
powerpc/smp: Update cpu_core_map on all PowerPc systems
Srikar Dronamraju
-6
/
+5
2021-08-27
powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2
Srikar Dronamraju
-1
/
+1
2021-08-26
powerpc: Refactor verification of MSR_RI
Christophe Leroy
-10
/
+7
2021-08-26
powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()
Christophe Leroy
-2
/
+0
2021-08-26
powerpc/64e: Get dear offset with _DEAR macro
Xiongwei Song
-14
/
+7
2021-08-26
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
-1
/
+3
2021-08-26
powerpc/64e: Get esr offset with _ESR macro
Xiongwei Song
-6
/
+6
2021-08-26
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
-2
/
+4
2021-08-25
powerpc/syscalls: Simplify do_mmap2()
Christophe Leroy
-11
/
+4
2021-08-25
powerpc: Avoid link stack corruption in misc asm functions
Christophe Leroy
-4
/
+4
2021-08-25
powerpc/booke: Avoid link stack corruption in several places
Christophe Leroy
-13
/
+13
2021-08-25
powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...
Christophe Leroy
-2
/
+2
2021-08-23
powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not set
Cédric Le Goater
-2
/
+3
2021-08-20
powerpc/64s: Fix scv implicit soft-mask table for relocated kernels
Nicholas Piggin
-3
/
+4
2021-08-20
powerpc/tau: Add 'static' storage qualifier to 'tau_work' definition
Finn Thain
-1
/
+1
2021-08-19
isystem: ship and use stdarg.h
Alexey Dobriyan
-3
/
+3
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
-1
/
+0
2021-08-18
powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}
Christophe Leroy
-5
/
+2
[prev]
[next]