| Commit message (Expand) | Author | Age | Files | Lines |
* | [IA64] sprintf should not be used with same source & destination address | Alan Cox | 2009-06-30 | 1 | -1/+2 |
* | Pull for-2.6.31 into release | Tony Luck | 2009-06-17 | 9 | -17/+17 |
|\ |
|
| * | [IA64] Convert ia64 to use int-ll64.h | Matthew Wilcox | 2009-06-17 | 8 | -14/+14 |
| * | [IA64] remove obsolete irq_desc_t typedef | Thomas Gleixner | 2009-06-15 | 1 | -2/+2 |
| * | [IA64] remove obsolete no_irq_type | Thomas Gleixner | 2009-06-15 | 1 | -1/+1 |
* | | page allocator: do not check NUMA node ID when the caller knows the node is v... | Mel Gorman | 2009-06-16 | 1 | -1/+2 |
|/ |
|
* | irq: change ->set_affinity() to return status | Yinghai Lu | 2009-04-28 | 2 | -4/+8 |
* | clocksource: pass clocksource to read() callback | Magnus Damm | 2009-04-21 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | [IA64] BUG to BUG_ON changes | Stoyan Gaydarov | 2009-04-01 | 5 | -27/+13 |
* | [IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.c | Randy Dunlap | 2009-04-01 | 1 | -1/+1 |
* | Pull cpumask into release branch | Tony Luck | 2009-03-31 | 3 | -7/+7 |
|\ |
|
| * | cpumask: use mm_cpumask() wrapper: ia64 | Rusty Russell | 2009-03-16 | 1 | -2/+2 |
| * | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64 | Rusty Russell | 2009-03-16 | 3 | -5/+5 |
* | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 2009-03-30 | 1 | -7/+2 |
|\ \ |
|
| * | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 1 | -7/+2 |
* | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-28 | 1 | -1/+1 |
|\| | |
|
| * | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 1 | -3/+4 |
| | |\ |
|
| | * \ | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-13 | 2 | -2/+2 |
| | |\ \ |
|
| | * \ \ | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 2009-01-21 | 1 | -0/+6 |
| | |\ \ \ |
|
| | * | | | | irq: update all arches for new irq_desc | Mike Travis | 2009-01-12 | 1 | -1/+1 |
* | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-18 | 1 | -4/+3 |
|\| | | | | |
|
| * | | | | | [IA64] fix PCI DMA flag propagation on SN (Altix) with PICs | Jeremy Higdon | 2009-03-06 | 1 | -4/+3 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-05 | 3 | -5/+6 |
|\| | | | |
|
| * | | | | [IA64] bte_copy of BTE_MAX_XFER trips BUG_ON. | Robin Holt | 2009-02-19 | 1 | -3/+4 |
| | |_|/
| |/| | |
|
| * | | | PCI: return error on failure to read PCI ROMs | Timothy S. Nelson | 2009-02-04 | 2 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-16 | 1 | -0/+6 |
|\| | |
|
| * | | [IA64] SN specific version of dma_get_required_mask() | John Keller | 2009-01-15 | 1 | -0/+6 |
| |/ |
|
* | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-11 | 3 | -52/+59 |
|\| |
|
| * | Merge branch 'linus' into release | Len Brown | 2009-01-09 | 4 | -23/+20 |
| |\ |
|
| | * | IA64: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -2/+1 |
| * | | ACPI: remove private acpica headers from driver files | Lin Ming | 2008-12-31 | 2 | -2/+0 |
| * | | ACPI: io_common.c: call acpi_get_table to avoid using ACPI_SIG_DSDT | Lin Ming | 2008-12-31 | 1 | -2/+2 |
| * | | ACPI: io_acpi_init.c: call acpi_get_name to get node fullname | Lin Ming | 2008-12-31 | 1 | -46/+56 |
* | | | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 2009-01-06 | 1 | -28/+30 |
* | | | make sn DMA mapping functions static | FUJITA Tomonori | 2009-01-06 | 1 | -38/+26 |
* | | | set up dma_ops appropriately | FUJITA Tomonori | 2009-01-06 | 1 | -0/+5 |
* | | | add dma_mapping_ops for SGI Altix | FUJITA Tomonori | 2009-01-06 | 1 | -0/+16 |
| |/
|/| |
|
* | | cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to... | Rusty Russell | 2008-12-26 | 1 | -15/+12 |
* | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 2 | -6/+7 |
|/ |
|
* | [IA64] SN: prevent IRQ retargetting in request_irq() | John Keller | 2008-12-09 | 1 | -1/+8 |
* | [IA64] Clear up section mismatch for sn_check_wars. | Robin Holt | 2008-12-09 | 1 | -2/+2 |
* | [IA64] eliminate NULL test and memset after alloc_bootmem | Julia Lawall | 2008-12-09 | 1 | -4/+1 |
* | sn_pci_controller_fixup() should be __init | Al Viro | 2008-11-30 | 1 | -1/+1 |
* | ACPI: fix ia64 build warning | Len Brown | 2008-10-23 | 1 | -1/+1 |
* | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 1 | -4/+4 |
* | [IA64] arch/ia64/sn/pci/tioca_provider.c: introduce missing kfree | Julia Lawall | 2008-09-10 | 1 | -1/+3 |
* | [IA64] Move include/asm-ia64 to arch/ia64/include/asm | Tony Luck | 2008-08-01 | 1 | -1/+1 |
* | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 1 | -1/+1 |