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-05-18
KVM: PPC: Book3S HV: Use consistent type for return value of kvm_age_rmapp()
Bo Liu
1
-3
/
+3
2022-05-18
KVM: PPC: Book3S HV: fix incorrect NULL check on list iterator
Xiaomeng Tong
1
-3
/
+5
2022-05-18
KVM: PPC: Book3S HV: remove extraneous asterisk from rm_host_ipi_action() comment
Bagas Sanjaya
1
-1
/
+1
2022-05-16
Merge 5.18-rc7 into usb-next
Greg Kroah-Hartman
6
-29
/
+57
2022-05-15
Merge tag 'powerpc-5.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-5
/
+21
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 Nested: L2 LPCR should inherit L1 LPES setting
Nicholas Piggin
2
-2
/
+5
2022-05-13
KVM: PPC: Book3S HV Nested: L2 must not run with L1 xive context
Nicholas Piggin
2
-7
/
+21
2022-05-13
KVM: PPC: Book3S HV P9: Split !nested case out from guest entry
Nicholas Piggin
1
-4
/
+13
2022-05-13
KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearming
Nicholas Piggin
3
-7
/
+16
2022-05-13
KVM: PPC: Book3S HV P9: Inject pending xive interrupts at guest entry
Nicholas Piggin
1
-2
/
+7
2022-05-13
KVM: PPC: Book3S HV: Remove KVMPPC_NR_LPIDS
Nicholas Piggin
2
-6
/
+0
2022-05-13
KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximum
Nicholas Piggin
3
-15
/
+18
2022-05-13
KVM: PPC: Book3S HV Nested: Change nested guest lookup to use idr
Nicholas Piggin
2
-54
/
+59
2022-05-13
KVM: PPC: Book3S HV: Use IDA allocator for LPID allocator
Nicholas Piggin
1
-12
/
+13
2022-05-13
KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, Nested
Nicholas Piggin
5
-11
/
+33
2022-05-13
KVM: PPC: Remove kvmppc_claim_lpid
Nicholas Piggin
4
-16
/
+7
2022-05-13
KVM: PPC: Book3S HV P9: Optimise loads around context switch
Nicholas Piggin
1
-4
/
+11
2022-05-13
KVM: PPC: Book3S HV: HFSCR[PREFIX] does not exist
Nicholas Piggin
2
-2
/
+1
2022-05-13
powerpc: add asm/stat.h to UAPI compile-test coverage
Masahiro Yamada
1
-5
/
+5
2022-05-11
powerpc/rtas: Keep MSR[RI] set when calling RTAS
Laurent Dufour
2
-12
/
+21
2022-05-11
powerpc/8xx: Use kmalloced data structure instead of global static
Christophe Leroy
1
-18
/
+30
2022-05-11
powerpc/8xx: Remove mpc8xx_pics_init()
Christophe Leroy
9
-32
/
+15
2022-05-11
powerpc/8xx: Convert CPM1 interrupt controller to platform_device
Christophe Leroy
3
-56
/
+50
2022-05-11
powerpc/8xx: Convert CPM1 error interrupt handler to platform driver
Christophe Leroy
1
-29
/
+44
2022-05-11
powerpc/8xx: Move CPM interrupt controller into a dedicated file
Christophe Leroy
3
-140
/
+152
2022-05-11
powerpc/code-patching: Use jump_label to check if poking_init() is done
Christophe Leroy
1
-1
/
+4
2022-05-11
powerpc/code-patching: Use jump_label for testing freed initmem
Christophe Leroy
3
-1
/
+8
2022-05-11
KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()
Alexander Graf
1
-5
/
+21
2022-05-11
kbuild: factor out the common installation code into scripts/install.sh
Masahiro Yamada
2
-25
/
+1
2022-05-09
powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3s
David Hildenbrand
1
-1
/
+20
2022-05-09
powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3s
David Hildenbrand
1
-7
/
+5
2022-05-08
Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-24
/
+36
2022-05-08
powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_MODULES
Christophe Leroy
1
-1
/
+1
2022-05-08
powerpc: align address to page boundary in change_page_attr()
Christophe Leroy
1
-0
/
+1
2022-05-08
powerpc/8xx: Simplify flush_tlb_kernel_range()
Christophe Leroy
2
-1
/
+13
2022-05-08
powerpc: Use static call for get_irq()
Christophe Leroy
1
-1
/
+7
2022-05-08
powerpc: Use rol32() instead of opencoding in csum_fold()
Christophe Leroy
1
-8
/
+9
2022-05-08
powerpc: Add missing headers
Christophe Leroy
146
-108
/
+195
2022-05-08
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
79
-80
/
+0
2022-05-08
kbuild: drop $(objtree)/ prefix support for clean-files
Masahiro Yamada
1
-2
/
+2
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/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCE
Kajol Jain
1
-5
/
+2
2022-05-05
termbits: Convert octal defines to hex
Ilpo Järvinen
1
-101
/
+101
2022-05-06
powerpc: Add missing declaration in asm/drmem.h
Christophe Leroy
1
-0
/
+3
2022-05-06
powerpc: Include asm/reg.h in asm/svm.h
Christophe Leroy
1
-0
/
+2
2022-05-06
powerpc: Don't include asm/prom.h in asm/parport.h
Christophe Leroy
1
-1
/
+1
2022-05-06
powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.h
Christophe Leroy
2
-12
/
+11
[prev]
[next]