aboutsummaryrefslogtreecommitdiff
path: root/arch/i386
AgeCommit message (Expand)AuthorFilesLines
2005-09-07[PATCH] NTP: ntp-helper functionsGravatar john stultz 1-5/+2
2005-09-07[PATCH] Additions to .data.read_mostly sectionGravatar Ravikiran G Thirumalai 4-11/+11
2005-09-07[PATCH] remove the second arg of do_timer_interrupt()Gravatar Adrian Bunk 1-3/+2
2005-09-07[PATCH] Fix function/macro name collision on i386 oprofileGravatar David Gibson 3-9/+9
2005-09-07[PATCH] Make the bzImage format self-terminatingGravatar H. Peter Anvin 2-2/+4
2005-09-07[PATCH] NMI: Update NMI users of RCU to use new APIGravatar Paul E. McKenney 1-2/+2
2005-09-07[PATCH] More __read_mostly variablesGravatar Christoph Lameter 2-2/+2
2005-09-07[PATCH] detect soft lockupsGravatar Ingo Molnar 2-0/+6
2005-09-07[PATCH] x86_64: create sysfs entries for cpu only for present cpusGravatar Ashok Raj 1-2/+2
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityGravatar Ashok Raj 2-26/+34
2005-09-05[PATCH] uml: SYSEMU: slight cleanup and speedupGravatar Paolo 'Blaisorblade' Giarrusso 1-7/+1
2005-09-05[PATCH] SYSEMU: fix sysaudit / singlestep interactionGravatar Bodo Stroesser 1-3/+20
2005-09-05[PATCH] Uml support: add PTRACE_SYSEMU_SINGLESTEP option to i386Gravatar Bodo Stroesser 1-4/+17
2005-09-05[PATCH] Uml support: reorganize PTRACE_SYSEMU supportGravatar Bodo Stroesser 2-30/+21
2005-09-05[PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and gener...Gravatar Laurent Vivier 2-21/+45
2005-09-05[PATCH] Ptrace/i386: fix "syscall audit" interaction with singlestepGravatar Bodo Stroesser 1-2/+13
2005-09-05[PATCH] add suspend/resume for timerGravatar Shaohua Li 5-27/+47
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionGravatar Pavel Machek 1-1/+1
2005-09-05[PATCH] ISA DMA suspend for i386Gravatar Pierre Ossman 2-1/+68
2005-09-05[PATCH] unify x86/x86-64 semaphore codeGravatar Benjamin LaHaise 2-162/+4
2005-09-05[PATCH] i386 boottime for_each_cpu brokenGravatar Zwane Mwaikambo 3-1/+13
2005-09-05[PATCH] i386: encapsulate copying of pgd entriesGravatar Zachary Amsden 2-7/+7
2005-09-05[PATCH] x86 NMI: better support for debuggersGravatar George Anzinger 2-1/+8
2005-09-05[PATCH] x86: introduce a write acessor for updating the current LDTGravatar Zachary Amsden 1-5/+2
2005-09-05[PATCH] x86: remove redundant TSS clearingGravatar Zachary Amsden 1-1/+0
2005-09-05[PATCH] x86: make IOPL explicitGravatar Zachary Amsden 2-3/+10
2005-09-05[PATCH] x86: privilege cleanupGravatar Zachary Amsden 2-5/+4
2005-09-05[PATCH] x86: more asm cleanupsGravatar Zachary Amsden 7-50/+20
2005-09-05[PATCH] i386: use set_pte macros in a couple places where they were missingGravatar Zachary Amsden 2-3/+4
2005-09-05[PATCH] i386: load_tls() fixGravatar Zachary Amsden 1-7/+12
2005-09-05[PATCH] i386: inline assembler: cleanup and encapsulate descriptor and task r...Gravatar Zachary Amsden 9-38/+31
2005-09-05[PATCH] i386: cleanup serialize msrGravatar Zachary Amsden 1-2/+5
2005-09-05[PATCH] i386: inline asm cleanupGravatar Zachary Amsden 10-52/+32
2005-09-05[PATCH] i386: clean up vDSO alignment paddingGravatar Roland McGrath 1-1/+2
2005-09-05[PATCH] ES7000 platform update (i386)Gravatar Natalie.Protasevich@unisys.com 2-25/+25
2005-09-05[PATCH] x86: Add the check for all the cores in a package in cache informationGravatar Venkatesh Pallipadi 1-2/+7
2005-09-05[PATCH] x86: sutomatically enable bigsmp when we have more than 8 CPUsGravatar Venkatesh Pallipadi 5-2/+43
2005-09-05[PATCH] kdump: Save parameter segment in protected mode (x86)Gravatar Vivek Goyal 1-22/+26
2005-09-05[PATCH] vm86: Honor TF bit when emulating an instructionGravatar Petr Tesarik 1-1/+5
2005-09-05[PATCH] x86: fix EFI memory map parsingGravatar Matt Tolentino 3-58/+62
2005-09-05[PATCH] hpet: use read_timer_tsc only when CPU has TSCGravatar Venkatesh Pallipadi 1-1/+4
2005-09-05[PATCH] x86: compress the stack layout of do_page_fault()Gravatar Ingo Molnar 1-14/+17
2005-09-05[PATCH] remove hugetlb_clean_stale_pgtable() and fix huge_pte_alloc()Gravatar Chen, Kenneth W 1-20/+3
2005-09-05[PATCH] hugetlb: check p?d_present in huge_pte_offset()Gravatar Adam Litke 1-2/+5
2005-09-05[PATCH] hugetlb: move stale pte check into huge_pte_alloc()Gravatar Adam Litke 1-2/+11
2005-09-05[PATCH] sparsemem extreme implementationGravatar Bob Picco 1-0/+1
2005-08-30[PATCH] x86: pci_assign_unassigned_resources() updateGravatar Ivan Kokshaysky 2-34/+16
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Gravatar Steven Rostedt 1-2/+3
2005-08-23[PATCH] i386: fix incorrect FP signal codeGravatar Chuck Ebbert 1-4/+6
2005-08-19[PATCH] Mobil Pentium 4 HT and the NMIGravatar Steven Rostedt 1-2/+2