Blackfin: decouple unrelated cache settings to get exact behavior
[safe/jmp/linux-2.6] / arch / x86 /
2009-06-22 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-06-21 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-06-21 Linus TorvaldsMove FAULT_FLAG_xyz into handle_mm_fault() callers
2009-06-20 Linus Torvaldsx86, 64-bit: Clean up user address masking
2009-06-20 Linus TorvaldsMerge branch 'perfcounters-fixes-for-linus' of git...
2009-06-20 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-06-20 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-06-20 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-06-20 Linus Torvaldsx86: don't use 'access_ok()' as a range check in get_us...
2009-06-20 Ingo MolnarMerge branch 'x86/mce3' into x86/urgent
2009-06-19 Ingo Molnarperf_counter, x86: Improve interactions with fast-gup
2009-06-19 Peter Zijlstraperf_counter: Make callchain samples extensible
2009-06-18 Steven Rostedtfunction-graph: add stack frame test
2009-06-18 FUJITA Tomonoridma-mapping: x86: use asm-generic/dma-mapping-common.h
2009-06-18 Peter Oberparleitergcov: enable GCOV_PROFILE_ALL for x86_64
2009-06-18 Hidetoshi Setox86, mce: fix error path in mce_create_device()
2009-06-18 Huang Yingcrypto: aes-ni - Remove CRYPTO_TFM_REQ_MAY_SLEEP from...
2009-06-18 Huang Yingcrypto: aes-ni - Do not sleep when using the FPU
2009-06-18 Huang Yingcrypto: aes-ni - Fix cbc mode IV saving
2009-06-18 Yinghai Lux86: use zalloc_cpumask_var for mce_dev_initialized
2009-06-18 Yinghai Lux86: fix duplicated sysfs attribute
2009-06-18 Alexander van Heukelumx86: de-assembler-ize asm/desc.h
2009-06-18 Alexander van Heukelumi386: fix/simplify espfix stack switching, move it...
2009-06-18 Alexander van Heukelumi386: fix return to 16-bit stack from NMI handler
2009-06-17 Matthew Wilcoxx86: Use pci_claim_resource
2009-06-17 Cyrill Gorcunovx86, ioapic: Don't call disconnect_bsp_APIC if no APIC...
2009-06-17 Peter Zijlstraperf_counter: x86: Set the period in the intel overflow...
2009-06-17 Huang Weiyix86: Remove duplicated #include's
2009-06-17 Jaswinder Singh... x86: msr.h linux/types.h is only required for __KERNEL__
2009-06-17 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2009-06-17 Ingo MolnarMerge branch 'x86/urgent' into x86/mce3
2009-06-17 Prarit Bhargavax86: nmi: Add Intel processor 0x6f4 to NMI perfctr1...
2009-06-17 H. Peter Anvinx86, mce: mce_intel.c needs <asm/apic.h>
2009-06-17 Jaswinder Singh... x86: apic/io_apic.c: dmar_msi_type should be static
2009-06-17 Figo.zhangx86, io_apic.c: Work around compiler warning
2009-06-17 Cyrill Gorcunovx86: mce: Don't touch THERMAL_APIC_VECTOR if no active...
2009-06-17 Peter Zijlstrasched, x86: Fix cpufreq + sched_clock() TSC scaling
2009-06-17 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-06-17 Andi Kleenx86: mce: Handle banks == 0 case in K7 quirk
2009-06-17 Ingo MolnarMerge branch 'linus' into x86/urgent
2009-06-17 Linus TorvaldsMerge branch 'akpm'
2009-06-17 Randy Dunlapkmap_types: make most arches use generic header file
2009-06-17 Minchan Kimuse printk_once() in several places
2009-06-17 Mel Gormanpage allocator: do not check NUMA node ID when the...
2009-06-17 Alexey Dobriyanmm: consolidate init_mm definition
2009-06-17 Arnd Bergmanntime: move PIT_TICK_RATE to linux/timex.h
2009-06-17 H. Peter Anvinx86, boot: use .code16gcc instead of .code16
2009-06-17 Cliff Wickmanx86: correct the conversion of EFI memory types
2009-06-17 H. Peter Anvinx86: cap iomem_resource to addressable physical memory
2009-06-16 Hidetoshi Setox86, mce: rename _64.c files which are no longer 64...
2009-06-16 Hidetoshi Setox86, mce: mce.h cleanup
2009-06-16 Hidetoshi Setox86, mce: remove therm_throt.h
2009-06-16 Hidetoshi Setox86, mce: remove intel_set_thermal_handler()
2009-06-16 Hidetoshi Setox86, mce: squash mce_intel.c into therm_throt.c
2009-06-16 Hidetoshi Setox86, mce: unify smp_thermal_interrupt
2009-06-16 Hidetoshi Setox86, mce: unify smp_thermal_interrupt, prepare
2009-06-16 Hidetoshi Setox86, mce: unify smp_thermal_interrupt, prepare mce_intel_64
2009-06-16 Hidetoshi Setox86, mce: unify smp_thermal_interrupt, prepare p4
2009-06-16 Hidetoshi Setox86, mce: make mce_disabled boolean
2009-06-16 Hidetoshi Setox86, mce: unify mce.h
2009-06-16 Hidetoshi Setox86, mce: sysfs entries for new mce options
2009-06-16 Hidetoshi Setox86, mce: rename static variables around trigger
2009-06-16 Hidetoshi Setox86, mce: add __read_mostly
2009-06-16 Hidetoshi Setox86, mce: cleanup mce_start()
2009-06-16 Hidetoshi Setox86, mce: don't init timer if !mce_available
2009-06-16 Huang Yingx86, mce: fix a race condition about mce_callin and...
2009-06-16 Gary Hadex86/ACPI: Correct maximum allowed _CRS returned resourc...
2009-06-16 Linus TorvaldsMerge branch 'for-linus2' of git://git./linux/kernel...
2009-06-16 Ingo MolnarMerge branch 'amd-iommu/fixes' of git://git./linux...
2009-06-16 Ingo Molnarx86: mm: Read cr2 before prefetching the mmap_lock
2009-06-16 Chris Wrightamd-iommu: resume cleanup
2009-06-16 Kay SieversDriver Core: x86: add nodename for cpuid and msr drivers.
2009-06-16 Kay SieversDriver Core: misc: add nodename support for misc devices.
2009-06-15 Linus TorvaldsMerge branch 'timers-for-linus-migration' of git:/...
2009-06-15 Rusty Russell[CPUFREQ] cpumask: new cpumask operators for arch/x86...
2009-06-15 Rusty Russell[CPUFREQ] cpumask: avoid playing with cpus_allowed...
2009-06-15 Rusty Russell[CPUFREQ] cpumask: avoid cpumask games in arch/x86...
2009-06-15 Rusty Russell[CPUFREQ] cpumask: avoid playing with cpus_allowed...
2009-06-15 Naga Chumbalkar[CPUFREQ] powernow-k8: get drv data for correct CPU
2009-06-15 Naga Chumbalkar[CPUFREQ] powernow-k8: read P-state from HW
2009-06-15 Andrew Morton[CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[]
2009-06-15 Dave Jones[CPUFREQ] Clean up convoluted code in arch/x86/kernel...
2009-06-15 Luis Henriques[CPUFREQ] powernow-k8.c: mess cleanup
2009-06-15 Thomas Renninger[CPUFREQ] powernow-k8: Set transition latency to 1...
2009-06-15 Peter Zijlstrax86: Add NMI types for kmap_atomic, fix
2009-06-15 Paul Mackerrasperf_counter: Make set_perf_counter_pending() declarati...
2009-06-15 Joerg Roedelamd-iommu: set event buffer head and tail to 0 manually
2009-06-15 Peter Zijlstraperf_counter: x86: Fix call-chain support to use NMI...
2009-06-15 Peter Zijlstrax86: Add NMI types for kmap_atomic
2009-06-15 Peter Zijlstrax86, mm: Add __get_user_pages_fast()
2009-06-15 Chris Wrightamd-iommu: disable cmd buffer and evt logging before...
2009-06-15 Vegard NossumMerge commit 'linus/master' into HEAD
2009-06-15 Vegard Nossumkmemcheck: add opcode self-testing at boot
2009-06-15 Jeremy Fitzhardingex86: unify pte_hidden
2009-06-15 Jeremy Fitzhardingex86: make _PAGE_HIDDEN conditional
2009-06-15 Pekka Enbergkmemcheck: make kconfig accessible for other architectures
2009-06-15 Vegard Nossumkmemcheck: enable in the x86 Kconfig
2009-06-15 Vegard Nossumkmemcheck: add hooks for the page allocator
2009-06-15 Chris Wrightamd-iommu: flush domain tlb when attaching a new device
2009-06-15 Joerg Roedelx86: disable IOMMUs on kernel crash
next