Age | Commit message (Expand) | Author | Files | Lines |
2008-03-06 | [IA64] remove remaining __FUNCTION__ occurrences | Harvey Harrison | 8 | -35/+35 |
2008-02-10 | Change pci_raw_ops to pci_raw_read/write | Matthew Wilcox | 1 | -8/+8 |
2008-02-06 | Remove pointless casts from void pointers | Jeff Garzik | 1 | -3/+3 |
2008-02-05 | [IA64] sn_hwperf semaphore to mutex | Daniel Walker | 1 | -4/+5 |
2008-02-05 | [IA64] constify function pointer tables | Jan Engelhardt | 2 | -2/+2 |
2008-01-25 | sched: remove printk_clock references from ia64 | Ingo Molnar | 1 | -11/+0 |
2008-01-04 | [IA64] Update Altix nofault code | Russ Anderson | 1 | -3/+7 |
2007-12-19 | [IA64] Fix Altix BTE error return status | Russ Anderson | 2 | -4/+8 |
2007-12-19 | [IA64] Two trivial spelling fixes | Joe Perches | 1 | -1/+1 |
2007-12-08 | [IA64] Add missing "space" to concatenated strings | Joe Perches | 1 | -1/+1 |
2007-12-08 | [IA64] SGI Altix : fix bug in sn_io_late_init() | Mike Habeck | 1 | -6/+5 |
2007-11-09 | [IA64] XPC heartbeat timer function must run on CPU 0 | Dean Nelson | 1 | -9/+3 |
2007-11-07 | [IA64] Disable/re-enable CPE interrupts on Altix | Russ Anderson | 1 | -1/+7 |
2007-10-30 | [IA64] arch/ia64/sn/kernel/mca.c: undo lock when sn_oemdata can't be extended | Roel Kluin | 1 | -0/+1 |
2007-10-22 | Update arch/ to use sg helpers | Jens Axboe | 1 | -1/+1 |
2007-10-19 | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 1 | -6/+7 |
2007-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 4 | -4/+4 |
2007-10-16 | IA64: sg chaining support | Jens Axboe | 1 | -5/+6 |
2007-10-13 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -2/+1 |
2007-10-12 | ia64: fix sn to add include files using EXTRA_CFLAGS | Sam Ravnborg | 4 | -4/+4 |
2007-09-01 | [IA64] SN: Add support for CPU disable | John Keller | 6 | -4/+55 |
2007-09-01 | [IA64] Remove unnecessary cast of allocation return value in sn_hwperf_enum_o... | Jesper Juhl | 1 | -1/+2 |
2007-08-14 | [IA64] SGI Altix : fix a force_interrupt bug on altix | Mike Habeck | 1 | -1/+4 |
2007-08-13 | [IA64] SN2 needs platform specific irq_to_vector() function. | Kenji Kaneshige | 1 | -0/+7 |
2007-08-02 | [IA64] SN2: Fix up sn2_rtc clock | Christoph Lameter | 1 | -5/+2 |
2007-07-31 | [IA64] Remove a few duplicate includes | Jesper Juhl | 1 | -1/+0 |
2007-07-31 | [IA64] fix a few section mismatch warnings | Sam Ravnborg | 1 | -1/+1 |
2007-07-20 | [IA64] Convert to generic timekeeping/clocksource | Tony Luck | 1 | -8/+21 |
2007-07-14 | [IA64] correctly count CPU objects in the ia64/sn hwperf interface | Mark Goodwin | 1 | -1/+2 |
2007-07-11 | [IA64] silence GCC ia64 unused variable warnings | Jes Sorensen | 2 | -2/+2 |
2007-07-10 | [IA64] SN: Correct ROM resource length for BIOS copy | John Keller | 2 | -12/+25 |
2007-06-27 | [IA64] Make SN2 PCI code use ioremap rather than manually mangle the address | Jes Sorensen | 3 | -5/+10 |
2007-06-27 | [IA64] Force error to surface in nofault code | Russ Anderson | 1 | -1/+2 |
2007-05-19 | [IA64] Yet another section mismatch warning | Tony Luck | 1 | -1/+1 |
2007-05-12 | [IA64] spelling fixes: arch/ia64/ | Simon Arlott | 12 | -35/+35 |
2007-05-10 | [IA64] more warning cleanups | Tony Luck | 2 | -3/+3 |
2007-05-10 | [IA64] Fix warnings resulting from type-checking in dev_dbg() | Tony Luck | 1 | -1/+1 |
2007-05-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 2 | -20/+103 |
2007-05-09 | [IA64] Optional method to purge the TLB on SN systems | Jack Steiner | 1 | -5/+60 |
2007-05-08 | move die notifier handling to common code | Christoph Hellwig | 1 | -2/+2 |
2007-05-08 | [IA64] - Altix: hotplug after intr redirect can crash system | John Keller | 1 | -15/+43 |
2007-05-03 | MSI: arch must connect the irq and the msi_desc | Michael Ellerman | 1 | -2/+2 |
2007-05-03 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 2 | -2/+0 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2007-04-26 | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2007-04-26 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -5/+5 |
2007-04-26 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2007-04-07 | [IA64] SGI Altix : fix pcibr_dmamap_ate32() bug | Mike Habeck | 1 | -2/+6 |
2007-04-07 | [IA64] BTE error timer fix | Russ Anderson | 1 | -3/+3 |