aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] x86: use probe_kernel_address in handle_BUG()Andrew Morton1-3/+4
2006-09-27[PATCH] x86 microcode: don't check the sizeShaohua Li1-11/+3
2006-09-27[PATCH] x86 microcode: add sysfs and hotplug supportShaohua Li2-3/+152
2006-09-27[PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li1-0/+116
2006-09-27[PATCH] x86 microcode: microcode driver cleanup.Shaohua Li2-258/+255
2006-09-27[PATCH] Have x86 use add_active_range() and free_area_init_nodesMel Gorman4-166/+34
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds69-2071/+3118
2006-09-26[PATCH] i386: Detect clock skew during suspendRafael J. Wysocki1-6/+18
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki1-1/+1
2006-09-26[PATCH] mtrr: Add lock annotations for prepare_set and post_setJosh Triplett1-2/+2
2006-09-26[PATCH] i386: Kill references to xtimejohn stultz2-23/+20
2006-09-26[PATCH] Voyager: tty lockingAlan Cox1-1/+0
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton1-2/+2
2006-09-26[PATCH] i386: add smp_call_function_singleStephane Eranian1-0/+66
2006-09-26[PATCH] x86: remove unused include from efi_stub.SRusty Russell1-1/+0
2006-09-26[PATCH] x86: enable VMSPLIT for highmem kernelsDave Hansen1-1/+2
2006-09-26[PATCH] x86: put .note.* sections into a PT_NOTE segment in vmlinuxJeremy Fitzhardinge1-2/+10
2006-09-26[PATCH] x86: add a bootparameter to reserve high linear address spaceZachary Amsden1-0/+18
2006-09-26[PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hype...Jeremy Fitzhardinge3-0/+69
2006-09-26[PATCH] x86: remove locally-defined ldt structure in favour of standard typeRusty Russell1-8/+4
2006-09-26[PATCH] apm: clean up module initalizationNeil Horman1-1/+8
2006-09-26[PATCH] i386: show_registers(): try harder to print failing codeChuck Ebbert1-3/+8
2006-09-26[PATCH] hpet rtc emulation: add watchdog timerClemens Ladisch1-6/+31
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-1/+1
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-1/+3
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix i386 SRAT check for MAX_NR_ZONESChristoph Lameter1-4/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter2-2/+2
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONESChristoph Lameter1-1/+1
2006-09-26[PATCH] convert i386 NUMA KVA space to bootmemkeith mannthey2-9/+23
2006-09-26[PATCH] i386/x86-64: New Intel feature flagsDave Jones1-2/+2
2006-09-26[PATCH] x86: Add a cumulative thermal throttle event counter.Dmitriy Zavin2-6/+130
2006-09-26[PATCH] i386: Make the jiffies compares use the 64bit safe macros.Dmitriy Zavin1-3/+4
2006-09-26[PATCH] x86: Refactor thermal throttle processingDmitriy Zavin3-18/+65
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...Andi Kleen4-1/+18
2006-09-26[PATCH] x86: Move direct PCI scanning functions out of lineAndi Kleen2-1/+45
2006-09-26[PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCIAndi Kleen2-0/+4
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich2-0/+8
2006-09-26[PATCH] x86: - restore i8259A eoi status on resumeMatthew Garrett1-1/+5
2006-09-26[PATCH] i386: Split multi-line printk in oops output.Dave Jones1-2/+3
2006-09-26[PATCH] i386: Add MMCFG resources to i386 tooAndi Kleen1-0/+35
2006-09-26[PATCH] i386/x86-64: Only do MCFG e820 check when type 1 worksAndi Kleen1-1/+3
2006-09-26[PATCH] i386/x86-64: PCI: split probing and initialization of type 1 config s...Andi Kleen4-14/+28
2006-09-26[PATCH] i386: Remove experimental mark of kexecEric W. Biederman1-2/+1
2006-09-26[PATCH] i386: add HPET(s) into resource mapadurbin@google.com1-0/+26
2006-09-26[PATCH] i386: Do better early exception handlersChuck Ebbert1-0/+67
2006-09-26[PATCH] i386: Allow a kernel not to be in ring 0Rusty Russell4-13/+11
2006-09-26[PATCH] i386: Abstract sensitive instructionsRusty Russell1-16/+22
2006-09-26[PATCH] i386: Avoid overwriting the current pgd (V4, i386)Magnus Damm2-105/+174
2006-09-26[PATCH] i386: Fix the EDD code misparsing the command lineH. Peter Anvin1-22/+75
2006-09-26[PATCH] i386: annotate FIX_STACK() and the rest of nmi()Chuck Ebbert1-3/+15
2006-09-26[PATCH] i386: Disallow kprobes on NMI handlersFernando Luis Vázquez Cao3-10/+14
2006-09-26[PATCH] i386: Disallow kprobes on NMI handlersFernando Luis Vázquez Cao1-3/+5
2006-09-26[PATCH] i386: mark cpu cache functions as __cpuinitMagnus Damm3-3/+3
2006-09-26[PATCH] i386: mark cpu identify functions as __cpuinitMagnus Damm3-5/+5
2006-09-26[PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdataMagnus Damm8-36/+31
2006-09-26[PATCH] i386: mark cpu_dev structures as __cpuinitdataMagnus Damm8-9/+9
2006-09-26[PATCH] i386: remove redundant generic_identify() calls when identifying cpusMagnus Damm7-9/+1
2006-09-26[PATCH] i386: Support physical cpu hotplug for x86_64Ashok Raj2-5/+66
2006-09-26[PATCH] i386: mark two more functions as __initMagnus Damm1-1/+1
2006-09-26[PATCH] i386: clean up topology.cMagnus Damm1-18/+3
2006-09-26[PATCH] i386: Descriptor and trap table cleanups.Rusty Russell1-19/+5
2006-09-26[PATCH] i386: move kernel_thread_helper into entry.SAndi Kleen2-9/+13
2006-09-26[PATCH] i386: Make enable_local_apic staticAdrian Bunk1-1/+12
2006-09-26[PATCH] i386: Make acpi_force staticAdrian Bunk1-1/+1
2006-09-26[PATCH] i386: make fault notifier unconditional and export itAndi Kleen1-10/+4
2006-09-26[PATCH] i386: Fix warning in mpparse.cAndi Kleen1-0/+2
2006-09-26[PATCH] i386/x86-64: Improve Kconfig description of CRASH_DUMPAndi Kleen1-0/+7
2006-09-26[PATCH] x86: error_code is not safe for kprobesPrasanna S.P1-12/+13
2006-09-26[PATCH] i386: don't taint UP K7's running SMP kernels.Dave Jones1-0/+3
2006-09-26[PATCH] i386: fix dubious segment register clear in cpu_init()Jeremy Fitzhardinge1-1/+1
2006-09-26[PATCH] i386: Get ebp from unwinder state when continuing fallback backtraceAndi Kleen1-8/+14
2006-09-26[PATCH] i386: Terminate backtrace fallback early if unwinder stack pointer is...Andi Kleen1-0/+2
2006-09-26[PATCH] i386: Do stacktracer conversion tooAndi Kleen3-121/+81
2006-09-26[PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen1-8/+3
2006-09-26[PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fixChuck Ebbert1-5/+5
2006-09-26[PATCH] x86: Remove unneeded externs in acpi/boot.cAndi Kleen1-3/+0
2006-09-26[PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.cAndi Kleen2-7/+7
2006-09-26[PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell8-271/+306
2006-09-26[PATCH] i386: Remove lock section support in rwsem.hAndi Kleen1-0/+63
2006-09-26[PATCH] i386: initialize end-of-memory variables as early as possibleJan Beulich4-21/+14
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen1-0/+4
2006-09-26[PATCH] i386: Clean up code style in mpparse.c ACPI codeAndi Kleen1-35/+17
2006-09-26[PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb'Diego Calleja1-2/+2
2006-09-26[PATCH] i386: Factor out common io apic routing entry accessAndi Kleen1-57/+43
2006-09-26[PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsingAndi Kleen1-13/+0
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen4-136/+156
2006-09-26[PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen1-4/+19
2006-09-26[PATCH] i386/x86-64: Don't randomize stack top when no randomization personal...Andi Kleen1-1/+2
2006-09-26[PATCH] x86: Add portable getcpu callAndi Kleen1-0/+1
2006-09-26[PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi1-5/+121
2006-09-26[PATCH] i386: Enable NMI watchdog by defaultAndi Kleen1-0/+9
2006-09-26[PATCH] i386: Kdump i386 nmi event notification fixVivek Goyal1-2/+2
2006-09-26[PATCH] i386: make functions staticAdrian Bunk2-4/+4
2006-09-26[PATCH] i386/x86-64: Fix NMI watchdog suspend/resumeShaohua Li2-8/+28
2006-09-26[PATCH] x86: x86 clean up nmi panic messagesDon Zickus1-7/+8
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus1-0/+6
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update)Don Zickus1-17/+4
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus1-0/+52
2006-09-26[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus5-122/+86
2006-09-26[PATCH] x86: Cleanup NMI interrupt pathDon Zickus2-16/+24
2006-09-26[PATCH] i386: Add SMP support on i386 to reservation frameworkDon Zickus4-189/+357
2006-09-26[PATCH] i386: Utilize performance counter reservation framework in oprofileDon Zickus5-114/+199
2006-09-26[PATCH] x86: Add performance counter reservation framework for UP kernelsDon Zickus1-32/+156
2006-09-26[PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog supportAndi Kleen1-64/+1
2006-09-26[PATCH] i386: Allow to use GENERICARCH for UP kernelsAndi Kleen7-4/+10
2006-09-26[PATCH] i386: Update defconfigAndi Kleen1-562/+501
2006-09-25[PATCH] i386: fix flat mode numa on a real numa systemkeith mannthey1-1/+5
2006-09-25[PATCH] i386 bootioremap / kexec fixkeith mannthey1-2/+5
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds4-75/+240
2006-09-22[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdataJeremy Fitzhardinge1-1/+1
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-1/+2
2006-09-21[CRYPTO] twofish: i586 assembly versionJoachim Fritschi3-0/+435
2006-09-19Revert mmiocfg heuristics and blacklist changesLinus Torvalds4-31/+43
2006-09-18x86: save/restore eflags in context switchLinus Torvalds1-0/+4
2006-09-16[PATCH] i386/x86-64: Add core 2 to oprofileBenjamin LaHaise1-0/+2
2006-09-12[PATCH] syscall class hookup for all normal targetsAl Viro2-52/+0
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro1-0/+16
2006-09-11[PATCH] audit: more syscall classes addedAl Viro1-0/+12
2006-09-05[CPUFREQ] Workaround for BIOS bug in software coordination of frequencyVenkatesh Pallipadi2-2/+79
2006-09-05[CPUFREQ] Longhaul - Add voltage scaling to driverRafał Bilski2-51/+94
2006-09-05Merge ../linusDave Jones13-84/+70
2006-09-01[PATCH] Fix faulty HPET clocksource usage (fix for bug #7062)john stultz1-1/+1
2006-08-30[PATCH] i386: Fix stack switching in do_IRQAndi Kleen1-5/+0
2006-08-30[PATCH] x86: Disable MMCONFIG on Intel SDV using DMI blacklistAndi Kleen3-2/+31
2006-08-30[PATCH] x86: Make backtracer fallback logic more bullet-proofJan Beulich1-11/+16
2006-08-30[PATCH] i386: Add kernel thread stack frame termination for properly stopping...Andi Kleen1-10/+4
2006-08-30[PATCH] x86: Revert e820 MCFG heuristicsAndi Kleen2-41/+0
2006-08-27[PATCH] x86: NUMAQ Kconfig fixKAMEZAWA Hiroyuki1-1/+3
2006-08-27[PATCH] cpufreq: acpi-cpufreq: Ignore failure from acpi_cpufreq_early_init_acpiDave Jones1-7/+2
2006-08-26[PATCH] PCI: i386 mmconfig: don't forget bus number when setting fallback_slo...Daniel Ritz1-1/+1
2006-08-26[PATCH] PCI: use PCBIOS as last fallbackDaniel Ritz1-2/+6
2006-08-20Merge trivial low-risk suspend hotkey bugzilla-5918 into releaseLen Brown2-2/+5
2006-08-18ACPI: relax BAD_MADT_ENTRY check to allow LSAPIC variable length string UIDsStarikovskiy, Alexey Y1-1/+1
2006-08-16ACPI: Handle BIOS that resumes from S3 to suspend routine rather than resume ...William Morrrow1-1/+4
2006-08-14[PATCH] Change panic_on_oops message to "Fatal exception"Horms1-1/+1
2006-08-14[CPUFREQ] Longhaul - Add ignore_latency optionRafał Bilski1-3/+6
2006-08-11[CPUFREQ] Longhaul - Disable arbiterRafał Bilski1-22/+64
2006-07-31[CPUFREQ] Propagate acpi_processor_preregister_performance return value.bert hubert1-2/+1
2006-07-31[CPUFREQ] Longhaul - Rename & fix multipliers tableRafał Bilski1-5/+7
2006-07-31[CPUFREQ] Longhaul - Fix power state test to do something more usefulRafał Bilski1-1/+1
2006-07-31[CPUFREQ] Longhaul - Readd accidentally dropped lineRafał Bilski1-0/+1
2006-07-31[CPUFREQ] Make longhaul_walk_callback() staticAdrian Bunk1-3/+3
2006-07-31[CPUFREQ] X86_GX_SUSPMOD must depend on PCIAdrian Bunk1-0/+1
2006-07-31[CPUFREQ] Longhaul - Initialise later.Rafał Bilski1-1/+1
2006-07-31[CPUFREQ] Longhaul - Workaround issues with APIC.Rafał Bilski1-0/+12
2006-07-31[CPUFREQ] Longhaul - Hook into ACPI C states.Rafał Bilski2-87/+109
2006-07-31[PATCH] Fix trivial unwind info bugMarkus Armbruster1-1/+1
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath2-1/+3
2006-07-31[PATCH] cpu hotplug: use hotplug version of registration in late initsChandra Seetharaman1-1/+1
2006-07-31[PATCH] panic_on_oops: remove ssleep()Horms1-5/+3
2006-07-31[PATCH] IDE: Touch NMI watchdog during resume from STRMichal Schmidt1-0/+1
2006-07-31[PATCH] i386: fix CONFIG_EFI helpArthur Othieno1-1/+1
2006-07-31[PATCH] kprobe-booster: disable in preemptible kernelMasami Hiramatsu1-6/+3
2006-07-31[PATCH] machine_kexec.c: Fix the description of segment handlingEric W. Biederman1-8/+5
2006-07-31[PATCH] synchronize_tsc() fixesAndrew Morton1-29/+33
2006-07-31[PATCH] mce section fixAndrew Morton1-1/+1
2006-07-29[PATCH] i386: Fix up backtrace fallback patchAndi Kleen1-4/+6
2006-07-28[PATCH] i386: Do backtrace fallback tooAndi Kleen1-3/+14
2006-07-28[PATCH] i386/x86-64: Add user_mode checks to profile_pc for oprofileAndi Kleen1-1/+1
2006-07-28[PATCH] i386: switch_to(): misplaced parenthesesChuck Ebbert1-2/+2
2006-07-14[PATCH] i386: remove redundant might_sleep() in user accessors.Vadim Lobanov1-2/+0
2006-07-14[PATCH] i386 kexec: allow the kexec on panic support to compile on voyagerEric W. Biederman1-1/+1
2006-07-14[PATCH] Fix a memory leak in the i386 setup codeCatalin Marinas1-1/+4
2006-07-14[PATCH] i386: handle_BUG(): don't print garbage if debug info unavailableChuck Ebbert1-20/+20
2006-07-12[PATCH] PCI: poper prototype for arch/i386/pci/pcbios.c:pcibios_sort()Adrian Bunk2-5/+1
2006-07-10[PATCH] x86_64: Allow oprofile for model P4 modelsAndi Kleen1-1/+4
2006-07-10[PATCH] get_cmos_time() locking fix (lockdep)Andrew Morton1-2/+3
2006-07-10[PATCH] i386 defconfig: set CONFIG_PM_STD_PARTITION=""Adrian Bunk1-1/+1
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-07-10[PATCH] put a comment at register_die_notifier that the export is usedArjan van de Ven1-2/+2
2006-07-09[PATCH] i386: use thread_info flags for debug regs and IO bitmapsStephane Eranian3-22/+34
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-07-03[PATCH] Fix modular cpuid.koOGAWA Hirofumi1-2/+4
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: enable on i386Ingo Molnar1-0/+4
2006-07-03[PATCH] lockdep: x86 smp alternatives workaroundIngo Molnar1-0/+10
2006-07-03[PATCH] lockdep: irqtrace subsystem, i386 supportIngo Molnar3-4/+42
2006-07-03[PATCH] lockdep: stacktrace subsystem, i386 supportIngo Molnar3-0/+103
2006-07-03[PATCH] lockdep: i386 remove multi entry backtracesIngo Molnar2-39/+9
2006-07-03kbuild: introduce utsrelease.hSam Ravnborg1-1/+1
2006-07-02[PATCH] irq-flags: i386: Use the new IRQF_ constantsThomas Gleixner4-4/+4
2006-07-01Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+24
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens1-5/+4
2006-07-01[PATCH] SMP alternatives: skip with UP kernelsGerd Hoffmann1-0/+6
2006-07-01[PATCH] audit syscall classesAl Viro2-0/+24
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds70-71/+2
2006-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-3/+15
2006-06-30ACPI: Kconfig: ACPI_SRAT depends on ACPIAndrew Morton1-1/+1
2006-06-30[PATCH] add smp_setup_processor_id()Andrew Morton1-0/+6
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter1-3/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-1/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] msr.c: use register_hotcpu_notifier()Andrew Morton1-3/+6
2006-06-30Remove obsolete #include <linux/config.h>JĂśrn Engel69-69/+0
2006-06-30typo fixes: specfic -> specificAdrian Bunk1-1/+1
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-29merge linus into release branchLen Brown29-178/+308
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0