summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-04-17x86: add a crc32 checksum to the kernel image.Ian Campbell1-1/+87
2008-04-17x86: use ELF format in compressed images.Ian Campbell4-1/+77
2008-04-17x86: define DEBUG_SIG in signal_64.cHarvey Harrison1-6/+6
2008-04-17x86: Unify argument names in signal_32|64.cHarvey Harrison2-8/+9
2008-04-17x86: move struct definitions to unifed sigframe.hHarvey Harrison4-14/+13
2008-04-17x86: use sizeof(long) to unify signal_32|64.cHarvey Harrison2-7/+6
2008-04-17x86: Use FIX_EFLAGS define in X86_64Harvey Harrison2-6/+24
2008-04-17x86: reduce trivial style differences in signal_32|64.cHarvey Harrison2-56/+55
2008-04-17x86: regparm(3) is mandatory, no need to annotateHarvey Harrison2-2/+0
2008-04-17x86: make X86_32 pt_regs members unsigned longHarvey Harrison1-2/+2
2008-04-17x86: change most X86_32 pt_regs members to unsigned longHarvey Harrison2-5/+4
2008-04-17x86: enable ACPI extended century handling for 32bitAndi Kleen1-3/+2
2008-04-17x86: add warning when RTC clock reports binaryAndi Kleen1-2/+5
2008-04-17x86: use year 2000 offset for cmos clockAndi Kleen1-11/+4
2008-04-17x86: clean up find_e820_area(), 64-bitYinghai Lu1-10/+12
2008-04-17x86: do kernel direct mapping at boot using GB pagesAndi Kleen1-5/+24
2008-04-17x86: add gbpages switchesIngo Molnar2-0/+32
2008-04-17x86: clean up the page table dumper and add 32-bit supportH. Peter Anvin3-126/+179
2008-04-17x86: add code to dump the (kernel) page tables for visual inspection by kerne...Arjan van de Ven3-0/+314
2008-04-17x86: unify arch/x86/mm/MakefileH. Peter Anvin3-20/+12
2008-04-17x86: add debug info to DEBUG_PAGEALLOCThomas Gleixner1-0/+41
2008-04-17x86 vDSO: don't map 32-bit vdso when disabledRoland McGrath1-0/+3
2008-04-17x86 vDSO: don't use disabled vDSO for signal trampolineRoland McGrath2-2/+2
2008-04-17x86: increase the kernel text limit to 512 MBIngo Molnar1-2/+2
2008-04-17x86: check vmlinux limits, 64-bitIngo Molnar3-4/+19
2008-04-17x86, pci: fix off-by-one errors in some pirq warningsBjörn Steinbrink1-6/+6
2008-04-15acpi: unneccessary to scan the PCI bus already scannedyakui.zhao@intel.com1-2/+15
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath1-2/+2
2008-04-10x86: Simplify cpu_idle_waitVenki Pallipadi2-72/+22
2008-04-09pop 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-06Fix 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-04xen: Clear PG_pinned in release_{pt,pd}()Mark McLoughlin1-0/+1
2008-04-04xen: Do not pin/unpin PMD pagesMark McLoughlin1-3/+2
2008-04-04xen: refactor xen_{alloc,release}_{pt,pd}()Mark McLoughlin3-14/+27
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-03x86 ptrace: avoid unnecessary wrmsrRoland McGrath1-4/+7
2008-04-02vmcoreinfo: add the symbol "phys_base"Ken'ichi Ohmichi1-0/+1
2008-03-28Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEMAndrew Morton1-3/+3
2008-03-28lguest: comment documentation update.Rusty Russell2-50/+73
2008-03-27x86: prefetch fix #2Ingo Molnar1-7/+4
2008-03-27xen: fix UP setup of shared_infoJeremy Fitzhardinge1-20/+25
2008-03-27xen: fix RMW when unmasking eventsJeremy Fitzhardinge2-3/+8
2008-03-27x86: stricter check in follow_huge_addr()Christoph Lameter1-1/+1
2008-03-27rdc321x: GPIO routines bugfixesFlorian Fainelli2-48/+153