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 756300983f Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
..
acpi Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 15 years ago
apic x86: es7000_32.c: Use pr_<level> and add pr_fmt(fmt) 15 years ago
cpu Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
.gitignore
Makefile Merge commit 'perf/core' into perf/hw-breakpoint 16 years ago
alternative.c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
amd_iommu.c Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
amd_iommu_init.c Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
aperture_64.c x86: Handle HW IOMMU initialization failure gracefully 15 years ago
apm_32.c x86: Remove BKL from apm_32 16 years ago
asm-offsets.c
asm-offsets_32.c
asm-offsets_64.c tracing: Define NR_syscalls for x86_64 16 years ago
audit_64.c
bios_uv.c
bootflag.c
check.c
cpuid.c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
crash.c x86: Use x86_platform for iommu_shutdown 15 years ago
crash_dump_32.c x86: crash_dump: Fix non-pae kdump kernel memory accesses 15 years ago
crash_dump_64.c
doublefault_32.c
ds.c
ds_selftest.c
ds_selftest.h
dumpstack.c x86: use kernel_stack_pointer() in dumpstack.c 16 years ago
dumpstack.h
dumpstack_32.c x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other details 15 years ago
dumpstack_64.c Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
e820.c pci: increase alignment to make more space for hidden code 16 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: Make EFI RTC function depend on 32bit again 15 years ago
efi_32.c
efi_64.c
efi_stub_32.S
efi_stub_64.S
entry_32.S Merge branch 'perf/core' into perf/probes 16 years ago
entry_64.S Merge branch 'perf-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 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
geode_32.c
head.c
head32.c x86: Add Moorestown early detection 16 years ago
head64.c x86: Add early platform detection 16 years ago
head_32.S x86-32: Use symbolic constants, safer CPUID when enabling EFER.NX 15 years ago
head_64.S Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
hpet.c x86: hpet: Make WARN_ON understandable 15 years ago
hw_breakpoint.c hw-breakpoints: Use overflow handler instead of the event callback 15 years ago
i386_ksyms_32.c x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y 16 years ago
i387.c
i8237.c
i8253.c x86: Do not unregister PIT clocksource on PIT oneshot setup/shutdown 16 years ago
i8259.c
init_task.c Use new __init_task_data macro in arch init_task.c files. 16 years ago
io_delay.c
ioport.c
irq.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
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 x86: UV RTC: Rename generic_interrupt to x86_platform_ipi 16 years ago
k8.c
kdebugfs.c
kgdb.c kgdb,x86: do not set kgdb_single_step on x86 15 years ago
kprobes.c Merge branch 'for-next' into for-linus 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 cpumask: use mm_cpumask() wrapper: x86 16 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
mca_32.c
mfgpt_32.c
microcode_amd.c arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix 15 years ago
microcode_core.c arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix 15 years ago
microcode_intel.c arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix 15 years ago
mmconf-fam10h_64.c
module.c
mpparse.c x86: Move find_smp_config() earlier and avoid bootmem usage 15 years ago
mrst.c x86: Add Moorestown early detection 16 years ago
msr.c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
olpc.c
paravirt-spinlocks.c
paravirt.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
paravirt_patch_32.c
paravirt_patch_64.c
pci-calgary_64.c x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the PCI tree 15 years ago
pci-dma.c x86: Kill bad_dma_address variable 15 years ago
pci-gart_64.c x86: gart: Clean up the code a bit 15 years ago
pci-nommu.c x86: Kill bad_dma_address variable 15 years ago
pci-swiotlb.c x86: Fix iommu=soft boot option 15 years ago
pcspeaker.c
pmtimer_64.c
probe_roms_32.c
process.c x86: Print DMI_BOARD_NAME as well as DMI_PRODUCT_NAME from __show_regs() 15 years ago
process_32.c x86: Factor duplicated code out of __show_regs() into show_regs_common() 15 years ago
process_64.c x86: Factor duplicated code out of __show_regs() into show_regs_common() 15 years ago
ptrace.c hw-breakpoints: Modify breakpoints without unregistering them 15 years ago
pvclock.c
quirks.c x86: AMD Northbridge: Verify NB's node is online 15 years ago
reboot.c Merge branch 'linus' into x86/urgent 15 years ago
reboot_fixups_32.c x86/reboot: Add pci_dev_put in reboot_fixup_32.c for consistency 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-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
setup_percpu.c x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt) 15 years ago
sfi.c SFI: remove unneeded includes 16 years ago
signal.c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm 15 years ago
smp.c Revert "x86, timers: Check for pending timers after (device) interrupts" 16 years ago
smpboot.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 15 years ago
stacktrace.c
step.c
sys_i386_32.c Unify sys_mmap* 15 years ago
sys_x86_64.c Unify sys_mmap* 15 years ago
syscall_64.c
syscall_table_32.S Unify sys_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: fix kernel panic on 32 bits when profiling 16 years ago
tlb_uv.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
tls.c
tls.h
topology.c
trampoline.c x86: Fix Suspend to RAM freeze on Acer Aspire 1511Lmi laptop 16 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 Merge commit 'perf/core' into perf/hw-breakpoint 16 years ago
tsc.c Merge branch 'linus' into x86/urgent 16 years ago
tsc_sync.c x86: Limit number of per cpu TSC sync messages 15 years ago
uv_irq.c x86, apic: Move SGI UV functionality out of generic IO-APIC code 16 years ago
uv_sysfs.c
uv_time.c x86: UV RTC: Always enable RTC clocksource 15 years ago
verify_cpu_64.S
visws_quirks.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
vm86_32.c
vmi_32.c x86, vmi: Mark VMI deprecated and schedule it for removal 16 years ago
vmiclock_32.c x86: vmiclock: Fix printk format 15 years ago
vmlinux.lds.S Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
vsmp_64.c
vsyscall_64.c Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
x86_init.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
x8664_ksyms_64.c x86: Add missing might_fault() checks to copy_{to,from}_user() 15 years ago
xsave.c