summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel
Commit message (Expand)AuthorAgeFilesLines
* i386: Update alignment when 4K stacks are used.Robert P. J. Day2007-07-211-6/+2
* i386: remove old IRQ balancing debug cruftStefan Richter2007-07-211-22/+2
* i386: insert HPET firmware resource after PCI enumeration has completedAaron Durbin2007-07-211-0/+36
* i386: basic infrastructure support for AMD geode-class machinesAndres Salomon2007-07-212-0/+156
* i386: move PIT function declarations and constants to correct header fileThomas Gleixner2007-07-212-2/+1
* i386: hpet assumes boot cpu is 0Chris Wright2007-07-211-1/+1
* i386: remove volatile in apic.cThomas Gleixner2007-07-211-2/+2
* i386: Remove unneeded test of 'task' in dump_trace()Jesper Juhl2007-07-211-1/+1
* i386: divorce CONFIG_X86_PAE from CONFIG_HIGHMEM64GWilliam Lee Irwin III2007-07-211-4/+4
* i386: HPET, check if the counter worksThomas Gleixner2007-07-211-1/+23
* i386: DMI_MATCH patch in reboot.c for SFF Dell OptiPlex 745 - fixes hang on r...James Jarvis2007-07-211-0/+9
* i386: do not restore reserved memory after hibernationRafael J. Wysocki2007-07-212-0/+33
* i386: fix section mismatch warning in intel_cacheinfoSam Ravnborg2007-07-211-1/+1
* x86: remove support for the Rise CPUAdrian Bunk2007-07-213-55/+0
* x86: round_jiffies() for i386 and x86-64 non-critical/corrected MCE pollingVenki Pallipadi2007-07-211-2/+2
* x86: Make Alt-SysRq-p display the debug register contentsAlan Stern2007-07-211-0/+12
* i386: fix section mismatch warnings in mtrrSam Ravnborg2007-07-212-2/+2
* i386: timer_irq_works() static againAdrian Bunk2007-07-211-1/+1
* i386: arch/i386/kernel/i8253.c should #include <asm/timer.h>Adrian Bunk2007-07-211-0/+1
* i386: remapped_pgdat_init() staticAdrian Bunk2007-07-211-1/+1
* i386: smp-alt-once option is only useful with HOTPLUG_CPUJan Beulich2007-07-211-5/+9
* i386: allow debuggers to access the vsyscall page with compat vDSOJan Beulich2007-07-211-1/+3
* x86: share hpet.h with i386Thomas Gleixner2007-07-211-0/+1
* i386: Reserve the right performance counter for the Intel PerfMon NMI watchdogBjörn Steinbrink2007-07-211-2/+2
* i386: Add L3 cache support to AMD CPUID4 emulationAndi Kleen2007-07-212-22/+60
* i386: intel_cacheinfo.c:find_num_cache_leaves() should be __cpuinitAdrian Bunk2007-07-211-2/+1
* i386: PIT stop only, when in periodic or oneshot modeThomas Gleixner2007-07-211-3/+6
* NTP: move the cmos update code into ntp.cThomas Gleixner2007-07-211-48/+2
* highres: improve debug outputIngo Molnar2007-07-211-0/+3
* clockevents: fix resume logicThomas Gleixner2007-07-214-80/+21
* i386: touch_nmi_watchdog() in print_trace_address()Konrad Rzeszutek2007-07-211-0/+1
* xen: disable vdso "nosegneg" on native bootRoland McGrath2007-07-201-6/+9
* drivers/edac: add new nmi rescanDave Jiang2007-07-191-0/+12
* lguest: the asm offsetsRusty Russell2007-07-191-0/+20
* lguest: the host codeRusty Russell2007-07-191-1/+3
* lguest: export symbols for lguest as a moduleRusty Russell2007-07-191-0/+1
* i386: Put allocated ELF notes in read-only data segmentRoland McGrath2007-07-191-3/+3
* use the new percpu interface for shared dataFenghua Yu2007-07-192-2/+2
* define new percpu interface for shared dataFenghua Yu2007-07-191-0/+1
* PM: Integrate beeping flag with existing acpi_sleep flagsPavel Machek2007-07-192-14/+16
* PM: Optional beeping during resume from suspend to RAMNigel Cunningham2007-07-191-0/+27
* i386: fixup TRACE_IRQ breakagePeter Zijlstra2007-07-182-6/+6
* Handle bogus %cs selector in single-step instruction decodingRoland McGrath2007-07-181-7/+15
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2007-07-181-0/+1
|\
| * sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-171-0/+1
* | xen: use iret directly when possibleJeremy Fitzhardinge2007-07-182-1/+16
* | xen: Attempt to patch inline versions of common operationsJeremy Fitzhardinge2007-07-181-0/+8
* | xen: Core Xen implementationJeremy Fitzhardinge2007-07-183-1/+76
* | Add nosegneg capability to the vsyscall page notesJeremy Fitzhardinge2007-07-181-0/+28
* | Add a sched_clock paravirt_opJeremy Fitzhardinge2007-07-184-13/+20