summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [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] Speed up boot - skip unnecessary clock calibrationJack Steiner2007-03-291-1/+16
* [IA64] Fix possible invalid memory access in ia64_setup_msi_irq()Kenji Kaneshige2007-03-291-1/+1
* [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] put kdump_find_rsvd_region in __initHorms2007-03-081-1/+1
* [IA64] add missing syscall trace clearAkiyama, Nobuyuki2007-03-081-0/+1
* [IA64] Cleanup in crash.cSimon Horman2007-03-081-5/+5
* [IA64] Cache error recoveryRuss Anderson2007-03-081-21/+11
* [IA64] Proper handling of TLB errors from duplicate itr.d dropinsRuss Anderson2007-03-082-6/+35
* [IA64] fsys_getcpu for IA64Fenghua Yu2007-03-072-0/+106
* [IA64] remove duplicate declaration of efi_initialize_iomem_resourcesHorms2007-03-071-2/+0
* [IA64] Pick highest possible saved_max_pfn for crash_dumpTony Luck2007-03-071-5/+5
* [IA64] fix NULL pointer in ia64/irq_chip-mask/unmask functionKAMEZAWA Hiroyuki2007-03-071-2/+6
* [IA64] kexec: Use EFI_LOADER_DATA for ELF core headerMagnus Damm2007-03-062-0/+60
* [IA64] permon use-after-free fixNick Piggin2007-03-061-4/+7
* [IA64] point saved_max_pfn to the max_pfn of the entire systemHorms2007-03-061-0/+6
* [PATCH] irq: Remove set_native_irq_infoEric W. Biederman2007-02-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-191-1/+1
|\
| * Fix comment typo "spin_lock_irqrestore".Robert P. J. Day2007-02-171-1/+1
* | Pull fluff into release branchLen Brown2007-02-161-2/+2
|\ \ | |/ |/|
| * ACPI: IA64: react to acpi_table_parse() return value changeJohn Keller2007-02-161-2/+2
* | [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-142-2/+2
* | [PATCH] sysctl: C99 convert arch/ia64/kernel/perfmon and remove ABI breakageEric W. Biederman2007-02-141-9/+47
* | [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-1/+1
|/
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-122-5/+5
* [PATCH] Dynamic kernel command-line: fixupsAlon Bar-Lev2007-02-122-4/+0
* [PATCH] Dynamic kernel command-line: ia64Alon Bar-Lev2007-02-123-6/+8
* [PATCH] Consolidate bust_spinlocks()Kirill Korotaev2007-02-111-30/+0
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* [PATCH] disable init/initramfs.c: architecturesJean-Paul Saman2007-02-111-0/+2
* [PATCH] arch/ia64: ansifyAl Viro2007-02-092-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-071-7/+12
|\
| * msi: Make MSI useable more architecturesEric W. Biederman2007-02-071-7/+12
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-02-071-108/+92
|\ \ | |/ |/|
| * Pull test into release branchLen Brown2007-02-061-108/+92
| |\
| | * ACPI_NUMA: fix HP IA64 simulator issue with extended memory domainAlexey Starikovskiy2007-02-021-2/+2
| | * ACPICA: Allow ACPI id to be u32 instead of u8.Alexey Starikovskiy2007-02-021-16/+0
| | * ACPICA: Remove duplicate table definitions (non-conflicting)Alexey Starikovskiy2007-02-021-86/+86
| | * ACPICA: use new ACPI headers.Alexey Starikovskiy2007-02-021-3/+3
| | * ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy2007-02-021-4/+4
* | | [IA64] Hook up getcpu system call for IA64Fenghua Yu2007-02-051-0/+2
* | | [IA64] alignment bug in ldscriptKirill Korotaev2007-02-051-0/+1
* | | [IA64] Clear IRQ affinity when unregisteredAlex Williamson2007-02-051-0/+5
* | | [IA64] Fix NULL-pointer dereference in ia64_machine_kexec()Bernhard Walle2007-02-052-0/+7
* | | [IA64] find thread for user rbs addressbibo,mao2007-02-051-1/+1
* | | [IA64] use snprintf() on features field of /proc/cpuinfoAron Griffis2007-02-051-17/+14
* | | [IA64] enable singlestep on system callbibo,mao2007-02-051-6/+6
* | | [IA64] kexec: Move machine_shutdown from machine_kexec.c to process.cHorms2007-02-052-13/+16