index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-03-28
29
-227
/
+309
|
\
|
*
powerpc/perf: Fix instruction address sampling on 970 and Power4
Benjamin Herrenschmidt
2012-03-28
4
-5
/
+45
|
*
powerpc+sparc/vio: Modernize driver registration
Benjamin Herrenschmidt
2012-03-28
5
-12
/
+32
|
*
powerpc: Random little legacy iSeries removal tidy ups
Stephen Rothwell
2012-03-28
10
-26
/
+5
|
*
powerpc: Remove NO_IRQ_IGNORE
Stephen Rothwell
2012-03-28
3
-11
/
+3
|
*
powerpc/pseries: Cut down on enthusiastic use of defines in RAS code
Anton Blanchard
2012-03-28
1
-25
/
+1
|
*
powerpc/pseries: Clean up ras_error_interrupt code
Anton Blanchard
2012-03-28
1
-19
/
+8
|
*
powerpc/pseries: Remove RTAS_POWERMGM_EVENTS
Anton Blanchard
2012-03-28
2
-2
/
+1
|
*
powerpc/pseries: Use rtas_get_sensor in RAS code
Anton Blanchard
2012-03-28
1
-4
/
+1
|
*
powerpc/pseries: Parse and handle EPOW interrupts
Anton Blanchard
2012-03-28
1
-17
/
+116
|
*
powerpc: Make function that parses RTAS error logs global
Anton Blanchard
2012-03-28
3
-66
/
+69
|
*
powerpc/eeh: Retrieve PHB from global list
Gavin Shan
2012-03-28
1
-14
/
+5
|
*
powerpc/eeh: Remove eeh information from pci_dn
Gavin Shan
2012-03-28
2
-24
/
+13
|
*
powerpc/eeh: Remove eeh device from OF node
Gavin Shan
2012-03-28
2
-1
/
+9
*
|
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-03-28
76
-1495
/
+5173
|
\
\
|
*
|
KVM: x86: fix kvm_write_tsc() TSC matching thinko
Marcelo Tosatti
2012-03-20
1
-9
/
+10
|
*
|
x86: kvmclock: abstract save/restore sched_clock_state
Marcelo Tosatti
2012-03-20
6
-7
/
+24
|
*
|
KVM: nVMX: Fix erroneous exception bitmap check
Nadav Har'El
2012-03-08
1
-1
/
+1
|
*
|
KVM: Ignore the writes to MSR_K7_HWCR(3)
Nicolae Mogoreanu
2012-03-08
1
-0
/
+1
|
*
|
KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask
Davidlohr Bueso
2012-03-08
1
-16
/
+15
|
*
|
KVM: PMU: add proper support for fixed counter 2
Gleb Natapov
2012-03-08
1
-1
/
+2
|
*
|
KVM: PMU: Fix raw event check
Gleb Natapov
2012-03-08
1
-1
/
+1
|
*
|
KVM: PMU: warn when pin control is set in eventsel msr
Gleb Natapov
2012-03-08
2
-0
/
+4
|
*
|
KVM: VMX: Fix delayed load of shared MSRs
Avi Kivity
2012-03-08
1
-0
/
+3
|
*
|
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
Jan Kiszka
2012-03-08
1
-0
/
+1
|
*
|
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
Avi Kivity
2012-03-08
2
-0
/
+13
|
*
|
KVM: x86 emulator: Allow PM/VM86 switch during task switch
Kevin Wolf
2012-03-08
4
-0
/
+31
|
*
|
KVM: SVM: Fix CPL updates
Kevin Wolf
2012-03-08
1
-3
/
+16
|
*
|
KVM: x86 emulator: VM86 segments must have DPL 3
Kevin Wolf
2012-03-08
1
-0
/
+2
|
*
|
KVM: x86 emulator: Fix task switch privilege checks
Kevin Wolf
2012-03-08
6
-17
/
+61
|
*
|
arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
Danny Kukawka
2012-03-08
1
-1
/
+0
|
*
|
KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation
Gleb Natapov
2012-03-08
1
-1
/
+1
|
*
|
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
2012-03-08
9
-1
/
+108
|
*
|
KVM: Introduce gfn_to_index() which returns the index for a given level
Takuya Yoshikawa
2012-03-08
1
-2
/
+1
|
*
|
KVM: s390: provide control registers via kvm_run
Christian Borntraeger
2012-03-08
2
-1
/
+10
|
*
|
KVM: s390: add stop_on_stop flag when doing stop and store
Jens Freimann
2012-03-08
1
-1
/
+2
|
*
|
KVM: s390: ignore sigp stop overinitiative
Jens Freimann
2012-03-08
1
-0
/
+3
|
*
|
KVM: s390: make sigp restart return busy when stop pending
Jens Freimann
2012-03-08
1
-0
/
+31
|
*
|
KVM: s390: do store status after handling STOP_ON_STOP bit
Jens Freimann
2012-03-08
1
-8
/
+12
|
*
|
KVM: s390: Sanitize fpc registers for KVM_SET_FPU
Christian Borntraeger
2012-03-08
1
-1
/
+1
|
*
|
KVM: Fix write protection race during dirty logging
Takuya Yoshikawa
2012-03-08
1
-6
/
+5
|
*
|
KVM: VMX: remove yield_on_hlt
Raghavendra K T
2012-03-08
1
-21
/
+1
|
*
|
KVM: Track TSC synchronization in generations
Zachary Amsden
2012-03-08
2
-11
/
+40
|
*
|
KVM: Dont mark TSC unstable due to S4 suspend
Zachary Amsden
2012-03-08
2
-5
/
+89
|
*
|
KVM: Allow adjust_tsc_offset to be in host or guest cycles
Marcelo Tosatti
2012-03-08
4
-4
/
+19
|
*
|
KVM: Add last_host_tsc tracking back to KVM
Zachary Amsden
2012-03-08
2
-8
/
+4
|
*
|
KVM: Fix last_guest_tsc / tsc_offset semantics
Zachary Amsden
2012-03-08
1
-4
/
+6
|
*
|
KVM: Leave TSC synchronization window open with each new sync
Zachary Amsden
2012-03-08
1
-1
/
+0
|
*
|
KVM: Improve TSC offset matching
Zachary Amsden
2012-03-08
2
-15
/
+30
|
*
|
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
2012-03-08
5
-58
/
+71
[next]