summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: clean up ->setup_apic_routing()Ingo Molnar2009-01-287-8/+7Star
* x86, apic: clean up ->ioapic_phys_id_map()Ingo Molnar2009-01-286-6/+6
* x86, apic: clean up ->init_apic_ldr()Ingo Molnar2009-01-286-8/+6Star
* x86, apic: clean up ->vector_allocation_domain()Ingo Molnar2009-01-282-14/+0Star
* x86, apic: remove no_balance_irq and no_ioapic_check flagsIngo Molnar2009-01-287-13/+0Star
* x86, apic: clean up check_apicid*() callbacksIngo Molnar2009-01-286-14/+16
* x86, apic: rename genapic::apic_destination_logical to genapic::dest_logicalIngo Molnar2009-01-281-1/+1
* x86: clean up the APIC_DEST_LOGICAL logicIngo Molnar2009-01-283-6/+0Star
* x86: rename ->ESR_DISABLE to ->disable_esrIngo Molnar2009-01-281-1/+1
* x86: clean up esr_disable() methodsIngo Molnar2009-01-286-6/+0Star
* x86, apic: clean up / remove TARGET_CPUSIngo Molnar2009-01-284-6/+3Star
* x86, apic: clean up target_cpus methodsIngo Molnar2009-01-285-7/+7
* x86, apic: remove IRQ_DEST_MODEIngo Molnar2009-01-281-1/+0Star
* x86, apic: remove ES7000_IRQ_DELIVERY_MODE and ES7000_IRQ_DEST_MODEIngo Molnar2009-01-281-2/+0Star
* x86, apic: remove BIGSMP_IRQ_DELIVERY_MODE and BIGSMP_IRQ_DEST_MODEIngo Molnar2009-01-281-2/+0Star
* x86, apic: remove NUMAQ_IRQ_DELIVERY_MODE and NUMAQ_IRQ_DEST_MODEIngo Molnar2009-01-281-3/+0Star
* x86, apic: remove SUMMIT_IRQ_DELIVERY_MODE and SUMMIT_IRQ_DEST_MODEIngo Molnar2009-01-281-3/+0Star
* x86, apic: remove DEFAULT_IRQ_DELIVERY_MODE and DEFAULT_IRQ_DEST_MODEIngo Molnar2009-01-281-2/+0Star
* x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODEIngo Molnar2009-01-286-13/+10Star
* x86, genapic: rename int_delivery_mode, et. al.Ingo Molnar2009-01-287-16/+16
* x86: clean up apic->apic_id_registered() methodsIngo Molnar2009-01-286-9/+7Star
* x86: clean up apic->acpi_madt_oem_check methodsIngo Molnar2009-01-285-5/+5
* x86: remove APIC_INIT / APICFUNC / IPIFUNCIngo Molnar2009-01-281-61/+2Star
* x86: rename 'genapic' to 'apic'Ingo Molnar2009-01-288-56/+56
* x86, genapic: provide IPI callbacks unconditionallyIngo Molnar2009-01-281-2/+1Star
* x86, genapic: cleanupsIngo Molnar2009-01-281-9/+8Star
* x86, genapic: finish unificationIngo Molnar2009-01-283-86/+78Star
* x86, genapic: unify struct genapicIngo Molnar2009-01-283-184/+96Star
* x86, genapic: refactor genapic_32.hIngo Molnar2009-01-281-10/+27
* x86, genapic: refactor genapic_64.hIngo Molnar2009-01-281-9/+59
*-------------------. Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-2815-184/+150Star
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | x86: uaccess: introduce try and catch frameworkHiroshi Shimamoto2009-01-242-0/+104
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | | | | | | | | * | x86, rdc321x: remove/move leftover filesIngo Molnar2009-01-182-60/+0Star
| | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | | | | | * | x86 PAT: ioremap_wc should take resource_size_t parametervenkatesh.pallipadi@intel.com2009-01-221-1/+1
| | | | | |_|_|/ / | | | | |/| | | |
| | | | | | | * | x86: add pte_set_flags/clear_flags for pte flag manipulationJeremy Fitzhardinge2009-01-221-12/+26
| | | | | | | * | x86/pvops: remove pte_flags pvopJeremy Fitzhardinge2009-01-222-20/+1Star
| | | | | |_|/ / | | | | |/| | |
| | | | | | * | x86: headers cleanup - setup.hCyrill Gorcunov2009-01-141-5/+3Star
| | | | | | * | x86: headers cleanup - sigcontext32.hCyrill Gorcunov2009-01-141-0/+2
| | | | | | * | x86: headers cleanup - prctl.hCyrill Gorcunov2009-01-141-4/+0Star
| | | * | | | | x86: handle PAT more like other CPU featuresH. Peter Anvin2009-01-241-4/+0Star
| | | * | | | | x86: clean up stray space in <asm/processor.h>H. Peter Anvin2009-01-241-1/+1
| | | |/ / / /
| | * | | | | x86: uaccess: rename __put_user_u64() to __put_user_asm_u64()Hiroshi Shimamoto2009-01-211-3/+3
| | * | | | | x86: uaccess: fix style problemsHiroshi Shimamoto2009-01-211-3/+3
| | * | | | | x86: remove byte locksJiri Kosina2009-01-202-66/+2Star
| * | | | | | x86: micro-optimize __raw_read_trylock()Frederic Weisbecker2009-01-261-2/+1Star
| * | | | | | x86-64: remove locked instruction from switch_to()Benjamin LaHaise2009-01-111-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-01-273-9/+10
|\ \ \ \ \ \
| * | | | | | x86: load new GDT after setting up boot cpu per-cpu areaBrian Gerst2009-01-271-5/+0Star
| * | | | | | x86: remove extra barriers from load_gs_base()Brian Gerst2009-01-271-3/+0Star
| * | | | | | x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-271-1/+0Star