aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker1-0/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2011-09-27doc: fix broken referencesPaul Bolle1-6/+6
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-03-29ia64: Convert to the new irq_* function namesThomas Gleixner1-2/+2
2011-03-29ia64: hp-sim: Cleanup direct access to irq_descThomas Gleixner1-5/+5
2011-03-29ia64: Convert hp-sim to new irq_chip functionsThomas Gleixner1-10/+10
2011-03-29ia64: Remove stale irq_chip.endThomas Gleixner1-1/+0
2011-02-22tty: simserial: now phase out the ioctl file pointer for goodLuck, Tony1-2/+1
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-10-22tty: icount changeover for other main devicesAlan Cox1-11/+1
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov1-1/+1
2010-05-18[IA64] arch/ia64/hp/common/sba_iommu.c: Rename dev_info to adiJoe Perches1-4/+4
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-3/+3
2009-12-14[IA64] fix SBA IOMMU to handle allocation failure properlyFUJITA Tomonori1-9/+29
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-19Merge branch 'acpica' into releaseLen Brown1-5/+2
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-5/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-17Pull for-2.6.31 into releaseTony Luck2-4/+4
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-1/+1
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-1/+1
2009-06-15[IA64] remove obsolete hw_interrupt_typeThomas Gleixner1-1/+1
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner1-1/+1
2009-06-15[IA64] remove obsolete no_irq_typeThomas Gleixner1-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-1/+2
2009-04-01proc tty: switch ia64 simserial to ->proc_fopsAlexey Dobriyan1-25/+24
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar1-6/+6
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-6/+6
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2-17/+35
2009-01-06make sba DMA mapping functions staticFUJITA Tomonori1-22/+12
2009-01-06remove hwsw_dma_opsFUJITA Tomonori1-171/+12
2009-01-06remove dma operations in struct ia64_machine_vectorFUJITA Tomonori1-8/+12
2009-01-06set up dma_ops appropriatelyFUJITA Tomonori2-0/+12
2009-01-06add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori1-1/+16
2009-01-06add dma_mapping_ops for SBA IOMMUFUJITA Tomonori1-0/+16
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-17Merge branch 'linus' into cpus4096Ingo Molnar1-0/+1
2008-12-16simeth: convert to net_device_opsAlexey Dobriyan1-5/+10
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-1/+1
2008-12-10IA64: HP_SIMETH needs to depend upon NETAlexander Beregalov1-0/+1
2008-12-04simeth: Kill directly reference of netdev->privWang Chen1-5/+5
2008-11-04[IA64] use common header for software IO/TLBJoerg Roedel1-8/+1
2008-10-20kdump: use is_kdump_kernel() in sba_init()Simon Horman1-3/+2
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2-3/+4
2008-07-20simserial: Fix up for ldisc changesAlan Cox1-43/+3