aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30x86: make i8259_64 more _32-likePaul Jimenez1-73/+81
2008-01-30x86: move 8259 defines to i8259.hThomas Gleixner6-10/+0
2008-01-30x86: unexport __{read,write}_lock_failedAdrian Bunk2-14/+0
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner10-18/+0
2008-01-30x86: remove dead code and exportsThomas Gleixner1-7/+0
2008-01-30x86: smp_64.c: remove unused exports and cleanup while at itThomas Gleixner1-39/+35
2008-01-30x86: clean up arch/x86/kernel/time_64.c includesThomas Gleixner1-27/+3
2008-01-30x86: share rtc codeThomas Gleixner3-191/+64
2008-01-30x86: isolate the rtc code for sharingThomas Gleixner3-102/+171
2008-01-30x86: unify mc146818rtc.h - prepare for sharing rtc codeThomas Gleixner1-0/+21
2008-01-30x86: remove the duplicated arch/x86/ia32/mmap32.cThomas Gleixner4-82/+6
2008-01-30x86: clean up arch/x86/mm/mmap_32/64.cThomas Gleixner2-6/+9
2008-01-30x86: clean up arch/x86/kernel/vsmp_64.cThomas Gleixner1-4/+7
2008-01-30x86: clean up ioport_32.cThomas Gleixner1-10/+8
2008-01-30x86: simplify set_bitmap in ioport_32.cThomas Gleixner1-26/+6
2008-01-30x86: prepare merging arch/x86/kernel/apic_32/64.cThomas Gleixner2-529/+596
2008-01-30x86: make smp_local_timer_interrupt() staticThomas Gleixner1-1/+1
2008-01-30x86: move ack_bad_irq into irq codeThomas Gleixner2-20/+20
2008-01-30x86: move ioapic code where it belongsThomas Gleixner3-87/+91
2008-01-30x86: remove duplicate start_kernel declarationThomas Gleixner1-0/+1
2008-01-30x86: move pmtmr related declarationsThomas Gleixner2-2/+3
2008-01-30x86: move numa related declarationsThomas Gleixner1-0/+1
2008-01-30x86: move mce related declarationsThomas Gleixner1-0/+1
2008-01-30x86: move debug related declarations to kdebug.hThomas Gleixner4-0/+4
2008-01-30x86: move k8 related declarationsThomas Gleixner1-0/+1
2008-01-30x86: make early_indentify_cpu staticThomas Gleixner1-1/+3
2008-01-30x86: move acpi and pci declarationsThomas Gleixner2-4/+1
2008-01-30x86: use u32 for some lapic functionsThomas Gleixner3-6/+6
2008-01-30x86: use u32 for safe_apic_wait_icr_idle()Thomas Gleixner2-7/+8
2008-01-30x86: rename get_maxlvt to lapic_get_maxlvtThomas Gleixner3-8/+8
2008-01-30x86: merge arch/x86/kernel/ldt_32/64.cThomas Gleixner4-260/+22
2008-01-30x86: prepare arch/x86/kernel/ldt_32/64.c for mergingThomas Gleixner2-15/+12
2008-01-30x86: introduce ldt_write accessorThomas Gleixner1-5/+3
2008-01-30x86: clean up arch/x86/kernel/ldt_32/64.cThomas Gleixner2-60/+69
2008-01-30x86: clean up arch/x86/kernel/e820_64.cThomas Gleixner1-128/+177
2008-01-30x86: code cleanups in arch/x86/kernel/pci-gart_64.cIngo Molnar1-232/+276
2008-01-30x86: lindent arch/i386/math-emu, cleanupIngo Molnar14-101/+101
2008-01-30x86: lindent arch/i386/math-emuIngo Molnar27-6764/+6046
2008-01-30x86: mach-voyager, lindentIngo Molnar5-771/+718
2008-01-30x86: clean up arch/x86/kernel/aperture_64.c printk()sIngo Molnar1-18/+24
2008-01-30x86: clean up arch/x86/kernel/aperture_64.cIngo Molnar1-114/+130
2008-01-30x86: clean up arch/x86/ia32/mmap32.cThomas Gleixner1-5/+5
2008-01-30x86: clean up arch/x86/ia32/syscall32.cThomas Gleixner1-21/+24
2008-01-30x86: clean up arch/x86/ia32/sys_ia32.cThomas Gleixner1-245/+253
2008-01-30x86: clean up arch/x86/ia32/ptrace32.cThomas Gleixner1-83/+107
2008-01-30x86: clean up arch/x86/ia32/ipc32.cThomas Gleixner1-16/+14
2008-01-30x86: clean up arch/x86/ia32/ia32_signal.cThomas Gleixner1-188/+183
2008-01-30x86: clean up arch/x86/ia32/aout32.cThomas Gleixner1-97/+115
2008-01-30x86: clean up arch/x86/ia32/fpu32.cThomas Gleixner1-67/+67
2008-01-30x86: enable irq in default_idle on 64-bitHiroshi Shimamoto1-2/+2