summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar2009-02-1117-55/+75
|\
| *-----. Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-0718-77/+97
| |\ \ \ \
| | | | | * ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent...Thomas Renninger2009-02-041-11/+0
| | | | * | Merge branch 'core/xen' into x86/urgentIngo Molnar2009-02-045-18/+22
| | | | |\|
| | | | | * Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-02-011-14/+17
| | | | | |\
| | | | | | * x86, ds, bts: cleanup/fix DS configurationMarkus Metzger2009-01-221-14/+17
| | |_|_|_|/ | |/| | | |
| | | | | * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-012-3/+2
| | | | | |\
| | | | | * | Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-301-1/+1
| | | |_|/ / | | |/| | |
| | | | * | x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov2009-02-041-1/+1
| | | | * | x86: push old stack address on irqstack for unwinderMartin Hicks2009-02-031-0/+1
| | | | * | irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu2009-02-011-2/+3
| | | | * | x86: add cache descriptors for Intel Core i7Dave Jones2009-02-011-0/+15
| | | | * | x86/Voyager: make it build and bootJames Bottomley2009-01-311-12/+0
| | | | |/
| | | | * x86: tone down mtrr_trim_uncached_memory() warningIngo Molnar2009-01-291-2/+1
| | | | * x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availabilityH. Peter Anvin2009-01-261-1/+1
| | | * | ACPI suspend: Fix compilation warnings in drivers/acpi/sleep.cRafael J. Wysocki2009-01-171-2/+2
| | |/ / | |/| |
| | * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-261-0/+1
| | |\ \
| | | * | debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner2009-01-221-1/+2
| | |/ / | |/| |
| | * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-261-1/+1
| | |\ \
| | | * | locking, hpet: annotate false positive warningPeter Zijlstra2009-01-121-1/+1
| | * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-268-31/+54
| |/| | | | | | |/ | | |/|
| | * | x86: fix section mismatch warningRakib Mullick2009-01-261-1/+1
| | * | x86: unmask CPUID levels on Intel CPUs, fixIngo Molnar2009-01-261-8/+11
| | * | x86: unmask CPUID levels on Intel CPUsH. Peter Anvin2009-01-221-0/+10
| | * | x86: mtrr fix debug boot parameterThomas Renninger2009-01-211-5/+7
| | * | Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar2009-01-211-2/+9
| | * | fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar2009-01-201-7/+4
| | * | cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-191-13/+9
| | * | x86: fix section mismatch warnings in kernel/setup_percpu.cLeonardo Potenza2009-01-181-1/+1
| | * | x86: put trigger in to detect mismatched apic versionsMike Travis2009-01-181-0/+5
| | * | x86, UV: cpu_relax in uv_wait_completionCliff Wickman2009-01-151-0/+1
| | * | x86: avoid early crash in disable_local_APIC()Jan Beulich2009-01-151-0/+4
* | | | perf_counters: account NMI interruptsMike Galbraith2009-02-091-1/+1
* | | | perfcounters: fix "perf counters kill oprofile" bugMike Galbraith2009-02-041-1/+3
* | | | x86: irqinit_32.c fix compilation warningJaswinder Singh Rajput2009-02-011-1/+1
* | | | x86: make irqinit_32.c more like irqinit_64.c, v2Yinghai Lu2009-01-263-35/+43
* | | | perfcounters fix section mismatch warning in perf_counter.c::perf_counters_la...Mike Galbraith2009-01-231-1/+1
* | | | perfcounters: ratelimit performance counter interruptsMike Galbraith2009-01-231-12/+15
* | | | perfcounters: throttle on too high IRQ ratesMike Galbraith2009-01-232-6/+34
* | | | Merge branch 'core/percpu' into perfcounters/coreIngo Molnar2009-01-2327-692/+149
|\ \ \ \
| * | | | x86: remove include of apic.h from hardirq_64.hBrian Gerst2009-01-233-0/+3
| * | | | x86: remove idle_timestamp from 32bit irq_cpustat_tBrian Gerst2009-01-231-1/+0
| * | | | x86: make UV support configurableNick Piggin2009-01-215-3/+10
| * | | | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-212-2/+2
| |\ \ \ \
| | * | | | Merge commit 'v2.6.29-rc2' into x86/mmIngo Molnar2009-01-206-17/+16
| | |\| | |
| | * | | | x86, tlb flush_data: replace per_cpu with an arrayFrederik Deweerdt2009-01-141-8/+8
| | | |_|/ | | |/| |
| * | | | x86, mm: move tlb.c to arch/x86/mm/Ingo Molnar2009-01-212-297/+1
| * | | | Merge branch 'cpus4096' into core/percpuIngo Molnar2009-01-212-20/+18
| |\ \ \ \
| | * | | | x86, cpumask: fix tlb flush raceIngo Molnar2009-01-201-5/+8
| | * | | | x86: put trigger in to detect mismatched apic versions.Mike Travis2009-01-171-0/+5