..
acpi
x86: Fix various typos in comments
2018-12-03 10:49:13 +01:00
apic
x86/kernel: Fix more -Wmissing-prototypes warnings
2018-12-08 12:24:35 +01:00
cpu
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2019-02-10 09:57:42 -08:00
fpu
Remove 'type' argument from access_ok() function
2019-01-03 18:57:57 -08:00
kprobes
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2018-12-26 17:03:51 -08:00
.gitignore
alternative.c
amd_gart_64.c
x86/amd_gart: fix unmapping of non-GART mappings
2019-01-05 08:27:32 +01:00
amd_nb.c
x86/amd_nb: Add PCI device IDs for family 17h, model 30h
2018-11-07 21:36:09 +01:00
apb_timer.c
aperture_64.c
x86/gart: Rewrite early_gart_iommu_check() comment
2018-11-05 21:18:31 +01:00
apm_32.c
asm-offsets_32.c
asm-offsets_64.c
asm-offsets.c
x86/kernel: Fix more -Wmissing-prototypes warnings
2018-12-08 12:24:35 +01:00
audit_64.c
bootflag.c
check.c
x86/headers: Fix -Wmissing-prototypes warning
2018-11-23 07:59:59 +01:00
cpuid.c
crash_dump_32.c
crash_dump_64.c
x86: Fix various typos in comments
2018-12-03 10:49:13 +01:00
crash.c
x86/kexec: Fix a kexec_file_load() failure
2019-01-15 12:12:50 +01:00
devicetree.c
x86/headers: Fix -Wmissing-prototypes warning
2018-11-23 07:59:59 +01:00
doublefault.c
dumpstack_32.c
dumpstack_64.c
dumpstack.c
e820.c
memblock: stop using implicit alignment to SMP_CACHE_BYTES
2018-10-31 08:54:16 -07:00
early_printk.c
early-quirks.c
ebda.c
eisa.c
espfix_64.c
ftrace_32.S
ftrace_64.S
x86/ftrace: Do not call function graph from dynamic trampolines
2018-12-19 22:43:37 -05:00
ftrace.c
x86/ftrace: Do not call function graph from dynamic trampolines
2018-12-19 22:43:37 -05:00
head32.c
x86/boot: Mostly revert commit ae7e1238e6
("Add ACPI RSDP address to setup_header")
2018-11-20 09:43:10 +01:00
head64.c
x86/boot: Mostly revert commit ae7e1238e6
("Add ACPI RSDP address to setup_header")
2018-11-20 09:43:10 +01:00
head_32.S
head_64.S
xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
2018-12-13 13:41:49 -05:00
hpet.c
x86/hpet: Remove unused FSEC_PER_NSEC define
2018-12-04 12:17:21 +01:00
hw_breakpoint.c
i8237.c
i8253.c
i8259.c
idt.c
ima_arch.c
x86/ima: retry detecting secure boot mode
2018-12-11 07:19:45 -05:00
io_delay.c
ioport.c
irq_32.c
irq_64.c
irq_work.c
irq.c
irqflags.S
irqinit.c
itmt.c
jailhouse.c
x86/headers: Fix -Wmissing-prototypes warning
2018-11-23 07:59:59 +01:00
jump_label.c
jump_label: move 'asm goto' support test to Kconfig
2019-01-06 09:46:51 +09:00
kdebugfs.c
kexec-bzimage64.c
x86/kexec: Don't setup EFI info if EFI runtime is not enabled
2019-02-01 18:18:54 +01:00
kgdb.c
kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops
2018-12-30 08:33:06 +00:00
ksysfs.c
kvm.c
KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal error
2019-01-25 19:11:33 +01:00
kvmclock.c
x86/kvmclock: convert to SPDX identifiers
2018-12-21 11:28:25 +01:00
ldt.c
x86/ldt: Remove unused variable in map_ldt_struct()
2018-11-06 21:35:11 +01:00
livepatch.c
machine_kexec_32.c
machine_kexec_64.c
Makefile
jump_label: move 'asm goto' support test to Kconfig
2019-01-06 09:46:51 +09:00
mmconf-fam10h_64.c
module.c
mpparse.c
mm: remove include/linux/bootmem.h
2018-10-31 08:54:16 -07:00
msr.c
x86: Clean up 'sizeof x' => 'sizeof(x)'
2018-10-29 07:13:28 +01:00
nmi_selftest.c
nmi.c
paravirt_patch_32.c
x86/paravirt: Remove unused _paravirt_ident_32
2018-10-30 09:55:31 +01:00
paravirt_patch_64.c
x86/paravirt: Remove unused _paravirt_ident_32
2018-10-30 09:55:31 +01:00
paravirt-spinlocks.c
paravirt.c
x86/paravirt: Remove unused _paravirt_ident_32
2018-10-30 09:55:31 +01:00
pci-calgary_64.c
x86/calgary: remove the mapping_error dma_map_ops method
2018-12-06 06:56:46 -08:00
pci-dma.c
dma-mapping: bypass indirect calls for dma-direct
2018-12-13 21:06:18 +01:00
pci-iommu_table.c
pci-swiotlb.c
dma-direct: merge swiotlb_dma_ops into the dma_direct code
2018-12-13 21:06:17 +01:00
pcspeaker.c
perf_regs.c
platform-quirks.c
pmem.c
probe_roms.c
process_32.c
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2018-12-26 17:37:51 -08:00
process_64.c
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2018-12-26 18:08:18 -08:00
process.c
Linux 4.20-rc5
2018-12-03 10:47:53 +01:00
process.h
x86/speculation: Change misspelled STIPB to STIBP
2018-12-06 11:49:15 +01:00
ptrace.c
x86/fsgsbase/64: Fix the base write helper functions
2018-12-18 14:26:09 +01:00
pvclock.c
mm: remove include/linux/bootmem.h
2018-10-31 08:54:16 -07:00
quirks.c
x86/headers: Fix -Wmissing-prototypes warning
2018-11-23 07:59:59 +01:00
reboot_fixups_32.c
reboot.c
relocate_kernel_32.S
relocate_kernel_64.S
resource.c
rtc.c
setup_percpu.c
mm: remove include/linux/bootmem.h
2018-10-31 08:54:16 -07:00
setup.c
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
2019-01-05 13:25:58 -08:00
signal_compat.c
signal.c
Remove 'type' argument from access_ok() function
2019-01-03 18:57:57 -08:00
smp.c
smpboot.c
x86/topology: Use total_cpus for max logical packages calculation
2018-12-18 13:38:37 +01:00
stacktrace.c
Remove 'type' argument from access_ok() function
2019-01-03 18:57:57 -08:00
step.c
sys_x86_64.c
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
2018-11-01 12:59:25 +01:00
sysfb_efi.c
x86/kernel: Fix more -Wmissing-prototypes warnings
2018-12-08 12:24:35 +01:00
sysfb_simplefb.c
sysfb.c
tboot.c
iommu/vtd: Cleanup dma_remapping.h header
2018-11-12 14:22:56 +01:00
tce_64.c
mm: remove include/linux/bootmem.h
2018-10-31 08:54:16 -07:00
time.c
tls.c
tls.h
topology.c
trace_clock.c
tracepoint.c
x86/kernel: Fix more -Wmissing-prototypes warnings
2018-12-08 12:24:35 +01:00
traps.c
x86/traps: Use format string with panic() call
2018-10-29 07:19:26 +01:00
tsc_msr.c
tsc_sync.c
tsc.c
x86/tsc: Make calibration refinement more robust
2018-11-06 21:53:15 +01:00
umip.c
unwind_frame.c
unwind_guess.c
unwind_orc.c
uprobes.c
verify_cpu.S
vm86_32.c
Remove 'type' argument from access_ok() function
2019-01-03 18:57:57 -08:00
vmlinux.lds.S
vsmp_64.c
x86/vsmp: Remove dependency on pv_irq_ops
2018-11-06 21:35:11 +01:00
x86_init.c