aboutsummaryrefslogtreecommitdiff
path: root/arch/i386
AgeCommit message (Expand)Author
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2006-06-26Merge branch 'x86-64'Linus Torvalds
2006-06-26[PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi
2006-06-26[PATCH] x86_64: fix apic error on bootupSiddha, Suresh B
2006-06-26[PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTORKeith Owens
2006-06-26[PATCH] i386/x86-64: adjust /proc/interrupts column headingsJan Beulich
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen
2006-06-26[PATCH] x86_64: Move VM86 config into arch/i386/KconfigAndi Kleen
2006-06-26[PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/shareAndi Kleen
2006-06-26[PATCH] i386/x86-64: Consolidate arch/{i386,x86_64}/boot/compressed/misc.cCarl-Daniel Hailfinger
2006-06-26[PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich
2006-06-26[PATCH] i386: reliable stack trace support i386 entry.SJan Beulich
2006-06-26[PATCH] i386: reliable stack trace support (i386)Jan Beulich
2006-06-26[PATCH] x86_64: fix vector_lock deadlock in io_apic.cIngo Molnar
2006-06-26[PATCH] x86_64: nmi watchdog header cleanupDon Zickus
2006-06-26[PATCH] i386/x86-64: simplify ioapic_register_intr()Jan Beulich
2006-06-26[PATCH] x86_64: serialize assign_irq_vector() use of static variablesJan Beulich
2006-06-26[PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann
2006-06-26[PATCH] i386/x86-64: Emulate CPUID4 on AMDAndi Kleen
2006-06-26[PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD p...Andi Kleen
2006-06-26[PATCH] fbdev: Firmware EDID fixesAntonino A. Daplas
2006-06-26[PATCH] Notify page fault call chain for i386Anil S Keshavamurthy
2006-06-26[PATCH] Kprobe: multi kprobe posthandler for boostermao, bibo
2006-06-26[PATCH] kprobe: boost 2byte-opcodes on i386Masami Hiramatsu
2006-06-26[PATCH] GTOD: add scx200 HRT clocksourceJim Cromie
2006-06-26[PATCH] time: fix time going backward w/ clock=pitjohn stultz
2006-06-26[PATCH] generic-time: add macro to simplify/hide mask constantsJim Cromie
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz
2006-06-26[PATCH] Time: i386 Clocksource Driversjohn stultz
2006-06-26[PATCH] Time: i386 Conversion - part 4: Remove Old timer_opts Codejohn stultz
2006-06-26[PATCH] Time: i386 Conversion - part 3: Enable Generic Timekeepingjohn stultz
2006-06-26[PATCH] Time: i386 Conversion - part 2: Rework TSC Supportjohn stultz
2006-06-26[PATCH] Time: i386 Conversion - part 1: Move timer_pit.c to i8253.cjohn stultz
2006-06-26[PATCH] arch: use list_move()Akinobu Mita
2006-06-26[PATCH] oprofile: Fix unnecessary clevernessMarkus Armbruster
2006-06-26[CRYPTO] aes: Add wrappers for assembly routinesHerbert Xu
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu
2006-06-26[CRYPTO] aes-i586: Get rid of useless function wrappersHerbert Xu
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds
2006-06-25[PATCH] i386: Fix softirq accounting with 4K stacksBjörn Steinbrink
2006-06-25[PATCH] Make copy_from_user_inatomic NOT zero the tail on i386NeilBrown
2006-06-25[PATCH] i386: cpu_relax() in crash.c and doublefault.cChuck Ebbert
2006-06-25[PATCH] cpu_relax(): smpboot.cAndreas Mohr
2006-06-25[PATCH] Clean up and refactor i386 sub-architecture setupJeremy Fitzhardinge
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter
2006-06-25[PATCH] remove for_each_cpu()Andrew Morton
2006-06-24Add some basic resume trace facilitiesLinus Torvalds
2006-06-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov