summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Generic semaphore implementationMatthew Wilcox2-11/+0
2008-04-11asmlinkage_protect replaces prevent_tail_callRoland McGrath1-2/+2
2008-04-11x86: Simplify cpu_idle_waitVenki Pallipadi2-72/+22
2008-04-10pop previous section in alternative.cSteven Rostedt1-4/+8
2008-04-07x86: fix call to set_cyc2ns_scale() from time_cpufreq_notifier()Karsten Wiese2-6/+2
2008-04-07revert "x86: tsc prevent time going backwards"Ingo Molnar2-34/+4
2008-04-07Fix booting pentium+ with dodgy TSCRusty Russell1-8/+0
2008-04-04x86: revert assign IRQs to hpet timerThomas Gleixner1-3/+6
2008-04-04x86: tsc prevent time going backwardsThomas Gleixner2-4/+34
2008-04-04x86, agpgart: scary messages are fortunately obsoletePavel Machek1-5/+5
2008-04-04x86: print message if nmi_watchdog=2 cannot be enabledIngo Molnar1-1/+3
2008-04-04x86: fix nmi_watchdog=2 on Pentium-D CPUsIngo Molnar1-3/+0
2008-04-04x86 ptrace: avoid unnecessary wrmsrRoland McGrath1-4/+7
2008-04-03vmcoreinfo: add the symbol "phys_base"Ken'ichi Ohmichi1-0/+1
2008-03-27x86: ptrace.c: fix defined-but-unused warningsAndrew Morton1-84/+85
2008-03-27x86: fix trim mtrr not to setup_memory two timesYinghai Lu1-5/+4
2008-03-27x86: GEODE: add missing module.h includeAndres Salomon1-0/+1
2008-03-27x86, cpufreq: fix Speedfreq-SMI call that clobbers ECXStephan Diestelhorst1-15/+24
2008-03-27x86: fix memoryless node oops during bootYinghai Lu1-1/+1
2008-03-27x86: add dmi quirk for io_delayIngo Molnar1-0/+8
2008-03-27x86: convert mtrr/generic.c to kernel-docRandy Dunlap1-19/+23
2008-03-22x86: revert: reserve dma32 early for gartThomas Gleixner2-51/+0
2008-03-21x86: trim mtrr don't close gap for resource allocation.Yinghai Lu3-1/+55
2008-03-21x86: fix reboot problem with Dell Optiplex 745, 0KW626 boardHeinz-Ado Arnolds1-0/+9
2008-03-21x86: fix fault_msg nul terminationJiri Slaby1-1/+1
2008-03-21x86: fix long standing bug with usb after hibernation with 4GB ramPavel Machek1-0/+3
2008-03-21x86: hpet clock enable quirk on nVidia nForce 430Zbigniew Luszpinski1-0/+2
2008-03-21x86: reserve dma32 early for gartYinghai Lu2-0/+51
2008-03-21x86: add the DFF (Desktop Form Factor) Dell Optiplex 745 to the reboot errata...Coleman Kane1-0/+9
2008-03-21x86: tight online check in setup_per_cpu_areasYinghai Lu1-6/+8
2008-03-21x86: fix dma_alloc_pagesYinghai Lu1-5/+0
2008-03-11x86: ia32 syscall restart fixRoland McGrath2-6/+41
2008-03-08x86_64: make ptrace always sign-extend orig_ax to 64 bitsRoland McGrath1-0/+10
2008-03-07x86: re-add reboot fixupsIngo Molnar1-0/+6
2008-03-07x86: fix typo in step.cJan Beulich1-2/+2
2008-03-07x86: fix merge mistake in i387.cJan Beulich1-1/+1
2008-03-07x86: clear DF before calling signal handlerAurelien Jarno2-3/+3
2008-03-05[CPUFREQ] Remove debugging message from e_powersaverDave Jones1-2/+6
2008-03-04x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha1-4/+4
2008-02-29x86: disable BTS ptrace extensions for nowIngo Molnar3-0/+16
2008-02-29x86: delay the export removal of init_mmIngo Molnar1-0/+1
2008-02-29x86: restore vsyscall64 prochandlerThomas Gleixner1-1/+10
2008-02-29x86: tls prevent_tail_callRoland McGrath1-2/+6
2008-02-26x86: fix boot failure on 486 due to TSC breakageMikael Pettersson2-2/+2
2008-02-26x86: make c_idle.work have a static address.Glauber Costa1-1/+1
2008-02-26x86: don't save unreliable stack trace entriesVegard Nossum1-0/+4
2008-02-26x86: don't make swapper_pg_pmd globalAdrian Bunk1-1/+1
2008-02-26x86: don't print a warning when MTRR are blank and running in KVMJoerg Roedel1-2/+6
2008-02-26x86: fix execve with -fstack-protectIngo Molnar2-5/+7
2008-02-26x86: fix vsyscall wreckageThomas Gleixner1-49/+3