summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* [IA64] sa_interrupt is deprecatedakpm@linux-foundation.org2007-05-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2007-05-0916-215/+254
|\
| * [IA64] wire up pselect, ppollAlexey Kuznetsov2007-05-091-2/+2
| * [IA64] Add TIF_RESTORE_SIGMASKAlexey Dobriyan2007-05-086-165/+38Star
| * [IA64] unwind did not work for processes born with CLONE_STOPPEDKirill Korotaev2007-05-081-3/+4
| * [IA64] Optional method to purge the TLB on SN systemsJack Steiner2007-05-083-10/+150
| * [IA64] SPIN_LOCK_UNLOCKED macro cleanup in arch/ia64Milind Arun Choudhary2007-05-083-7/+7
| * [IA64] fix stack alignment for ia32 signal handlersMarkus F.X.J. Oberhumer2007-05-081-1/+5
| * [IA64] - Altix: hotplug after intr redirect can crash systemJohn Keller2007-05-081-15/+43
| * [IA64] save and restore cpus_allowed in cpu_idle_waitSiddha, Suresh B2007-05-081-0/+2
| * [IA64] Removal of percpu TR cleanup in kexec codeTony Luck2007-05-081-10/+1Star
| * [IA64] Fix some section mismatch errorsTony Luck2007-05-072-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\ \
| * | Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
* | | rename thread_info to stackRoman Zippel2007-05-091-1/+1
* | | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-094-0/+8
|/ /
* | Add IRQF_IRQPOLL flag on IA64Bernhard Walle2007-05-081-1/+1
* | Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-081-0/+9
* | kprobes: kretprobes simplificationsChristoph Hellwig2007-05-081-14/+4Star
* | 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/+0Star
* | move die notifier handling to common codeChristoph Hellwig2007-05-087-24/+8Star
* | use SLAB_PANIC flag cleanupAkinobu Mita2007-05-081-4/+2Star
* | 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/+0Star
| | * [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-073-39/+15Star
| | * | [IA64] remove per-cpu ia64_phys_stacked_size_p8Chen, Kenneth W2007-02-074-7/+34
| * | | Pull error-inject into release branchTony Luck2007-04-304-0/+305
| |\ \ \
| | * | | [IA64] Itanium MC Error Injection Tool: Makefile changesFenghua Yu2007-01-301-0/+1
| | * | | [IA64] Itanium MC Error Injection Tool: Driver sysfs interfaceFenghua Yu2007-01-301-0/+293
| | * | | [IA64] Itanium MC Error Injection Tool: Kernel configurationFenghua Yu2007-01-302-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-031-2/+2
* | | | | msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)Dan Williams2007-05-031-0/+1
* | | | | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-032-2/+0Star
|/ / / /
* | | | [AF_RXRPC/AFS]: Arch-specific fixes.David Howells2007-04-281-0/+2
* | | | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-262-2/+2
* | | | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+2
* | | | [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-3/+3
* | | | [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-5/+5
* | | | [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-262-2/+0Star