summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
|\ \
| * | x86: tone down mtrr_trim_uncached_memory() warningIngo Molnar2009-01-291-2/+1Star
| * | x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availabilityH. Peter Anvin2009-01-261-1/+1
* | | Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-301-1/+1
* | | 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/+4Star
| * | cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-191-13/+9Star
| * | 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
| * | x86, cpufreq: remove leftover copymask_copy()Ingo Molnar2009-01-131-2/+0Star
* | | Merge branch 'misc' into releaseLen Brown2009-01-161-1/+1
|\ \ \
| * | | kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-161-1/+1
| | |/ | |/|
* | | [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
| |/ |/|
* | Revert "i386: add TRACE_IRQS_OFF for the nmi"Ingo Molnar2009-01-121-2/+0Star
* | Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write"Ingo Molnar2009-01-121-13/+12Star
* | x86: fix apic.c build error on latest gitJaswinder Singh Rajput2009-01-121-0/+1
* | x86: fix mpparse.c build error on latest gitJaswinder Singh Rajput2009-01-121-0/+1
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-1027-296/+266Star
|\
| * x86: fix section mismatch warnings in mcheck/mce_amd_64.cLeonardo Potenza2009-01-071-1/+1
| *-. Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-0634-435/+1012
| |\ \
| | * | x86: remove duplicated #include'sHuang Weiyi2009-01-062-2/+0Star
| | * | x86: rename all fields of mpc_table mpc_X to XJaswinder Singh Rajput2009-01-051-30/+29Star
| | * | x86: rename all fields of mpc_oemtable oem_X to XJaswinder Singh Rajput2009-01-051-5/+5
| | * | x86: rename all fields of mpc_bus mpc_X to XJaswinder Singh Rajput2009-01-052-24/+24
| | * | x86: rename all fields of mpc_cpu mpc_X to XJaswinder Singh Rajput2009-01-053-34/+31Star
| | * | x86: rename all fields of mpc_intsrc mpc_X to XJaswinder Singh Rajput2009-01-051-40/+39Star
| | * | x86: rename all fields of mpc_lintsrc mpc_X to XJaswinder Singh Rajput2009-01-051-10/+9Star
| | * | x86: rename all fields of mpc_iopic mpc_X to XJaswinder Singh Rajput2009-01-051-13/+13
| | * | x86: irqinit_64.c init_ISA_irqs should be staticJaswinder Singh Rajput2009-01-041-1/+1
| | * | x86: setup_percpu.c fix style problemsJaswinder Singh Rajput2009-01-041-6/+5Star
| | * | x86: irqinit_64.c fix style problemsJaswinder Singh Rajput2009-01-041-3/+3
| | * | x86: irqinit_32.c fix style problemsJaswinder Singh Rajput2009-01-041-7/+5Star
| | * | x86: i8259.c fix style problemsJaswinder Singh Rajput2009-01-041-4/+4
| | * | x86: irq_32.c fix style problemsJaswinder Singh Rajput2009-01-041-5/+5
| | * | x86: ioport.c fix style problemsJaswinder Singh Rajput2009-01-041-2/+2
| | * | x86: time_64.c fix style problemsJaswinder Singh Rajput2009-01-041-1/+1
| | * | x86: time_32.c fix style problemsJaswinder Singh Rajput2009-01-041-2/+2