summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-253-56/+175
|\
| * x86: KVM guest: Use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-241-56/+33
| * x86: Add structs and functions for paravirt clocksourceGerd Hoffmann2008-06-242-0/+142
* | ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-235-19/+19
* | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-235-13/+22
|\|
| * x86, geode: add a VSA2 ID for General SoftwareJordan Crouse2008-06-191-1/+4
| * x86: use BOOTMEM_EXCLUSIVE on 32-bitBernhard Walle2008-06-191-2/+8
| * x86, 32-bit: fix boot failure on TSC-less processorsMikael Pettersson2008-06-191-10/+8
| * x86: fix NULL pointer deref in __switch_toSuresh Siddha2008-06-192-0/+2
* | ftrace: build fix with gcc 4.3Ingo Molnar2008-06-171-1/+1
* | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-1620-61/+173
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-06-141-4/+10
| |\
| | * Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes2008-06-121-4/+10
| | |\
| | | * x86, pci-dma.c: don't always add __GFP_NORETRY to gfpMiquel van Smoorenburg2008-06-101-3/+10
| | | * suspend-vs-iommu: prevent suspend if we could not resumePavel Machek2008-06-021-1/+30
| | | * x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRYMiquel van Smoorenburg2008-06-021-4/+3
| * | | provide rtc_cmos platform deviceStas Sergeev2008-06-131-0/+34
| * | | x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"Vegard Nossum2008-06-121-0/+1
| * | | x86: fix lockdep warning during suspend-to-ramPeter Zijlstra2008-06-121-0/+1
| * | | Revert "x86: fix ioapic bug again"Ingo Molnar2008-06-122-17/+4
| * | | x86: fix asm warning in head_32.SJoe Korty2008-06-121-1/+1
| * | | geode: fix modular buildIngo Molnar2008-06-121-0/+2
| |/ /
| * | x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stackSuresh Siddha2008-06-042-2/+8
| * | suspend-vs-iommu: prevent suspend if we could not resumePavel Machek2008-06-041-1/+30
| * | x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha2008-06-041-15/+29
| * | x86: disable preemption in native_smp_prepare_cpusIngo Molnar2008-06-041-1/+4
| * | x86: fix APIC warning on 32bit v2Yinghai Lu2008-06-041-2/+14
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-05-244-15/+21
| |\ \
| | * | namespacecheck: automated fixesIngo Molnar2008-05-231-2/+2
| | * | x86: don't read maxlvt before checking if APIC is mappedChuck Ebbert2008-05-231-1/+1
| | * | x86: disable TSC for sched_clock() when calibration failedThomas Gleixner2008-05-231-0/+5
| | * | x86: distangle user disabled TSC from unstableThomas Gleixner2008-05-231-10/+10
| | * | x86: fix setup of cyc2ns in tsc_64.cThomas Gleixner2008-05-231-2/+3
| | |/
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-05-232-3/+14
| |\ \ | | |/ | |/|
| | * [CPUFREQ] Crusoe: longrun cpufreq module reports false min freqmaximilian attems2008-05-201-1/+1
| | * [CPUFREQ] powernow-k8: improve error messagesMark Langsdorf2008-05-201-2/+13
* | | ftrace: remove ftrace_ip_converted()Abhishek Sagar2008-06-101-10/+0
* | | ftrace: use the new kbuild CFLAGS_REMOVE for x86/kernel directorySteven Rostedt2008-05-231-0/+7
* | | ftrace: fix mcount export bugIngo Molnar2008-05-232-3/+17
* | | x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepablePekka Paalanen2008-05-231-9/+9
* | | ftrace: fix the fault label in updating codeSteven Rostedt2008-05-231-2/+2
* | | ftrace: fix kexecIngo Molnar2008-05-232-0/+8
* | | ftrace: use dynamic patching for updating mcount callsSteven Rostedt2008-05-233-5/+150
* | | ftrace: move memory management out of arch codeSteven Rostedt2008-05-231-154/+29
* | | ftrace: use nops instead of jmpSteven Rostedt2008-05-232-18/+26
* | | ftrace: dynamic enabling/disabling of function callsSteven Rostedt2008-05-232-0/+238
* | | ftrace: trace preempt off critical timingsSteven Rostedt2008-05-231-0/+3
* | | ftrace: trace irq disabled critical timingsSteven Rostedt2008-05-231-0/+3
* | | ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo2008-05-232-0/+64
* | | x86: add notrace annotations to vsyscall.Steven Rostedt2008-05-231-1/+2
|/ /