summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i386: port ATI timer fix from x86_64 to i386 IIAndi Kleen2006-03-081-0/+2
* [PATCH] x86: fix broken SMP boot sequenceJames Bottomley2006-02-241-2/+4
* [PATCH] Kprobes causes NX protection fault on i686 SMPPrasanna S Panchamukhi2006-02-241-2/+5
* [PATCH] i386: fix singlestepping though a syscallChuck Ebbert2006-02-171-2/+2
* [PATCH] add asm-generic/mman.hMichael S. Tsirkin2006-02-151-30/+1
* [PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin2006-02-141-0/+2
* [PATCH] fix x86 topology export in sysfs for subarchitecturesJames Bottomley2006-02-141-1/+1
* [PATCH] fstatat64 supportUlrich Drepper2006-02-111-1/+1
* [PATCH] unshare system call -v5: system call registration for i386JANAK DESAI2006-02-071-1/+2
* [PATCH] Fix "value computed is not used" compile warnings with gcc-4.1Takashi Iwai2006-02-051-1/+1
* [PATCH] Export cpu topology in sysfsZhang, Yanmin2006-02-031-0/+9
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-02-011-1/+1
|\
| *-----. [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown2006-01-241-1/+1
| |\ \ \ \
| | | | | * [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only onceVenkatesh Pallipadi2005-12-011-1/+1
| | | | |/ | | | |/|
* | | | | [PATCH] VMSPLIT config optionsMark Lord2006-02-011-2/+2
|/ / / /
* | | | [PATCH] EDAC: core EDAC support codeAlan Cox2006-01-182-12/+18
* | | | [PATCH] EDAC: atomic scrub operationsAlan Cox2006-01-181-0/+12
* | | | [PATCH] Add pselect/ppoll system calls on i386David Woodhouse2006-01-181-1/+3
* | | | [PATCH] Handle TIF_RESTORE_SIGMASK for i386David Howells2006-01-183-1/+3
* | | | [PATCH] vfs: *at functions: i386Ulrich Drepper2006-01-181-1/+14
* | | | [PATCH] uml: remove leftover from patch revertalPaolo 'Blaisorblade' Giarrusso2006-01-181-1/+1
* | | | [PATCH] mark several functions __always_inlineIngo Molnar2006-01-144-10/+10
* | | | [PATCH] death of get_thread_info/put_thread_infoAl Viro2006-01-121-2/+0
* | | | [PATCH] i386: task_stack_page()Al Viro2006-01-121-1/+1
* | | | [PATCH] i386: fix task_pt_regs()akpm@osdl.org2006-01-121-1/+11
* | | | [PATCH] i386: task_thread_info()Al Viro2006-01-121-4/+4
* | | | [PATCH] scheduler cache-hot-autodetectakpm@osdl.org2006-01-121-1/+0
* | | | [PATCH] sched: add cacheflush() asmIngo Molnar2006-01-121-0/+9
* | | | [PATCH] i386: Replace broken serialize_cpu in microcode driver with correct s...Andi Kleen2006-01-111-2/+4
* | | | [PATCH] i386: make pci_map_single/pci_map_sg warn for zero length.Andi Kleen2006-01-111-3/+9
* | | | [PATCH] i386: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-111-0/+5
* | | | [PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen2006-01-111-0/+5
* | | | [PATCH] x86_64/i386: Remove preempt disable calls in lowlevel IPIZwane Mwaikambo2006-01-111-3/+1
* | | | [PATCH] i386/x86-64: Update AMD CPUID flagsAndi Kleen2006-01-111-3/+5
* | | | [PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flagAndi Kleen2006-01-111-0/+1
* | | | [PATCH] i386/x86-64: Use input/output dependencies for bitopsAndi Kleen2006-01-111-12/+12
* | | | Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h)Linus Torvalds2006-01-111-1/+1
* | | | [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar2006-01-101-2/+14
* | | | [PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli2006-01-101-1/+1
* | | | [PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy2006-01-101-0/+1
* | | | [PATCH] kprobes: cleanup include/asm/kprobes.hAnil S Keshavamurthy2006-01-101-8/+0
* | | | [PATCH] Generic ioctl.hBrian Gerst2006-01-101-85/+1
* | | | [PATCH] Kdump: i386 compiler warning fixVivek Goyal2006-01-101-0/+1
* | | | [PATCH] kdump: save registers early (inline functions)Vivek Goyal2006-01-101-0/+45
* | | | [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal2006-01-101-3/+0
* | | | [PATCH] mutex subsystem, add include/asm-i386/mutex.hArjan van de Ven2006-01-091-0/+124
* | | | [PATCH] mutex subsystem, add atomic_xchg() to all archesIngo Molnar2006-01-091-0/+1
* | | | [PATCH] Make vm86 support optionalMatt Mackall2006-01-082-2/+20
* | | | [PATCH] PTRACE_SYSEMU is only for i386 and clashes with other ptrace codes of...Paolo 'Blaisorblade' Giarrusso2006-01-081-0/+3
* | | | [PATCH] Kill L1_CACHE_SHIFT_MAXRavikiran G Thirumalai2006-01-082-3/+1
OpenPOWER on IntegriCloud