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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a control to sync the sources
Cédric Le Goater
2
-0
/
+37
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a global reset control
Cédric Le Goater
2
-0
/
+86
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configuration
Cédric Le Goater
5
-6
/
+281
2019-04-30
KVM: PPC: Book3S HV: XIVE: Add a control to configure a source
Cédric Le Goater
4
-2
/
+115
2019-04-30
KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
Cédric Le Goater
4
-4
/
+125
2019-04-30
KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVE
Cédric Le Goater
6
-41
/
+258
2019-04-30
KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation mode
Cédric Le Goater
6
-2
/
+198
2019-04-30
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
11
-20
/
+218
2019-04-30
KVM: PPC: Book3S HV: Save/restore vrsave register in kvmhv_p9_guest_entry()
Suraj Jitindar Singh
1
-0
/
+2
2019-04-30
KVM: PPC: Book3S HV: Flush TLB on secondary radix threads
Paul Mackerras
4
-63
/
+53
2019-04-30
KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C code
Paul Mackerras
3
-34
/
+35
2019-04-30
KVM: PPC: Book3S HV: Handle virtual mode in XIVE VCPU push code
Suraj Jitindar Singh
1
-11
/
+25
2019-04-30
KVM: PPC: Book3S HV: Fix XICS-on-XIVE H_IPI when priority = 0
Paul Mackerras
1
-38
/
+40
2019-04-30
KVM: PPC: Book3S HV: smb->smp comment fixup
Palmer Dabbelt
1
-1
/
+1
2019-04-30
KVM: PPC: Book3S: Allocate guest TCEs on demand too
Alexey Kardashevskiy
4
-33
/
+110
2019-04-30
KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlers
Alexey Kardashevskiy
3
-33
/
+44
2019-04-30
KVM: PPC: Book3S HV: Fix lockdep warning when entering the guest
Alexey Kardashevskiy
1
-7
/
+8
2019-04-30
KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler
Suraj Jitindar Singh
3
-1
/
+147
2019-04-30
KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler
Suraj Jitindar Singh
1
-0
/
+80
2019-04-30
powerpc/watchdog: Use hrtimers for per-CPU heartbeat
Nicholas Piggin
1
-41
/
+40
2019-04-29
powerpc/powernv/npu: Use pci_dev_id() helper
Heiner Kallweit
1
-8
/
+6
2019-04-29
powerpc/pseries: Track LMB nid instead of using device tree
Nathan Fontenot
3
-10
/
+34
2019-04-28
Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-40
/
+60
2019-04-28
powerpc/mm: fix spelling mistake "Outisde" -> "Outside"
Colin Ian King
4
-7
/
+7
2019-04-23
Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-0
/
+4
2019-04-23
powerpc/512x: mark clocks as big endian
Jonas Gorski
1
-3
/
+6
2019-04-21
powerpc/mm: Fix section mismatch warning
Aneesh Kumar K.V
1
-4
/
+4
2019-04-21
powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID
Aneesh Kumar K.V
5
-8
/
+8
2019-04-21
powerpc/mm: Print kernel map details to dmesg
Aneesh Kumar K.V
1
-0
/
+3
2019-04-21
powerpc/mm/hash: Simplify the region id calculation.
Aneesh Kumar K.V
4
-18
/
+20
2019-04-21
powerpc/mm: Drop the unnecessary region check
Aneesh Kumar K.V
1
-12
/
+0
2019-04-21
powerpc/mm: Validate address values against different region limits
Aneesh Kumar K.V
4
-6
/
+46
2019-04-21
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
16
-107
/
+170
2019-04-21
powerpc/mm/hash64: Add a variable to track the end of IO mapping
Aneesh Kumar K.V
6
-4
/
+12
2019-04-21
powerc/mm/hash: Reduce hash_mm_context size
Aneesh Kumar K.V
5
-14
/
+40
2019-04-21
powerpc/mm: Reduce memory usage for mm_context_t for radix
Aneesh Kumar K.V
5
-40
/
+68
2019-04-21
powerpc/mm: Move slb_addr_linit to early_init_mmu
Aneesh Kumar K.V
3
-11
/
+8
2019-04-21
powerpc/mm: Add helpers for accessing hash translation related variables
Aneesh Kumar K.V
8
-44
/
+154
2019-04-21
powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64
Aneesh Kumar K.V
2
-17
/
+0
2019-04-21
powerpc/mm: Fix build error with FLATMEM book3s64 config
Aneesh Kumar K.V
3
-15
/
+17
2019-04-21
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
6
-0
/
+131
2019-04-21
powerpc/32s: Prepare Kernel Userspace Access Protection
Christophe Leroy
3
-14
/
+16
2019-04-21
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
7
-1
/
+85
2019-04-21
powerpc/8xx: Add Kernel Userspace Access Protection
Christophe Leroy
5
-0
/
+81
2019-04-21
powerpc/8xx: Add Kernel Userspace Execution Prevention
Christophe Leroy
3
-0
/
+20
2019-04-21
powerpc/8xx: Only define APG0 and APG1
Christophe Leroy
1
-6
/
+6
2019-04-21
powerpc/32: Prepare for Kernel Userspace Access Protection
Christophe Leroy
3
-6
/
+27
2019-04-21
powerpc/32: Remove MSR_PR test when returning from syscall
Christophe Leroy
1
-5
/
+0
2019-04-21
powerpc/mm: Detect bad KUAP faults
Michael Ellerman
3
-3
/
+29
2019-04-21
powerpc/64s: Implement KUAP for Radix MMU
Michael Ellerman
10
-3
/
+176
[prev]
[next]