summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: clean up ->ioapic_phys_id_map()Ingo Molnar2009-01-281-2/+2
* x86, apic: clean up ->init_apic_ldr()Ingo Molnar2009-01-281-1/+1
* x86, apic: clean up ->vector_allocation_domain()Ingo Molnar2009-01-281-1/+1
* x86, apic: remove no_balance_irq and no_ioapic_check flagsIngo Molnar2009-01-284-15/+0
* x86, apic: clean up check_apicid*() callbacksIngo Molnar2009-01-281-3/+3
* x86, apic: rename genapic::apic_destination_logical to genapic::dest_logicalIngo Molnar2009-01-287-14/+14
* x86: clean up the APIC_DEST_LOGICAL logicIngo Molnar2009-01-287-17/+17
* x86: rename ->ESR_DISABLE to ->disable_esrIngo Molnar2009-01-285-7/+7
* x86: clean up esr_disable() methodsIngo Molnar2009-01-281-2/+2
* x86, apic: clean up / remove TARGET_CPUSIngo Molnar2009-01-281-11/+11
* x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODEIngo Molnar2009-01-281-15/+15
* x86, genapic: rename int_delivery_mode, et. al.Ingo Molnar2009-01-285-25/+25
* x86: clean up apic->apic_id_registered() methodsIngo Molnar2009-01-281-1/+1
* x86: clean up apic->acpi_madt_oem_check methodsIngo Molnar2009-01-282-2/+3
* x86: clean up apic_x2apic_clusterIngo Molnar2009-01-281-19/+55
* x86: clean up apic_x2apic_physIngo Molnar2009-01-281-19/+55
* x86: clean up apic_x2apic_uv_xIngo Molnar2009-01-281-19/+55
* x86: clean up genapic_phys_flatIngo Molnar2009-01-281-19/+56
* x86: clean up genapic_flatIngo Molnar2009-01-281-19/+54
* x86: rename 'genapic' to 'apic'Ingo Molnar2009-01-285-53/+53
*---------------------. Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-289-242/+231
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availabilityH. Peter Anvin2009-01-261-1/+1
| | | | | | | | | | | * | x86: signal: use {get|put}_user_try and catchHiroshi Shimamoto2009-01-231-137/+154
| | | | | | | | * | | | | x86/pvops: remove pte_flags pvopJeremy Fitzhardinge2009-01-221-1/+0
| | | | | | | | |/ / / /
| | | | * | | | | | | | x86: improve early fault/irq printoutIngo Molnar2009-01-261-1/+4
| | | | * | | | | | | | x86, debug: remove early_printk() #ifdefs from head_32.SIngo Molnar2009-01-261-8/+0
| | | | | |_|_|/ / / / | | | | |/| | | | | |
| | | * | | | | | | | x86: filter CPU features dependent on unavailable CPUID levelsH. Peter Anvin2009-01-231-0/+47
| | | * | | | | | | | x86: handle PAT more like other CPU featuresH. Peter Anvin2009-01-233-36/+12
| | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | x86: cpu_init(): remove ugly #ifdef construct around debug register clearPeter Zijlstra2009-01-271-14/+11
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | x86: remove byte locksJiri Kosina2009-01-201-10/+0
| | * | | | | | | x86: Remove never-called arch_setup_msi_irq()Michael Ellerman2009-01-181-34/+0
| * | | | | | | | x86-64: remove locked instruction from switch_to()Benjamin LaHaise2009-01-111-0/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | 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
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud