Christoph Lameter d7c3f8cee8 percpu: Omit segment prefix in the UP case for cmpxchg_double 14 年之前
..
uv 5471262290 x86, UV: Initialize the broadcast assist unit base destination node id properly 14 年之前
visws b72d0db9dd x86: Move pci init function to x86_init 15 年之前
xen 0d2eb44f63 x86: Fix common misspellings 14 年之前
Kbuild bf56fba670 archs: replace unifdef-y with header-y 15 年之前
a.out-core.h 9f6b3c2c30 hw-breakpoints: Fix broken a.out format dump 15 年之前
a.out.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
acpi.h 02e2407858 Merge branch 'linus' into release 14 年之前
aes.h 07bf44f869 crypto: aes - Export x86 AES encrypt/decrypt functions 16 年之前
agp.h 6a12235c7d agp: kill phys_to_gart() and gart_to_phys() 16 年之前
alternative-asm.h 5967ed87ad x86-64: Reduce SMP locks table size 15 年之前
alternative.h 47935a731b Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-for-linus', 'x86-paravirt-for-linus', 'core-locking-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
amd_iommu.h 157b6ceb13 Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
amd_iommu_proto.h 5d0d71569e x86/amd-iommu: Update copyright headers 14 年之前
amd_iommu_types.h 5d0d71569e x86/amd-iommu: Update copyright headers 14 年之前
amd_nb.h 41e0e0738c Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
apb_timer.h f6e9456c92 x86, cleanup: Remove obsolete boot_cpu_id variable 15 年之前
apic.h d10902812c Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
apicdef.h 4e034b2451 x86: Move ioapic_irq_destination_types to apicdef.h 14 年之前
apm.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 年之前
arch_hweight.h c59bd56882 x86, hweight: Use a 32-bit popcnt for __arch_hweight32() 15 年之前
asm-offsets.h 559df2e021 kbuild: move asm-offsets.h to include/generated 15 年之前
asm.h 709972b1f6 x86, asm: Make _ASM_EXTABLE() usable from assembly code 16 年之前
atomic.h 93c9d7f60c Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 年之前
atomic64_32.h a7e926abc3 x86-32: Rewrite 32-bit atomic64 functions in assembly 15 年之前
atomic64_64.h 93c9d7f60c Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 年之前
auxvec.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
bios_ebda.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
bitops.h 61f2e7b0f4 bitops: remove minix bitops from asm/bitops.h 14 年之前
bitsperlong.h c31ae4bb4a asm-generic: introduce asm/bitsperlong.h 16 年之前
boot.h 303148045a x86: support XZ-compressed kernel 14 年之前
bootparam.h da6b737b9a x86: Add device tree support 14 年之前
bug.h a5fc5eba4d x86: Convert BUG() to use unreachable() 15 年之前
bugs.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
byteorder.h 74d96f0186 byteorder: make swab.h include asm/swab.h like a regular header 16 年之前
cache.h 54cb27a71f Rename .data.read_mostly to .data..read_mostly. 15 年之前
cacheflush.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
calgary.h 480125ba49 x86, iommu: Make all IOMMU's detection routines return a value. 15 年之前
calling.h 3234282f33 x86, asm: Fix CFI macro invocations to deal with shortcomings in gas 14 年之前
ce4100.h 03150171dc x86: ce4100: Set pci ops via callback instead of module init 14 年之前
checksum.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
checksum_32.h 392d814daf x86: fix csum_ipv6_magic asm memory clobber 16 年之前
checksum_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
cmpxchg.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
cmpxchg_32.h a378d9338e x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu() 15 年之前
cmpxchg_64.h 4532b305e8 x86, asm: Clean up and simplify <asm/cmpxchg.h> 15 年之前
compat.h c41d68a513 compat: Make compat_alloc_user_space() incorporate the access_ok() 15 年之前
cpu.h 1c9d16e359 x86: Fix mwait_usable section mismatch 14 年之前
cpufeature.h 4979d2729a perf, x86: Add support for AMD family 15h core counters 14 年之前
cpumask.h 3f76a183de x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_setup_mask 16 年之前
cputime.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
current.h ed8d9adf35 x86, percpu: Add 'percpu_read_stable()' interface for cacheable accesses 16 年之前
debugreg.h 0a3aee0da4 x86: Use this_cpu_ops to optimize code 14 年之前
delay.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
desc.h 2c75910f1a x86: Make sure get_user_desc() doesn't sign extend. 15 年之前
desc_defs.h af901ca181 tree-wide: fix assorted typos all over the place 15 年之前
device.h 657cbb6b6c x86/amd-iommu: Use dev->arch->iommu to store iommu related information 15 年之前
div64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
dma-mapping.h 3b9c6c11f5 dma-mapping: remove dma_is_consistent API 15 年之前
dma.h 1c00f0161f x86: allow CONFIG_ISA_DMA_API to be disabled 14 年之前
dmi.h c8608d6b58 x86/dmi: fix dmi_alloc() section mismatches 16 年之前
dwarf2.h df5d1874ce x86: Use {push,pop}{l,q}_cfi in more places 15 年之前
e820.h f1c2b35714 x86: e820: Remove conditional early mapping in parse_e820_ext 14 年之前
edac.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
efi.h a9ce6bc151 x86, memblock: Replace e820_/_early string with memblock_ 15 年之前
elf.h 11557b24fd x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32 15 年之前
emergency-restart.h 14d7ca5c57 x86: attempt reboot via port CF9 if we have standard PCI ports 16 年之前
entry_arch.h 3a09fb4570 x86: Allocate 32 tlb_invalidate_interrupt handler stubs 14 年之前
errno.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
fb.h 477346ff74 x86-64: Allow fbdev primary video code 15 年之前
fcntl.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
fixmap.h fa36e956c5 x86: Fix Moorestown VRTC fixmap placement 14 年之前
floppy.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
frame.h 60cf637a13 x86: Use {push,pop}_cfi in more places 14 年之前
ftrace.h 117226d158 tracing: Remove FTRACE_SYSCALL_MAX definitions 16 年之前
futex.h 8d7718aa08 futex: Sanitize futex ops argument types 14 年之前
gart.h 157b6ceb13 Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
genapic.h e2780a68f8 x86, apic: merge genapic.h into apic.h 16 年之前
geode.h c95d1e53ed cs5535: drop the Geode-specific MFGPT/GPIO code 15 年之前
gpio.h 718c45bd1a x86/gpio: Implement x86 gpio_to_irq convert function 14 年之前
hardirq.h e360adbe29 irq_work: Add generic hardirq context callbacks 14 年之前
highmem.h 3e4d3af501 mm: stack based kmap_atomic() 14 年之前
hpet.h d0fbca8f93 x86: ioapic/hpet: Convert to new chip functions 14 年之前
hugetlb.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
hw_breakpoint.h 89e45aac42 x86: Fix instruction breakpoint encoding 15 年之前
hw_irq.h 3a09fb4570 x86: Allocate 32 tlb_invalidate_interrupt handler stubs 14 年之前
hypertransport.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
hyperv.h e08cae4181 x86: Clean up the hypervisor layer 15 年之前
hypervisor.h d9b8ca8474 xen: HVM X2APIC support 14 年之前
i387.h fd35fbcdd1 x86-64, asm: Use fxsaveq/fxrestorq in more places 14 年之前
i8253.h ced918eb74 i8253: Convert i8253_lock to raw_spinlock 15 年之前
i8259.h 4305df947c x86: i8259: Convert to new irq_chip functions 14 年之前
ia32.h 2b1c6bd77d generic compat_sys_ustat 16 年之前
ia32_unistd.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
idle.h 8f2466f45f x86: kill #ifdef for exit_idle() 16 年之前
inat.h e0e492e99b x86: AVX instruction set decoder support 15 年之前
inat_types.h eb13296cfa x86: Instruction decoder API 16 年之前
init.h d1b19426b0 x86: Rename e820_table_* to pgt_buf_* 14 年之前
insn.h 30a813ae03 x86: Move MAX_INSN_SIZE into asm/insn.h 15 年之前
inst.h 62e7bec494 crypto: aesni-intel - Fix another CTR build failure with gas 2.16.1 15 年之前
intel_scu_ipc.h 804f8681a9 Remove indirect read write api support. 15 年之前
io.h 18cb657ca1 Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 14 年之前
io_apic.h abb0052289 x86: ioapic: Move trigger defines to io_apic.h 14 年之前
ioctl.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
ioctls.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
iomap.h 3e4d3af501 mm: stack based kmap_atomic() 14 年之前
iommu.h 94a15564ac x86: Move iommu_shutdown_noop to x86_init.c 15 年之前
iommu_table.h 6e96366933 x86, iommu: Update header comments with appropriate naming 14 年之前
ipcbuf.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
ipi.h 1245e1668c x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only 14 年之前
irq.h da6b737b9a x86: Add device tree support 14 年之前
irq_controller.h 19c4f5f7f7 x86: dtb: Add irq domain abstraction 14 年之前
irq_regs.h d650a51485 x86: merge irq_regs.h 16 年之前
irq_remapping.h 1a0730d664 x86: Speed up the irq_remapped check in hot pathes 14 年之前
irq_vectors.h d04c579f97 x86: Work around old gas bug 14 年之前
irqflags.h df9ee29270 Fix IRQ flag handling naming 14 年之前
ist.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
jump_label.h 8969691343 x86: Fix jump label with RO/NX module protection crash 14 年之前
kdebug.h e8e999cf3c x86, dumpstack: Correct stack dump info when frame pointer is available 14 年之前
kexec.h fee7b0d84c x86, kexec: x86_64: add kexec jump support for x86_64 16 年之前
kgdb.h 12bfa3de63 kgdb,x86: Individual register get/set for x86 15 年之前
kmap_types.h e4c9dd0fba kmap_types: make most arches use generic header file 16 年之前
kmemcheck.h dfec072ecd kmemcheck: add the kmemcheck core 16 年之前
kprobes.h 30a813ae03 x86: Move MAX_INSN_SIZE into asm/insn.h 15 年之前
kvm.h 2d5b5a6655 KVM: x86: XSAVE/XRSTOR live migration support 15 年之前
kvm_emulate.h 5601d05b8c KVM: emulator: Fix io permission checking for 64bit guest 14 年之前
kvm_host.h 0f53b5b1c0 KVM: MMU: cleanup pte write path 14 年之前
kvm_para.h d4c90b0043 KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason 14 年之前
ldt.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
lguest.h e8a2eb47e6 Merge commit 'origin/x86/urgent' into x86/asm 16 年之前
lguest_hcall.h 091ebf07a2 lguest: stop using KVM hypercall mechanism 15 年之前
linkage.h bb7f5f6c26 x86: shrink __ALIGN and __ALIGN_STR definitions 16 年之前
local.h 38b7827fcd local_t: Remove cpu_local_xx macros 15 年之前
local64.h 1996bda2a4 arch: Implement local64_t 15 年之前
mach_timer.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 年之前
mach_traps.h 1c7b74d46f x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR 14 年之前
math_emu.h d315760ffa x86: fix math_emu register frame access 16 年之前
mc146818rtc.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
mca.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
mca_dma.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
mce.h 9e76a97efd x86, hwmon: Add core threshold notification to therm_throt.c 14 年之前
memblock.h 1d931264af x86-32, memblock: Make add_highpages honor early reserved ranges 14 年之前
microcode.h c7657ac0c3 x86, microcode, AMD: Cleanup code a bit 14 年之前
mman.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
mmconfig.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
mmu.h c2ef45df3b x86: add context tag to mark mm when running a task in 32-bit compatibility mode 14 年之前
mmu_context.h 831d52bc15 x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after switching mm 14 年之前
mmx.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
mmzone.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
mmzone_32.h af901ca181 tree-wide: fix assorted typos all over the place 15 年之前
mmzone_64.h 8df5bb34de x86, numa: Add fixed node size option for numa emulation 15 年之前
module.h dcfa726280 x86: Remove CONFIG_4KSTACKS 15 年之前
mpspec.h bbc9e2f452 x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit 14 年之前
mpspec_def.h cb2ded37fd x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusion 14 年之前
mrst-vrtc.h 7309282c90 x86: mrst: Add vrtc driver which serves as a wall clock device 14 年之前
mrst.h 7309282c90 x86: mrst: Add vrtc driver which serves as a wall clock device 14 年之前
msgbuf.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
mshyperv.h e08cae4181 x86: Clean up the hypervisor layer 15 年之前
msidef.h 9d783ba042 x86, x2apic: enable fault handling for intr-remapping 16 年之前
msr-index.h 91c9c3eda4 KVM: x86: handle guest access to BBL_CR_CTL3 MSR 14 年之前
msr.h 5f755293ca x86, gcc-4.6: Avoid unused by set variables in rdmsr 15 年之前
mtrr.h 5400743db5 x86, mtrr: make mtrr_aps_delayed_init static bool 16 年之前
mutex.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
mutex_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
mutex_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
mwait.h bc83cccc76 x86, mwait: Move mwait constants to a common header file 15 年之前
nmi.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
nops.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
numa.h ef396ec96c x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() 14 年之前
numa_32.h eff9073790 x86: Rename incorrectly named parameter of numa_cpu_node() 14 年之前
numa_64.h e23bba6044 x86-64, NUMA: Unify emulated distance mapping 14 年之前
numaq.h 322aafa664 Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 年之前
olpc.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
olpc_ofw.h 939d578ecc x86: OLPC: Make OLPC=n build again 14 年之前
page.h 8fd49936a8 x86: Document __phys_reloc_hide() usage in __pa_symbol() 15 年之前
page_32.h beb6943d8d x86 headers: protect page_32.h via __ASSEMBLY__ 16 年之前
page_32_types.h dcfa726280 x86: Remove CONFIG_4KSTACKS 15 年之前
page_64.h 51c78eb3f0 x86: create _types.h counterparts for page*.h 16 年之前
page_64_types.h 9063c61fd5 x86, 64-bit: Clean up user address masking 16 年之前
page_types.h f891125028 x86-64, NUMA: Revert NUMA affine page table allocation 14 年之前
param.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
paravirt.h cacf061c5e thp: fix PARAVIRT x86 32bit noPAE 14 年之前
paravirt_types.h 331127f799 thp: add pmd paravirt ops 14 年之前
parport.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
pat.h 9fd126bc74 x86, pat: New i/f for driver to request memtype for IO regions 16 年之前
pci-direct.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
pci-functions.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 年之前
pci.h 5bd5a45266 x86: Add NX protection for kernel data 14 年之前
pci_64.h c252a5bb1f x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA 15 年之前
pci_x86.h 44de3395a4 x86/PCI: Clean up pci_cache_line_size 14 年之前
percpu.h d7c3f8cee8 percpu: Omit segment prefix in the UP case for cmpxchg_double 14 年之前
perf_event.h 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 年之前
perf_event_p4.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
pgalloc.h b595076a18 tree-wide: fix comment/printk typos 14 年之前
pgtable-2level.h f2d6bfe9ff thp: add x86 32bit support 14 年之前
pgtable-2level_types.h 9b3651cbc2 x86: move more pagetable-related definitions into pgtable*.h 16 年之前
pgtable-3level.h 4981d01ead x86: Flush TLB if PGD entry is changed in i386 PAE mode 14 年之前
pgtable-3level_types.h 9b3651cbc2 x86: move more pagetable-related definitions into pgtable*.h 16 年之前
pgtable.h 4b7167b9ff thp: don't allow transparent hugepage support without PSE 14 年之前
pgtable_32.h ece0e2b640 mm: remove pte_*map_nested() 14 年之前
pgtable_32_types.h fc4ac7a5f5 x86: use __ASSEMBLY__ rather than __ASSEMBLER__ 15 年之前
pgtable_64.h f2d6bfe9ff thp: add x86 32bit support 14 年之前
pgtable_64_types.h c898faf91b x86: 46 bit physical address support on 64 bits 16 年之前
pgtable_types.h c489f1257b thp: add pmd_modify 14 年之前
poll.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
posix_types.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
posix_types_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
posix_types_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
prctl.h 8d4b498119 headers_check fix: x86, prctl.h 16 年之前
processor-cyrix.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
processor-flags.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
processor.h b3d7336db5 x86: Move llc_shared_map out of cpu_info 14 年之前
prom.h a906fdaacc x86: dt: Cleanup local apic setup 14 年之前
proto.h 9b3be9f992 Move round_up/down to kernel.h 15 年之前
ptrace-abi.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
ptrace.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
pvclock-abi.h 3a0d7256a6 x86, paravirt: don't compute pvclock adjustments if we trust the tsc 15 年之前
pvclock.h e7a3481c02 x86/pvclock: Zero last_value on resume 14 年之前
reboot.h 3d35ac346e x86, reboot: Move the real-mode reboot code to an assembly file 14 年之前
reboot_fixups.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
required-features.h bdc802dcca x86, cpu: Support the features flags in new CPUID leaf 7 15 年之前
resource.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
resume-trace.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
rio.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
rtc.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
rwlock.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
rwsem.h aac72277fd rwsem: Move duplicate function prototypes to linux/rwsem.h 14 年之前
scatterlist.h 7e005f7979 remove needless ISA_DMA_THRESHOLD 15 年之前
seccomp.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
seccomp_32.h 5b1017404a x86-64: seccomp: fix 32/64 syscall hole 16 年之前
seccomp_64.h 5b1017404a x86-64: seccomp: fix 32/64 syscall hole 16 年之前
sections.h 74e081797b x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA 15 年之前
segment.h 014eea518a x86: Make the GDT_ENTRY() macro in <asm/segment.h> safe for assembly 14 年之前
sembuf.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
serial.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
setup.h c751e17b53 x86: Add CE4100 platform support 14 年之前
setup_arch.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 年之前
shmbuf.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
shmparam.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
sigcontext.h 6070d81eb5 tree-wide: fix misspelling of "definition" in comments 15 年之前
sigcontext32.h 2de548faa7 headers_check fix: x86, sigcontext32.h 16 年之前
sigframe.h b2fa739c06 x86: sigframe.h: include headers for dependency 16 年之前
siginfo.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
signal.h 63b852a6b6 asm-generic: rename termios.h, signal.h and mman.h 16 年之前
smp.h 181f977d13 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
smpboot_hooks.h 299c56966a x86: Use u32 instead of long to set reset vector back to 0 14 年之前
socket.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
sockios.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
sparsemem.h c898faf91b x86: 46 bit physical address support on 64 bits 16 年之前
spinlock.h e5931943d0 locking: Convert raw_rwlock functions to arch_rwlock 15 年之前
spinlock_types.h fb3a6bbc91 locking: Convert raw_rwlock to arch_rwlock 15 年之前
srat.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
stackprotector.h 1ea0d14e48 x86/i386: Make sure stack-protector segment base is cache aligned 16 年之前
stacktrace.h e8e999cf3c x86, dumpstack: Correct stack dump info when frame pointer is available 14 年之前
stat.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
statfs.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
string.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
string_32.h ff60fab71b x86: Use __builtin_memset and __builtin_memcpy for memset/memcpy 16 年之前
string_64.h f85612967c x86: add hooks for kmemcheck 16 年之前
suspend.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
suspend_32.h 85a0e75397 PM / x86: Save/restore MISC_ENABLE register 15 年之前
suspend_64.h 85a0e75397 PM / x86: Save/restore MISC_ENABLE register 15 年之前
svm.h dc25e89e07 KVM: SVM: copy instruction bytes from VMCB 14 年之前
swab.h 7cff3608d2 headers_check fix: x86, swab.h 16 年之前
swiotlb.h efa631c26d x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine. 15 年之前
sync_bitops.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
sys_ia32.h c788732523 Mark arguments to certain syscalls as being const 15 年之前
syscall.h e7b8e675d9 tracing: Unify arch_syscall_addr() implementations 15 年之前
syscalls.h d7627467b7 Make do_execve() take a const filename pointer 15 年之前
system.h 2b15cd96e5 x86, system.h: Drop unused __SAVE/__RESTORE macros 14 年之前
tce.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
termbits.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
termios.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
thread_info.h b6a84016bd mm: NUMA aware alloc_thread_info_node() 14 年之前
time.h 7bd867dfb4 x86: Move get/set_wallclock to x86_platform_ops 16 年之前
timer.h 072b198a4a x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog 14 年之前
timex.h 08604bd993 time: move PIT_TICK_RATE to linux/timex.h 16 年之前
tlb.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
tlbflush.h b40827fa72 x86-32, mm: Add an initial page table for core bootstrapping 14 年之前
topology.h ac7136b611 x86-64, NUMA: Implement generic node distance handling 14 年之前
trampoline.h d1ee433539 x86, trampoline: Use the unified trampoline setup for ACPI wakeup 14 年之前
traps.h 631bc48782 KVM: Handle async PF in a guest. 14 年之前
tsc.h 0d2eb44f63 x86: Fix common misspellings 14 年之前
types.h 8547727756 remove dma64_addr_t 14 年之前
uaccess.h ae24ffe5ec x86, 64-bit: Move K8 B step iret fixup to fault entry asm 15 年之前
uaccess_32.h 409d02ef6d x86: copy_from_user() should not return -EFAULT 15 年之前
uaccess_64.h a7f16d10b5 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 年之前
ucontext.h 73a2d096fd x86: remove all now-duplicate header files 16 年之前
unaligned.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
unistd.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
unistd_32.h b7ed78f565 introduce sys_syncfs to sync a single file system 14 年之前
unistd_64.h b7ed78f565 introduce sys_syncfs to sync a single file system 14 年之前
user.h 5b3efd5008 x86, ptrace: regset extensions to support xstate 15 年之前
user32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
user_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
user_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
vdso.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
vga.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
vgtod.h da15cfdae0 time: Introduce CLOCK_REALTIME_COARSE 16 年之前
virtext.h 9962d032bb KVM: SVM: Move EFER and MSR constants to generic x86 code 16 年之前
vm86.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
vmx.h 07c116d2f5 KVM: VMX: Add definitions for more vm entry/exit control bits 14 年之前
vsyscall.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
x86_init.h 6b617e224d x86/platform: Add a wallclock_init func to x86_init.timers ops 14 年之前
xcr.h bb8985586b x86, um: ... and asm-x86 move 16 年之前
xor.h f85612967c x86: add hooks for kmemcheck 16 年之前
xor_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
xor_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 16 年之前
xsave.h 4a386c3e17 Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 年之前