aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/hp
AgeCommit message (Expand)AuthorFilesLines
2008-12-10IA64: HP_SIMETH needs to depend upon NETGravatar Alexander Beregalov 1-0/+1
2008-11-04[IA64] use common header for software IO/TLBGravatar Joerg Roedel 1-8/+1
2008-10-20kdump: use is_kdump_kernel() in sba_init()Gravatar Simon Horman 1-3/+2
2008-07-26dma-mapping: add the device argument to dma_mapping_error()Gravatar FUJITA Tomonori 2-3/+4
2008-07-20simserial: Fix up for ldisc changesGravatar Alan Cox 1-43/+3
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-4/+7
2008-04-29ia64: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-4/+2
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cGravatar Arthur Kepner 2-56/+69
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Gravatar Linus Torvalds 1-1/+1
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-19/+4
2008-04-09[IA64] make IOMMU respect the segment boundary limitsGravatar FUJITA Tomonori 1-17/+39
2008-04-07[SCSI] simscsi: use sg buffer copy helper funcitonsGravatar FUJITA Tomonori 1-19/+4
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 4-22/+20
2008-02-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-1/+1
2008-02-05iommu sg merging: IA64: make sba_iommu respect the segment size limitsGravatar FUJITA Tomonori 1-2/+6
2008-02-04[IA64] constify function pointer tablesGravatar Jan Engelhardt 1-1/+1
2008-01-30[SCSI] remove use_sg_chainingGravatar James Bottomley 1-1/+0
2008-01-28[netdrvr] irq handler minor cleanups in several driversGravatar Jeff Garzik 1-5/+0
2007-12-19[IA64] Guard elfcorehdr_addr with #if CONFIG_PROC_FSGravatar Simon Horman 1-1/+2
2007-12-07[IA64] rename _bss to __bss_startGravatar Bernhard Walle 1-1/+2
2007-12-07[IA64] export copy_page() to modulesGravatar Andrew Morton 1-1/+1
2007-11-06[IA64] fix number of bytes zeroed by sys_fw_init() in arch/ia64/hp/sim/boot/f...Gravatar Roel Kluin 1-1/+1
2007-10-22Update arch/ to use sg helpersGravatar Jens Axboe 2-3/+3
2007-10-17IA64: iommu uses sg_next with an invalid sg elementGravatar FUJITA Tomonori 1-2/+2
2007-10-16IA64: sg chaining supportGravatar Jens Axboe 1-7/+7
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateGravatar FUJITA Tomonori 1-0/+1
2007-10-15Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 2-0/+237
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-2/+7
2007-10-12[IA64] add driver for ACPI methods to call native firmwareGravatar Bjorn Helgaas 2-0/+237
2007-10-12[SCSI] simscsi: Free scsi host on errorGravatar Matthew Wilcox 1-2/+7
2007-10-10[NET]: Make device event notification network namespace safeGravatar Eric W. Biederman 1-0/+3
2007-09-01[IA64] Cleanup HPSIM code (was: Re: Enable early console for Ski simulator)Gravatar Peter Chubb 3-12/+4
2007-09-01[IA64] Enable early console for Ski simulatorGravatar Peter Chubb 2-8/+16
2007-08-13[IA64] make unwinder stop at last frame of the bootloaderGravatar David Mosberger-Tang 1-0/+1
2007-07-29Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 1-51/+15
2007-07-27[IA64] Compare pointer against NULL, not '0'Gravatar Yoann Padioleau 1-1/+1
2007-07-27[IA64] Use new acpi_device_id struct for HID init in ia64/hp/common/sba_iommu.cGravatar Thomas Renninger 1-1/+6
2007-07-25[SCSI] simscsi: convert to use the data buffer accessorsGravatar FUJITA Tomonori 1-51/+15
2007-07-13[IA64] Clean away some code inside some non-existent CONFIG ifdefsGravatar Tony Luck 2-9/+0
2007-07-13[IA64] use machvec=dig on hpzx1 platformsGravatar Terry Loftin 1-2/+18
2007-05-10[IA64] Fix - Section mismatch: reference to .init.data:mvec_nameGravatar Tony Luck 1-1/+1
2007-05-08EFI: warn only for pre-1.00 system tablesGravatar Bjorn Helgaas 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transGravatar Arnaldo Carvalho de Melo 1-1/+0
2007-02-12[PATCH] mark struct file_operations const 2Gravatar Arjan van de Ven 1-1/+1
2007-02-05[IA64] missing exports hwsw_sync_...Gravatar Jan Beulich 1-0/+4
2006-12-12[IA64] s/termios/ktermios/ in simserial.cGravatar Tony Luck 1-1/+1
2006-12-07[IA64] replace kmalloc+memset with kzallocGravatar Yan Burman 2-9/+4
2006-12-05WorkQueue: Fix up arch-specific work items where possibleGravatar David Howells 1-2/+2