1. 141d55e x86/irq: Standardize on CONFIG_SPARSE_IRQ=y by Yinghai Lu · 13 years ago
  2. 06e727d Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tip by Linus Torvalds · 13 years ago
  3. 3ae3665 x86-64: Rework vsyscall emulation and add vsyscall= parameter by Andy Lutomirski · 13 years ago
  4. 8e20487 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  5. b77e70b x86, mce: Replace MCE_SELF_VECTOR by irq_work by Hidetoshi Seto · 13 years ago
  6. 5cec93c x86-64: Emulate legacy vsyscalls by Andy Lutomirski · 13 years ago
  7. d04c579 x86: Work around old gas bug by Jan Beulich · 13 years ago
  8. 70e4a36 x86: Scale up the number of TLB invalidate vectors with NR_CPUs, up to 32 by Shaohua Li · 14 years ago
  9. 60f6e65 x86: Cleanup vector usage by Shaohua Li · 14 years ago
  10. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  11. 38e20b0 x86/xen: event channels delivery on HVM. by Sheng Yang · 14 years ago
  12. 6579b47 x86, irq: Use 0x20 for the IRQ_MOVE_CLEANUP_VECTOR instead of 0x1f by Suresh Siddha · 15 years ago
  13. ea94396 x86, apic: Don't waste a vector to improve vector spread by H. Peter Anvin · 15 years ago
  14. 99d113b x86, apic: Reclaim IDT vectors 0x20-0x2f by H. Peter Anvin · 15 years ago
  15. 9959c88 x86: Increase NR_IRQS and nr_irqs by Yinghai Lu · 15 years ago
  16. 1d865fb x86: Fix duplicated UV BAU interrupt vector by Cliff Wickman · 15 years ago
  17. 4a4de9c x86: UV RTC: Rename generic_interrupt to x86_platform_ipi by Dimitri Sivanich · 15 years ago
  18. 0d59597 Merge branch 'linus' into x86/mce3 by Ingo Molnar · 15 years ago
  19. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  20. 8fa8dd9 x86, mce: define MCE_VECTOR by Andi Kleen · 15 years ago
  21. 4ef702c x86: fix panic with interrupts off (needed for MCE) by Andi Kleen · 15 years ago
  22. ccc3c31 x86, mce: implement bootstrapping for machine check wakeups by Andi Kleen · 15 years ago
  23. a328810 perf_counter/x86: Remove the IRQ (non-NMI) handling bits by Yong Wang · 15 years ago
  24. 48b1fdd Merge branch 'irq/numa' into x86/mce3 by H. Peter Anvin · 15 years ago
  25. eb2a6ab x86: trivial clean up for irq_vectors.h by Andi Kleen · 15 years ago
  26. 7856f6c x86, mce: enable MCE_INTEL for 32bit new MCE by Andi Kleen · 15 years ago
  27. ac3048d x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefs by Pekka Enberg · 15 years ago
  28. b6276f3 perf_counter: x86: self-IPI for pending work by Peter Zijlstra · 15 years ago
  29. acaabe7 x86: UV, SGI RTC: add generic system vector by Dimitri Sivanich · 15 years ago
  30. 57e3729 x86: invalid_vm86_irq -- use predefined macros by Cyrill Gorcunov · 15 years ago
  31. d8106d2 x86, vm86: clean up invalid_vm86_irq() by Ingo Molnar · 15 years ago
  32. 009eb3f x86, irq: describe NR_IRQ sizing details, clean up by Ingo Molnar · 15 years ago
  33. c379698 x86, irq_vectors.h: remove needless includes by Ingo Molnar · 15 years ago
  34. 9fc2e79 x86, irq: add IRQ layout comments by Ingo Molnar · 15 years ago
  35. 3e92ab3 x86, irqs, voyager: remove Voyager quirk by Ingo Molnar · 15 years ago
  36. ed74ca6 x86, voyager: move Voyager-specific defines to voyager.h by Ingo Molnar · 15 years ago
  37. 647ad94 x86, apic: clean up spurious vector sanity check by Ingo Molnar · 15 years ago
  38. 5da690d x86, apic: unify the APIC vector enumeration by Ingo Molnar · 15 years ago
  39. 193c81b x86, irq: add LOCAL_PERF_VECTOR by Ingo Molnar · 15 years ago
  40. 02cf94c x86: make x86_32 use tlb_64.c by Tejun Heo · 16 years ago
  41. 6dd01be x86: prepare for tlb merge by Tejun Heo · 16 years ago
  42. 4a046d1 x86: arch_probe_nr_irqs by Yinghai Lu · 16 years ago
  43. 9332fcc irq: initialize nr_irqs based on nr_cpu_ids by Mike Travis · 16 years ago
  44. 99d093d x86: use NR_IRQS_LEGACY by Yinghai Lu · 16 years ago
  45. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  46. 7db282f x86: remove VISWS and PARAVIRT around NR_IRQS puzzle by Yinghai Lu · 16 years ago
  47. 1b48976 x86: size NR_IRQS on 32-bit systems the same way as 64-bit by Yinghai Lu · 16 years ago
  48. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  49. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/irq_vectors.h]
  50. 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 16 years ago
  51. bfea123 x86: remove nr_irq_vectors by Yinghai Lu · 16 years ago
  52. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  53. 99dd871 x86, SGI UV: hardcode the TLB flush interrupt system vector by Cliff Wickman · 16 years ago
  54. 3c7569b x86_64: restore the proper NR_IRQS define so larger systems work. by Eric W. Biederman · 16 years ago
  55. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  56. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  57. 8bfaba8 x86, VisWS: turn into generic arch, add NR_IRQS quirk by Ingo Molnar · 16 years ago
  58. c46e62f i8259: fix final ugliness by Pavel Machek · 16 years ago
  59. 305b92a x86: change FIRST_SYSTEM_VECTOR to a variable by Alan Mayer · 16 years ago
  60. 9b7dc56 x86: unify interrupt vector defines by Thomas Gleixner · 16 years ago