summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-10/+0Star
* [PATCH] fix sgivwfb compileAdrian Bunk2006-06-291-0/+3
* [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-281-0/+5
* [PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar2006-06-286-24/+48
* [PATCH] i386: use C code for current_thread_info()Chuck Ebbert2006-06-281-6/+4Star
* [PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth2006-06-282-7/+7
* [PATCH] Register sysfs file for hotplugged new nodeYasunori Goto2006-06-282-31/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-261-1/+1
|\
| * spelling fixesAndreas Mohr2006-06-261-1/+1
* | Merge branch 'x86-64'Linus Torvalds2006-06-2613-31/+229
|\ \
| * | [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2006-06-262-0/+20
| * | [PATCH] x86_64: Avoid broadcasting NMI IPIsKeith Owens2006-06-261-2/+5
| * | [PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTORKeith Owens2006-06-261-0/+2
| * | [PATCH] x86_64: Fix race in cpu_local_* on preemptible kernelsAndi Kleen2006-06-261-6/+20
| * | [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen2006-06-261-3/+4
| * | [PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich2006-06-261-4/+4
| * | [PATCH] i386: reliable stack trace support i386 entry.SJan Beulich2006-06-261-0/+54
| * | [PATCH] i386: reliable stack trace support (i386)Jan Beulich2006-06-262-1/+99
| * | [PATCH] x86_64: nmi watchdog header cleanupDon Zickus2006-06-262-19/+21
| * | [PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen2006-06-261-0/+1
| * | [PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann2006-06-261-0/+2
| * | [PATCH] i386/x86-64: Emulate CPUID4 on AMDAndi Kleen2006-06-261-0/+1
| |/
* | [PATCH] Notify page fault call chainAnil S Keshavamurthy2006-06-261-0/+1
* | [PATCH] Notify page fault call chain for i386Anil S Keshavamurthy2006-06-261-0/+2
* | [PATCH] Time: i386 Conversion - part 3: Enable Generic Timekeepingjohn stultz2006-06-262-57/+2Star
* | [PATCH] Time: i386 Conversion - part 2: Rework TSC Supportjohn stultz2006-06-264-34/+56
|/
* [PATCH] Make copy_from_user_inatomic NOT zero the tail on i386NeilBrown2006-06-251-12/+34
* [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown2006-06-251-0/+6
* [PATCH] random: remove SA_SAMPLE_RANDOM from floppy driverMatt Mackall2006-06-251-3/+2Star
* [PATCH] Clean up and refactor i386 sub-architecture setupJeremy Fitzhardinge2006-06-257-163/+16Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-231-1/+0Star
|\
| * Pull trivial1 into release branchLen Brown2006-06-151-1/+0Star
| |\
| | * x86_64: Remove stale lapic definition from apicdef.h Ashok Raj2006-04-021-1/+0Star
* | | [PATCH] x86: compile fix for asm-i386/alternatives.hKirill Smelkov2006-06-231-0/+2
* | | [PATCH] x86: VIA C7 CPU flagsMichal Ludvig2006-06-231-0/+12
* | | [PATCH] x86: fix __range_ok constraintRoman Zippel2006-06-231-1/+1
* | | [PATCH] Don't trigger full rebuild via CONFIG_X86_MCEAlexey Dobriyan2006-06-232-6/+5Star
* | | [PATCH] Don't trigger full rebuild via CONFIG_MTRRAlexey Dobriyan2006-06-232-8/+4Star
* | | [PATCH] arch/i386/kernel/apic.c: make modern_apic() staticAdrian Bunk2006-06-231-2/+0Star
* | | [PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka2006-06-231-0/+33
* | | [PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter2006-06-231-1/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-231-1/+9
|\ \ \
| * | | [PATCH] PCI: cleanup unused variable about msi driverbibo,mao2006-06-211-1/+1
| * | | [PATCH] PCI: msi abstractions and support for altixMark Maule2006-06-211-0/+8
* | | | [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas2006-06-231-1/+1
|/ / /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-05-241-0/+1
|\| |
| * | [PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray2006-05-081-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-04-301-2/+2
|\| |
| * | [PATCH] i386: fix broken FP exception handlingChuck Ebbert2006-04-291-2/+2
* | | Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse2006-04-291-3/+4