aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-31Merge bk://linux-acpi.bkbits.net/to-linusLinus Torvalds1-1/+1
2005-03-31Merge intel.com:/data/home/aegl/BK/work/1Tony Luck1-0/+16
2005-03-31Merge intel.com:/data/home/aegl/BK/work/0Tony Luck1-5/+4
2005-03-31[IA64] Initialize ar.k7 to empty_zero_page early on.David Mosberger1-0/+9
2005-03-31[IA64] fix for unwind problem through dispatch_illegal_op_faultBob Montgomery1-0/+3
2005-03-30Merge intel.com:/data/home/aegl/BK/LinusTony Luck1-1/+1
2005-03-28[PATCH] Fix irq_affinity write from /proc for ia64Ashok Raj1-2/+10
2005-03-25[IA64] minstate.h: fix stray backslashDavid Mosberger1-1/+1
2005-03-15Merge intel.com:/home/lenb/bk/26-latest-refLen Brown1-1/+1
2005-03-13[PATCH] unexport *flush_tlb_allAdrian Bunk1-1/+0
2005-03-13[PATCH] smp{,boot}.c cleanupsAdrian Bunk1-15/+0
2005-03-13[PATCH] kill aux_device_presentAdrian Bunk1-2/+0
2005-03-13[PATCH] verify_area cleanup : x86_64 and ia64Jesper Juhl1-14/+4
2005-03-08[IA64] fix bad emulation of unaligned semaphore opcodesBob Montgomery1-0/+16
2005-03-07Merge intel.com:/data/home/aegl/BK/work/0Tony Luck1-5/+4
2005-03-02Merge intel.com:/home/lenb/src/26-stable-devLen Brown1-1/+1
2005-03-02[ACPI] CONFIG_ACPI_NUMA build fixLen Brown1-1/+1
2005-02-28[IA64] ia64 audit build fixAndrew Morton1-0/+1
2005-02-22[IA64] fix IOSAPIC destinations when CONFIG_SMP=nBjorn Helgaas1-5/+4
2005-02-07[IA64] mca_asm.S: Correctly dereference ia64_mca_dataKeith Owens1-5/+10
2005-02-01[IA64] ivt.S: typo s/idirty_bit/dirty_bit/Tony Luck1-1/+1
2005-02-01[IA64] Move allocation of per-CPU MCA data out of per_cpu_init()David Mosberger2-1/+19
2005-01-27[IA64] head.S: clean away dead code (EARLY_PRINTK)David Mosberger1-17/+4
2005-01-27[IA64] ptrace.c small comment fixDavid Mosberger1-1/+1
2005-01-27[IA64] mca.c: make cpu hot add work againAshok Raj1-1/+1
2005-01-27[IA64] entry.S: another syscall exit path optimizationKenneth W. Chen1-27/+28
2005-01-25[IA64] r23 was used without being setRuss Anderson1-2/+2
2005-01-25[IA64] fix per-CPU MCA mess and make UP kernels work againDavid Mosberger6-90/+129
2005-01-24[IA64] entry.S: .align in .text sections is broken, use TEXT_ALIGN()Tony Luck1-1/+1
2005-01-24[IA64] fix ptrace debug-register handling bugDavid Mosberger1-11/+4
2005-01-24[IA64] clean up pt_regs accessesDavid Mosberger5-69/+64
2005-01-24[IA64] ptrace.c: Format to make it fit in 80 cols.Tony Luck1-263/+385
2005-01-24[IA64] Ensure that r9 can't be a NaT on return from sys_pipe()Kenneth W. Chen1-8/+8
2005-01-22[IA64] clean up loose ends from addition of efi_range_is_wc()Tony Luck1-0/+1
2005-01-21[IA64] irq handling cleanupTony Luck2-47/+9
2005-01-21[IA64] entry.S: perfmon psr.pp fixStéphane Eranian1-5/+9
2005-01-21[IA64] clean up ptrace corner casesTony Luck5-16/+46
2005-01-21[IA64] mca.c: delete unused "return_to_sal" labelTony Luck1-2/+0
2005-01-21[IA64] entry.S update the copyright year & fix a commentDavid Mosberger1-2/+2
2005-01-21[IA64] Use srlz.d instead of srlz.i in ia64_leave_syscallDavid Mosberger1-1/+1
2005-01-21[IA64] Improve ia64_leave_syscall() for McKinley-type cores.David Mosberger1-47/+50
2005-01-21[IA64] Resched skip_rbs_switch to run 4 cycles faster on McKinley-type coresDavid Mosberger1-17/+27
2005-01-21[IA64] entry.S: Align rse_clear_invalid to double-bundle boundary.David Mosberger1-0/+1
2005-01-21[IA64] Don't forget to initialize PKStk for kernel-threadsDavid Mosberger1-1/+3
2005-01-21[IA64] cleanup C uage of global/root-function predicatesDavid Mosberger3-15/+21
2005-01-21[IA64] smpboot.c: use msleep(100) instead of inlined equivalentNishanth Aravamudan1-2/+1
2005-01-21[IA64] increase limit on #pages to isolate for MCA errorsRuss Anderson1-1/+1
2005-01-21[IA64] Sanity check unw_unwind_to_userKeith Owens1-1/+4
2005-01-21[IA64] domain.c: eliminate warning when compiling CONFIG_NUMA=nDavid Mosberger1-3/+2
2005-01-20[PATCH] Lock initializer cleanup: IA64Thomas Gleixner6-7/+7