summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-03-29ia64: Convert to the new irq_* function namesThomas Gleixner2-6/+6
2011-03-29ia64: Use generic show_interrupts()Thomas Gleixner1-40/+2
2011-03-29ia64: Use irqd_irq_disabled() instead of desc->status accessThomas Gleixner1-1/+1
2011-03-29ia64: msi: Use irq_move_irq()Thomas Gleixner1-1/+1
2011-03-29ia64: iosapic: Use new irq_move_* functionsThomas Gleixner1-6/+4
2011-03-29ia64: iosapic: Remove redundant mask from ack()Thomas Gleixner1-9/+0
2011-03-29ia64: Use accessor functions all over the placeThomas Gleixner3-8/+4
2011-03-29ia64: iosapic: Cleanup irq_desc accessThomas Gleixner1-17/+15
2011-03-29ia64: Convert iosapic to new irq_chip functionsThomas Gleixner1-32/+38
2011-03-29ia64: Convert lsapic to new irq_chip functionsThomas Gleixner1-11/+11
2011-03-29ia64: Convert msi to new irq_chip functionsThomas Gleixner1-19/+22
2011-03-29ia64: Remove stale irq_chip.endThomas Gleixner2-3/+0
2011-03-29ia64: Cleanup migrate_irqs()Thomas Gleixner1-13/+14
2011-03-29ia64: Convert migrate_platform_irqs() to new irq chip functionsThomas Gleixner1-7/+7
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-0/+4
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-14/+9
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering3-21/+1
2011-03-23Merge branch 'linus' into releaseLen Brown3-16/+10
2011-03-23Merge branch 'misc' into releaseLen Brown1-2/+7
2011-03-22[IA64] New syscalls for 2.6.39Tony Luck1-0/+4
2011-03-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-1/+4
2011-03-16Pull misc-2.6.39 into release branchTony Luck1-1/+4
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-03-02ACPI: use __cpuinit for the acpi_processor_set_pdc() call treeJan Beulich1-2/+7
2011-03-02[IA64] mca.c: Fix cast from integer to pointer warningJeff Mahoney1-1/+2
2011-02-24[IA64] disable interrupts at end of ia64_mca_cpe_int_handler()Tony Luck1-0/+2
2011-02-24ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki1-7/+2
2011-02-24ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki1-5/+0
2011-01-31ia64: Switch do_timer() to xtime_update()Torben Hohn1-14/+5
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2011-01-13Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+1
2011-01-13[IA64] fix build error - arch/ia64/kernel/perfmon.cTony Luck1-1/+1
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-1/+1
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro1-2/+4
2011-01-12Merge branch 'linus' into idle-testLen Brown5-10/+22
2011-01-12[IA64] Fix format warning in arch/ia64/kernel/acpi.cTony Luck1-1/+1
2011-01-12ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger1-5/+1
2011-01-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds5-7/+19
2011-01-07[IA64] Avoid array overflow if there are too many cpus in SRAT tableTony Luck1-0/+6
2011-01-07fs: scale mntget/mntputNick Piggin1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-12-28[IA64] Remove unlikely from cpu_is_offlineJoe Perches1-1/+1
2010-12-28[IA64] irq_ia64, use set_irq_chipJiri Slaby1-1/+1
2010-12-28[IA64] perfmon: Change vmalloc to vzalloc and drop memset.Jesper Juhl1-2/+1
2010-12-28[IA64] eliminate race condition in smp_flush_tlb_mmDimitri Sivanich1-3/+10
2010-10-29convert get_sb_pseudo() usersAl Viro1-5/+4
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+2
2010-10-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds11-87/+101