Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c4efd6b569b2646e1346a08a4c40286f8bcb5f11
/
arch
/
x86
/
include
/
asm
/
mpspec.h
4afc51a
x86, ioapic: Simplify probe_nr_irqs_gsi.
by Eric W. Biederman
· 15 years ago
9638fa5
x86, ioapic: Only export mp_find_ioapic and mp_find_ioapic_pin in io_apic.h
by Eric W. Biederman
· 15 years ago
e33c019
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
b24c2a9
x86: Move find_smp_config() earlier and avoid bootmem usage
by Yinghai Lu
· 15 years ago
7abc075
x86: apic: Do not use stacked physid_mask_t
by Cyrill Gorcunov
· 15 years ago
b3f1b61
x86: Move get/find_smp_config to x86_init_ops
by Thomas Gleixner
· 15 years ago
90e1c69
x86: Move oem_bus_info to x86_init_ops
by Thomas Gleixner
· 15 years ago
7230214
x86: Move smp_read_mpc_oem to x86_init_ops.
by Thomas Gleixner
· 15 years ago
fd6c666
x86: Move mpc_apic_id to x86_init_ops
by Thomas Gleixner
· 15 years ago
abfe0af
x86: enable_update_mptable should be a macro
by Yinghai Lu
· 15 years ago
f1bdb52
x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabled
by Yinghai Lu
· 15 years ago
a31f820
x86/acpi: call mp_config_acpi_gsi() in mp_register_gsi()
by Yinghai Lu
· 16 years ago
a2f809b
irq: change ACPI GSI APIs to also take a device argument
by Yinghai Lu
· 16 years ago
cb81eae
x86, numaq_32: clean up, misc
by Ingo Molnar
· 16 years ago
c3e137d
x86: add mp_find_ioapic_pin
by Jeremy Fitzhardinge
· 16 years ago
4924e22
x86: unstatic mp_find_ioapic so it can be used elsewhere
by Jeremy Fitzhardinge
· 16 years ago
cc6c500
x86: find nr_irqs_gsi with mp_ioapic_routing
by Yinghai Lu
· 16 years ago
550fe4f
x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk
by Ingo Molnar
· 16 years ago
b2af018
x86: remove mach_mpspec.h
by Ingo Molnar
· 16 years ago
fb5b33c
x86: eliminate asm/mach-*/mach_mpparse.h
by Ingo Molnar
· 16 years ago
a1ae299
x86: apic.c declare pic_mode before they get used
by Jaswinder Singh Rajput
· 16 years ago
1965aae
x86: Fix ASM_X86__ header guards
by H. Peter Anvin
· 16 years ago
bb89855
x86, um: ... and asm-x86 move
by Al Viro
· 16 years ago
[Renamed from include/asm-x86/mpspec.h]
11494547
x86: fix apic version warning
by Yinghai Lu
· 16 years ago
77ef50a
x86: consolidate header guards
by Vegard Nossum
· 16 years ago
e3ae0ac
Merge branch 'x86/uv' into x86/devel
by Ingo Molnar
· 16 years ago
b6df1b8
x86: fix stack overflow for large values of MAX_APICS
by Jack Steiner
· 16 years ago
fcfa146
x86: update mptable fix with no ioapic v2
by Yinghai Lu
· 16 years ago
d867e53
x86: keep MP_intsrc_info untouched if we do not update mptable
by Yinghai Lu
· 16 years ago
af1cf20
x86, mpparse: build fix
by Ingo Molnar
· 16 years ago
d49c428
x86: make generic arch support NUMAQ
by Yinghai Lu
· 16 years ago
e0da336
x86: introduce max_physical_apicid for bigsmp switching
by Yinghai Lu
· 16 years ago
ab530e1
x86: early check if a system is numaq
by Yinghai Lu
· 16 years ago
835fc94
x86: mp build fix
by Ingo Molnar
· 16 years ago
2944e16
x86: update mptable
by Yinghai Lu
· 16 years ago
ce6444d
x86: mp_bus_id_to_pci_bus is not needed
by Alexey Starikovskiy
· 16 years ago
31d2092
x86: move mp_register_lapic_address to boot.c
by Alexey Starikovskiy
· 17 years ago
dfac218
x86: move mp_register_lapic to boot.c
by Alexey Starikovskiy
· 17 years ago
61048c6
x86: don't set IO APIC features if IO APIC is not enabled
by Alexey Starikovskiy
· 17 years ago
a65d1d6
x86: increase size of APICID
by Jack Steiner
· 17 years ago
86c9835
x86: mpparse, move generic processor info to apic_32.c fix
by Ingo Molnar
· 17 years ago
903dcb5
x86: move generic_processor_info to apic_32.c
by Alexey Starikovskiy
· 17 years ago
30971e1
include/asm-x86/mpspec.h: checkpatch cleanups - formatting only
by Joe Perches
· 17 years ago
037cab0
x86: move mp_bus_id_to_node to numa.c
by Alexey Starikovskiy
· 17 years ago
e129cb4
x86: move mp_bus_id_to_local to numa.c
by Alexey Starikovskiy
· 17 years ago
c0a282c
x86: make mp_bus_id_to_type optional
by Alexey Starikovskiy
· 17 years ago
a6333c3
x86: add mp_bus_not_pci bitmap to mpparse_32.c
by Alexey Starikovskiy
· 17 years ago
8643f9d
x86: get boot_cpu_id as early for k8_scan_nodes
by Yinghai Lu
· 17 years ago
6079d2d
x86: move quad_local_to_mp_bus_id to numa.c
by Alexey Starikovskiy
· 17 years ago
ae9d983
x86: cleanup smp.h variants
by Thomas Gleixner
· 17 years ago
c2805aa
x86: merge mpspec variants
by Thomas Gleixner
· 17 years ago
96a388d
i386/x86_64: move headers to include/asm-x86
by Thomas Gleixner
· 17 years ago