aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner243-22778/+0
2007-10-11i386: remove module.h include from termios.hThomas Gleixner1-1/+0
2007-09-29i386: remove bogus comment about memory barrierNick Piggin1-5/+0
2007-08-24Pull bugzilla-1641 into release branchLen Brown1-1/+0
2007-08-22PCI: Document pci_iomap()Rolf Eike Beer1-0/+3
2007-08-21ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown1-1/+0
2007-08-18x86_64: Fix to keep watchdog disabled by default for i386/x86_64Daniel Gollub1-1/+2
2007-08-18i386: Fix a couple busy loops in mach_wakecpu.h:wait_for_init_deassert()Satyam Sharma2-2/+4
2007-08-11i386: Use global flag to disable broken local apic timer on AMD CPUs.Andi Kleen2-1/+3
2007-08-11i386: Make patching more robust, fix paravirt issueAndi Kleen1-6/+10
2007-08-11finish i386 and x86-64 sysdata conversionMuli Ben-Yehuda1-0/+3
2007-07-31revert "x86, serial: convert legacy COM ports to platform devices"Andrew Morton1-0/+16
2007-07-31remove unused TIF_NOTIFY_RESUME flagStephane Eranian1-10/+8
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki1-1/+1
2007-07-25[x86 setup] Make struct ist_info cross-architecture, and use in setup codeH. Peter Anvin2-6/+9
2007-07-25[x86 setup] Fix typos in struct efi_infoH. Peter Anvin1-2/+2
2007-07-25ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown2-15/+10
2007-07-22i386: Use patchable lock prefix in set_64bitAndi Kleen1-1/+1
2007-07-22x86: Replace NSC/Cyrix specific chipset access macros by inlined functions.Juergen Beisert2-11/+30
2007-07-22x86: Stop MCEs and NMIs during code patchingAndi Kleen2-0/+6
2007-07-22x86: Fix alternatives and kprobes to remap write-protected kernel textAndi Kleen1-0/+2
2007-07-21x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdataMuli Ben-Yehuda2-1/+6
2007-07-21i386: basic infrastructure support for AMD geode-class machinesAndres Salomon1-0/+159
2007-07-21i386: move PIT function declarations and constants to correct header fileThomas Gleixner3-6/+7
2007-07-21i386: replace hard-coded constant with appropriate macro from kernel.hRobert P. J. Day1-1/+1
2007-07-21i386: add cpu_relax() to cmos_lock()Andreas Mohr1-1/+4
2007-07-21i386: do not restore reserved memory after hibernationRafael J. Wysocki1-0/+8
2007-07-21x86: remove support for the Rise CPUAdrian Bunk1-1/+0
2007-07-21i386: add reference to the argumentsAndrew Morton1-1/+5
2007-07-21x86: PM_TRACE supportNigel Cunningham1-0/+13
2007-07-21i386: fix machine rebootingTruxton Fulton1-1/+24
2007-07-21i386: minor nx handling adjustmentJan Beulich1-1/+0
2007-07-21x86: share hpet.h with i386Thomas Gleixner1-78/+48
2007-07-21i386: remove pit_interrupt_hookChris Wright3-13/+2
2007-07-21i386: Move all simple string operations out of lineAndi Kleen1-230/+13
2007-07-21NTP: move the cmos update code into ntp.cThomas Gleixner1-1/+0
2007-07-19i386: Allow KVM on i386 nonpaeAvi Kivity2-10/+6
2007-07-19[PATCH] sched: sched_cacheflush is now unusedRalf Baechle1-9/+0
2007-07-19lguest: the host codeRusty Russell1-0/+1
2007-07-19arch: personality independent stack topPeter Zijlstra1-0/+1
2007-07-19define new percpu interface for shared dataFenghua Yu1-0/+5
2007-07-19jprobes: remove JPROBE_ENTRY()Michael Ellerman1-1/+0
2007-07-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+2
2007-07-18xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge1-0/+1
2007-07-18xen: Core Xen implementationJeremy Fitzhardinge2-0/+19
2007-07-18xen: Add Xen interface header filesJeremy Fitzhardinge3-0/+655
2007-07-18Add a sched_clock paravirt_opJeremy Fitzhardinge3-4/+37
2007-07-18paravirt: helper to disable all IO spaceJeremy Fitzhardinge1-0/+1
2007-07-18paravirt: make siblingmap functions visibleJeremy Fitzhardinge1-0/+3
2007-07-18paravirt: unstatic smp_store_cpu_infoJeremy Fitzhardinge1-0/+2
2007-07-18paravirt: unstatic leave_mmJeremy Fitzhardinge1-0/+2
2007-07-18paravirt: increase IRQ limitJeremy Fitzhardinge1-1/+1
2007-07-18paravirt: add a hook for once the allocator is readyJeremy Fitzhardinge2-0/+12
2007-07-18paravirt: add an "mm" argument to alloc_ptJeremy Fitzhardinge2-6/+6
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora1-1/+2
2007-07-17fbdev: detect primary display deviceAntonino A. Daplas1-0/+3
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas1-0/+14
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman1-1/+2
2007-07-17mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirtyMartin Schwidefsky1-21/+0
2007-07-17mm: remove ptep_establish()Martin Schwidefsky1-11/+0
2007-07-16make seccomp zerocost in scheduleAndrea Arcangeli2-1/+8
2007-07-16fix jvc cdrom drive lockupZhang, Yanmin1-3/+1
2007-07-16kill vmalloc_earlyreserveJan Beulich1-1/+1
2007-07-16page table handling cleanupJan Beulich3-30/+1
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu2-0/+3
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-37/+0
2007-07-12Make struct boot_params a real structure, and remove obsolete fieldsH. Peter Anvin2-4/+91
2007-07-12Make definitions for struct e820entry and struct e820map consistentH. Peter Anvin1-6/+8
2007-07-12Use a new CPU feature word to cover features that are spread aroundVenki Pallipadi3-2/+11
2007-07-12Unify the CPU features vectors between i386 and x86-64H. Peter Anvin2-14/+41
2007-07-12include/asm-i386/boot.h: This is <asm/boot.h>, not <linux/boot.h>H. Peter Anvin1-3/+3
2007-07-11PCI: remove pci_dac_dma_... APIsJan Beulich1-33/+0
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman1-4/+0
2007-07-06i386: es7000 build breakage fixVivek Goyal2-0/+10
2007-06-25fix nmi_watchdog=2 bootup hangBjörn Steinbrink1-1/+1
2007-06-20x86: Disable DAC on VIA bridgesAndi Kleen1-0/+6
2007-06-16Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt1-3/+5
2007-06-16i386 mm: use pte_update() in ptep_test_and_clear_dirty()Hugh Dickins1-12/+14
2007-05-23i386: fix early usage of atomic_add_return and local_add_return on real i386Thomas Gleixner2-2/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+2
2007-05-15i386: move common parts of smp into their own fileJeremy Fitzhardinge1-0/+4
2007-05-14Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds1-1/+0
2007-05-12SLUB: i386 supportChristoph Lameter2-5/+2
2007-05-11signal/timer/event: eventfd wire up x86 archesDavide Libenzi1-1/+2
2007-05-11signal/timer/event: timerfd wire up x86 archesDavide Libenzi1-1/+2
2007-05-11signal/timer/event: signalfd wire up x86 archesDavide Libenzi1-1/+2
2007-05-11Consolidate asm/poll.hStephen Rothwell1-27/+1
2007-05-11i386: work around miscompilation of alternatives codeJoerg Roedel2-2/+10
2007-05-10Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization"Eric W. Biederman1-5/+0
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds3-3/+3
2007-05-09i386: msr.h: be paranoid about types and parenthesesH. Peter Anvin1-27/+22
2007-05-09i386: remove unused rdtsc() macroH. Peter Anvin2-12/+0
2007-05-09i386 mmzone: use __maybe_unusedDavid Rientjes1-3/+3
2007-05-09wrap access to thread_infoRoman Zippel1-1/+1
2007-05-09Use the APIC to determine the hardware processor id - i386Fernando Luis Vazquez Cao1-15/+21
2007-05-09Remove hardcoding of hard_smp_processor_id on UP systemsFernando Luis Vazquez Cao1-1/+2
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day3-3/+3
2007-05-08Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-1/+11
2007-05-08x86, serial: convert legacy COM ports to platform devicesBjorn Helgaas1-16/+0
2007-05-08Some grammatical fixups and additions to atomic.h kernel-doc contentRobert P. J. Day1-2/+9
2007-05-08x86: create asm/cmpxchg.hJeff Dike3-288/+295
2007-05-08Remove tas()Jeff Dike1-2/+0
2007-05-08local_t: i386 extensionMathieu Desnoyers2-28/+236
2007-05-08atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe...Mathieu Desnoyers1-14/+15
2007-05-08atomic.h: i386 type safety fixMathieu Desnoyers1-3/+3
2007-05-08utimensat implementationUlrich Drepper1-1/+2
2007-05-08Clean up mostly unused IOSPACE macrosDavid Gibson1-4/+0
2007-05-08i386: sched.h inclusion from module.h is baackAlexey Dobriyan1-2/+0
2007-05-08kdump/kexec: calculate note size at compile timeSimon Horman1-2/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig2-26/+0
2007-05-08tty: i386/x86_64 arbitary speed supportAlan Cox3-2/+22
2007-05-08ipmi: add new IPMI nmi watchdog handlingCorey Minyard1-0/+1
2007-05-08i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpuRudolf Marek1-1/+11
2007-05-07i386: use page allocator to allocate thread_info structureChristoph Lameter1-3/+5
2007-05-07i386: use pte_update_defer in ptep_test_and_clear_{dirty,young}Zachary Amsden1-20/+18
2007-05-07i386: add ptep_test_and_clear_{dirty,young}David Rientjes1-8/+17
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds57-1230/+2130
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/voyager-2.6Linus Torvalds1-5/+1
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+2
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-2/+4
2007-05-02PCI: scatterlist.h needs types.hJean Delvare1-0/+2
2007-05-02[PATCH] i386: avoid redundant preempt_disable in __unlazy_fpuJan Kiszka1-5/+6
2007-05-02[PATCH] i386: white space fixes in i387.hJan Kiszka1-3/+3
2007-05-02[PATCH] x86: Use RDTSCP for synchronous get_cycles if possibleAndi Kleen1-0/+9
2007-05-02[PATCH] i386: Add X86_FEATURE_RDTSCPAndi Kleen1-0/+1
2007-05-02[PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386Andi Kleen2-4/+1
2007-05-02[PATCH] i386: Implement alternative_io for i386Andi Kleen1-0/+15
2007-05-02[PATCH] i386: Evaluate constant cpu features at runtimeAndi Kleen1-2/+6
2007-05-02[PATCH] i386: Verify important CPUID bits in real modeAndi Kleen2-0/+37
2007-05-02[PATCH] i386: Clean up NMI watchdog codeAndi Kleen1-0/+8
2007-05-02[PATCH] i386: pte simplify opsZachary Amsden3-22/+15
2007-05-02[PATCH] i386: pte xchg optimizationZachary Amsden2-0/+28
2007-05-02[PATCH] i386: pte clear optimizationZachary Amsden2-1/+6
2007-05-02[PATCH] i386: safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao1-6/+3
2007-05-02[PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in syncBernhard Kaindl1-0/+5
2007-05-02[PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl1-0/+2
2007-05-02[PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.Bernhard Kaindl1-0/+2
2007-05-02[PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge1-2/+2
2007-05-02[PATCH] i386: Convert VMI timer to use clock eventsZachary Amsden1-16/+2
2007-05-02[PATCH] x86: update for i386 and x86-64 check_bugsJeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] i386: Fix UP gdt bugsJeremy Fitzhardinge2-0/+5
2007-05-02[PATCH] i386: Define per_cpu_offsetJeremy Fitzhardinge1-0/+2
2007-05-02[PATCH] i386: cleanups to help using per-cpu variables from asmJeremy Fitzhardinge1-5/+7
2007-05-02[PATCH] i386: Convert PDA into the percpu sectionJeremy Fitzhardinge7-121/+139
2007-05-02[PATCH] i386: Page-align the GDTJeremy Fitzhardinge1-2/+7
2007-05-02[PATCH] i386: PARAVIRT: drop unused ptep_get_and_clearJeremy Fitzhardinge2-15/+2
2007-05-02[PATCH] i386: PARAVIRT: Clean up paravirt patchable wrappersJeremy Fitzhardinge1-188/+60
2007-05-02[PATCH] i386: PARAVIRT: Use enums for paravirt lazy flush modiJeremy Fitzhardinge1-6/+1
2007-05-02[PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge3-2/+23
2007-05-02[PATCH] i386: PARAVIRT: revert map_pt_hook.Jeremy Fitzhardinge2-26/+4
2007-05-02[PATCH] i386: PARAVIRT: add flush_tlb_others paravirt_opJeremy Fitzhardinge2-2/+26
2007-05-02[PATCH] i386: PARAVIRT: add common patching machineryJeremy Fitzhardinge1-0/+12
2007-05-02[PATCH] i386: PARAVIRT: Document asm-i386/paravirt.hJeremy Fitzhardinge1-10/+121
2007-05-02[PATCH] i386: PARAVIRT: Consistently wrap paravirt ops callsites to make them...Jeremy Fitzhardinge1-126/+560
2007-05-02[PATCH] i386: PARAVIRT: Fix patch site clobbers to include return registerJeremy Fitzhardinge1-8/+10
2007-05-02[PATCH] i386: PARAVIRT: Use patch site IDs computed from offset in paravirt_o...Jeremy Fitzhardinge1-85/+92
2007-05-02[PATCH] i386: PARAVIRT: rename struct paravirt_patch to paravirt_patch_site f...Jeremy Fitzhardinge2-4/+9
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge2-2/+38
2007-05-02[PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharingJeremy Fitzhardinge6-4/+11
2007-05-02[PATCH] i386: PARAVIRT: Allocate a fixmap slotJeremy Fitzhardinge1-0/+3
2007-05-02[PATCH] i386: PARAVIRT: Hooks to set up initial pagetableJeremy Fitzhardinge2-1/+32
2007-05-02[PATCH] i386: PARAVIRT: Add pagetable accessors to pack and unpack pagetable ...Jeremy Fitzhardinge5-53/+169
2007-05-02[PATCH] i386: PARAVIRT: use paravirt_nop to consistently mark no-op operationsJeremy Fitzhardinge1-0/+3
2007-05-02[PATCH] i386: i386 separate hardware-defined TSS from Linux additionsRusty Russell1-8/+16
2007-05-02[PATCH] i386: Remove smp_alt_instructionsJeremy Fitzhardinge1-5/+1
2007-05-02[PATCH] x86: Clean up x86 control register and MSR macros (corrected)H. Peter Anvin5-265/+347
2007-05-02[PATCH] x86: Don't use MWAIT on AMD Family 10Andi Kleen1-0/+2
2007-05-02[PATCH] i386: Make COMPAT_VDSO runtime selectable.Jeremy Fitzhardinge1-2/+0
2007-05-02[PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_...Jeremy Fitzhardinge2-24/+12
2007-05-02[PATCH] i386: clean up identify_cpuJeremy Fitzhardinge1-1/+2
2007-05-02[PATCH] i386: Clean up asm-i386/bugs.hJeremy Fitzhardinge2-190/+5
2007-05-02[PATCH] x86: fix amd64-agp aperture validationJan Beulich1-0/+1
2007-05-02[PATCH] i386: Add machine_ops interface to abstract halting and rebootingJeremy Fitzhardinge1-0/+20
2007-05-02[PATCH] i386: Add smp_ops interfaceJeremy Fitzhardinge1-0/+53
2007-05-02[PATCH] i386: cleanup GDT AccessRusty Russell1-5/+2
2007-05-02[PATCH] i386: Use X86_EFLAGS_IF in irqflags.h.Andi Kleen3-22/+29
2007-05-02[PATCH] x86: Improve handling of kernel mappings in change_page_attrJan Beulich1-0/+2
2007-05-02[PATCH] i386: rationalize paravirt wrappersRusty Russell7-187/+384
2007-05-02[PATCH] i386: clean up cpu_init()Rusty Russell1-1/+1
2007-05-02[PATCH] i386: Use per-cpu GDT immediately upon bootRusty Russell2-3/+0
2007-05-02[PATCH] i386: Use per-cpu variables for GDT, PDARusty Russell3-5/+5
2007-05-02[PATCH] i386: Allow i386 crash kernels to handle x86_64 dumpsIan Campbell1-0/+3
2007-05-02[PATCH] i386: Initialize esp0 properly all the timeRusty Russell1-0/+1
2007-05-02[PATCH] x86: Log reason why TSC was marked unstablejohn stultz2-3/+3
2007-05-02[PATCH] i386: modpost apic related warning fixesVivek Goyal2-39/+0
2007-05-02[PATCH] i386: clean up mach_reboot_fixupsJeremy Fitzhardinge1-0/+6
2007-05-02[PATCH] i386: Update __copy_to_user_inatomic linuxdoc descriptionAneesh Kumar K.V1-1/+13
2007-05-02[PATCH] i386: Add an option for the VIA C7 which sets appropriate L1 cacheSimon Arlott1-0/+2
2007-05-02[PATCH] i386: pit_latch_buggy has no effecttakada1-2/+0
2007-05-02[PATCH] i386: No need to use -traditional for processing asm in i386/kernel/Jeremy Fitzhardinge1-2/+2
2007-05-02[PATCH] x86: adjust inclusion of asm/fixmap.hJan Beulich4-13/+2
2007-05-02[PATCH] x86: default to physical mode on hotplug CPU kernelsIngo Molnar8-9/+9
2007-05-02[PATCH] x86: revert x86_64-mm-fix-the-irqbalance-quirk-for-e7320-e7520-e7525Andrew Morton2-3/+1
2007-05-01[VOYAGER] Convert the monitor thread to use the kthread APIChristoph Hellwig1-5/+1
2007-04-26[AGPGART] Move [un]map_page_into_agp into asm/agp.hJan Beulich1-2/+4
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet1-0/+2
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-1/+2
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger1-0/+4
2007-04-08[PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21Zachary Amsden1-0/+3
2007-04-02[PATCH] x86-64: Disable local APIC timer use on AMD systems with C1EAndi Kleen2-0/+3