summaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn
Commit message (Expand)AuthorAgeFilesLines
* ia64: single_open() leaksAl Viro2013-05-051-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-94/+52
|\
| * ia64: Don't use create_proc_read_entry()David Howells2013-04-291-66/+42
| * prominfo_proc fixesAl Viro2013-04-091-30/+12
* | tiocx: check retval from bus_register()Jiri Kosina2013-03-191-1/+4
|/
* IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-3/+2
* ia64/PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-3/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-041-4/+5
|\
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-4/+5
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-285-5/+1
|\ \
| * | Disintegrate asm/system.h for IA64David Howells2012-03-285-5/+1
| |/
* | Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-03-238-1/+15
|\ \
| * | [IA64] Fix a couple of warnings for EXPORT_SYMBOLPaul Gortmaker2012-02-272-0/+2
| * | [IA64] Check return from device_register() in cx_device_register()Paul Gortmaker2012-02-271-1/+6
| * | [IA64] genirq fixup for SGI/SNDimitri Sivanich2012-02-225-0/+7
| |/
* | ia64/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-1/+3
* | ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-02-231-5/+9
|/
* ia64: pcibr: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-091-2/+1
* ia64: sn: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-091-3/+2
* ia64: tioca: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-091-2/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-065-0/+5
|\
| * ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker2011-10-315-0/+5
* | [IA64] sn2: add missing put_cpu()Tony Luck2011-08-111-4/+8
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-1/+1
|\
| * ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski2011-07-141-1/+1
* | ia64,rcu: Convert call_rcu(sn_irq_info_free) to kfree_rcu()Lai Jiangshan2011-07-201-12/+2
|/
* Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-1410-136/+53
|\
| * Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-072-3/+3
| |\
| | * Fix common misspellingsLucas De Marchi2011-03-312-3/+3
| * | [IA64] fix build warning: argument 1 of 'irqd_irq_disabled'Tony Luck2011-04-011-1/+1
| * | [IA64] Fix build breakage - sn_force_interrupt_flag: undefinedTony Luck2011-03-291-42/+0
| |/
| * ia64: Convert to the new irq_* function namesThomas Gleixner2011-03-291-2/+2
| * ia64: Use irqd_irq_disabled() instead of desc->status accessThomas Gleixner2011-03-291-1/+1
| * ia64: sn: Use irqd_mark_affinity_set() helperThomas Gleixner2011-03-291-3/+1
| * ia64: sn: Use irq_move_irq()Thomas Gleixner2011-03-292-2/+2
| * ia64: Use accessor functions all over the placeThomas Gleixner2011-03-291-4/+2
| * ia64: sn: Drop unused functionThomas Gleixner2011-03-291-16/+0
| * ia64: Convert sn to new irq_chip functionsThomas Gleixner2011-03-291-21/+23
| * ia64: Convert msi_sn to new irq_chip functionsThomas Gleixner2011-03-291-14/+14
| * ia64: Remove stale irq_chip.endThomas Gleixner2011-03-291-23/+0
| * Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-204-4/+4
| |\
| | * ia64: change to new flag variablesmatt mooney2011-03-174-4/+4
| * | [IA64] tioca: Fix assignment from incompatible pointer warningsJeff Mahoney2011-03-021-1/+1
| * | [IA64] setup.c Typo fix "Architechtuallly"Justin P. Mattock2011-03-021-1/+1
| |/
* / ia64: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-5/+1
|/
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-2/+2
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-061-1/+1
|\
| * PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings2010-07-301-1/+1