Age | Commit message (Expand) | Author | Files | Lines |
2013-01-03 | IA64: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -3/+2 |
2012-09-12 | ia64/PCI: Use hotplug-safe pci_get_domain_bus_and_slot() | Jiang Liu | 1 | -3/+1 |
2012-04-04 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 1 | -4/+5 |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 5 | -5/+1 |
2012-03-28 | Disintegrate asm/system.h for IA64 | David Howells | 5 | -5/+1 |
2012-03-28 | X86 & IA64: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 1 | -4/+5 |
2012-03-23 | Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 8 | -1/+15 |
2012-02-27 | [IA64] Fix a couple of warnings for EXPORT_SYMBOL | Paul Gortmaker | 2 | -0/+2 |
2012-02-27 | [IA64] Check return from device_register() in cx_device_register() | Paul Gortmaker | 1 | -1/+6 |
2012-02-23 | ia64/PCI: get rid of device resource fixups | Bjorn Helgaas | 1 | -1/+3 |
2012-02-23 | ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -5/+9 |
2012-02-22 | [IA64] genirq fixup for SGI/SN | Dimitri Sivanich | 5 | -0/+7 |
2011-12-09 | ia64: pcibr: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 1 | -2/+1 |
2011-12-09 | ia64: sn: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 1 | -3/+2 |
2011-12-09 | ia64: tioca: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 1 | -2/+2 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -0/+5 |
2011-10-31 | ia64: Add export.h to arch/ia64 specific files as required | Paul Gortmaker | 5 | -0/+5 |
2011-08-11 | [IA64] sn2: add missing put_cpu() | Tony Luck | 1 | -4/+8 |
2011-07-22 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2011-07-20 | ia64,rcu: Convert call_rcu(sn_irq_info_free) to kfree_rcu() | Lai Jiangshan | 1 | -12/+2 |
2011-07-14 | ia64: Replace clocksource.fsys_mmio with generic arch data | Andy Lutomirski | 1 | -1/+1 |
2011-05-14 | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a... | Thomas Gleixner | 10 | -136/+53 |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2 | -3/+3 |
2011-04-01 | [IA64] fix build warning: argument 1 of 'irqd_irq_disabled' | Tony Luck | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -3/+3 |
2011-03-29 | [IA64] Fix build breakage - sn_force_interrupt_flag: undefined | Tony Luck | 1 | -42/+0 |
2011-03-29 | ia64: Convert to the new irq_* function names | Thomas Gleixner | 1 | -2/+2 |
2011-03-29 | ia64: Use irqd_irq_disabled() instead of desc->status access | Thomas Gleixner | 1 | -1/+1 |
2011-03-29 | ia64: sn: Use irqd_mark_affinity_set() helper | Thomas Gleixner | 1 | -3/+1 |
2011-03-29 | ia64: sn: Use irq_move_irq() | Thomas Gleixner | 2 | -2/+2 |
2011-03-29 | ia64: Use accessor functions all over the place | Thomas Gleixner | 1 | -4/+2 |
2011-03-29 | ia64: sn: Drop unused function | Thomas Gleixner | 1 | -16/+0 |
2011-03-29 | ia64: Convert sn to new irq_chip functions | Thomas Gleixner | 1 | -21/+23 |
2011-03-29 | ia64: Convert msi_sn to new irq_chip functions | Thomas Gleixner | 1 | -14/+14 |
2011-03-29 | ia64: Remove stale irq_chip.end | Thomas Gleixner | 1 | -23/+0 |
2011-03-20 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 4 | -4/+4 |
2011-03-17 | ia64: change to new flag variables | matt mooney | 4 | -4/+4 |
2011-03-02 | [IA64] tioca: Fix assignment from incompatible pointer warnings | Jeff Mahoney | 1 | -1/+1 |
2011-03-02 | [IA64] setup.c Typo fix "Architechtuallly" | Justin P. Mattock | 1 | -1/+1 |
2011-02-21 | ia64: convert to clocksource_register_hz/khz | John Stultz | 1 | -5/+1 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-12 | pci: Convert msi to new irq_chip functions | Thomas Gleixner | 1 | -2/+2 |
2010-08-06 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -1/+1 |
2010-07-30 | PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc() | Ben Hutchings | 1 | -1/+1 |
2010-06-16 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -7/+2 |
2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -1/+1 |
2010-05-24 | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 1 | -7/+2 |
2010-05-18 | [IA64] Use set_cpus_allowed_ptr | Julia Lawall | 1 | -2/+2 |
2010-05-17 | sn_hwperf: Kill BKL usage | Arnd Bergmann | 1 | -7/+2 |