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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
powerpc/irq64: Remove get_irq_happened()
Christophe Leroy
1
-12
/
+2
2022-06-29
powerpc/irq: Split irq.c
Christophe Leroy
3
-422
/
+477
2022-06-29
powerpc: Don't include asm/ppc_asm.h in other headers
Christophe Leroy
4
-3
/
+2
2022-06-29
powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Christophe Leroy
14
-0
/
+16
2022-06-28
powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable
Athira Rajeev
1
-20
/
+15
2022-06-28
arch/*/: remove CONFIG_VIRT_TO_BUS
Arnd Bergmann
2
-3
/
+0
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-1
/
+1
2022-06-27
Merge branch 'master' into mm-stable
akpm
13
-40
/
+83
2022-06-26
powerpc/powermac: Remove empty function note_scsi_host()
Christophe Leroy
2
-8
/
+0
2022-06-26
powerpc: Update asm-prototypes.h comment
Michael Ellerman
1
-2
/
+3
2022-06-24
powerpc/prom_init: Fix kernel config grep
Liam Howlett
1
-1
/
+1
2022-06-24
KVM: PPC: Book3s: Fix warning about xics_rm_h_xirr_x
Alexey Kardashevskiy
1
-0
/
+1
2022-06-24
powerpc/book3e: Fix PUD allocation size in map_kernel_page()
Christophe Leroy
1
-3
/
+3
2022-06-24
powerpc/xive/spapr: correct bitmap allocation size
Nathan Lynch
1
-2
/
+3
2022-06-22
powerpc/powernv: wire up rng during setup_arch
Jason A. Donenfeld
3
-16
/
+40
2022-06-22
powerpc/52xx: Get rid of of_node assignment
Andy Shevchenko
1
-10
/
+8
2022-06-22
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
3
-21
/
+31
2022-06-22
powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()
Andy Shevchenko
2
-38
/
+0
2022-06-20
powerpc: Move prom_init() out of asm-prototypes.h
Christophe Leroy
2
-6
/
+5
2022-06-20
powerpc: Don't include asm/setup.h in asm/machdep.h
Christophe Leroy
11
-6
/
+10
2022-06-19
powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and KASAN
Christophe Leroy
1
-1
/
+1
2022-06-18
powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address
Andrew Donnellan
1
-1
/
+10
2022-06-18
powerpc: Enable execve syscall exit tracepoint
Naveen N. Rao
1
-1
/
+1
2022-06-18
powerpc/pseries: wire up rng during setup_arch()
Jason A. Donenfeld
3
-8
/
+6
2022-06-18
powerpc/microwatt: wire up rng during setup_arch()
Jason A. Donenfeld
3
-7
/
+18
2022-06-18
powerpc/mm: Move CMA reservations after initmem_init()
Michael Ellerman
1
-6
/
+7
2022-06-16
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2
-0
/
+10
2022-06-15
arch/*: Disable softirq stacks on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-0
/
+4
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULE
Thomas Gleixner
1
-4
/
+1
2022-06-09
Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
11
-21
/
+38
2022-06-09
powerpc/32: Fix overread/overwrite of thread_struct via ptrace
Michael Ellerman
2
-6
/
+17
2022-06-07
No need of likely/unlikely on calls of check_copy_size()
Al Viro
1
-1
/
+1
2022-06-06
powerpc/book3e: get rid of #include <generated/compile.h>
Masahiro Yamada
1
-6
/
+2
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-7
/
+8
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-118
/
+64
2022-06-02
Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-2
/
+2
2022-06-02
Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
Linus Torvalds
3
-11
/
+2
2022-06-02
powerpc: use __kernel_{uid,gid}32_t in uapi/asm/stat.h
Masahiro Yamada
1
-2
/
+2
2022-06-02
powerpc/kasan: Force thread size increase with KASAN
Michael Ellerman
2
-3
/
+8
2022-05-31
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
3
-50
/
+6
2022-05-31
powerpc/papr_scm: don't requests stats with '0' sized stats buffer
Vaibhav Jain
1
-0
/
+3
2022-05-30
Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-5
/
+2
2022-05-29
powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK
Michael Ellerman
1
-1
/
+0
2022-05-29
powerpc/kasan: Silence KASAN warnings in __get_wchan()
He Ying
1
-2
/
+2
2022-05-29
powerpc/kasan: Mark more real-mode code as not to be instrumented
Paul Mackerras
4
-3
/
+6
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
434
-4427
/
+2924
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-32
/
+5
2022-05-27
powerpc/64: Include cache.h directly in paca.h
Michael Ellerman
1
-0
/
+1
2022-05-26
Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-0
/
+1
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
5
-22
/
+48
[prev]
[next]