aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn
AgeCommit message (Expand)AuthorFilesLines
2019-08-16ia64: remove support for the SGI SN2 platformChristoph Hellwig41-10476/+0
2019-08-16char: remove the SGI tiocx/mbcs driverChristoph Hellwig2-570/+0
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra1-7/+0
2019-03-14ia64: prefix header search path with $(srctree)/Masahiro Yamada4-6/+2
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport2-1/+14
2018-12-06ia64/sn: remove the mapping_error dma_map_ops methodChristoph Hellwig1-7/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2-3/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+3
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport2-7/+4
2018-10-23Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-29/+0
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig1-2/+2
2018-09-17ia64/sn2: remove no-ops dma sync methodsChristoph Hellwig1-29/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-83/+11
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-5/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-19/+17
2017-11-02ia64: Convert timers to use timer_setup()Kees Cook4-19/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-12ia64: sn: pci: move inline before typeJoe Perches2-3/+3
2017-05-16ia64, scsi: update references for the device-io bookMauro Carvalho Chehab1-1/+1
2017-04-15ia64/sn/hwperf: Replace racy task affinity logicThomas Gleixner1-8/+9
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+1
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-14/+8
2016-05-05ia64: Reduce stack usage by iterating over nodemaskMatt Fleming1-12/+23
2016-05-05ia64/PCI: Remove unused 'addr' and fix build warningMatt Fleming1-1/+0
2016-05-05ia64/PCI: Fix incorrect PCI resource end addressMatt Fleming1-2/+2
2016-03-12ia64/PCI: Keep CPU physical (not virtual) addresses in shadow ROM resourceBjorn Helgaas2-19/+16
2016-03-12ia64/PCI: Use ioremap() instead of open-coded equivalentBjorn Helgaas1-3/+2
2016-03-12ia64/PCI: Use temporary struct resource * to avoid repetitionBjorn Helgaas2-27/+22
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-07-27ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+1
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu1-1/+1
2015-06-16ia64: don't use module_init for non-modular core kernel/mca.c codePaul Gortmaker1-2/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-0/+2
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-2/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-15/+15
2014-10-01PCI/MSI: Use __get_cached_msi_msg() instead of get_cached_msi_msg()Yijing Wang1-2/+2
2014-09-02ia64: sn_nodepda cannot be assigned to after this_cpu conversion. Use __this_...Christoph Lameter1-1/+1
2014-08-26ia64: Replace __get_cpu_var usesChristoph Lameter1-14/+14
2014-07-29[IA64] sn: Do not needlessly convert between pointers and integersThierry Reding1-2/+2
2014-07-29[IA64] sn: Fix zeroing of PDAsThierry Reding1-1/+1
2014-03-12ia64: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner2-3/+3
2013-12-09ia64/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-12/+12
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-2/+2
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+4
2013-07-03Merge tag 'please-pull-root_bus_hotplug' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-83/+26
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker1-4/+4
2013-06-18PCI/IA64: SN: use normal resource instead of pci_windowYijing Wang1-30/+26
2013-06-18PCI/IA64: SN: remove sn_pci_window_fixup()Yijing Wang1-53/+0
2013-06-07ia64/PCI: Clean up pci_scan_root_bus() usageJiang Liu1-10/+1
2013-05-05ia64: single_open() leaksAl Viro1-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-94/+52
2013-04-29ia64: Don't use create_proc_read_entry()David Howells1-66/+42
2013-04-09prominfo_proc fixesAl Viro1-30/+12
2013-03-19tiocx: check retval from bus_register()Jiri Kosina1-1/+4
2013-01-03IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2-3/+2
2012-09-12ia64/PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu1-3/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-4/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds5-5/+1
2012-03-28Disintegrate asm/system.h for IA64David Howells5-5/+1
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-4/+5
2012-03-23Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-1/+15
2012-02-27[IA64] Fix a couple of warnings for EXPORT_SYMBOLPaul Gortmaker2-0/+2
2012-02-27[IA64] Check return from device_register() in cx_device_register()Paul Gortmaker1-1/+6
2012-02-23ia64/PCI: get rid of device resource fixupsBjorn Helgaas1-1/+3
2012-02-23ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-5/+9
2012-02-22[IA64] genirq fixup for SGI/SNDimitri Sivanich5-0/+7
2011-12-09ia64: pcibr: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-12-09ia64: sn: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+2
2011-12-09ia64: tioca: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-0/+5
2011-10-31ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker5-0/+5
2011-08-11[IA64] sn2: add missing put_cpu()Tony Luck1-4/+8
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2011-07-20ia64,rcu: Convert call_rcu(sn_irq_info_free) to kfree_rcu()Lai Jiangshan1-12/+2
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski1-1/+1
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner10-136/+53
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-3/+3
2011-04-01[IA64] fix build warning: argument 1 of 'irqd_irq_disabled'Tony Luck1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-03-29[IA64] Fix build breakage - sn_force_interrupt_flag: undefinedTony Luck1-42/+0
2011-03-29ia64: Convert to the new irq_* function namesThomas Gleixner1-2/+2
2011-03-29ia64: Use irqd_irq_disabled() instead of desc->status accessThomas Gleixner1-1/+1
2011-03-29ia64: sn: Use irqd_mark_affinity_set() helperThomas Gleixner1-3/+1
2011-03-29ia64: sn: Use irq_move_irq()Thomas Gleixner2-2/+2
2011-03-29ia64: Use accessor functions all over the placeThomas Gleixner1-4/+2
2011-03-29ia64: sn: Drop unused functionThomas Gleixner1-16/+0
2011-03-29ia64: Convert sn to new irq_chip functionsThomas Gleixner1-21/+23
2011-03-29ia64: Convert msi_sn to new irq_chip functionsThomas Gleixner1-14/+14
2011-03-29ia64: Remove stale irq_chip.endThomas Gleixner1-23/+0
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds4-4/+4
2011-03-17ia64: change to new flag variablesmatt mooney4-4/+4
2011-03-02[IA64] tioca: Fix assignment from incompatible pointer warningsJeff Mahoney1-1/+1
2011-03-02[IA64] setup.c Typo fix "Architechtuallly"Justin P. Mattock1-1/+1
2011-02-21ia64: convert to clocksource_register_hz/khzJohn Stultz1-5/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner1-2/+2
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+1
2010-07-30PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings1-1/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-7/+2
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds1-7/+2
2010-05-18[IA64] Use set_cpus_allowed_ptrJulia Lawall1-2/+2
2010-05-17sn_hwperf: Kill BKL usageArnd Bergmann1-7/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo10-0/+10
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-23[IA64] Fix broken sn2 buildHedi Berriche1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-16ia64: use bitmap_find_next_zero_areaAkinobu Mita1-14/+5
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-4/+4
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-1/+1
2009-10-29percpu: make percpu symbols in ia64 uniqueTejun Heo1-4/+4
2009-10-13[IA64] use printk_once() unaligned.c/io_common.cMarcin Slusarz1-6/+2
2009-10-13[IA64] unsigned cannot be less than 0 in sn_hwperf_ioctl()Roel Kluin1-3/+4
2009-09-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-0/+2
2009-09-15[IA64] pci_br, fix infinite loop in find_free_ate()Jiri Slaby1-0/+2
2009-07-04Merge branch 'master' into for-nextTejun Heo1-1/+2
2009-06-30[IA64] sprintf should not be used with same source & destination addressAlan Cox1-1/+2
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-1/+1
2009-06-17Pull for-2.6.31 into releaseTony Luck9-17/+17
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox8-14/+14
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-1/+2
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner1-2/+2
2009-06-15[IA64] remove obsolete no_irq_typeThomas Gleixner1-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu2-4/+8
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-04-01[IA64] BUG to BUG_ON changesStoyan Gaydarov5-27/+13
2009-04-01[IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.cRandy Dunlap1-1/+1
2009-03-31Pull cpumask into release branchTony Luck3-7/+7
2009-03-30Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds1-7/+2
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-7/+2
2009-03-28Merge branch 'linus' into core/iommuIngo Molnar1-1/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-1/+1
2009-03-18Merge branch 'linus' into core/iommuIngo Molnar1-4/+3
2009-03-16cpumask: use mm_cpumask() wrapper: ia64Rusty Russell1-2/+2
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64Rusty Russell3-5/+5
2009-03-06[IA64] fix PCI DMA flag propagation on SN (Altix) with PICsJeremy Higdon1-4/+3
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar3-5/+6
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-3/+4
2009-02-19[IA64] bte_copy of BTE_MAX_XFER trips BUG_ON.Robin Holt1-3/+4
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar2-2/+2
2009-02-04PCI: return error on failure to read PCI ROMsTimothy S. Nelson2-2/+2
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-0/+6
2009-01-16Merge branch 'linus' into core/iommuIngo Molnar1-0/+6
2009-01-15[IA64] SN specific version of dma_get_required_mask()John Keller1-0/+6
2009-01-12irq: update all arches for new irq_descMike Travis1-1/+1
2009-01-11Merge branch 'linus' into core/iommuIngo Molnar3-52/+59
2009-01-09Merge branch 'linus' into releaseLen Brown4-23/+20
2009-01-06IA64: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-28/+30
2009-01-06make sn DMA mapping functions staticFUJITA Tomonori1-38/+26
2009-01-06set up dma_ops appropriatelyFUJITA Tomonori1-0/+5
2009-01-06add dma_mapping_ops for SGI AltixFUJITA Tomonori1-0/+16
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming2-2/+0
2008-12-31ACPI: io_common.c: call acpi_get_table to avoid using ACPI_SIG_DSDTLin Ming1-2/+2
2008-12-31ACPI: io_acpi_init.c: call acpi_get_name to get node fullnameLin Ming1-46/+56
2008-12-26cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell1-15/+12
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2-6/+7
2008-12-09[IA64] SN: prevent IRQ retargetting in request_irq()John Keller1-1/+8
2008-12-09[IA64] Clear up section mismatch for sn_check_wars.Robin Holt1-2/+2
2008-12-09[IA64] eliminate NULL test and memset after alloc_bootmemJulia Lawall1-4/+1
2008-11-30sn_pci_controller_fixup() should be __initAl Viro1-1/+1
2008-10-23ACPI: fix ia64 build warningLen Brown1-1/+1
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-4/+4
2008-09-10[IA64] arch/ia64/sn/pci/tioca_provider.c: introduce missing kfreeJulia Lawall1-1/+3
2008-08-01[IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-26Merge commit 'v2.6.26-rc8' into core/rcuIngo Molnar1-1/+1
2008-06-24[IA64] Handle count==0 in sn2_ptc_proc_write()Cliff Wickman1-1/+1
2008-06-23Merge branch 'linus' into core/rcuIngo Molnar1-0/+2
2008-06-20[IA64] SN2: security hole in sn2_ptc_proc_writeCliff Wickman1-0/+2
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-04-29ia64: use non-racy method for proc entries creationDenis V. Lunev2-21/+13
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner1-21/+60
2008-04-22[IA64] move XP and XPC to drivers/misc/sgi-xpDean Nelson7-6099/+1
2008-04-22[IA64] minor irq handler cleanupsJeff Garzik2-4/+6
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-09[IA64] Replace explicit jiffies tests with time_* macros.Robert P. J. Day2-5/+5
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison8-35/+35
2008-02-10Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox1-8/+8
2008-02-06Remove pointless casts from void pointersJeff Garzik1-3/+3
2008-02-04[IA64] sn_hwperf semaphore to mutexDaniel Walker1-4/+5
2008-02-04[IA64] constify function pointer tablesJan Engelhardt2-2/+2
2008-01-25sched: remove printk_clock references from ia64Ingo Molnar1-11/+0
2008-01-03[IA64] Update Altix nofault codeRuss Anderson1-3/+7
2007-12-19[IA64] Fix Altix BTE error return statusRuss Anderson2-4/+8
2007-12-18[IA64] Two trivial spelling fixesJoe Perches1-1/+1
2007-12-07[IA64] Add missing "space" to concatenated stringsJoe Perches1-1/+1
2007-12-07[IA64] SGI Altix : fix bug in sn_io_late_init()Mike Habeck1-6/+5
2007-11-09[IA64] XPC heartbeat timer function must run on CPU 0Dean Nelson1-9/+3