summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge2009-01-301-41/+12
* x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2009-01-302-8/+12
* x86: fix paravirt clobber in entry_64.SJeremy Fitzhardinge2009-01-301-1/+1
* x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge2009-01-303-9/+93
* Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-01-3052-1505/+726
|\
| * Merge branch 'linus' into core/percpuIngo Molnar2009-01-301-1/+1
| |\
| | * Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-301-1/+1
| * | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-01-276-367/+95
| |\ \
| | * | x86: clean up indentation in setup_per_cpu_areas()Tejun Heo2009-01-271-7/+10
| | * | x86: fix build breakage on voyageJames Bottomley2009-01-271-0/+2
| | * | x86: load new GDT after setting up boot cpu per-cpu areaBrian Gerst2009-01-272-9/+12
| | * | x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-274-31/+15
| | * | x86: make Voyager use x86 per-cpu setup.Brian Gerst2009-01-271-5/+0
| | * | x86: don't assume boot cpu is #0Brian Gerst2009-01-271-4/+5
| | * | x86: move this_cpu_offsetBrian Gerst2009-01-272-12/+10
| | * | x86: only compile setup_percpu.o on SMPBrian Gerst2009-01-272-7/+2
| | * | x86: move apic variables to apic.cBrian Gerst2009-01-272-20/+20
| | * | x86: always page-align per-cpu area start and sizeBrian Gerst2009-01-271-11/+5
| | * | x86: move setup_cpu_local_masks()Brian Gerst2009-01-272-19/+9
| | * | x86: move 64-bit NUMA codeBrian Gerst2009-01-271-232/+5
| | * | x86: merge setup_per_cpu_maps() into setup_per_cpu_areas()Brian Gerst2009-01-271-29/+19
| * | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-277-10/+34
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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
| * | | | 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
| | * | | | cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-171-13/+9
| | * | | | fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar2009-01-151-9/+4