index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
/
io_apic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-26
x86/io_apic: Remove unused function mp_init_irq_at_boot()
YueHaibing
1
-13
/
+0
2019-10-24
x86/ioapic: Rename misnamed functions
Thomas Gleixner
1
-8
/
+8
2019-10-24
x86/ioapic: Prevent inconsistent state when moving an interrupt
Thomas Gleixner
1
-3
/
+6
2019-08-26
x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machines
Thomas Gleixner
1
-1
/
+7
2019-07-03
x86/ioapic: Implement irq_get_irqchip_state() callback
Thomas Gleixner
1
-0
/
+46
2019-06-29
x86/timer: Skip PIT initialization on modern chipsets
Thomas Gleixner
1
-0
/
+4
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+5
2019-01-26
x86/kernel: Mark expected switch-case fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
1
-1
/
+2
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
1
-0
/
+1
2018-06-06
x86/ioapic: Use apic_ack_irq()
Thomas Gleixner
1
-1
/
+1
2018-04-02
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-12
/
+4
2018-02-20
x86/IO-APIC: Avoid warning in 32-bit builds
Jan Beulich
1
-1
/
+1
2018-02-17
x86/apic: Rename variables and functions related to x86_io_apic_ops
Baoquan He
1
-2
/
+2
2018-02-17
x86/apic: Remove the (now) unused disable_IO_APIC() function
Baoquan He
1
-13
/
+0
2018-02-17
x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=y
Baoquan He
1
-1
/
+1
2018-02-17
x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()
Baoquan He
1
-0
/
+5
2018-01-14
x86: Introduce and use MP IRQ trigger and polarity defines
Jan Kiszka
1
-10
/
+10
2017-12-29
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
Thomas Gleixner
1
-1
/
+1
2017-11-07
Merge branch 'linus' into x86/apic, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-25
x86/io_apic: Reevaluate vector configuration on activate()
Thomas Gleixner
1
-15
/
+22
2017-09-25
x86/ioapic: Mark legacy vectors at reallocation time
Thomas Gleixner
1
-0
/
+1
2017-09-25
x86/ioapic: Remove obsolete post hotplug update
Thomas Gleixner
1
-42
/
+0
2017-09-25
x86/apic: Get rid of apic->target_cpus
Thomas Gleixner
1
-4
/
+3
2017-09-25
Merge branch 'irq/core' into x86/apic
Thomas Gleixner
1
-4
/
+5
2017-09-25
genirq/irqdomain: Propagate early activation
Thomas Gleixner
1
-2
/
+2
2017-09-25
genirq/irqdomain: Update irq_domain_ops.activate() signature
Thomas Gleixner
1
-2
/
+3
2017-09-25
x86/ioapic: Refactor the delay logic in timer_irq_works()
Dou Liyang
1
-2
/
+43
2017-08-23
x86/ioapic: Print the IRTE's index field correctly when enabling INTR
raymond pang
1
-1
/
+1
2017-07-20
x86/ioapic: Pass the correct data to unmask_ioapic_irq()
Seunghun Han
1
-1
/
+1
2017-07-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+20
2017-06-22
x86/ioapic: Create named irq domain
Thomas Gleixner
1
-2
/
+20
2017-05-26
x86/ioapic: Remove unused IO_APIC_irq_trigger() function
Matthias Kaehlcke
1
-22
/
+0
2017-02-20
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2017-02-20
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2017-02-08
Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"
Linus Torvalds
1
-2
/
+0
2017-02-01
Merge branch 'x86/urgent' into x86/platform, to pick up fixes
Ingo Molnar
1
-0
/
+2
2017-01-31
x86/irq: Make irq activate operations symmetric
Thomas Gleixner
1
-0
/
+2
2017-01-20
x86/ioapic: Return suitable error code in mp_map_gsi_to_irq()
Andy Shevchenko
1
-2
/
+2
2017-01-18
x86/ioapic: Restore IO-APIC irq_chip retrigger callback
Ruslan Ruslichenko
1
-0
/
+2
2017-01-18
x86/ioapic: Restore IO-APIC irq_chip retrigger callback
Ruslan Ruslichenko
1
-0
/
+2
2016-12-09
x86: Remove empty idle.h header
Thomas Gleixner
1
-1
/
+0
2016-09-20
x86/apic: Get rid of apic_version[] array
Denys Vlasenko
1
-2
/
+2
2016-08-01
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2016-07-25
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
[next]