Cyrill Gorcunov ed4e5ec177 x86: apic - use SET_APIC_DEST_FIELD instead of hardcoded shift 17 years ago
..
acpi 15dd859cac Merge commit 'v2.6.27-rc1' into x86/core 17 years ago
cpu c83d12806b Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core 17 years ago
.gitignore b10e9ad0f1 arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn't be tracked. 17 years ago
Makefile 76c3bb15d6 Merge branch 'linus' into x86/x2apic 17 years ago
alternative.c 2f1dafe50c x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepable 17 years ago
amd_iommu.c 29111f579f Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into for-linus 17 years ago
amd_iommu_init.c 3a61ec387c x86, AMD IOMMU: include amd_iommu_last_bdf in device initialization 17 years ago
aperture_64.c 46a7fa270a x86: make only GART code include gart.h 17 years ago
apic_32.c 881b374705 Merge branch 'x86/apic' into x86/core 17 years ago
apic_64.c ed4e5ec177 x86: apic - use SET_APIC_DEST_FIELD instead of hardcoded shift 17 years ago
apm_32.c d75f65fd24 remove include/linux/pm_legacy.h 17 years ago
asm-offsets.c 9a163ed8e0 i386: move kernel 18 years ago
asm-offsets_32.c d75cd22fdd x86/paravirt: split sysret and sysexit 17 years ago
asm-offsets_64.c a318631686 x86: consolidate header guards 17 years ago
audit_64.c 250c22777f x86_64: move kernel 18 years ago
bios_uv.c 7019cc2dd6 x86 BIOS interface for RTC on SGI UV 17 years ago
bootflag.c 8eed926053 x86: coding style cleanup for kernel/bootflag.c 17 years ago
cpuid.c 3bfd49c8ab device create: x86: convert device_create to device_create_drvdata 17 years ago
crash.c ed23dc6f5b x86: allow machine_crash_shutdown to be replaced 17 years ago
crash_dump_32.c 22124c9999 kmap leak fix for x86_32 kdump 18 years ago
crash_dump_64.c 835c34a168 Delete filenames in comments. 18 years ago
doublefault_32.c ca241c7503 x86: unify tss_struct 17 years ago
ds.c 431ef7a2a4 x86: debug Store - call kfree if only we really need it 17 years ago
e820.c 3c9cb6de1e x86: introduce x86_quirks 17 years ago
early-quirks.c acee709cab Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus 17 years ago
early_printk.c e17ba73b0e x86, generic: mark early_printk as asmlinkage 17 years ago
efi.c f361a450bf x86: introduce max_low_pfn_mapped for 64-bit 17 years ago
efi_32.c 216705d272 x86: fix Intel Mac booting with EFI 17 years ago
efi_64.c ecacf09f7d x86: reserve EFI memory map with reserve_early 17 years ago
efi_stub_32.S 9a163ed8e0 i386: move kernel 18 years ago
efi_stub_64.S 5b83683f32 x86: EFI runtime service support 17 years ago
entry_32.S af0575bba0 i386 syscall audit fast-path 17 years ago
entry_64.S e0a5a5d9b0 x86, 64-bit, dwarf2: push pushes 8 bytes and popf pops 8 17 years ago
ftrace.c 395a59d0f8 ftrace: store mcount address in rec->ip 17 years ago
genapic_64.c d25ae38b7e x86: add apic probe for genapic 64bit - fix 17 years ago
genapic_flat_64.c 10a010f695 Merge branch 'linus' into x86/x2apic 17 years ago
genx2apic_cluster.c d25ae38b7e x86: add apic probe for genapic 64bit - fix 17 years ago
genx2apic_phys.c d25ae38b7e x86: add apic probe for genapic 64bit - fix 17 years ago
genx2apic_uv_x.c 8067794bec Merge branch 'linus' into x86/x2apic 17 years ago
geode_32.c ffe6e1da86 x86, geode: add a VSA2 ID for General Software 17 years ago
head.c 28bb223795 x86: move reserve_setup_data to setup.c 17 years ago
head32.c 0c51a965ed x86: extract common part of head32.c and head64.c into head.c 17 years ago
head64.c 5b09b2876e x86_64: add workaround for no %gs-based percpu 17 years ago
head_32.S 583323b9d2 x86: fix cpu hotplug on 32bit 17 years ago
head_64.S 6596f24223 Revert "x86_64: there's no need to preallocate level1_fixmap_pgt" 17 years ago
hpet.c 7e2a31da85 rtc-cmos: avoid spurious irqs 17 years ago
i386_ksyms_32.c 395a59d0f8 ftrace: store mcount address in rec->ip 17 years ago
i387.c e8a496ac8c x86: fix broken math-emu with lazy allocation of fpu area 17 years ago
i8237.c af5ca3f4ec Driver core: change sysdev classes to use dynamic kobject names 17 years ago
i8253.c 877084fb1c x86: cleanup div_sc() usage 17 years ago
i8259.c d94d93ca5c x64, x2apic/intr-remap: 8259 specific mask/unmask routines 17 years ago
init_task.c f52111b154 [PATCH] take init_files to fs/file.c 17 years ago
io_apic_32.c 881b374705 Merge branch 'x86/apic' into x86/core 17 years ago
io_apic_64.c 881b374705 Merge branch 'x86/apic' into x86/core 17 years ago
io_delay.c d6cd7effcc x86: io delay - add checking for NULL early param 17 years ago
ioport.c bbc1f698a5 x86: Introducing asm/syscalls.h 17 years ago
ipi.c 2907829cd0 X86_SMP: ipi.c declare functions before they get used 17 years ago
irq_32.c cbcd79c2e5 x86: use __page_aligned_data/bss 17 years ago
irq_64.c a2eddfa959 x86: make /proc/stat account for all interrupts 17 years ago
irqinit_32.c 2ae111cdd8 x86: apic interrupts - move assignments to irqinit_32.c, v2 17 years ago
irqinit_64.c 6209ed9d84 x86-64: make BUILD_IRQ() also reset section back 17 years ago
k8.c 250c22777f x86_64: move kernel 18 years ago
kdebugfs.c ae79cdaacb x86: Add a arch directory for x86 under debugfs 17 years ago
kgdb.c f8dfd5ed14 x86: KGDB build fix 17 years ago
kprobes.c ef53d9c5e4 kprobes: improve kretprobe scalability with hashed locking 17 years ago
kvm.c 096d14a3b5 x86: KVM guest: hypercall batching 17 years ago
kvmclock.c 7e37c2998a x86: KVM guest: make kvm_smp_prepare_boot_cpu() static 17 years ago
ldt.c 8d7ccaa545 Merge commit 'v2.6.27-rc3' into x86/prototypes 17 years ago
machine_kexec_32.c 89081d17f7 kexec jump: save/restore device state 17 years ago
machine_kexec_64.c 3ab8352137 kexec jump 17 years ago
mca_32.c 0067cc996e x86: coding style fixes to arch/x86/kernel/mca_32.c 17 years ago
mfgpt_32.c 3703f39965 geode: fix modular build 17 years ago
microcode.c 0bc3cc03fa cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu 17 years ago
mmconf-fam10h_64.c d1097635de x86: move mmconfig declarations to header 17 years ago
module_32.c 9a163ed8e0 i386: move kernel 18 years ago
module_64.c 27ac792ca0 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures 17 years ago
mpparse.c 51ca3c6791 Merge branch 'linus' into x86/core 17 years ago
msr.c 3bfd49c8ab device create: x86: convert device_create to device_create_drvdata 17 years ago
nmi.c acee709cab Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus 17 years ago
numaq_32.c a4dbc34d18 x86: add setup_ioapic_ids for numaq in x86_quirks 17 years ago
olpc.c 3ef0e1f8ca x86: olpc: add One Laptop Per Child architecture support 17 years ago
paravirt.c 10a010f695 Merge branch 'linus' into x86/x2apic 17 years ago
paravirt_patch_32.c d75cd22fdd x86/paravirt: split sysret and sysexit 17 years ago
paravirt_patch_64.c 2be29982a0 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace 17 years ago
pci-calgary_64.c 9b0094f7f2 x86, pci-calgary: fix function declaration 17 years ago
pci-dma.c 8978b74253 generic, x86: fix add iommu_num_pages helper function 17 years ago
pci-gart_64.c 29111f579f Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into for-linus 17 years ago
pci-nommu.c 8d8bb39b9e dma-mapping: add the device argument to dma_mapping_error() 17 years ago
pci-swiotlb_64.c 8d8bb39b9e dma-mapping: add the device argument to dma_mapping_error() 17 years ago
pcspeaker.c 9a163ed8e0 i386: move kernel 18 years ago
pmtimer_64.c 70a2002563 x86: move pmtmr related declarations 17 years ago
probe_roms_32.c a9c1182fbd x86: seperate probe_roms into another file 17 years ago
process.c acee709cab Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus 17 years ago
process_32.c 8d7ccaa545 Merge commit 'v2.6.27-rc3' into x86/prototypes 17 years ago
process_64.c 8d7ccaa545 Merge commit 'v2.6.27-rc3' into x86/prototypes 17 years ago
ptrace.c 4fe702c7e4 X86_32: declare pt_regs_access as unsigned long 17 years ago
pvclock.c 7af192c954 x86: Add structs and functions for paravirt clocksource 17 years ago
quirks.c da6e88f496 Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 years ago
reboot.c 0bc3cc03fa cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu 17 years ago
reboot_fixups_32.c ebdd561a19 x86: constify data in reboot.c 17 years ago
relocate_kernel_32.S 3ab8352137 kexec jump 17 years ago
relocate_kernel_64.S 366932deb3 x86: relocate_kernel - use predefined macroses for page attributes 17 years ago
rtc.c 1da2e3d679 provide rtc_cmos platform device 17 years ago
scx200_32.c 706b7e1573 x86: fix sparse warning in kernel/scx200_32.c 17 years ago
setup.c 51ca3c6791 Merge branch 'linus' into x86/core 17 years ago
setup_percpu.c c83d12806b Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core 17 years ago
sigframe.h 123a63476c x86: move struct definitions to unifed sigframe.h 17 years ago
signal_32.c 8d7ccaa545 Merge commit 'v2.6.27-rc3' into x86/prototypes 17 years ago
signal_64.c c83d12806b Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core 17 years ago
smp.c 5e374fb626 generic-ipi: fixlet 17 years ago
smpboot.c c83d12806b Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core 17 years ago
smpcommon.c 3b16cf8748 x86: convert to generic helpers for IPI function calls 17 years ago
stacktrace.c 8594698ebd stacktrace: fix modular build, export print_stack_trace and save_stack_trace 17 years ago
step.c 380fdd7585 x86 ptrace: user-sets-TF nits 17 years ago
summit_32.c e8c48efdb9 x86: mach_summit to summit 17 years ago
sys_i386_32.c bbc1f698a5 x86: Introducing asm/syscalls.h 17 years ago
sys_x86_64.c bbc1f698a5 x86: Introducing asm/syscalls.h 17 years ago
syscall_64.c a318631686 x86: consolidate header guards 17 years ago
syscall_table_32.S 9fe5ad9c8c flag parameters add-on: remove epoll_create size param 17 years ago
tce_64.c 6619a8fb59 x86: Create clflush() inline, remove hardcoded wbinvd 18 years ago
test_nx.c 0054f4b708 x86: Explicitly include required header files. 17 years ago
test_rodata.c 7bfeab9af9 x86: include proper prototypes for rodata_test 17 years ago
time_32.c cc0384917b x86: time_XX.c declare functions before they get used 17 years ago
time_64.c 8fbbc4b45c x86: merge tsc_init and clocksource code 17 years ago
tlb_32.c 15c8b6c1aa on_each_cpu(): kill unused 'retry' parameter 17 years ago
tlb_64.c 1a781a777b Merge branch 'generic-ipi' into generic-ipi-for-linus 17 years ago
tlb_uv.c e7eb8726d0 x86, SGI UV: uv_ptc_proc_write fix 17 years ago
tls.c bbc1f698a5 x86: Introducing asm/syscalls.h 17 years ago
tls.h 4c79a2d8e5 x86: x86 user_regset TLS 17 years ago
topology.c 177c7715cd x86: fix section mismatch warning in topology.c:arch_register_cpu 17 years ago
trampoline.c a4c81cf684 x86: extend e820 ealy_res support 32bit 17 years ago
trampoline_32.S 4c01f23bdb x86: trampoline_32.S - switch to .cpuinit.data 17 years ago
trampoline_64.S e44b7b7525 x86: move suspend wakeup code to C 17 years ago
traps_32.c 6ac8d51f01 x86: introducing asm-x86/traps.h 17 years ago
traps_64.c 6ffac1e90a x64, fpu: fix possible FPU leakage in error conditions 17 years ago
tsc.c 431ceb83f7 x86: fix TSC build error on 32bit 17 years ago
tsc_sync.c ad8ca495bd x86: add warning to check_tsc_warp() 17 years ago
verify_cpu_64.S 250c22777f x86_64: move kernel 18 years ago
visws_quirks.c 3c9cb6de1e x86: introduce x86_quirks 17 years ago
vm86_32.c bbc1f698a5 x86: Introducing asm/syscalls.h 17 years ago
vmi_32.c 51ca3c6791 Merge branch 'linus' into x86/core 17 years ago
vmiclock_32.c e93ef949fd x86: rename paravirtualized TSC functions 17 years ago
vmlinux.lds.S 9a163ed8e0 i386: move kernel 18 years ago
vmlinux_32.lds.S d18bb9a548 Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 years ago
vmlinux_64.lds.S d18bb9a548 Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 17 years ago
vsmp_64.c eef8f871d8 x86: vsmp_64 add missing includes 17 years ago
vsyscall_64.c 1a781a777b Merge branch 'generic-ipi' into generic-ipi-for-linus 17 years ago
x8664_ksyms_64.c 5806b81ac1 Merge branch 'auto-ftrace-next' into tracing/for-linus 17 years ago