index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
io_apic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-03
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2009-01-03
cpumask: use alloc_cpumask_var_node where appropriate
Mike Travis
1
-3
/
+3
2009-01-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Mike Travis
1
-3
/
+2
2009-01-03
Merge branch 'linus' into x86/cleanups
Ingo Molnar
1
-384
/
+637
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-192
/
+178
2008-12-31
Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-12
/
+6
2008-12-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
1
-250
/
+524
2008-12-31
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-244
/
+517
2008-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
1
-2
/
+1
2008-12-29
x86: io_apic.c io_apic_sync should be static
Jaswinder Singh Rajput
1
-1
/
+1
2008-12-27
sparseirq: work around compiler optimizing away __weak functions
Yinghai Lu
1
-2
/
+6
2008-12-26
irq: simplify for_each_irq_desc() usage
KOSAKI Motohiro
1
-10
/
+0
2008-12-24
x86: fix lguest used_vectors breakage, -v2
Yinghai Lu
1
-6
/
+3
2008-12-20
sparseirq: fix numa_migrate_irq_desc dependency and comments
Yinghai Lu
1
-1
/
+1
2008-12-19
x86: fix warning in arch/x86/kernel/io_apic.c
Ingo Molnar
1
-1
/
+1
2008-12-17
x86: update io_apic.c to the new cpumask code
Ingo Molnar
1
-2
/
+3
2008-12-17
Merge branch 'irq/sparseirq' into cpus4096
Ingo Molnar
1
-1
/
+141
2008-12-17
x86: Update io_apic.c to use new cpumask API
Mike Travis
1
-157
/
+145
2008-12-17
x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
Mike Travis
1
-72
/
+73
2008-12-17
x86, sparseirq: move irq_desc according to smp_affinity, v7
Yinghai Lu
1
-1
/
+141
2008-12-17
x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master.
Mike Travis
1
-2
/
+2
2008-12-13
Merge ../linux-2.6-x86
Rusty Russell
1
-248
/
+383
2008-12-13
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
1
-42
/
+39
2008-12-12
x86: kill #ifdef for exit_idle()
Hiroshi Shimamoto
1
-2
/
+1
2008-12-08
x86, MSI: pass irq_cfg and irq_desc
Yinghai Lu
1
-137
/
+181
2008-12-08
x86: MSI start irq numbering from nr_irqs_gsi
Yinghai Lu
1
-7
/
+17
2008-12-08
x86: use NR_IRQS_LEGACY
Yinghai Lu
1
-5
/
+5
2008-12-08
sparse irq_desc[] array: core kernel and x86 changes
Yinghai Lu
1
-111
/
+190
2008-12-01
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+21
2008-11-23
x86: revert irq number limitation
Thomas Gleixner
1
-21
/
+1
2008-11-23
Merge commit 'v2.6.28-rc6' into irq/urgent
Ingo Molnar
1
-0
/
+14
2008-11-21
x86: Fix interrupt leak due to migration
Matthew Wilcox
1
-0
/
+14
2008-11-10
x86: apic honour irq affinity which was set in early boot
Thomas Gleixner
1
-5
/
+21
2008-11-06
x86: don't allow nr_irqs > NR_IRQS
Ben Hutchings
1
-0
/
+2
2008-10-16
io_apic: make irq_mis_count available on 64-bit too
Ingo Molnar
1
-2
/
+0
2008-10-16
genirq: revert dynarray
Thomas Gleixner
1
-125
/
+74
2008-10-16
genirq: remove irq_to_desc_alloc
Thomas Gleixner
1
-5
/
+1
2008-10-16
genirq: remove sparse irq code
Thomas Gleixner
1
-126
/
+4
2008-10-16
x86: sparse_irq: fix typo in debug print out
Yinghai Lu
1
-1
/
+1
2008-10-16
x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3
Dean Nelson
1
-0
/
+68
2008-10-16
x86: print out irq nr for msi/ht, v3
Yinghai Lu
1
-0
/
+5
2008-10-16
x86: io-apic - interrupt remapping fix
Cyrill Gorcunov
1
-3
/
+2
2008-10-16
x86: io-apic - interrupt remapping fix
Cyrill Gorcunov
1
-2
/
+17
2008-10-16
sparseirq: remove some debug print out
Yinghai Lu
1
-19
/
+0
2008-10-16
x86: io-apic - do not use KERN_DEBUG marker too much, fix
Cyrill Gorcunov
1
-5
/
+5
2008-10-16
x86: io-apic - get rid of __DO_ACTION macro
Cyrill Gorcunov
1
-51
/
+52
2008-10-16
x86: io-apic - do not use KERN_DEBUG marker too much
Cyrill Gorcunov
1
-6
/
+11
2008-10-16
x86: io-apic - code style cleaning for setup_IO_APIC_irqs
Cyrill Gorcunov
1
-25
/
+28
2008-10-16
x86: HPET_MSI Basic HPET_MSI setup code
venkatesh.pallipadi@intel.com
1
-0
/
+64
2008-10-16
x86: io-apic - declare irq_cfg_lock for SPARSE_IRQ only
Cyrill Gorcunov
1
-1
/
+2
[next]