.. |
acpi
|
2b85b3d229
x86/acpi: Restore the order of CPU IDs
|
8 years ago |
apic
|
2b85b3d229
x86/acpi: Restore the order of CPU IDs
|
8 years ago |
cpu
|
49ec8f5b6a
x86/intel_rdt: Put group node in rdtgroup_kn_unlock
|
8 years ago |
fpu
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
kprobes
|
c3abcabe81
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
.gitignore
|
b10e9ad0f1
arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn't be tracked.
|
17 years ago |
Makefile
|
2959a5f726
mm: add arch-independent testcases for RODATA
|
8 years ago |
alternative.c
|
34bfab0eaf
x86/alternatives: Do not use sync_core() to serialize I$
|
8 years ago |
amd_gart_64.c
|
b17b01533b
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
|
8 years ago |
amd_nb.c
|
ddfe43cdc0
x86/amd_nb: Add SMN and Indirect Data Fabric access for AMD Fam17h
|
8 years ago |
apb_timer.c
|
3ddc76dfc7
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
aperture_64.c
|
4cc7ecb7f2
param: convert some "on"/"off" users to strtobool
|
9 years ago |
apm_32.c
|
32ef5517c2
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
|
8 years ago |
asm-offsets.c
|
de8cb45862
efi: Get and store the secure boot status
|
8 years ago |
asm-offsets_32.c
|
0100301bfd
sched/x86: Rewrite the switch_to() code
|
9 years ago |
asm-offsets_64.c
|
dd0fd8bca1
x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64
|
8 years ago |
audit_64.c
|
27d6ec7ad6
x86: hook up execveat system call
|
10 years ago |
bootflag.c
|
1206f53589
x86: don't use module_init for non-modular core bootflag code
|
10 years ago |
check.c
|
8d58b66ed2
Merge tag 'v4.2-rc8' into x86/mm, before applying new changes
|
10 years ago |
cpuid.c
|
e71c3978d6
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
crash.c
|
ec2b9bfaac
kexec_file: Change kexec_add_buffer to take kexec_buf as argument.
|
8 years ago |
crash_dump_32.c
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
crash_dump_64.c
|
93a72052be
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn
|
14 years ago |
devicetree.c
|
93984fbd4e
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
|
9 years ago |
doublefault.c
|
b17b01533b
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
|
8 years ago |
dumpstack.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
dumpstack_32.c
|
b17b01533b
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
|
8 years ago |
dumpstack_64.c
|
b17b01533b
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
|
8 years ago |
e820.c
|
c19a5f35e3
x86/e820/32: Fix e820_search_gap() error handling on x86-32
|
8 years ago |
early-quirks.c
|
6b25e21fa6
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
|
9 years ago |
early_printk.c
|
6a6256f9e0
x86: Fix misspellings in comments
|
9 years ago |
ebda.c
|
6a79296cb1
x86/boot: Simplify EBDA-vs-BIOS reservation logic
|
9 years ago |
espfix_64.c
|
a3a9a59d20
x86: get rid of superfluous __GFP_REPEAT
|
9 years ago |
ftrace.c
|
8a1115ff6b
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
|
8 years ago |
head32.c
|
1e620f9b23
x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C
|
8 years ago |
head64.c
|
be3606ff73
x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
|
8 years ago |
head_32.S
|
1e620f9b23
x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C
|
8 years ago |
head_64.S
|
31dcfec11f
x86/boot/64: Push correct start_cpu() return address
|
8 years ago |
hpet.c
|
bb1a2c2616
x86/hpet: Prevent might sleep splat on resume
|
8 years ago |
hw_breakpoint.c
|
186f43608a
x86/kernel: Audit and remove any unnecessary uses of module.h
|
9 years ago |
i8237.c
|
f3c6ea1b06
x86: Use syscore_ops instead of sysdev classes and sysdevs
|
14 years ago |
i8253.c
|
186f43608a
x86/kernel: Audit and remove any unnecessary uses of module.h
|
9 years ago |
i8259.c
|
8c058b0b9c
x86/irq: Probe for PIC presence before allocating descs for legacy IRQs
|
10 years ago |
io_delay.c
|
186f43608a
x86/kernel: Audit and remove any unnecessary uses of module.h
|
9 years ago |
ioport.c
|
2d62e0768d
Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
|
8 years ago |
irq.c
|
c4158ff536
x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers
|
8 years ago |
irq_32.c
|
186f43608a
x86/kernel: Audit and remove any unnecessary uses of module.h
|
9 years ago |
irq_64.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
irq_work.c
|
c4158ff536
x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers
|
8 years ago |
irqinit.c
|
a782a7e46b
x86/irq: Store irq descriptor in vector array
|
10 years ago |
itmt.c
|
02cfdc95a0
sched/x86: Remove unnecessary TBM3 check to update topology
|
8 years ago |
jump_label.c
|
6e03f66c00
locking/jump_labels: Update bug_at() boot message
|
8 years ago |
kdebugfs.c
|
10bce84106
x86/kdebugfs: Move boot params hierarchy under (debugfs)/x86/
|
8 years ago |
kexec-bzimage64.c
|
ec2b9bfaac
kexec_file: Change kexec_add_buffer to take kexec_buf as argument.
|
8 years ago |
kgdb.c
|
7b32aeadbc
sched/x86: Add 'struct inactive_task_frame' to better document the sleeping task stack frame
|
9 years ago |
ksysfs.c
|
404f6aac9b
x86: Apply more __ro_after_init and const
|
9 years ago |
kvm.c
|
fd7e9a8834
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
|
8 years ago |
kvmclock.c
|
e601757102
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
|
8 years ago |
ldt.c
|
e34bac726d
Merge branch 'akpm' (patches from Andrew)
|
8 years ago |
livepatch.c
|
d4c3e6e1b1
livepatch/x86: apply alternatives and paravirt patches after relocations
|
9 years ago |
machine_kexec_32.c
|
8643e28da2
x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h
|
10 years ago |
machine_kexec_64.c
|
40c50c1fec
kexec, x86/purgatory: Unbreak it and clean it up
|
8 years ago |
mcount_64.S
|
5de0a8c0c2
x86: Fix export for mcount and __fentry__
|
9 years ago |
mmconf-fam10h_64.c
|
148f9bb877
x86: delete __cpuinit usage from all x86 files
|
12 years ago |
module.c
|
35de5b0692
x86/asm: Stop depending on ptrace.h in alternative.h
|
9 years ago |
mpparse.c
|
a91bf718db
x86/mm/numa: Open code function early_get_boot_cpu_id()
|
9 years ago |
msr.c
|
59fefd0890
x86/msr: Remove bogus cleanup from the error path
|
8 years ago |
nmi.c
|
0d443b70cc
x86/platform: Remove warning message for duplicate NMI handlers
|
8 years ago |
nmi_selftest.c
|
0718467c85
x86/nmi: Clean up register_nmi_handler() usage
|
13 years ago |
paravirt-spinlocks.c
|
fd7e9a8834
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
|
8 years ago |
paravirt.c
|
a00cc7d9dd
mm, x86: add support for PUD-sized transparent hugepages
|
8 years ago |
paravirt_patch_32.c
|
cef4402d76
x86/paravirt: Mark unused patch_default label
|
8 years ago |
paravirt_patch_64.c
|
cef4402d76
x86/paravirt: Mark unused patch_default label
|
8 years ago |
pci-calgary_64.c
|
ac1820fb28
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
|
8 years ago |
pci-dma.c
|
ac1820fb28
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
|
8 years ago |
pci-iommu_table.c
|
a3819e3e71
x86: Fix non-static inlines
|
9 years ago |
pci-nommu.c
|
5299709d0a
treewide: Constify most dma_map_ops structures
|
8 years ago |
pci-swiotlb.c
|
5299709d0a
treewide: Constify most dma_map_ops structures
|
8 years ago |
pcspeaker.c
|
153dab77e2
x86: use platform_device_register_simple()
|
17 years ago |
perf_regs.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
platform-quirks.c
|
93ffa9a479
x86/init: Add i8042 state to the platform data
|
8 years ago |
pmem.c
|
186f43608a
x86/kernel: Audit and remove any unnecessary uses of module.h
|
9 years ago |
probe_roms.c
|
04d695a682
x86/pci/probe_roms: Add missing __iomem annotation to pci_map_biosrom()
|
13 years ago |
process.c
|
2d62e0768d
Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
|
8 years ago |
process_32.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
process_64.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
ptrace.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
pvclock.c
|
38b8d208a4
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
|
8 years ago |
quirks.c
|
d320b9a5bd
x86/quirks: Hide maybe-uninitialized warning
|
9 years ago |
reboot.c
|
bba8376aea
x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk
|
8 years ago |
reboot_fixups_32.c
|
37bc9f5078
x86: Ce4100: Add reboot_fixup() for CE4100
|
15 years ago |
relocate_kernel_32.S
|
3e1aa7cb59
x86/asm: Optimize unnecessarily wide TEST instructions
|
10 years ago |
relocate_kernel_64.S
|
a734b4a23e
x86/asm: Replace "MOVQ $imm, %reg" with MOVL
|
10 years ago |
resource.c
|
475339684e
x86/e820: Prepare e280 code for switch to dynamic storage
|
9 years ago |
rtc.c
|
ba58d1020a
timekeeping: Ignore the bogus sleep time if pm_trace is enabled
|
8 years ago |
setup.c
|
f89db789de
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
setup_percpu.c
|
523d0fb4f0
x86/percpu: Remove unnecessary include of module.h, add asm/desc.h
|
8 years ago |
signal.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
signal_compat.c
|
ed1e7db33c
x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()
|
9 years ago |
smp.c
|
c4158ff536
x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers
|
8 years ago |
smpboot.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
stacktrace.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
step.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
sys_x86_64.c
|
010426079e
sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>
|
8 years ago |
sysfb.c
|
e8d95ce970
x86/sysfb: Use PTR_ERR_OR_ZERO
|
11 years ago |
sysfb_efi.c
|
35dc9ec107
Merge branch 'linus' into efi/core, to pick up fixes
|
9 years ago |
sysfb_simplefb.c
|
f96acec8c8
x86/sysfb: Fix lfb_size calculation
|
8 years ago |
tboot.c
|
73c1b41e63
cpu/hotplug: Cleanup state names
|
8 years ago |
tce_64.c
|
906bf7fda2
x86/cpufeature: Remove cpu_has_clflush
|
9 years ago |
time.c
|
f39b6f0ef8
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
|
10 years ago |
tls.c
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
tls.h
|
4c79a2d8e5
x86: x86 user_regset TLS
|
17 years ago |
topology.c
|
4daa832d99
x86: Drop bogus __ref / __refdata annotations
|
10 years ago |
trace_clock.c
|
03b9730b76
x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites
|
10 years ago |
tracepoint.c
|
8cf868affd
tracing: Have the reg function allow to fail
|
8 years ago |
traps.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
tsc.c
|
44fee88cea
x86/tsc: Fix ART for TSC_KNOWN_FREQ
|
8 years ago |
tsc_msr.c
|
f3a02ecebe
x86/tsc: Set TSC_KNOWN_FREQ and TSC_RELIABLE flags on Intel Atom SoCs
|
8 years ago |
tsc_sync.c
|
5f2e71e714
x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliable
|
8 years ago |
unwind_frame.c
|
87a6b2975f
x86/unwind: Fix last frame check for aligned function stacks
|
8 years ago |
unwind_guess.c
|
55f856e640
x86/unwind: Fix guess-unwinder regression
|
8 years ago |
uprobes.c
|
68187872c7
uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
|
9 years ago |
verify_cpu.S
|
cd4d09ec6f
x86/cpufeature: Carve out X86_FEATURE_*
|
9 years ago |
vm86_32.c
|
68db0cf106
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
|
8 years ago |
vmlinux.lds.S
|
e390f9a968
objtool, modules: Discard objtool annotation sections for modules
|
8 years ago |
vsmp_64.c
|
70c4f78b23
x86: replace __init_or_module with __init in non-modular vsmp_64.c
|
10 years ago |
x86_init.c
|
32786fdc95
x86/init: Remove i8042_detect() from platform ops
|
8 years ago |