aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-18xen: Implement sched_clockJeremy Fitzhardinge3-4/+28
2007-07-18xen: Account for stolen timeJeremy Fitzhardinge1-9/+150
2007-07-18xen: ignore RW mapping of RO pages in pagetable_initJeremy Fitzhardinge1-2/+25
2007-07-18xen: Complete pagetable pinningJeremy Fitzhardinge4-109/+242
2007-07-18xen: configurationJeremy Fitzhardinge2-0/+13
2007-07-18xen: time implementationJeremy Fitzhardinge3-1/+414
2007-07-18xen: event channelsJeremy Fitzhardinge3-1/+514
2007-07-18xen: virtual mmuJeremy Fitzhardinge4-5/+494
2007-07-18xen: Core Xen implementationJeremy Fitzhardinge12-1/+1152
2007-07-18Add nosegneg capability to the vsyscall page notesJeremy Fitzhardinge1-0/+28
2007-07-18Add a sched_clock paravirt_opJeremy Fitzhardinge4-13/+20
2007-07-18paravirt: helper to disable all IO spaceJeremy Fitzhardinge1-0/+35
2007-07-18paravirt: export __supported_pte_maskJeremy Fitzhardinge1-0/+1
2007-07-18paravirt: make siblingmap functions visibleJeremy Fitzhardinge1-4/+2
2007-07-18paravirt: unstatic smp_store_cpu_infoJeremy Fitzhardinge1-1/+1
2007-07-18paravirt: unstatic leave_mmJeremy Fitzhardinge1-2/+3
2007-07-18paravirt: add a hook for once the allocator is readyJeremy Fitzhardinge1-0/+2
2007-07-18paravirt: add an "mm" argument to alloc_ptJeremy Fitzhardinge3-3/+3
2007-07-18use elfnote.h to generate vsyscall notes.Jeremy Fitzhardinge1-17/+6
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora1-0/+1
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds2-5/+9
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas1-3/+1
2007-07-17fbdev: detect primary display deviceAntonino A. Daplas3-0/+36
2007-07-17i386: speedup touch_nmi_watchdogAndrew Morton1-3/+5
2007-07-17Kprobes on select architectures no longer EXPERIMENTALAnanth N Mavinakayanahalli1-2/+2
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-4/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-10/+2
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2-1/+2
2007-07-16kbuild: remove hardcoded apic_es7000 from modpostSam Ravnborg1-1/+1
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-1/+1
2007-07-16make seccomp zerocost in scheduleAndrea Arcangeli1-34/+39
2007-07-16Use menuconfig objects II - oprofileJan Engelhardt1-2/+7
2007-07-16x86: initial fixmap supportEric W. Biderman1-0/+8
2007-07-16i386: Allow smp_call_function_single() to current cpuAvi Kivity1-3/+5
2007-07-16HOTPLUG: Adapt thermal throttle to CPU_DYINGAvi Kivity1-2/+4
2007-07-13[CPUFREQ] Fix typos in powernow-k8 printk's.Dave Jones1-8/+11
2007-07-13[CPUFREQ] powernow-k8 compile fix.Andrew Morton1-1/+6
2007-07-13[CPUFREQ] the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPIAdrian Bunk2-276/+18
2007-07-13[CPUFREQ] Longhaul - Option to disable ACPI C3 supportRafaƂ Bilski1-0/+7
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds5-90/+162
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds5-19/+8
2007-07-12Remove old i386 setup codeH. Peter Anvin5-3541/+0
2007-07-12Use the new x86 setup code for i386H. Peter Anvin3-97/+118
2007-07-12Linker script for the new x86 setup codeH. Peter Anvin1-0/+54
2007-07-12Assembly header and main routine for new x86 setup codeH. Peter Anvin2-0/+444
2007-07-12Code for actual protected-mode entryH. Peter Anvin2-0/+224
2007-07-12Video mode probing support for the new x86 setup codeH. Peter Anvin6-0/+1349