| Commit message (Expand) | Author | Age |
* | Merge branch 'cpufreq' into release | Len Brown | 2009-04-24 |
|\ |
|
| * | acpi-cpufreq: Do not let get_measured perf depend on internal variable | Thomas Renninger | 2009-04-19 |
| * | acpi-cpufreq: style-only: add parens to math expression | Thomas Renninger | 2009-04-19 |
| * | acpi-cpufreq: Cleanup: Use printk_once | Thomas Renninger | 2009-04-19 |
| * | x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perf | Pallipadi, Venkatesh | 2009-04-19 |
* | | clocksource: pass clocksource to read() callback | Magnus Damm | 2009-04-21 |
|/ |
|
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-17 |
|\ |
|
| * | x86: fix microcode driver newly spewing warnings | Dmitry Adamushko | 2009-04-16 |
| * | x86: pci-swiotlb.c swiotlb_dma_ops should be static | Jaswinder Singh Rajput | 2009-04-13 |
* | | Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li... | Linus Torvalds | 2009-04-16 |
|\ \ |
|
| * | | x86: UV BAU distribution and payload MMRs | Cliff Wickman | 2009-04-16 |
| * | | x86: UV: BAU partition-relative distribution map | Cliff Wickman | 2009-04-14 |
| * | | x86: prevent /sys/firmware/sgi_uv from being created on non-uv systems | Russ Anderson | 2009-04-08 |
| * | | x86, UV: Fix for nodes with memory and no cpus | Jack Steiner | 2009-04-03 |
| * | | x86, UV: system table in bios accessed after unmap | Russ Anderson | 2009-04-03 |
| * | | x86: UV BAU messaging timeouts | Cliff Wickman | 2009-04-03 |
| * | | x86: UV BAU and nodes with no memory | Cliff Wickman | 2009-04-03 |
* | | | acpi-cpufreq: fix 'smp_call_function_many()' confusion | Linus Torvalds | 2009-04-15 |
* | | | x86 microcode: revert some work_on_cpu | Hugh Dickins | 2009-04-14 |
* | | | Fix quilt merge error in acpi-cpufreq.c | Linus Torvalds | 2009-04-13 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-13 |
|\ \ \ |
|
| * | | | x86: add linux kernel support for YMM state | Suresh Siddha | 2009-04-12 |
| * | | | x86: Fix section mismatches in mpparse | Rakib Mullick | 2009-04-12 |
| | |/
| |/| |
|
| * | | x86, intr-remap: fix eoi for interrupt remapping without x2apic | Weidong Han | 2009-04-10 |
* | | | cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.c | Andrew Morton | 2009-04-13 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-09 |
|\| | |
|
| * | | x86: cpu_debug remove execute permission | Jaswinder Singh Rajput | 2009-04-09 |
| * | | x86: smarten /proc/interrupts output for new counters | Hidetoshi Seto | 2009-04-08 |
| * | | Merge commit 'v2.6.30-rc1' into x86/urgent | Ingo Molnar | 2009-04-08 |
| |\ \ |
|
| * | | | x86: DMI match for the Dell DXP061 as it needs BIOS reboot | Alan Cox | 2009-04-08 |
| * | | | x86: make 64 bit to use default_inquire_remote_apic | Yinghai Lu | 2009-04-08 |
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-04-09 |
|\ \ \ \ |
|
| * | | | | tracing/syscalls: use a dedicated file header | Frederic Weisbecker | 2009-04-08 |
| | |/ /
| |/| | |
|
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*-----. \ \ \ | Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an... | Len Brown | 2009-04-07 |
|\ \ \ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | * / | | | | ACPI: cpufreq: remove dupilcated #include | Huang Weiyi | 2009-04-07 |
| | |/ / / / |
|
| * | | / / | x86 ACPI: Add support for Always Running APIC timer | Venkatesh Pallipadi | 2009-04-07 |
| | |_|/ /
| |/| | | |
|
* | | | | | ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_only | Venkatesh Pallipadi | 2009-04-07 |
* | | | | | ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperf | Venkatesh Pallipadi | 2009-04-07 |
|/ / / / |
|
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-04-07 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | tracing, x86: remove duplicated #include | Huang Weiyi | 2009-04-07 |
* | | | | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 2009-04-07 |
* | | | | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 |
* | | | | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) | Yang Hongyang | 2009-04-07 |
| |/ /
|/| | |
|
* | | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-04-06 |
|\ \ \ |
|
| * | | | x2apic/intr-remap: decouple interrupt remapping from x2apic | Han, Weidong | 2009-04-04 |
| * | | | Intel IOMMU Suspend/Resume Support - Interrupt Remapping | Fenghua Yu | 2009-04-03 |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-04-05 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'linus' into release | Len Brown | 2009-04-05 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'misc' into release | Len Brown | 2009-04-05 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI: update comment | Zhang Rui | 2009-04-03 |