aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/sn
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 3-3/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-14/+8
2016-05-05ia64: Reduce stack usage by iterating over nodemaskGravatar Matt Fleming 1-12/+23
2016-05-05ia64/PCI: Remove unused 'addr' and fix build warningGravatar Matt Fleming 1-1/+0
2016-05-05ia64/PCI: Fix incorrect PCI resource end addressGravatar Matt Fleming 1-2/+2
2016-03-12ia64/PCI: Keep CPU physical (not virtual) addresses in shadow ROM resourceGravatar Bjorn Helgaas 2-19/+16
2016-03-12ia64/PCI: Use ioremap() instead of open-coded equivalentGravatar Bjorn Helgaas 1-3/+2
2016-03-12ia64/PCI: Use temporary struct resource * to avoid repetitionGravatar Bjorn Helgaas 2-27/+22
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Gravatar Vlastimil Babka 1-1/+1
2015-07-27ia64/irq: Use access helper irq_data_get_affinity_mask()Gravatar Jiang Liu 1-1/+1
2015-07-16treewide: Use helper function to access irq_data->msi_descGravatar Jiang Liu 1-1/+1
2015-06-16ia64: don't use module_init for non-modular core kernel/mca.c codeGravatar Paul Gortmaker 1-2/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Gravatar Yijing Wang 1-0/+2
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideGravatar Thomas Gleixner 1-2/+2
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Gravatar Jiang Liu 1-2/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-15/+15
2014-10-01PCI/MSI: Use __get_cached_msi_msg() instead of get_cached_msi_msg()Gravatar Yijing Wang 1-2/+2
2014-09-02ia64: sn_nodepda cannot be assigned to after this_cpu conversion. Use __this_...Gravatar Christoph Lameter 1-1/+1
2014-08-26ia64: Replace __get_cpu_var usesGravatar Christoph Lameter 1-14/+14
2014-07-29[IA64] sn: Do not needlessly convert between pointers and integersGravatar Thierry Reding 1-2/+2
2014-07-29[IA64] sn: Fix zeroing of PDAsGravatar Thierry Reding 1-1/+1
2014-03-12ia64: Validate online cpus in irq_set_affinity() callbacksGravatar Thomas Gleixner 2-3/+3
2013-12-09ia64/PCI: Use dev_is_pci() to identify PCI devicesGravatar Yijing Wang 1-12/+12
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeGravatar Rafael J. Wysocki 1-2/+2
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+4
2013-07-03Merge tag 'please-pull-root_bus_hotplug' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-83/+26
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersGravatar Paul Gortmaker 1-4/+4
2013-06-18PCI/IA64: SN: use normal resource instead of pci_windowGravatar Yijing Wang 1-30/+26
2013-06-18PCI/IA64: SN: remove sn_pci_window_fixup()Gravatar Yijing Wang 1-53/+0
2013-06-07ia64/PCI: Clean up pci_scan_root_bus() usageGravatar Jiang Liu 1-10/+1
2013-05-05ia64: single_open() leaksGravatar Al Viro 1-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-94/+52
2013-04-29ia64: Don't use create_proc_read_entry()Gravatar David Howells 1-66/+42
2013-04-09prominfo_proc fixesGravatar Al Viro 1-30/+12
2013-03-19tiocx: check retval from bus_register()Gravatar Jiri Kosina 1-1/+4
2013-01-03IA64: drivers: remove __dev* attributes.Gravatar Greg Kroah-Hartman 2-3/+2
2012-09-12ia64/PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Gravatar Jiang Liu 1-3/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Gravatar Linus Torvalds 1-4/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 5-5/+1
2012-03-28Disintegrate asm/system.h for IA64Gravatar David Howells 5-5/+1
2012-03-28X86 & IA64: adapt for dma_map_ops changesGravatar Andrzej Pietrasiewicz 1-4/+5
2012-03-23Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 8-1/+15
2012-02-27[IA64] Fix a couple of warnings for EXPORT_SYMBOLGravatar Paul Gortmaker 2-0/+2
2012-02-27[IA64] Check return from device_register() in cx_device_register()Gravatar Paul Gortmaker 1-1/+6
2012-02-23ia64/PCI: get rid of device resource fixupsGravatar Bjorn Helgaas 1-1/+3
2012-02-23ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resourcesGravatar Bjorn Helgaas 1-5/+9
2012-02-22[IA64] genirq fixup for SGI/SNGravatar Dimitri Sivanich 5-0/+7