aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-05-08[PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray1-0/+1
2006-04-29[PATCH] i386: fix broken FP exception handlingChuck Ebbert1-2/+2
2006-04-27[PATCH] x86/PAE: Fix pte_clear for the >4GB RAM caseZachary Amsden3-3/+24
2006-04-26[PATCH] Add support for the sys_vmsplice syscallJens Axboe1-1/+2
2006-04-20[PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen2-4/+27
2006-04-19[PATCH] asm-i386/atomic.h: local_irq_save should be used instead of local_irq_disablelepton1-2/+3
2006-04-11[PATCH] splice: add support for sys_tee()Jens Axboe1-1/+2
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-2/+2
2006-04-11[PATCH] sys_kexec_load() naming fixupsAndrew Morton1-1/+1
2006-04-11[PATCH] Configurable NODES_SHIFTYasunori Goto1-18/+0
2006-04-11[PATCH] mptspec: remove duplicate #includeRandy Dunlap1-1/+0
2006-04-11[PATCH] Remove sys_ prefix of new syscalls from __NR_sys_*OGAWA Hirofumi1-2/+2
2006-04-09[PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave1-0/+1
2006-04-09[PATCH] i386: Consolidate modern APIC handlingAndi Kleen1-0/+2
2006-04-09[PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven1-0/+4
2006-03-31[PATCH] make local_t signedAndrew Morton1-3/+3
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton1-1/+2
2006-03-31[PATCH] i386 kdump timer vector lockup fixVivek Goyal1-0/+1
2006-03-31[PATCH] Remove long dead i386 floppy asm codeBrian Gerst1-34/+0
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe1-1/+2
2006-03-28[PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctlAdrian Bunk1-2/+0
2006-03-28[PATCH] RTC: Fix up some RTC whitespace and styleMatt Mackall1-10/+11
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on x86Matt Mackall1-14/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-6/+4
2006-03-27[PATCH] lightweight robust futexes updatesIngo Molnar1-1/+1
2006-03-27[PATCH] lightweight robust futexes: i386Ingo Molnar2-2/+25
2006-03-27[PATCH] lightweight robust futexes: arch defaultsIngo Molnar1-0/+6
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-3/+1
2006-03-27[PATCH] unify pfn_to_page: i386 pfn_to_pageKAMEZAWA Hiroyuki2-19/+1
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B2-0/+7
2006-03-26[PATCH] bitops: i386: use generic bitopsAkinobu Mita1-47/+8
2006-03-26[PATCH] x86: kprobes-boosterMasami Hiramatsu1-0/+6
2006-03-26[PATCH] 2TB files: add blkcnt_tTakashi Sato1-0/+5
2006-03-26[PATCH] 2TB files: st_blocks is invalid when calling stat64Takashi Sato1-2/+1
2006-03-25[PATCH] x86_64: Implement early DMI scanningAndi Kleen1-0/+11
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-0/+1
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-0/+2
2006-03-24[PATCH] remove ISA legacy functions: remove the helpersAl Viro1-12/+0
2006-03-23[PATCH] atomic: add_unless cmpxchg optimiseNick Piggin1-1/+7
2006-03-23[PATCH] Move read_mostly definition to asm/cache.hKyle McMartin1-0/+2
2006-03-23[PATCH] x86: Make _syscallX() macros compile in PIC modeMarkus Gutschke1-15/+21
2006-03-23[PATCH] i386 spinlocks: disable interrupts only if we enabled themChuck Ebbert1-4/+9
2006-03-23[PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/kernel/cpu/centaur.cJesper Juhl1-0/+1
2006-03-23[PATCH] i386: fix uses of user_mode() vs. user_mode_vm()Jan Beulich3-3/+3
2006-03-23[PATCH] i386: actively synchronize vmalloc area when registering certain callbacksJan Beulich2-0/+4
2006-03-23[PATCH] x86: early printk handling fixesStas Sergeev1-0/+3
2006-03-23[PATCH] i386: remove duplicate declaration of mp_bus_id_to_pci_busChris Wright1-1/+0
2006-03-23[PATCH] Compilation fix for ES7000 when no ACPI is specified in config (i386)Natalie.Protasevich@unisys.com1-2/+8
2006-03-23[PATCH] i386: Add a temporary to make put_user more type safeEric W. Biederman1-5/+7
2006-03-23[PATCH] x86: SMP alternativesGerd Hoffmann9-124/+194