aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-25/+27
2006-06-26Merge branch 'x86-64'Linus Torvalds23-140/+689
2006-06-26[PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2-1/+70
2006-06-26[PATCH] x86_64: fix apic error on bootupSiddha, Suresh B1-2/+13
2006-06-26[PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTORKeith Owens2-7/+12
2006-06-26[PATCH] i386/x86-64: adjust /proc/interrupts column headingsJan Beulich1-1/+1
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen2-6/+6
2006-06-26[PATCH] x86_64: Move VM86 config into arch/i386/KconfigAndi Kleen1-0/+9
2006-06-26[PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/shareAndi Kleen1-2/+7
2006-06-26[PATCH] i386/x86-64: Consolidate arch/{i386,x86_64}/boot/compressed/misc.cCarl-Daniel Hailfinger1-20/+12
2006-06-26[PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich1-13/+33
2006-06-26[PATCH] i386: reliable stack trace support i386 entry.SJan Beulich1-11/+223
2006-06-26[PATCH] i386: reliable stack trace support (i386)Jan Beulich4-11/+79
2006-06-26[PATCH] x86_64: fix vector_lock deadlock in io_apic.cIngo Molnar1-4/+5
2006-06-26[PATCH] x86_64: nmi watchdog header cleanupDon Zickus7-6/+7
2006-06-26[PATCH] i386/x86-64: simplify ioapic_register_intr()Jan Beulich1-15/+8
2006-06-26[PATCH] x86_64: serialize assign_irq_vector() use of static variablesJan Beulich1-6/+18
2006-06-26[PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen2-0/+8
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann1-33/+85
2006-06-26[PATCH] i386/x86-64: Emulate CPUID4 on AMDAndi Kleen2-13/+102
2006-06-26[PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD platformsAndi Kleen1-6/+8
2006-06-26[PATCH] fbdev: Firmware EDID fixesAntonino A. Daplas1-1/+18
2006-06-26[PATCH] Notify page fault call chain for i386Anil S Keshavamurthy1-2/+36
2006-06-26[PATCH] Kprobe: multi kprobe posthandler for boostermao, bibo1-11/+5
2006-06-26[PATCH] kprobe: boost 2byte-opcodes on i386Masami Hiramatsu1-14/+65
2006-06-26[PATCH] GTOD: add scx200 HRT clocksourceJim Cromie1-5/+15
2006-06-26[PATCH] time: fix time going backward w/ clock=pitjohn stultz1-6/+39
2006-06-26[PATCH] generic-time: add macro to simplify/hide mask constantsJim Cromie3-4/+4
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz3-4/+4
2006-06-26[PATCH] Time: i386 Clocksource Driversjohn stultz5-3/+282
2006-06-26[PATCH] Time: i386 Conversion - part 4: Remove Old timer_opts Codejohn stultz9-1716/+0
2006-06-26[PATCH] Time: i386 Conversion - part 3: Enable Generic Timekeepingjohn stultz5-144/+82
2006-06-26[PATCH] Time: i386 Conversion - part 2: Rework TSC Supportjohn stultz5-183/+324
2006-06-26[PATCH] Time: i386 Conversion - part 1: Move timer_pit.c to i8253.cjohn stultz4-19/+33
2006-06-26[PATCH] arch: use list_move()Akinobu Mita1-4/+2
2006-06-26[PATCH] oprofile: Fix unnecessary clevernessMarkus Armbruster1-2/+2
2006-06-26[CRYPTO] aes: Add wrappers for assembly routinesHerbert Xu1-2/+12
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu3-19/+22
2006-06-26[CRYPTO] aes-i586: Get rid of useless function wrappersHerbert Xu2-19/+8
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds1-106/+0
2006-06-25[PATCH] i386: Fix softirq accounting with 4K stacksBjörn Steinbrink1-0/+8
2006-06-25[PATCH] Make copy_from_user_inatomic NOT zero the tail on i386NeilBrown1-0/+119
2006-06-25[PATCH] i386: cpu_relax() in crash.c and doublefault.cChuck Ebbert2-2/+4
2006-06-25[PATCH] cpu_relax(): smpboot.cAndreas Mohr1-6/+8
2006-06-25[PATCH] Clean up and refactor i386 sub-architecture setupJeremy Fitzhardinge4-14/+171
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter1-2/+0
2006-06-25[PATCH] remove for_each_cpu()Andrew Morton2-6/+6
2006-06-24Add some basic resume trace facilitiesLinus Torvalds1-0/+7
2006-06-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds4-162/+393
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov1-4/+4