| Commit message (Expand) | Author | Age |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2010-05-28 |
|\ |
|
| * | Merge branch 'ht-delete-2.6.35' into release | Len Brown | 2010-05-28 |
| |\ |
|
| | * | ACPI: delete the "acpi=ht" boot option | Len Brown | 2010-03-14 |
| * | | Merge branch 'acpi_enable' into release | Len Brown | 2010-05-28 |
| |\ \ |
|
| | * | | ACPI: Unconditionally set SCI_EN on resume | Matthew Garrett | 2010-05-12 |
| * | | | Merge branch 'bjorn-pci-root-v4-2.6.35' into release | Len Brown | 2010-05-28 |
| |\ \ \ |
|
| | * | | | ACPI: pci_root: pass acpi_pci_root to arch-specific scan | Bjorn Helgaas | 2010-04-04 |
| * | | | | ACPI, APEI, Use ERST for persistent storage of MCE | Huang Ying | 2010-05-19 |
| * | | | | ACPI, APEI, Generic Hardware Error Source memory error support | Huang Ying | 2010-05-19 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-27 |
|\ \ \ \ \ |
|
| * | | | | | perf, trace: Fix !x86 build bug | Peter Zijlstra | 2010-05-25 |
| * | | | | | x86/mmiotrace: Remove redundant instruction prefix checks | Akinobu Mita | 2010-05-23 |
| * | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2010-05-20 |
| |\ \ \ \ \ |
|
| * | | | | | | perf, x86: P4 PMU -- add missing bit in CCCR mask | Cyrill Gorcunov | 2010-05-19 |
| * | | | | | | perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_ | Cyrill Gorcunov | 2010-05-19 |
| * | | | | | | perf, x86: P4 PMU -- do a real check for ESCR address being in hash | Cyrill Gorcunov | 2010-05-19 |
| * | | | | | | perf, x86: P4 PMU -- fix typo in unflagged NMI handling | Cyrill Gorcunov | 2010-05-18 |
| * | | | | | | perf, x86: P4 PMU -- handle unflagged events | Cyrill Gorcunov | 2010-05-18 |
* | | | | | | | numa: x86_64: use generic percpu var numa_node_id() implementation | Lee Schermerhorn | 2010-05-27 |
* | | | | | | | numa: add generic percpu var numa_node_id() implementation | Lee Schermerhorn | 2010-05-27 |
* | | | | | | | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h | FUJITA Tomonori | 2010-05-27 |
* | | | | | | | x86_32: use asm-generic/scatterlist.h | Andrew Morton | 2010-05-27 |
* | | | | | | | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len() | FUJITA Tomonori | 2010-05-27 |
* | | | | | | | x86: remove unnecessary sync_single_range_* in swiotlb_dma_ops | FUJITA Tomonori | 2010-05-27 |
* | | | | | | | x86: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 2010-05-27 |
* | | | | | | | cpusets: randomize node rotor used in cpuset_mem_spread_node() | Jack Steiner | 2010-05-27 |
* | | | | | | | Revert "endian: #define __BYTE_ORDER" | Linus Torvalds | 2010-05-26 |
* | | | | | | | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 2010-05-25 |
* | | | | | | | drivers/hwmon/coretemp.c: get TjMax value from MSR | Carsten Emde | 2010-05-25 |
* | | | | | | | endian: #define __BYTE_ORDER | Joakim Tjernlund | 2010-05-25 |
* | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2010-05-21 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | PCI: read memory ranges out of Broadcom CNB20LE host bridge | Ira W. Snyder | 2010-05-21 |
| * | | | | | | | x86/PCI: make ACPI MCFG reserved error messages ACPI specific | Feng Tang | 2010-05-18 |
| * | | | | | | | x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDs | Seth Heasley | 2010-05-11 |
| * | | | | | | | x86/PCI: Convert pci_config_lock to raw_spinlock | Thomas Gleixner | 2010-05-11 |
* | | | | | | | | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-05-21 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | KVM: x86: Add missing locking to arch specific vcpu ioctls | Avi Kivity | 2010-05-19 |
| * | | | | | | | | KVM: MMU: Segregate shadow pages with different cr0.wp | Avi Kivity | 2010-05-19 |
| * | | | | | | | | KVM: x86: Check LMA bit before set_efer | Sheng Yang | 2010-05-19 |
| * | | | | | | | | KVM: Don't allow lmsw to clear cr0.pe | Avi Kivity | 2010-05-19 |
| * | | | | | | | | KVM: x86: Tell the guest we'll warn it about tsc stability | Glauber Costa | 2010-05-19 |
| * | | | | | | | | x86, paravirt: don't compute pvclock adjustments if we trust the tsc | Glauber Costa | 2010-05-19 |
| * | | | | | | | | x86: KVM guest: Try using new kvm clock msrs | Glauber Costa | 2010-05-19 |
| * | | | | | | | | KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID | Glauber Costa | 2010-05-19 |
| * | | | | | | | | KVM: x86: add new KVMCLOCK cpuid feature | Glauber Costa | 2010-05-19 |
| * | | | | | | | | KVM: x86: change msr numbers for kvmclock | Glauber Costa | 2010-05-19 |
| * | | | | | | | | x86, paravirt: Add a global synchronization point for pvclock | Glauber Costa | 2010-05-19 |
| * | | | | | | | | x86, paravirt: Enable pvclock flags in vcpu_time_info structure | Glauber Costa | 2010-05-19 |
| * | | | | | | | | KVM: x86: Inject #GP with the right rip on efer writes | Roedel, Joerg | 2010-05-19 |
| * | | | | | | | | KVM: SVM: Don't allow nested guest to VMMCALL into host | Joerg Roedel | 2010-05-19 |