summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* EFI: warn only for pre-1.00 system tablesBjorn Helgaas2007-05-082-6/+6
* Kprobes: print details of kretprobe on assertion failureAnanth N Mavinakayanahalli2007-05-081-1/+2
* kdump/kexec: calculate note size at compile timeSimon Horman2007-05-081-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-0816-16/+0
* move die notifier handling to common codeChristoph Hellwig2007-05-087-24/+8
* use SLAB_PANIC flag cleanupAkinobu Mita2007-05-081-4/+2
* Fix section mismatch of memory hotplug related code.Yasunori Goto2007-05-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2007-05-0714-65/+461
|\
| * Pull mem-attribute into release branchTony Luck2007-04-303-19/+107
| |\
| | * [IA64] fail mmaps that span areas with incompatible attributesBjorn Helgaas2007-03-301-3/+43
| | * [IA64] allow WB /sys/.../legacy_mem mmapsBjorn Helgaas2007-03-301-2/+0
| | * [IA64] make ioremap avoid unsupported attributesBjorn Helgaas2007-03-301-5/+55
| | * [IA64] rename ioremap variables to match i386Bjorn Helgaas2007-03-301-13/+13
| * | Pull percpu-dtc into release branchTony Luck2007-04-307-46/+49
| |\ \
| | * | [IA64] relax per-cpu TLB requirement to DTCChen, Kenneth W2007-02-063-39/+15
| | * | [IA64] remove per-cpu ia64_phys_stacked_size_p8Chen, Kenneth W2007-02-064-7/+34
| * | | Pull error-inject into release branchTony Luck2007-04-304-0/+305
| |\ \ \
| | * | | [IA64] Itanium MC Error Injection Tool: Makefile changesFenghua Yu2007-01-291-0/+1
| | * | | [IA64] Itanium MC Error Injection Tool: Driver sysfs interfaceFenghua Yu2007-01-291-0/+293
| | * | | [IA64] Itanium MC Error Injection Tool: Kernel configurationFenghua Yu2007-01-292-0/+11
* | | | | get_unmapped_area handles MAP_FIXED on ia64Benjamin Herrenschmidt2007-05-072-0/+15
* | | | | Make page->private usable in compound pagesChristoph Lameter2007-05-071-1/+1
* | | | | MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-021-2/+2
* | | | | msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)Dan Williams2007-05-021-0/+1
* | | | | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-022-2/+0
|/ / / /
* | | | [AF_RXRPC/AFS]: Arch-specific fixes.David Howells2007-04-271-0/+2
* | | | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-252-2/+2
* | | | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+2
* | | | [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-3/+3
* | | | [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-5/+5
* | | | [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-252-2/+0
* | | | [IA64] SGI Altix : fix pcibr_dmamap_ate32() bugMike Habeck2007-04-061-2/+6
* | | | [IA64] Fix CPU freq displayed in /proc/cpuinfoVenki Pallipadi2007-04-061-1/+1
* | | | [IA64] Fix wrong assumption about irq and vector in msi_ia64.cIshimatsu Yasuaki2007-04-061-2/+2
* | | | [IA64] BTE error timer fixRuss Anderson2007-04-061-3/+3
| |_|/ |/| |
* | | [IA64] Fix arch/ia64/pci/pci.c:571: warning: `return' with a valueTony Luck2007-03-291-1/+0
* | | [IA64] Speed up boot - skip unnecessary clock calibrationJack Steiner2007-03-291-1/+16
* | | [IA64] bugfix stack layout upside-downKAMEZAWA Hiroyuki2007-03-291-1/+1
* | | [IA64] Fix possible invalid memory access in ia64_setup_msi_irq()Kenji Kaneshige2007-03-291-1/+1
* | | [PATCH] MSI-X: fix resume crashEric W. Biederman2007-03-281-2/+6
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-03-221-0/+1
|\ \ \
| * \ \ Pull misc-for-upstream into release branchLen Brown2007-03-201-0/+1
| |\ \ \
| | * | | ACPI: IA64: fix allnoconfig buildLen Brown2007-03-191-0/+1
| * | | | [PATCH] Fix wrong /proc/iomem on SGI AltixBernhard Walle2007-03-181-2/+10
| |/ / /
* | | | [IA64] Fix wrong /proc/iomem on SGI AltixBernhard Walle2007-03-201-2/+10
* | | | [IA64] Altix: ioremap vga_console_iobaseJohn Keller2007-03-201-3/+3
* | | | [IA64] Fix typo/thinko in crash.cJay Lan2007-03-201-1/+1
* | | | [IA64] Fix get_model_name() for mixed cpu type systemsJack Steiner2007-03-201-7/+15
* | | | [IA64] min_low_pfn and max_low_pfn calculation fixZou Nan hai2007-03-203-27/+23
|/ / /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-03-098-240/+774
|\ \ \