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
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-15
powerpc: Add initial e6500 cpu support
Kumar Gala
1
-4
/
+8
2012-03-15
powerpc/fsl-booke: Fixup calc_cam_sz to support MMU v2
Kumar Gala
1
-0
/
+1
2012-03-13
Merge branch 'eeh' into next
Benjamin Herrenschmidt
4
-132
/
+127
2012-03-09
powerpc: Rework lazy-interrupt handling
Benjamin Herrenschmidt
4
-44
/
+78
2012-03-09
powerpc/eeh: pseries platform config space access in EEH
Gavin Shan
1
-0
/
+2
2012-03-09
powerpc/eeh: Replace pci_dn with eeh_dev for EEH aux components
Gavin Shan
1
-4
/
+3
2012-03-09
powerpc/eeh: Replace pci_dn with eeh_dev for EEH core
Gavin Shan
1
-4
/
+4
2012-03-09
powerpc/eeh: Introduce EEH device
Gavin Shan
2
-7
/
+53
2012-03-09
powerpc/eeh: Cleanup function names in EEH aux components
Gavin Shan
1
-2
/
+2
2012-03-09
powerpc/pseries: Cleanup comments in EEH aux components
Gavin Shan
1
-24
/
+10
2012-03-09
powerpc/eeh: pseries platform EEH configure bridge
Gavin Shan
1
-1
/
+0
2012-03-09
powerpc/eeh: pseries platform EEH error log retrieval
Gavin Shan
2
-2
/
+2
2012-03-09
powerpc/eeh: pseries platform EEH reset PE
Gavin Shan
1
-0
/
+3
2012-03-09
powerpc/eeh: pseries platform EEH wait PE state
Gavin Shan
1
-1
/
+0
2012-03-09
powerpc/eeh: pseries platform PE state retrieval
Gavin Shan
1
-0
/
+8
2012-03-09
powerpc/eeh: pseries platform EEH operations
Gavin Shan
2
-2
/
+4
2012-03-09
powerpc/eeh: Platform dependent EEH operations
Gavin Shan
1
-0
/
+32
2012-03-09
powerpc/eeh: Cleanup function names in the EEH core
Gavin Shan
1
-4
/
+4
2012-03-09
powerpc/eeh: Cleanup comments in the EEH core
Gavin Shan
2
-89
/
+8
2012-03-09
powerpc: Replace mfmsr instructions with load from PACA kernel_msr field
Benjamin Herrenschmidt
2
-3
/
+3
2012-03-09
powerpc: Fix register clobbering when accumulating stolen time
Benjamin Herrenschmidt
1
-0
/
+2
2012-03-09
powerpc: Call do_page_fault() with interrupts off
Benjamin Herrenschmidt
1
-0
/
+10
2012-03-09
powerpc: Improve behaviour of irq tracing on 64-bit exception entry
Benjamin Herrenschmidt
1
-3
/
+22
2012-03-09
powerpc: Rework runlatch code
Benjamin Herrenschmidt
4
-44
/
+75
2012-03-09
powerpc: Use the same interrupt prolog for perfmon as other interrupts
Benjamin Herrenschmidt
1
-14
/
+3
2012-03-09
powerpc: Remove legacy iSeries bits from assembly files
Benjamin Herrenschmidt
1
-15
/
+0
2012-03-09
powerpc: clean up vio.c
Stephen Rothwell
4
-665
/
+0
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
1
-0
/
+3
2012-03-07
powerpc/atomic: Implement atomic*_inc_not_zero
Anton Blanchard
1
-1
/
+58
2012-03-05
KVM: PPC: Add HPT preallocator
Alexander Graf
2
-0
/
+3
2012-03-05
KVM: PPC: Convert RMA allocation into generic code
Alexander Graf
2
-7
/
+8
2012-03-05
KVM: PPC: refer to paravirt docs in header file
Scott Wood
1
-0
/
+10
2012-03-05
KVM: PPC: Rename MMIO register identifiers
Alexander Graf
2
-7
/
+8
2012-03-05
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
Paul Mackerras
1
-0
/
+3
2012-03-05
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
2
-0
/
+4
2012-03-05
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
Paul Mackerras
1
-0
/
+2
2012-03-05
KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
Paul Mackerras
1
-0
/
+2
2012-03-05
KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
Paul Mackerras
1
-2
/
+3
2012-03-05
KVM: PPC: Allow for read-only pages backing a Book3S HV guest
Paul Mackerras
1
-2
/
+18
2012-03-05
KVM: PPC: Implement MMU notifiers for Book3S HV guests
Paul Mackerras
4
-0
/
+54
2012-03-05
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
Paul Mackerras
6
-2
/
+41
2012-03-05
KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn
Paul Mackerras
2
-1
/
+34
2012-03-05
KVM: PPC: Allow I/O mappings in memory slots
Paul Mackerras
2
-0
/
+28
2012-03-05
KVM: PPC: Allow use of small pages to back Book3S HV guests
Paul Mackerras
4
-3
/
+13
2012-03-05
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
Paul Mackerras
4
-2
/
+20
2012-03-05
KVM: PPC: Make the H_ENTER hcall more reliable
Paul Mackerras
1
-0
/
+25
2012-03-05
KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
Paul Mackerras
1
-0
/
+3
2012-03-05
KVM: PPC: Keep page physical addresses in per-slot arrays
Paul Mackerras
1
-3
/
+6
2012-03-05
KVM: PPC: Keep a record of HV guest view of hashed page table entries
Paul Mackerras
2
-0
/
+18
2012-03-05
KVM: PPC: e500: use hardware hint when loading TLB0 entries
Scott Wood
1
-2
/
+3
[prev]
[next]