You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/arch/x86/kernel
Linus Torvalds dfad53d48e Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip 15 years ago
..
acpi include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
apic Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip 15 years ago
cpu Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip 15 years ago
.gitignore
Makefile x86, apbt: Moorestown APB system timer driver 15 years ago
alternative.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
amd_iommu.c Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent 15 years ago
amd_iommu_init.c Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent 15 years ago
apb_timer.c x86, mrst: Conditionally register cpu hotplug notifier for apbt 15 years ago
aperture_64.c x86/gart: Disable GART explicitly before initialization 15 years ago
apm_32.c x86: Remove trailing spaces in messages 15 years ago
asm-offsets.c
asm-offsets_32.c lguest: optimize by coding restore_flags and irq_enable in assembler. 16 years ago
asm-offsets_64.c tracing: Define NR_syscalls for x86_64 16 years ago
audit_64.c
bios_uv.c Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
bootflag.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
check.c
cpuid.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
crash.c Revert "x86: disable IOMMUs on kernel crash" 15 years ago
crash_dump_32.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
crash_dump_64.c
doublefault_32.c x86: Use get_desc_base() 16 years ago
ds.c percpu: make percpu symbols in x86 unique 15 years ago
ds_selftest.c x86, ds: fix buffer alignment in debug store selftest 16 years ago
ds_selftest.h
dumpstack.c perf: Stop stack frame walking off kernel addresses boundaries 15 years ago
dumpstack.h perf: Fix unsafe frame rewinding with hot regs fetching 15 years ago
dumpstack_32.c perf: Drop useless check for ignored frame 15 years ago
dumpstack_64.c perf/x86-64: Use frame pointer to walk on irq and process stacks 15 years ago
e820.c x86: Make e820_remove_range to handle all covered case 15 years ago
early-quirks.c
early_printk.c x86: earlyprintk: Fix regression to handle serial,ttySn as 1 arg 16 years ago
efi.c x86: Remove trailing spaces in messages 15 years ago
efi_32.c
efi_64.c x86: Make 64-bit efi_ioremap use ioremap on MMIO regions 16 years ago
efi_stub_32.S
efi_stub_64.S
entry_32.S x86, 32-bit: Use same regs as 64-bit for kernel_thread_helper 15 years ago
entry_64.S Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
ftrace.c Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core 15 years ago
head.c
head32.c x86: Make sure free_init_pages() frees pages on page boundary 15 years ago
head64.c x86: Make sure free_init_pages() frees pages on page boundary 15 years ago
head_32.S Merge branch 'master' into percpu 15 years ago
head_64.S tree-wide: Assorted spelling fixes 15 years ago
hpet.c Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip 15 years ago
hw_breakpoint.c Merge branch 'perf/core' into perf/urgent 15 years ago
i386_ksyms_32.c x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y 16 years ago
i387.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
i8237.c
i8253.c x86: Do not unregister PIT clocksource on PIT oneshot setup/shutdown 16 years ago
i8259.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
init_task.c Use new __init_task_data macro in arch init_task.c files. 16 years ago
io_delay.c
ioport.c x86-64, paravirt: Call set_iopl_mask() on 64 bits 15 years ago
irq.c genirq: Convert irq_desc.lock to raw_spinlock 15 years ago
irq_32.c x86: Unify fixup_irqs() for 32-bit and 64-bit kernels 15 years ago
irq_64.c x86: Unify fixup_irqs() for 32-bit and 64-bit kernels 15 years ago
irqinit.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
k8.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
kdebugfs.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
kgdb.c x86,kgdb: Always initialize the hw breakpoint attribute 15 years ago
kprobes.c kprobes/x86: Support kprobes jump optimization on x86 15 years ago
kvm.c KVM guest: do not batch pte updates from interrupt context 16 years ago
kvmclock.c Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
ldt.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
machine_kexec_32.c Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
machine_kexec_64.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
mca_32.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
microcode_amd.c Revert "x86: ucode-amd: Load ucode-patches once ..." 15 years ago
microcode_core.c Revert "x86: ucode-amd: Load ucode-patches once ..." 15 years ago
microcode_intel.c x86: Remove trailing spaces in messages 15 years ago
mmconf-fam10h_64.c x86: Move range related operation to one file 15 years ago
module.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
mpparse.c x86: Handle overlapping mptables 15 years ago
mrst.c x86, mrst: Platform clock setup code 15 years ago
msr.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
olpc.c x86, olpc: Use pci subarch init for OLPC 15 years ago
paravirt-spinlocks.c locking: Convert __raw_spin* functions to arch_spin* 15 years ago
paravirt.c x86, paravirt: Remove kmap_atomic_pte paravirt op. 15 years ago
paravirt_patch_32.c
paravirt_patch_64.c
pci-calgary_64.c tree-wide: Assorted spelling fixes 15 years ago
pci-dma.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
pci-gart_64.c Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent 15 years ago
pci-nommu.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
pci-swiotlb.c x86: Split swiotlb initialization into two stages 15 years ago
pcspeaker.c
pmtimer_64.c
probe_roms_32.c
process.c x86, amd: Restrict usage of c1e_idle() 15 years ago
process_32.c Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
process_64.c x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero 15 years ago
ptrace.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
pvclock.c x86: Fix warning in pvclock.c 16 years ago
quirks.c x86: Disable HPET MSI on ATI SB700/SB800 15 years ago
reboot.c x86: Add iMac9,1 to pci_reboot_dmi_table 15 years ago
reboot_fixups_32.c cs5535: move the DIVIL MSR definition into linux/cs5535.h 15 years ago
relocate_kernel_32.S
relocate_kernel_64.S
rtc.c Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
scx200_32.c
setup.c Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip 15 years ago
setup_percpu.c early_res: Add free_early_partial() 15 years ago
sfi.c SFI: remove unneeded includes 16 years ago
signal.c x86: Merge sys_sigaltstack 15 years ago
smp.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
smpboot.c Merge branch 'master' into export-slabh 15 years ago
stacktrace.c perf events, x86/stacktrace: Make stack walking optional 15 years ago
step.c x86: Use get_desc_base() 16 years ago
sys_i386_32.c Add generic sys_olduname() 15 years ago
sys_x86_64.c improve sys_newuname() for compat architectures 15 years ago
syscall_64.c
syscall_table_32.S Add generic sys_old_mmap() 15 years ago
tboot.c x86, intel_txt: clean up the impact on generic code, unbreak non-x86 16 years ago
tce_64.c
test_nx.c
test_rodata.c
time.c x86: Convert i8259_lock to raw_spinlock 15 years ago
tlb_uv.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
tls.c
tls.h
topology.c
trampoline.c x86: Use find_e820() instead of hard coded trampoline address 15 years ago
trampoline_32.S x86: cpuinit-annotate SMP boot trampolines properly 16 years ago
trampoline_64.S x86: Fix Suspend to RAM freeze on Acer Aspire 1511Lmi laptop 16 years ago
traps.c x86/debug: Clear reserved bits of DR6 in do_debug() 15 years ago
tsc.c Merge branch 'for-next' into for-linus 15 years ago
tsc_sync.c locking: Convert __raw_spin* functions to arch_spin* 15 years ago
uv_irq.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
uv_sysfs.c x86: Remove trailing spaces in messages 15 years ago
uv_time.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
verify_cpu_64.S
visws_quirks.c Merge remote branch 'origin/x86/apic' into x86/mrst 15 years ago
vm86_32.c x86, 32-bit: Convert sys_vm86 & sys_vm86old 15 years ago
vmi_32.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
vmiclock_32.c Merge branch 'for-next' into for-linus 15 years ago
vmlinux.lds.S x86: Make smp_locks end with page alignment 15 years ago
vsmp_64.c
vsyscall_64.c x86: Raise vsyscall priority on hotplug notifier chain 15 years ago
x86_init.c Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
x8664_ksyms_64.c x86-64: Modify copy_user_generic() alternatives mechanism 15 years ago
xsave.c x86, ptrace: regset extensions to support xstate 15 years ago