Age | Commit message (Expand) | Author | Files | Lines |
2007-01-23 | [PATCH] fix prototype of csum_ipv6_magic() (ia64) | Al Viro | 1 | -3/+3 |
2007-01-12 | [PATCH] FD_ZERO build fix | Andrew Morton | 1 | -1/+1 |
2006-12-14 | Merge branch 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -3/+3 |
2006-12-14 | [IA64] Move sg_dma_{len,address} from pci.h to scatterlist.h | Tony Luck | 2 | -3/+3 |
2006-12-13 | [PATCH] Optimize D-cache alias handling on fork | Ralf Baechle | 1 | -0/+1 |
2006-12-13 | [PATCH] PM: Fix SMP races in the freezer | Rafael J. Wysocki | 1 | -0/+2 |
2006-12-12 | [IA64] enable trap code on slot 1 | Tony Luck | 2 | -2/+3 |
2006-12-12 | [IA64] fix possible XPC deadlock when disconnecting | Dean Nelson | 1 | -1/+1 |
2006-12-10 | [PATCH] sched: add option to serialize load balancing | Christoph Lameter | 1 | -0/+1 |
2006-12-08 | [PATCH] tty: preparatory structures for termios revamp | Alan Cox | 1 | -0/+11 |
2006-12-08 | Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li... | Linus Torvalds | 8 | -15/+132 |
2006-12-07 | [IA64] Fix DISCONTIGMEM without VIRTUAL_MEM_MAP | Matthew Wilcox | 1 | -6/+5 |
2006-12-07 | [PATCH] Add support for type argument in PAL_GET_PSTATE | Venkatesh Pallipadi | 1 | -2/+7 |
2006-12-07 | [IA64] implement csum_ipv6_magic for ia64. | Chen, Kenneth W | 1 | -0/+6 |
2006-12-07 | [IA64] More Itanium PAL spec updates | Russ Anderson | 1 | -2/+41 |
2006-12-07 | [IA64] Add se bit to Processor State Parameter structure | Russ Anderson | 1 | -1/+3 |
2006-12-07 | [IA64] Add dp bit to cache and bus check structs | Russ Anderson | 1 | -3/+5 |
2006-12-07 | [IA64] IA64 Kexec/kdump | Zou Nan hai | 5 | -1/+65 |
2006-12-07 | [PATCH] cleanup asm/setup.h userspace visibility | Adrian Bunk | 1 | -1/+0 |
2006-12-07 | [PATCH] Pass struct dev pointer to dma_cache_sync() | Ralf Baechle | 1 | -1/+2 |
2006-12-07 | [PATCH] Add struct dev pointer to dma_is_consistent() | Ralf Baechle | 1 | -1/+1 |
2006-12-07 | [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int | Andy Whitcroft | 1 | -1/+1 |
2006-12-07 | [PATCH] mm: pagefault_{disable,enable}() | Peter Zijlstra | 1 | -2/+2 |
2006-12-03 | [NET]: IA64 checksum annotations and cleanups. | Al Viro | 1 | -17/+14 |
2006-12-02 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 8 | -25/+57 |
2006-12-02 | ACPI: Change ACPI to use dev_archdata instead of firmware_data | Benjamin Herrenschmidt | 1 | -1/+9 |
2006-12-02 | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 1 | -0/+7 |
2006-12-02 | Altix: Add initial ACPI IO support | John Keller | 7 | -14/+47 |
2006-12-02 | PCI: Use pci_generic_prep_mwi on ia64 | Matthew Wilcox | 1 | -11/+10 |
2006-11-13 | [PATCH] mspec driver build fix | Jes Sorensen | 1 | -1/+5 |
2006-11-01 | [IA64] move SAL_CACHE_FLUSH check later in boot | Troy Heber | 1 | -0/+1 |
2006-10-27 | [IA64] don't double >> PAGE_SHIFT pointer for /dev/kmem access | Jes Sorensen | 1 | -1/+1 |
2006-10-18 | [IA64] remove unused PAL_CALL_IC_OFF | Bjorn Helgaas | 1 | -9/+2 |
2006-10-18 | [IA64] move ioremap/ioremap_nocache under __KERNEL__ | Aron Griffis | 1 | -2/+2 |
2006-10-11 | [PATCH] ia64/sn __iomem annotations | Al Viro | 3 | -4/+4 |
2006-10-08 | [PATCH] missed ia64 pt_regs fixes | Al Viro | 1 | -1/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2 | -2/+3 |
2006-10-04 | [PATCH] msi: refactor and move the msi irq_chip into the arch code | Eric W. Biederman | 3 | -38/+21 |
2006-10-03 | [PATCH] sched: introduce child field in sched_domain | Siddha, Suresh B | 1 | -0/+2 |
2006-10-02 | [PATCH] rename the provided execve functions to kernel_execve | Arnd Bergmann | 1 | -72/+0 |
2006-10-02 | [PATCH] Add regs_return_value() helper | Ananth N Mavinakayanahalli | 1 | -0/+3 |
2006-10-01 | [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locks | Martin Schwidefsky | 1 | -0/+4 |
2006-09-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 8 | -21/+175 |
2006-09-27 | [PATCH] Have ia64 use add_active_range() and free_area_init_nodes | Mel Gorman | 1 | -0/+1 |
2006-09-27 | [PATCH] fix "cpu to node relationship fixup: map cpu to node" | KAMEZAWA Hiroyuki | 1 | -0/+2 |
2006-09-27 | [IA64] PAL calls need physical mode, stacked | Russ Anderson | 1 | -2/+4 |
2006-09-27 | [IA64] Make gp value point to Region 5 in mca handler | Zou Nan hai | 1 | -1/+1 |
2006-09-27 | Revert "[IA64] Unwire set/get_robust_list" | Tony Luck | 1 | -1/+2 |
2006-09-27 | [IA64] Implement futex primitives | Jakub Jelinek | 1 | -2/+120 |
2006-09-27 | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 1 | -1/+2 |