summaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Fix warnings resulting from type-checking in dev_dbg()Tony Luck2007-05-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2007-05-092-20/+103
|\
| * [IA64] Optional method to purge the TLB on SN systemsJack Steiner2007-05-081-5/+60
| * [IA64] - Altix: hotplug after intr redirect can crash systemJohn Keller2007-05-081-15/+43
* | move die notifier handling to common codeChristoph Hellwig2007-05-081-2/+2
|/
* MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-031-2/+2
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-032-2/+0Star
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-3/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-5/+5
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* [IA64] SGI Altix : fix pcibr_dmamap_ate32() bugMike Habeck2007-04-071-2/+6
* [IA64] BTE error timer fixRuss Anderson2007-04-071-3/+3
* [IA64] Fix wrong /proc/iomem on SGI AltixBernhard Walle2007-03-201-2/+10
* [IA64] Altix: ioremap vga_console_iobaseJohn Keller2007-03-201-3/+3
* Pull altix into release branchLen Brown2007-03-102-22/+24
|\
| * ACPI: Altix: reinitialize acpi tablesJohn Keller2007-03-011-0/+2
| * ACPI: Altix: cannot register acpi bus driver before bus scanJohn Keller2007-02-241-22/+22
* | [IA64] fix NULL pointer in ia64/irq_chip-mask/unmask functionKAMEZAWA Hiroyuki2007-03-071-1/+13
* | [PATCH] irq: Remove set_native_irq_infoEric W. Biederman2007-02-261-1/+1
|/
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: C99 Convert arch/ia64/sn/kernel/xpc_main.cEric W. Biederman2007-02-141-48/+38Star
* [PATCH] sysctl: sn: remove sysctl ABI BREAKAGEEric W. Biederman2007-02-141-6/+6
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-122-2/+2
* [PATCH] sn2: use static ->proc_fopsAlexey Dobriyan2007-02-111-43/+62
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-081-6/+14
|\
| * msi: Make MSI useable more architecturesEric W. Biederman2007-02-081-6/+14
| * msi: Kill the msi_desc array.Eric W. Biederman2007-02-081-1/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-02-085-98/+371
|\ \ | |/ |/|
| * Altix: ACPI SSDT PCI device supportJohn Keller2007-02-034-103/+362
| * ACPICA: reduce conflicts with Altix patch seriesLen Brown2007-02-032-9/+14
| * ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy2007-02-032-9/+18
* | [IA64-SGI] Check for TIO errors on shub2 AltixRuss Anderson2007-02-051-4/+12
|/
* ACPI: Altix: ACPI _PRT supportJohn Keller2007-01-041-0/+3
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [IA64] fix possible XPC deadlock when disconnectingDean Nelson2006-12-122-26/+53
* [IA64] Do not call SN_SAL_SET_CPU_NUMBER twice on cpu 0Jay Lan2006-12-121-2/+10
* [IA64] SN: Correctly update smp_affinty maskJohn Keller2006-12-072-7/+15
* [IA64] IA64 Kexec/kdumpZou Nan hai2006-12-071-0/+8
* Altix: Initial ACPI support - ROM shadowing.John Keller2006-12-013-2/+39
* Altix: Add initial ACPI IO supportJohn Keller2006-12-019-569/+942
* [IA64] typename -> name conversionIngo Molnar2006-11-161-1/+1
* [IA64] bte_unaligned_copy() transfers one extra cache line.Robin Holt2006-11-151-5/+4Star
* [IA64] remove unused acpi_kbd_controller_present, acpi_legacy_devicesBjorn Helgaas2006-10-171-12/+0Star
* [PATCH] ia64/sn __iomem annotationsAl Viro2006-10-112-22/+22
* [PATCH] more ia64 irq handlersAl Viro2006-10-092-4/+4
* [PATCH] missed ia64 pt_regs fixesAl Viro2006-10-081-5/+2Star
* [IA64] Fix breakage from irq changeTony Luck2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-052-4/+2Star