Age | Commit message (Expand) | Author | Files | Lines |
2007-05-02 | MSI: arch must connect the irq and the msi_desc | Michael Ellerman | 1 | -2/+2 |
2007-05-02 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 2 | -2/+0 |
2007-04-25 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2007-04-25 | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2007-04-25 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2007-04-06 | [IA64] SGI Altix : fix pcibr_dmamap_ate32() bug | Mike Habeck | 1 | -2/+6 |
2007-04-06 | [IA64] BTE error timer fix | Russ Anderson | 1 | -3/+3 |
2007-03-20 | [IA64] Fix wrong /proc/iomem on SGI Altix | Bernhard Walle | 1 | -2/+10 |
2007-03-20 | [IA64] Altix: ioremap vga_console_iobase | John Keller | 1 | -3/+3 |
2007-03-09 | Pull altix into release branch | Len Brown | 2 | -22/+24 |
2007-03-07 | [IA64] fix NULL pointer in ia64/irq_chip-mask/unmask function | KAMEZAWA Hiroyuki | 1 | -1/+13 |
2007-03-01 | ACPI: Altix: reinitialize acpi tables | John Keller | 1 | -0/+2 |
2007-02-26 | [PATCH] irq: Remove set_native_irq_info | Eric W. Biederman | 1 | -1/+1 |
2007-02-23 | ACPI: Altix: cannot register acpi bus driver before bus scan | John Keller | 1 | -22/+22 |
2007-02-14 | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 1 | -1/+1 |
2007-02-14 | [PATCH] sysctl: C99 Convert arch/ia64/sn/kernel/xpc_main.c | Eric W. Biederman | 1 | -48/+38 |
2007-02-14 | [PATCH] sysctl: sn: remove sysctl ABI BREAKAGE | Eric W. Biederman | 1 | -6/+6 |
2007-02-12 | [PATCH] mark struct file_operations const 2 | Arjan van de Ven | 2 | -2/+2 |
2007-02-11 | [PATCH] sn2: use static ->proc_fops | Alexey Dobriyan | 1 | -43/+62 |
2007-02-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -6/+14 |
2007-02-07 | msi: Make MSI useable more architectures | Eric W. Biederman | 1 | -6/+14 |
2007-02-07 | msi: Kill the msi_desc array. | Eric W. Biederman | 1 | -1/+1 |
2007-02-07 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 5 | -98/+371 |
2007-02-05 | [IA64-SGI] Check for TIO errors on shub2 Altix | Russ Anderson | 1 | -4/+12 |
2007-02-02 | Altix: ACPI SSDT PCI device support | John Keller | 4 | -103/+362 |
2007-02-02 | ACPICA: reduce conflicts with Altix patch series | Len Brown | 2 | -9/+14 |
2007-02-02 | ACPICA: minimal patch to integrate new tables into Linux | Alexey Starikovskiy | 2 | -9/+18 |
2007-01-04 | ACPI: Altix: ACPI _PRT support | John Keller | 1 | -0/+3 |
2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
2006-12-12 | [IA64] fix possible XPC deadlock when disconnecting | Dean Nelson | 2 | -26/+53 |
2006-12-12 | [IA64] Do not call SN_SAL_SET_CPU_NUMBER twice on cpu 0 | Jay Lan | 1 | -2/+10 |
2006-12-07 | [IA64] SN: Correctly update smp_affinty mask | John Keller | 2 | -7/+15 |
2006-12-07 | [IA64] IA64 Kexec/kdump | Zou Nan hai | 1 | -0/+8 |
2006-12-01 | Altix: Initial ACPI support - ROM shadowing. | John Keller | 3 | -2/+39 |
2006-12-01 | Altix: Add initial ACPI IO support | John Keller | 9 | -569/+942 |
2006-11-16 | [IA64] typename -> name conversion | Ingo Molnar | 1 | -1/+1 |
2006-11-15 | [IA64] bte_unaligned_copy() transfers one extra cache line. | Robin Holt | 1 | -5/+4 |
2006-10-17 | [IA64] remove unused acpi_kbd_controller_present, acpi_legacy_devices | Bjorn Helgaas | 1 | -12/+0 |
2006-10-10 | [PATCH] ia64/sn __iomem annotations | Al Viro | 2 | -22/+22 |
2006-10-09 | [PATCH] more ia64 irq handlers | Al Viro | 2 | -4/+4 |
2006-10-08 | [PATCH] missed ia64 pt_regs fixes | Al Viro | 1 | -5/+2 |
2006-10-06 | [IA64] Fix breakage from irq change | Tony Luck | 1 | -1/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2 | -4/+2 |
2006-10-04 | [PATCH] msi: move the ia64 code into arch/ia64 | Eric W. Biederman | 2 | -0/+231 |
2006-10-03 | Attack of "the the"s in arch | Matt LaPlante | 1 | -1/+1 |
2006-10-02 | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 1 | -1/+1 |
2006-10-01 | [PATCH] proper flags type of spin_lock_irqsave() | Alexey Dobriyan | 2 | -2/+2 |
2006-09-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 1 | -2/+1 |