aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
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 be migratedMel 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