Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf
/
arch
/
x86
/
kernel
/
io_apic_64.c
8732fc4
x86: move mp_bus_not_pci from mpparse.c
by Alexey Starikovskiy
· 17 years ago
ce6444d
x86: mp_bus_id_to_pci_bus is not needed
by Alexey Starikovskiy
· 17 years ago
2fddb6e28
x86: make config_irqsrc not MPspec specific
by Alexey Starikovskiy
· 17 years ago
ec2cd0a
x86: make struct config_ioapic not MPspec specific
by Alexey Starikovskiy
· 17 years ago
5afca33
x86: section mismatch fixes, #3
by Jacek Luczak
· 17 years ago
d366f8c
cpumask: Cleanup more uses of CPU_MASK and NODE_MASK
by Mike Travis
· 17 years ago
7281c96
x86: use cpumask_of_cpu()
by Akinobu Mita
· 17 years ago
addfc66
x86: remove unnecessary tmp local variable
by Akinobu Mita
· 17 years ago
07004b1
x86: remove unnecessary memset()
by Akinobu Mita
· 17 years ago
a2249cb
x86: use ioapic_read_entry() and ioapic_write_entry()
by Akinobu Mita
· 17 years ago
9d25cb0
x86: avoid redundant loop in io_apic_level_ack_pending()
by Akinobu Mita
· 17 years ago
350bae1
x86: move mp_irqs to io_apic_64.c
by Alexey Starikovskiy
· 17 years ago
9c7408f3
x86: move mp_ioapics to io_apic_64.c
by Alexey Starikovskiy
· 17 years ago
05f2d12
x86: change GET_APIC_ID() from an inline function to an out-of-line function
by Jack Steiner
· 17 years ago
dd46e3c
x86: move apic declarations to mach_apic.h
by Glauber Costa
· 17 years ago
5af5573
x86: move ipi definitions to mach_ipi.h
by Glauber Costa
· 17 years ago
1d16b53
arch/x86/kernel/io_apic_{64,32}.c: use time_before
by Julia Lawall
· 17 years ago
e942710
x86: adjust enable_NMI_through_LVT0()
by Jan Beulich
· 17 years ago
65ea5b0
x86: rename the struct pt_regs members for 32/64-bit consistency
by H. Peter Anvin
· 17 years ago
1c69524
x86: clear IO_APIC before enabing apic error vector.
by Yinghai Lu
· 17 years ago
52e3d90
x86: io_apic_64.c: remove unused config check
by Hiroshi Shimamoto
· 17 years ago
3e35a0e
x86: move ioapic code where it belongs
by Thomas Gleixner
· 17 years ago
37e650c
x86: rename get_maxlvt to lapic_get_maxlvt
by Thomas Gleixner
· 17 years ago
af5ca3f4
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
4aae070
x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!"
by Ingo Molnar
· 17 years ago
61fd47e
ACPI: fix two IRQ8 issues in IOAPIC mode
by Shaohua Li
· 17 years ago
3460a6d
Intel IOMMU: DMAR fault handling support
by Keshavamurthy, Anil S
· 17 years ago
676b185
spelling fixes: arch/x86_64/
by Simon Arlott
· 17 years ago
20d225b
x86: make io_apic not connected pin print complete
by Yinghai Lu
· 17 years ago
cddf7ff
x86: kmalloc + memset conversion to kzalloc
by Mariusz Kozlowski
· 17 years ago
250c227
x86_64: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/io_apic_64.c]
cc7de60
x86_64: prepare shared kernel/io_apic.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/io_apic.c]
61ec756
ACPI: boot correctly with "nosmp" or "maxcpus=0"
by Len Brown
· 17 years ago
cc75b92
genirq: mark io_apic level interrupts to avoid resend
by Thomas Gleixner
· 17 years ago
ef3e28c
x86_64: check remote IRR bit before migrating level triggered irq
by Eric W. Biederman
· 17 years ago
c47e285
x86_64: set the irq_chip name for lapic
by Suresh Siddha
· 18 years ago
beb7dd8
Fix misspellings collected by members of KJ list.
by Robert P. J. Day
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
ea62ccd
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
7fe3730
MSI: arch must connect the irq and the msi_desc
by Michael Ellerman
· 18 years ago
bd8559c
[PATCH] x86: remove UNEXPECTED_IO_APIC()
by Adrian Bunk
· 18 years ago
f0e13ae
[PATCH] x86-64: remove extra smp_processor_id calling
by Yinghai Lu
· 18 years ago
4540768
[PATCH] x86_64: remove unusued 'flags' variable
by David Rientjes
· 18 years ago
2ff7354
[PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilation
by Eric W. Biederman
· 18 years ago
6101429
[PATCH] x86_64 irq: Safely cleanup an irq after moving it.
by Eric W. Biederman
· 18 years ago
bc5e81a
[PATCH] x86_64 irq: Add constants for the reserved IRQ vectors.
by Eric W. Biederman
· 18 years ago
dfbffdd
[PATCH] x86_64 irq: Simplify assign_irq_vector's arguments.
by Eric W. Biederman
· 18 years ago
13a7950
[PATCH] x86_64 irq: Begin consolidating per_irq data in structures.
by Eric W. Biederman
· 18 years ago
e273d14
[PATCH] x86_64 irq: Use NR_IRQS not NR_IRQ_VECTORS
by Eric W. Biederman
· 18 years ago
f45bcd7
[PATCH] x86_64 irq: In __DO_ACTION perform the FINAL action for every entry.
by Eric W. Biederman
· 18 years ago
5ff5115
[PATCH] x86_64 irq: Simplfiy the set_affinity logic.
by Eric W. Biederman
· 18 years ago
a8c8a36
[PATCH] x86_64 irq: Refactor setup_IO_APIC_irq
by Eric W. Biederman
· 18 years ago
a27bc06
[PATCH] x86_64 irq: Remove the unused vector parameter from ioapic_register_intr
by Eric W. Biederman
· 18 years ago
e560c8b
[PATCH] x86_64 irq: Kill declaration of removed array, interrupt
by Eric W. Biederman
· 18 years ago
9f0a5ba
[PATCH] irq: Remove set_native_irq_info
by Eric W. Biederman
· 18 years ago
fc5d56f
[PATCH] x86_64 irq: Simplfy __assign_irq_vector
by Eric W. Biederman
· 18 years ago
d7e25f3
[PATCH] genirq: remove IRQ_DISABLED
by Ingo Molnar
· 18 years ago
ee4eff6
[PATCH] x86-64: update IO-APIC dest field to 8-bit for xAPIC
by Benjamin Romer
· 18 years ago
f7feaca
msi: Make MSI useable more architectures
by Eric W. Biederman
· 18 years ago
fea5f1e
Revert "[PATCH] x86-64: Try multiple timer variants in check_timer"
by Linus Torvalds
· 18 years ago
ad892f5
[PATCH] x86-64: check vector in setup_ioapic_dest to verify if need setup_IO_APIC_irq
by Yinghai Lu
· 18 years ago
516d283
[PATCH] x86-64: Fix race in IO-APIC routing entry setup.
by Andi Kleen
· 18 years ago
b026872
[PATCH] x86-64: Try multiple timer variants in check_timer
by Andi Kleen
· 18 years ago
5df0287
[PATCH] x86-64: Extend clear_irq_vector
by Yinghai Lu
· 18 years ago
f7a2332
[PATCH] x86-64: Fix warning in io_apic.c
by Andi Kleen
· 18 years ago
45c9953
[PATCH] Use delayed disable mode of ioapic edge triggered interrupts
by Eric W. Biederman
· 18 years ago
ec68307
[PATCH] htirq: refactor so we only have one function that writes to the chip
by Eric W. Biederman
· 18 years ago
48797eb
x86-64: write IO APIC irq routing entries in correct order
by Linus Torvalds
· 18 years ago
6c0ffb9
x86-64: clean up io-apic accesses
by Linus Torvalds
· 18 years ago
70a0a53
[PATCH] x86-64: Only look at per_cpu data for online cpus.
by Eric W. Biederman
· 18 years ago
d1752aa
[PATCH] x86-64: Simplify the vector allocator.
by Eric W. Biederman
· 18 years ago
e70ea8c
[PATCH] x86-64: Revert timer routing behaviour back to 2.6.16 state
by Andi Kleen
· 18 years ago
6bf2daf
[PATCH] x86-64: Use irq_domain in ioapic_retrigger_irq
by Eric W. Biederman
· 18 years ago
45edfd1
[PATCH] x86-64: typo in __assign_irq_vector when updating pos for vector and offset
by Yinghai Lu
· 18 years ago
a460e74
[PATCH] genirq: clean up irq-flow-type naming
by Ingo Molnar
· 18 years ago
994bd4f
[PATCH] x86_64 irq: Properly update vector_irq
by Eric W. Biederman
· 18 years ago
c37e108
[PATCH] use struct irq_chip instead of struct hw_interrupt_type
by Aneesh Kumar K.V
· 18 years ago
c7111c13
[PATCH] x86_64 irq: Allocate a vector across all cpus for genapic_flat.
by Eric W. Biederman
· 18 years ago
b940d22
[PATCH] i386/x86_64: Remove global IO_APIC_VECTOR
by Eric W. Biederman
· 18 years ago
95d7788
[PATCH] htirq: tidy up the htirq code
by Eric W. Biederman
· 18 years ago
3b7d192
[PATCH] msi: refactor and move the msi irq_chip into the arch code
by Eric W. Biederman
· 18 years ago
8b955b0
[PATCH] Initial generic hypertransport interrupt support
by Eric W. Biederman
· 18 years ago
cd1182f
[PATCH] genirq: x86_64 irq: Kill irq compression
by Eric W. Biederman
· 18 years ago
f023d76
[PATCH] genirq: x86_64 irq: Kill gsi_irq_sharing
by Eric W. Biederman
· 18 years ago
550f229
[PATCH] genirq: x86_64 irq: make vector_irq per cpu
by Eric W. Biederman
· 18 years ago
e500f57
[PATCH] genirq: x86_64 irq: Make the external irq handlers report their vector, not the irq number
by Eric W. Biederman
· 18 years ago
04b9267
[PATCH] genirq: x86_64 irq: Remove the msi assumption that irq == vector
by Eric W. Biederman
· 18 years ago
589e367
[PATCH] genirq: x86_64 irq: Move msi message composition into io_apic.c
by Eric W. Biederman
· 18 years ago
c4fa0bbf
[PATCH] genirq: x86_64 irq: Dynamic irq support
by Eric W. Biederman
· 18 years ago
0be6652
[PATCH] genirq: x86_64 irq: Reenable migrating irqs to other cpus
by Eric W. Biederman
· 18 years ago
f29bd1b
[PATCH] genirq: convert the x86_64 architecture to irq-chips
by Ingo Molnar
· 18 years ago
f2c2cca
[PATCH] Remove APIC version/cpu capability mpparse checking/printing
by Andi Kleen
· 18 years ago
2c8c0e6
[PATCH] Convert x86-64 to early param
by Andi Kleen
· 18 years ago
55f05ff
[PATCH] Replace mp bus array with bitmap for bus not pci
by Andi Kleen
· 18 years ago
dfa4698
[PATCH] Move early chipset quirks out to new file
by Andi Kleen
· 18 years ago
edd9652
[PATCH] Remove MPS table APIC renumbering
by Andi Kleen
· 18 years ago
eea0e11
[PATCH] Factor out common io apic routing entry access
by Andi Kleen
· 18 years ago
e509913
[PATCH] Remove leftover MCE/EISA support
by Andi Kleen
· 18 years ago
5cb6b99
[PATCH] Remove pirq overwrite support
by Andi Kleen
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
Next »