index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-118
/
+64
2022-06-02
Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-06-02
Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-9
/
+1
2022-06-02
powerpc: use __kernel_{uid,gid}32_t in uapi/asm/stat.h
Masahiro Yamada
1
-2
/
+2
2022-05-31
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-45
/
+6
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
53
-284
/
+384
2022-05-27
powerpc/64: Include cache.h directly in paca.h
Michael Ellerman
1
-0
/
+1
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-22
/
+30
2022-05-26
Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+5
2022-05-25
Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...
Linus Torvalds
2
-4
/
+1
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2022-05-24
powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is...
Christophe Leroy
1
-0
/
+2
2022-05-24
livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
Christophe Leroy
1
-9
/
+1
2022-05-23
Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+8
2022-05-22
powerpc: Enable the DAWR on POWER9 DD2.3 and above
Reza Arbab
1
-2
/
+8
2022-05-22
powerpc/64s: Add CPU_FTRS_POWER10 to ALWAYS mask
Michael Ellerman
1
-2
/
+4
2022-05-22
powerpc/64s: Add CPU_FTRS_POWER9_DD2_2 to CPU_FTRS_ALWAYS mask
Michael Ellerman
1
-2
/
+2
2022-05-22
powerpc/numa: Associate numa node to its cpu earlier
Oscar Salvador
1
-6
/
+2
2022-05-22
powerpc/85xx: Remove FSL_85XX_CACHE_SRAM
Christophe Leroy
1
-35
/
+0
2022-05-22
powerpc: Book3S 64-bit outline-only KASAN support
Daniel Axtens
4
-3
/
+38
2022-05-22
powerpc/kasan: Don't instrument non-maskable or raw interrupts
Daniel Axtens
1
-12
/
+40
2022-05-22
powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
Naveen N. Rao
1
-1
/
+3
2022-05-22
powerpc/64: Only WARN if __pa()/__va() called with bad addresses
Michael Ellerman
1
-2
/
+5
2022-05-22
powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr
Haren Myneni
1
-1
/
+1
2022-05-22
powerpc/opcodes: Remove unused PPC_INST_XXX macros
Christophe Leroy
1
-9
/
+4
2022-05-22
powerpc/inst: Remove PPC_INST_BL
Christophe Leroy
1
-1
/
+0
2022-05-22
powerpc/inst: Remove PPC_INST_BRANCH
Christophe Leroy
1
-2
/
+1
2022-05-22
powerpc/inst: Add __copy_inst_from_kernel_nofault()
Christophe Leroy
1
-4
/
+9
2022-05-22
powerpc/ftrace: Minimise number of #ifdefs
Christophe Leroy
2
-4
/
+0
2022-05-19
bug: Use normal relative pointers in 'struct bug_entry'
Josh Poimboeuf
1
-6
/
+8
2022-05-19
termbits.h: Align lines & format
Ilpo Järvinen
1
-53
/
+47
2022-05-19
termbits.h: create termbits-common.h for identical bits
Ilpo Järvinen
1
-50
/
+2
2022-05-19
powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.
Christophe Leroy
1
-0
/
+5
2022-05-19
powerpc: Finalise cleanup around ABI use
Christophe Leroy
1
-8
/
+0
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
5
-12
/
+12
2022-05-19
powerpc/code-patching: Inline create_branch()
Christophe Leroy
1
-2
/
+20
2022-05-19
powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()
Christophe Leroy
1
-2
/
+27
2022-05-19
powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZ
Nicholas Piggin
3
-2
/
+21
2022-05-19
powerpc/64: Bump SIGSTKSZ and MINSIGSTKSZ
Nicholas Piggin
1
-0
/
+5
2022-05-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
6
-30
/
+11
2022-05-19
KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlers
Alexey Kardashevskiy
1
-7
/
+0
2022-05-19
KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
Alexey Kardashevskiy
3
-11
/
+2
2022-05-13
mm: change huge_ptep_clear_flush() to return the original pte
Baolin Wang
1
-3
/
+6
2022-05-13
powerpc: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-13
KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearming
Nicholas Piggin
1
-2
/
+2
2022-05-13
KVM: PPC: Book3S HV: Remove KVMPPC_NR_LPIDS
Nicholas Piggin
1
-3
/
+0
2022-05-13
KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximum
Nicholas Piggin
1
-1
/
+6
2022-05-13
KVM: PPC: Book3S HV Nested: Change nested guest lookup to use idr
Nicholas Piggin
1
-2
/
+1
2022-05-13
KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, Nested
Nicholas Piggin
2
-3
/
+1
2022-05-13
KVM: PPC: Remove kvmppc_claim_lpid
Nicholas Piggin
1
-1
/
+0
[next]