..
acpi
x86: move suspend wakeup code to C
17 years ago
cpu
x86: move apic declarations to mach_apic.h
17 years ago
.gitignore
…
Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
17 years ago
alternative.c
x86: fix test_poke for vmalloced pages
17 years ago
aperture_64.c
x86: clean up aperture_64.c
17 years ago
apic_32.c
x86: move up & smp variables to setup.c
17 years ago
apic_64.c
x86: move up & smp variables to setup.c
17 years ago
apm_32.c
x86: switch to proc_create()
17 years ago
asm-offsets.c
…
asm-offsets_32.c
x86: move struct definitions to unifed sigframe.h
17 years ago
asm-offsets_64.c
x86: add asm_offset PARAVIRT constants
17 years ago
audit_64.c
…
bootflag.c
x86: coding style cleanup for kernel/bootflag.c
17 years ago
bugs_64.c
x86: don't use large pages to map the first 2/4MB of memory
17 years ago
cpuid.c
x86: cpuid, msr: use inode mutex instead of big kernel lock
17 years ago
crash.c
x86: move ipi definitions to mach_ipi.h
17 years ago
crash_dump_32.c
…
crash_dump_64.c
…
doublefault_32.c
x86: unify tss_struct
17 years ago
ds.c
x86: debug Store - call kfree if only we really need it
17 years ago
e820_32.c
x86: reserve end-of-conventional-memory to 1MB on 32-bit
17 years ago
e820_64.c
x86: move suspend wakeup code to C
17 years ago
early-quirks.c
x86: fix section mismatch warning in early-quirks.c
17 years ago
early_printk.c
x86: coding style fixes to x86/kernel/early_printk.c
17 years ago
efi.c
x86: sparse warning in efi.c
17 years ago
efi_32.c
x86: sparse error in efi_32.c
17 years ago
efi_64.c
x86: EFI runtime code mapping enhancement
17 years ago
efi_stub_32.S
…
efi_stub_64.S
x86: EFI runtime service support
17 years ago
entry_32.S
x86: entry_32.S - use flags from processor-flags.h
17 years ago
entry_64.S
x86: ptrace vs -ENOSYS
17 years ago
genapic_64.c
x86: move x86_cpu_to_apicid_init to smpboot.c
17 years ago
genapic_flat_64.c
x86: use cpumask_of_cpu()
17 years ago
genx2apic_uv_x.c
x86: support for new UV apic
17 years ago
geode_32.c
x86: GEODE: MFGPT: Use "just-in-time" detection for the MFGPT timers
17 years ago
head32.c
x86: introduce kernel/head32.c
17 years ago
head64.c
x86: don't set up early exception handlers for external interrupts
17 years ago
head_32.S
x86: introduce kernel/head32.c
17 years ago
head_64.S
x86: move suspend wakeup code to C
17 years ago
hpet.c
x86: revert assign IRQs to hpet timer
17 years ago
i386_ksyms_32.c
Generic semaphore implementation
17 years ago
i387.c
x86: clean up i387.c
17 years ago
i8237.c
…
i8253.c
x86: pit_clockevent can be static
17 years ago
i8259_32.c
x86: i8259A: remove redundant irq_descinitialization
17 years ago
i8259_64.c
x86: provide a native_init_IRQ function on 64-bit
17 years ago
init_task.c
x86: delay the export removal of init_mm
17 years ago
io_apic_32.c
x86: remove unnecessary tmp local variable
17 years ago
io_apic_64.c
x86: use cpumask_of_cpu()
17 years ago
io_delay.c
x86: add dmi quirk for io_delay
17 years ago
ioport.c
x86: refactor ioport unification
17 years ago
ipi.c
x86: create ipi.c
17 years ago
irq_32.c
x86: replace remaining __FUNCTION__ occurances
17 years ago
irq_64.c
x86: rename the struct pt_regs members for 32/64-bit consistency
17 years ago
k8.c
…
kdebugfs.c
x86 boot : export boot_params via debugfs for debugging
17 years ago
kgdb.c
x86: kgdb build fix
17 years ago
kprobes.c
x86: replace most VM86 flags with flags from processor-flags.h
17 years ago
ldt.c
x86: cleanup - eliminate numbers in LDT allocation code
17 years ago
machine_kexec_32.c
vmcoreinfo: fix the configuration dependencies
17 years ago
machine_kexec_64.c
vmcoreinfo: add the symbol "phys_base"
17 years ago
mca_32.c
x86: coding style fixes to arch/x86/kernel/mca_32.c
17 years ago
mfgpt_32.c
x86: GEODE: add missing module.h include
17 years ago
microcode.c
x86: microcode: show results on success too
17 years ago
module_32.c
…
module_64.c
…
mpparse.c
x86: print out buggy mptable
17 years ago
msr.c
x86: coding style fixes to arch/x86/kernel/msr.c
17 years ago
nmi_32.c
x86: fix ioapic bug again
17 years ago
nmi_64.c
x86: wipe get_nmi_reason out of nmi_64.h
17 years ago
numaq_32.c
x86: convert TSC disabling to generic cpuid disable bitmap
17 years ago
paravirt.c
x86: paravirt_ops: don't steal memory resources in paravirt_disable_iospace
17 years ago
paravirt_patch_32.c
x86: move patching code to arch-specific file.
17 years ago
paravirt_patch_64.c
x86: add stringify header
17 years ago
pci-calgary_64.c
iommu sg: x86: convert calgary IOMMU to use the IOMMU helper
17 years ago
pci-dma_32.c
…
pci-dma_64.c
x86 iommu: add more documentation
17 years ago
pci-gart_64.c
x86, agpgart: scary messages are fortunately obsolete
17 years ago
pci-nommu_64.c
…
pci-swiotlb_64.c
…
pcspeaker.c
…
pmtimer_64.c
…
process_32.c
x86: improve default idle
17 years ago
process_64.c
x86: improve default idle
17 years ago
ptrace.c
x86: regparm(3) is mandatory, no need to annotate
17 years ago
quirks.c
x86: hpet clock enable quirk on nVidia nForce 430
17 years ago
reboot.c
x86: use cpu_online()
17 years ago
reboot_fixups_32.c
x86: add the RDC machine specific reboot fixup
17 years ago
relocate_kernel_32.S
x86: relocate_kernel - use predefined macroses for page attributes
17 years ago
relocate_kernel_64.S
x86: relocate_kernel - use predefined macroses for page attributes
17 years ago
rtc.c
x86: fix cmos read and write to not use inb_p and outb_p
17 years ago
scx200_32.c
x86: fix sparse warning in kernel/scx200_32.c
17 years ago
setup.c
x86: move up & smp variables to setup.c
17 years ago
setup64.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
17 years ago
setup_32.c
Firmware: add iSCSI iBFT Support
17 years ago
setup_64.c
Firmware: add iSCSI iBFT Support
17 years ago
sigframe.h
x86: move struct definitions to unifed sigframe.h
17 years ago
signal_32.c
x86: replace most VM86 flags with flags from processor-flags.h
17 years ago
signal_64.c
x86: remove DEBUG_SIG
17 years ago
smp.c
x86: move ipi definitions to mach_ipi.h
17 years ago
smpboot.c
x86: standalone trampoline code
17 years ago
smpcommon.c
x86: create smpcommon.c
17 years ago
smpcommon_32.c
x86: create smpcommon.c
17 years ago
srat_32.c
x86: replace remaining __FUNCTION__ occurances
17 years ago
stacktrace.c
x86: don't save unreliable stack trace entries
17 years ago
step.c
x86: prevent unconditional writes to DebugCtl MSR
17 years ago
summit_32.c
x86: move mp_bus_id_to_node to numa.c
17 years ago
sys_i386_32.c
…
sys_x86_64.c
x86: PIE executable randomization, checkpatch fixes
17 years ago
syscall_64.c
x86: coding style fixes to arch/x86/kernel/syscall_64.c
17 years ago
syscall_table_32.S
timerfd: wire the new timerfd API to the x86 family
17 years ago
tce_64.c
…
test_nx.c
x86: Explicitly include required header files.
17 years ago
test_rodata.c
x86: include proper prototypes for rodata_test
17 years ago
time_32.c
x86: rename the struct pt_regs members for 32/64-bit consistency
17 years ago
time_64.c
time: fix typo in comments
17 years ago
tlb_32.c
x86: create tlb files
17 years ago
tlb_64.c
x86: move ipi definitions to mach_ipi.h
17 years ago
tls.c
asmlinkage_protect replaces prevent_tail_call
17 years ago
tls.h
x86: x86 user_regset TLS
17 years ago
topology.c
x86: fix section mismatch warning in topology.c:arch_register_cpu
17 years ago
trampoline.c
x86: standalone trampoline code
17 years ago
trampoline_32.S
x86: remove misleading comments in trampoline_*.S
17 years ago
trampoline_64.S
x86: move suspend wakeup code to C
17 years ago
traps_32.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
17 years ago
traps_64.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
17 years ago
tsc_32.c
x86: set_cyc2ns_scale() remove prev scale
17 years ago
tsc_64.c
x86: set_cyc2ns_scale() remove prev scale
17 years ago
tsc_sync.c
x86: add warning to check_tsc_warp()
17 years ago
verify_cpu_64.S
…
vm86_32.c
x86: replace most VM86 flags with flags from processor-flags.h
17 years ago
vmi_32.c
x86: VMI fix
17 years ago
vmiclock_32.c
x86: isolate PIC/PIT in/out calls
17 years ago
vmlinux.lds.S
…
vmlinux_32.lds.S
x86: use ELF section to list CPU vendor specific code
17 years ago
vmlinux_64.lds.S
x86: use ELF section to list CPU vendor specific code
17 years ago
vsmp_64.c
x86: clean up vSMP detection
17 years ago
vsyscall_64.c
x86: restore vsyscall64 prochandler
17 years ago
x8664_ksyms_64.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
17 years ago