summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
Commit message (Expand)AuthorAgeFilesLines
* x86: fix new find_first_bit()Linus Torvalds2005-07-291-7/+6Star
* [PATCH] x86_64: i386/x86_64: remove prototypes for not existing functions in ...Andi Kleen2005-07-291-3/+0Star
* [PATCH] speed up on find_first_bit for i386 (let compiler do the work)Steven Rostedt2005-07-281-30/+24Star
* [PATCH] user_mode_vm() build fixAndrew Morton2005-07-281-0/+3
* [PATCH] i386: clean up user_mode macrosChuck Ebbert2005-07-271-3/+10
* [PATCH] i386: Implement machine_emergency_rebootEric W. Biederman2005-07-261-1/+1
* [PATCH] Add emergency_restart()Eric W. Biederman2005-07-261-0/+6
* x86: use alternative instructions for fnsave/fxsave tooLinus Torvalds2005-07-231-8/+7Star
* x86: make restore_fpu() use alternative assembler instructionsLinus Torvalds2005-07-221-1/+12
* [PATCH] inotifyRobert Love2005-07-131-1/+4
* [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown2005-07-123-12/+6Star
|\
| * [ACPI] increase MAX_IO_APICS to 64 on i386Len Brown2005-07-121-5/+1Star
| * [ACPI] enable C2 and C3 idle power states on SMPVenkatesh Pallipadi2005-07-121-6/+4Star
| * [ACPI] PNPACPI vs sound IRQDavid Shaohua Li2005-07-121-1/+1
* | [PATCH] Fix up non-NUMA breakage in mmzone.hDave Jones2005-07-081-2/+2
* | [PATCH] Clean up numa defines in mmzone.hDave Jones2005-07-081-11/+9Star
* | [PATCH] MTRR suspend/resume cleanupShaohua Li2005-07-081-0/+8
* | [PATCH] x86: i8253/i8259A lock cleanupIngo Molnar2005-06-302-0/+7
* | [PATCH] Serial: Split 8250 port table (part 2)Russell King2005-06-291-101/+1Star
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2005-06-283-10/+18
|\ \
| * | [PATCH] ide: sensible probing for PCI systemsAlan Cox2005-06-281-4/+8
| * | [PATCH] seccomp: tsc disableAndrea Arcangeli2005-06-281-5/+7
| * | [PATCH] Update cfq io scheduler to time sliced designJens Axboe2005-06-271-1/+3
* | | [PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=nAndrew Morton2005-06-281-0/+2
* | | [PATCH] PCI: DMA bursting adviceDavid S. Miller2005-06-281-0/+8
|/ /
* | [PATCH] kdump: Routines for copying dump pagesVivek Goyal2005-06-261-0/+1
* | [PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal2005-06-261-0/+5
* | [PATCH] kexec: x86 kexec coreEric W. Biederman2005-06-261-0/+28
* | [PATCH] kexec: x86: add CONFIG_PYSICAL_STARTEric W. Biederman2005-06-261-0/+3
* | [PATCH] kexec: x86: resture apic virtual wire mode on shutdownEric W. Biederman2005-06-262-1/+2
* | [PATCH] kexec: x86: local apic fixEric W. Biederman2005-06-261-0/+13
* | [PATCH] kexec: x86: rename APIC_MODE_EXINTEric W. Biederman2005-06-261-1/+1
* | [PATCH] sched: sched tuningNick Piggin2005-06-261-1/+1
* | [PATCH] sched: no aggressive idle balancingNick Piggin2005-06-261-1/+0Star
* | [PATCH] sched: balance timersNick Piggin2005-06-261-0/+4
* | [PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney2005-06-261-1/+1
* | [PATCH] make smp_prepare_cpu to a weak functionAshok Raj2005-06-261-3/+0Star
* | [PATCH] cpu state clean after hot removeLi Shaohua2005-06-262-0/+10
* | [PATCH] sep initializing reworkLi Shaohua2005-06-262-0/+4
* | [PATCH] i386: Dont use IPI broadcast when using cpu hotplug.Ashok Raj2005-06-261-2/+25
* | [PATCH] i386 CPU hotplugZwane Mwaikambo2005-06-263-0/+9
* | Add "memory" clobbers to the x86 inline asm of strncmp and friendsLinus Torvalds2005-06-241-10/+22
* | [PATCH] kprobes: function-return probesHien Nguyen2005-06-231-0/+3
* | [PATCH] streamline preempt_count type across archsJesper Juhl2005-06-231-1/+1
* | [PATCH] xen: x86: Rename usermode macroVincent Hanquez2005-06-231-1/+2
* | [PATCH] xen: x86: add macro for debugregVincent Hanquez2005-06-231-5/+9
* | [PATCH] x86: cpu_khz type fixAndrew Morton2005-06-231-1/+1
* | [PATCH] x86: #include asm/uaccess.h in asm/checksum.hAlexey Dobriyan2005-06-231-0/+2
* | [PATCH] i386: Selectable Frequency of the Timer InterruptChristoph Lameter2005-06-231-1/+3
* | [PATCH] Do not enforce unique IO_APIC_ID check for xAPIC systems (i386)Natalie Protasevich2005-06-238-14/+0Star