Linus Torvalds 5fecc9d8f5 Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm 13 anos atrás
..
numachip 44b111b519 x86: Add NumaChip support 13 anos atrás
uv 8b6e511e51 x86/uv: Work around UV2 BAU hangs 13 anos atrás
visws b72d0db9dd x86: Move pci init function to x86_init 15 anos atrás
xen 4b3451ad13 Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5 13 anos atrás
Kbuild 6cbb369f57 x32: Generate <asm/unistd_x32.h> 13 anos atrás
a.out-core.h 9f6b3c2c30 hw-breakpoints: Fix broken a.out format dump 15 anos atrás
a.out.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
acpi.h 319b6ffc6d x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.c 13 anos atrás
aes.h 07bf44f869 crypto: aes - Export x86 AES encrypt/decrypt functions 16 anos atrás
agp.h 6a12235c7d agp: kill phys_to_gart() and gart_to_phys() 16 anos atrás
alternative-asm.h ceb7b40b65 x86: Fix atomic64_xxx_cx8() functions 13 anos atrás
alternative.h 954e482bde x86/copy_user_generic: Optimize copy_user_generic with CPU erms feature 13 anos atrás
amd_nb.h 019f34fccf x86, MCE, AMD: Move shared bank to node descriptor 13 anos atrás
apb_timer.h 9d0715630e Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 anos atrás
apic.h 5fecc9d8f5 Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm 13 anos atrás
apic_flat_64.h 9a0ebfbe3f x86: Make flat_init_apic_ldr() available 13 anos atrás
apicdef.h c8f64bf7df x86/apic: Fix typo EIO_ACK -> EOI_ACK and document it 13 anos atrás
apm.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 anos atrás
arch_hweight.h c59bd56882 x86, hweight: Use a 32-bit popcnt for __arch_hweight32() 15 anos atrás
archrandom.h 49d859d78c x86, random: Verify RDRAND functionality and allow it to be disabled 14 anos atrás
asm-offsets.h 559df2e021 kbuild: move asm-offsets.h to include/generated 15 anos atrás
asm.h 706276543b x86, extable: Switch to relative exception table entries 13 anos atrás
atomic.h 8b8bc2f731 x86: Use xadd helper more widely 14 anos atrás
atomic64_32.h 1f0459780c atomic64_32.h: fix parameter naming mismatch 13 anos atrás
atomic64_64.h 8b8bc2f731 x86: Use xadd helper more widely 14 anos atrás
auxvec.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
barrier.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
bios_ebda.h f548ccd47d x86: Better comments for get_bios_ebda() 14 anos atrás
bitops.h d0a69d6321 x86, bitops: note on __test_and_clear_bit atomicity 13 anos atrás
bitsperlong.h c31ae4bb4a asm-generic: introduce asm/bitsperlong.h 16 anos atrás
boot.h 38e7c572ce x86: Use common threadinfo allocator 13 anos atrás
bootparam.h b2d0b7a061 keyboard: Use BIOS Keyboard variable to set Numlock 13 anos atrás
bug.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
bugs.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
byteorder.h 74d96f0186 byteorder: make swab.h include asm/swab.h like a regular header 16 anos atrás
cache.h 54cb27a71f Rename .data.read_mostly to .data..read_mostly. 15 anos atrás
cacheflush.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
calgary.h 480125ba49 x86, iommu: Make all IOMMU's detection routines return a value. 15 anos atrás
calling.h 838feb4754 x86, asm: Flip RESTORE_ARGS arguments logic 14 anos atrás
ce4100.h 03150171dc x86: ce4100: Set pci ops via callback instead of module init 14 anos atrás
checksum.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
checksum_32.h 392d814daf x86: fix csum_ipv6_magic asm memory clobber 16 anos atrás
checksum_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
clocksource.h ae7bd11b47 clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG option 14 anos atrás
cmpxchg.h 8c91c5325e x86: Use correct byte-sized register constraint in __add() 13 anos atrás
cmpxchg_32.h cdcd629869 x86: Fix and improve cmpxchg_double{,_local}() 13 anos atrás
cmpxchg_64.h cdcd629869 x86: Fix and improve cmpxchg_double{,_local}() 13 anos atrás
compat.h c6ae41e7d4 x86: replace percpu_xxx funcs with this_cpu_xxx 13 anos atrás
cpu.h 1c9d16e359 x86: Fix mwait_usable section mismatch 14 anos atrás
cpu_device_id.h 644e9cbbe3 Add driver auto probing for x86 features v4 13 anos atrás
cpufeature.h 4ad3341130 x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM 13 anos atrás
cpumask.h 3f76a183de x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_setup_mask 16 anos atrás
cputime.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
current.h c6ae41e7d4 x86: replace percpu_xxx funcs with this_cpu_xxx 13 anos atrás
debugreg.h f649e9388c x86: relocate get/set debugreg fcns to include/asm/debugreg. 13 anos atrás
delay.h a4e05276a1 asm-generic: move archictures to common delay.h 14 anos atrás
desc.h c6ae41e7d4 x86: replace percpu_xxx funcs with this_cpu_xxx 13 anos atrás
desc_defs.h af901ca181 tree-wide: fix assorted typos all over the place 15 anos atrás
device.h 4692d77fc3 x86-32: Introduce CONFIG_X86_DEV_DMA_OPS 13 anos atrás
div64.h 668b448466 x86/div64: Add a micro-optimization shortcut if base is power of two 13 anos atrás
dma-contiguous.h 0a2b9a6ea9 X86: integrate CMA with DMA-mapping subsystem 13 anos atrás
dma-mapping.h d484864dd9 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping 13 anos atrás
dma.h 1b7e03ef75 x86, NUMA: Enable emulation on 32bit too 14 anos atrás
dmi.h c8608d6b58 x86/dmi: fix dmi_alloc() section mismatches 16 anos atrás
dwarf2.h eab9e6137f x86-64: Fix CFI data for interrupt frames 14 anos atrás
e820.h ab5d140b9e x86: Use __memblock_alloc_base() in early_reserve_e820() 14 anos atrás
edac.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
efi.h 1adbfa3511 x86, efi: Allow basic init with mixed 32/64-bit efi/kernel 13 anos atrás
elf.h a591afc01d Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 anos atrás
emergency-restart.h 650513979a x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64 13 anos atrás
entry_arch.h b77e70bf35 x86, mce: Replace MCE_SELF_VECTOR by irq_work 14 anos atrás
errno.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
exec.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
fb.h 477346ff74 x86-64: Allow fbdev primary video code 15 anos atrás
fcntl.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
fixmap.h 933b9463a0 x86/intel config: Revamp configuration to allow for Moorestown and Medfield 13 anos atrás
floppy.h c767a54ba0 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> 13 anos atrás
fpu-internal.h c6ae41e7d4 x86: replace percpu_xxx funcs with this_cpu_xxx 13 anos atrás
frame.h 4625cd6379 x86: Unify rwlock assembly implementation 14 anos atrás
ftrace.h a192cd0413 ftrace: Synchronize variable setting with breakpoints 13 anos atrás
futex.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
gart.h c34151a742 x86, gart: Set DISTLBWALKPRB bit always 14 anos atrás
genapic.h e2780a68f8 x86, apic: merge genapic.h into apic.h 16 anos atrás
geode.h c95d1e53ed cs5535: drop the Geode-specific MFGPT/GPIO code 15 anos atrás
gpio.h 7563bbf89d gpiolib/arches: Centralise bolierplate asm/gpio.h 13 anos atrás
hardirq.h c6ae41e7d4 x86: replace percpu_xxx funcs with this_cpu_xxx 13 anos atrás
highmem.h a24401bcf4 highmem: kill all __kmap_atomic() 13 anos atrás
hpet.h d0fbca8f93 x86: ioapic/hpet: Convert to new chip functions 15 anos atrás
hugetlb.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
hw_breakpoint.h 89e45aac42 x86: Fix instruction breakpoint encoding 15 anos atrás
hw_irq.h d3f138106b iommu: Rename the DMAR and INTR_REMAP config options 14 anos atrás
hypertransport.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
hyperv.h 5289d3d160 Staging: hv: vmbus: Retry vmbus_post_msg() before giving up 14 anos atrás
hypervisor.h fc73373b33 KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check 13 anos atrás
i387.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
i8259.h 4305df947c x86: i8259: Convert to new irq_chip functions 15 anos atrás
ia32.h a0727e8ce5 signal, x86: add SIGSYS info and make it synchronous. 13 anos atrás
ia32_unistd.h 303395ac3b x86: Generate system call tables and unistd_*.h from tables 13 anos atrás
idle.h 90e240142b x86: Merge the x86_32 and x86_64 cpu_idle() functions 13 anos atrás
inat.h f8d98f1095 x86: Fix to decode grouped AVX with VEX pp bits 13 anos atrás
inat_types.h eb13296cfa x86: Instruction decoder API 16 anos atrás
init.h 1762391530 x86, mm: Unify zone_sizes_init() 13 anos atrás
insn.h f8d98f1095 x86: Fix to decode grouped AVX with VEX pp bits 13 anos atrás
inst.h 62e7bec494 crypto: aesni-intel - Fix another CTR build failure with gas 2.16.1 15 anos atrás
intel_scu_ipc.h 48bc556210 x86,mrst: Power control commands update 13 anos atrás
io.h 33f35f2a4e x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabled 14 anos atrás
io_apic.h 4a8e2a3115 x86/apic: Replace io_apic_ops with x86_io_apic_ops. 13 anos atrás
ioctl.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
ioctls.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
iomap.h 3e4d3af501 mm: stack based kmap_atomic() 14 anos atrás
iommu.h bcb71abe7d iommu: Add option to group multi-function devices 13 anos atrás
iommu_table.h 6e96366933 x86, iommu: Update header comments with appropriate naming 15 anos atrás
ipcbuf.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
ipi.h 1245e1668c x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only 14 anos atrás
irq.h da6b737b9a x86: Add device tree support 14 anos atrás
irq_regs.h c6ae41e7d4 x86: replace percpu_xxx funcs with this_cpu_xxx 13 anos atrás
irq_remapping.h 399988eea1 irq_remap: Fix compiler warning with CONFIG_IRQ_REMAP=y 13 anos atrás
irq_vectors.h 141d55e6cc x86/irq: Standardize on CONFIG_SPARSE_IRQ=y 14 anos atrás
irqflags.h e08fbb78f0 tracing, x86/irq: Do not trace arch_local_{*,irq_*}() functions 14 anos atrás
ist.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
jump_label.h c5905afb0e static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() 13 anos atrás
kbdleds.h b2d0b7a061 keyboard: Use BIOS Keyboard variable to set Numlock 13 anos atrás
kdebug.h 57da8b960b x86: Avoid double stack traces with show_regs() 13 anos atrás
kexec.h fee7b0d84c x86, kexec: x86_64: add kexec jump support for x86_64 16 anos atrás
kgdb.h 639077fb69 kgdb: x86: Return all segment registers also in 64-bit mode 13 anos atrás
kmap_types.h e4c9dd0fba kmap_types: make most arches use generic header file 16 anos atrás
kmemcheck.h dfec072ecd kmemcheck: add the kmemcheck core 16 anos atrás
kprobes.h 30a813ae03 x86: Move MAX_INSN_SIZE into asm/insn.h 15 anos atrás
kvm.h a1e4ccb990 KVM: Introduce __KVM_HAVE_IRQ_LINE 13 anos atrás
kvm_emulate.h cbd27ee783 KVM: x86 emulator: initialize memop 13 anos atrás
kvm_host.h 5fecc9d8f5 Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm 13 anos atrás
kvm_para.h ab9cf4996b KVM guest: guest side for eoi avoidance 13 anos atrás
ldt.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
lguest.h e8a2eb47e6 Merge commit 'origin/x86/urgent' into x86/asm 16 anos atrás
lguest_hcall.h 9f54288def lguest: update comments 14 anos atrás
linkage.h 1b4ac2a935 x86: Get rid of asmregparm 14 anos atrás
local.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
local64.h 1996bda2a4 arch: Implement local64_t 15 anos atrás
mach_timer.h b0145bf366 time: x86: Remove CLOCK_TICK_RATE from mach_timer.h 13 anos atrás
mach_traps.h 064a59b6dd x86/mrst: Avoid reporting wrong nmi status 13 anos atrás
math_emu.h d315760ffa x86: fix math_emu register frame access 16 anos atrás
mc146818rtc.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
mce.h d6126ef5f3 x86/mce: Convert static array of pointers to per-cpu variables 13 anos atrás
microcode.h f72c1a5765 x86, microcode, AMD: Add a vendor-specific exit function 13 anos atrás
mman.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
mmconfig.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
mmu.h af6a25f0e1 x86: Reorder mm_context_t to remove x86_64 alignment padding and thus shrink mm_struct 14 anos atrás
mmu_context.h c6ae41e7d4 x86: replace percpu_xxx funcs with this_cpu_xxx 13 anos atrás
mmx.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
mmzone.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
mmzone_32.h 302616911d x86: Drop obsolete ARCH_BOOTMEM support 13 anos atrás
mmzone_64.h c6830c2260 Fix node_start/end_pfn() definition for mm/page_cgroup.c 14 anos atrás
module.h ce9c99af8d x86, cpu: Move AMD Elan Kconfig under "Processor family" 14 anos atrás
mpspec.h bb8187d35f MCA: delete all remaining traces of microchannel bus support. 13 anos atrás
mpspec_def.h bb8187d35f MCA: delete all remaining traces of microchannel bus support. 13 anos atrás
mrst-vrtc.h 7309282c90 x86: mrst: Add vrtc driver which serves as a wall clock device 14 anos atrás
mrst.h 1a8359e411 x86/mid: Remove Intel Moorestown 13 anos atrás
msgbuf.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
mshyperv.h e08cae4181 x86: Clean up the hypervisor layer 15 anos atrás
msidef.h 9d783ba042 x86, x2apic: enable fault handling for intr-remapping 16 anos atrás
msr-index.h ad8537cda6 Merge branch 'perf/x86-ibs' into perf/core 13 anos atrás
msr.h b0338e99b2 Merge branch 'x86/cpu' into perf/core 13 anos atrás
mtrr.h b263b31e8a x86, mtrr: Use explicit sizing and padding for the 64-bit ioctls 13 anos atrás
mutex.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
mutex_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
mutex_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
mwait.h bc83cccc76 x86, mwait: Move mwait constants to a common header file 15 anos atrás
nmi.h 0718467c85 x86/nmi: Clean up register_nmi_handler() usage 13 anos atrás
nops.h 46326013e3 x86, nop: Make the ASM_NOP* macros work from assembly 13 anos atrás
numa.h 752d4f372f x86, NUMA: Make numa_init_array() static 14 anos atrás
numa_32.h a4106eae65 x86, NUMA: Move NUMA init logic from numa_64.c to numa.c 14 anos atrás
numa_64.h a4106eae65 x86, NUMA: Move NUMA init logic from numa_64.c to numa.c 14 anos atrás
numaq.h 299a180aec x86-32, NUMA: Update numaq to use new NUMA init protocol 14 anos atrás
olpc.h 7bc74b3df7 x86, olpc-xo1-sci: Add GPE handler and ebook switch functionality 14 anos atrás
olpc_ofw.h 45bb1674b9 x86, olpc: Use device tree for platform identification 14 anos atrás
page.h 8fd49936a8 x86: Document __phys_reloc_hide() usage in __pa_symbol() 15 anos atrás
page_32.h beb6943d8d x86 headers: protect page_32.h via __ASSEMBLY__ 16 anos atrás
page_32_types.h 38e7c572ce x86: Use common threadinfo allocator 13 anos atrás
page_64.h 51c78eb3f0 x86: create _types.h counterparts for page*.h 16 anos atrás
page_64_types.h 38e7c572ce x86: Use common threadinfo allocator 13 anos atrás
page_types.h 49a7f04a4b Move all declarations of free_initmem() to linux/mm.h 13 anos atrás
param.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
paravirt.h b0338e99b2 Merge branch 'x86/cpu' into perf/core 13 anos atrás
paravirt_types.h 1f975f78c8 x86, pvops: Remove hooks for {rd,wr}msr_safe_regs 13 anos atrás
parport.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
pat.h 9fd126bc74 x86, pat: New i/f for driver to request memtype for IO regions 16 anos atrás
pci-direct.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
pci-functions.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 anos atrás
pci.h 76ccc29701 x86/PCI: Expand the x86_msi_ops to have a restore MSIs. 13 anos atrás
pci_64.h c252a5bb1f x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA 15 anos atrás
pci_x86.h c767a54ba0 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> 13 anos atrás
percpu.h 641b695c2f percpu: remove percpu_xxx() functions 13 anos atrás
perf_event.h c93dc84cbe perf/x86: Add a microcode revision check for SNB-PEBS 13 anos atrás
perf_event_p4.h f53173e47d x86, perf: P4 PMU - Fix typos in comments and style cleanup 14 anos atrás
pgalloc.h b595076a18 tree-wide: fix comment/printk typos 14 anos atrás
pgtable-2level.h c767a54ba0 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> 13 anos atrás
pgtable-2level_types.h 9b3651cbc2 x86: move more pagetable-related definitions into pgtable*.h 16 anos atrás
pgtable-3level.h 3fad0953a1 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 anos atrás
pgtable-3level_types.h 9b3651cbc2 x86: move more pagetable-related definitions into pgtable*.h 16 anos atrás
pgtable.h 2ac13462b6 x86: Use "do { } while(0)" for empty flush_tlb_fix_spurious_fault() macro 13 anos atrás
pgtable_32.h ece0e2b640 mm: remove pte_*map_nested() 14 anos atrás
pgtable_32_types.h fc4ac7a5f5 x86: use __ASSEMBLY__ rather than __ASSEMBLER__ 15 anos atrás
pgtable_64.h c767a54ba0 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> 13 anos atrás
pgtable_64_types.h c898faf91b x86: 46 bit physical address support on 64 bits 16 anos atrás
pgtable_types.h d319bb79af x86-64: Map the HPET NX 14 anos atrás
poll.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
posix_types.h 98e5272fe7 x32: Check __ILP32__ instead of __LP64__ for x32 13 anos atrás
posix_types_32.h bb8ac181a5 bury __kernel_nlink_t, make internal nlink_t consistent 13 anos atrás
posix_types_64.h 07d620212d x86: Use generic posix_types.h 13 anos atrás
posix_types_x32.h 1f5e27a90a x32: Create posix_types_x32.h 13 anos atrás
prctl.h 8d4b498119 headers_check fix: x86, prctl.h 16 anos atrás
probe_roms.h 5d94e81f69 x86: Introduce pci_map_biosrom() 14 anos atrás
processor-cyrix.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
processor-flags.h ad756a1603 KVM: VMX: Implement PCID/INVPCID for guests with EPT 13 anos atrás
processor.h 731a7378b8 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 anos atrás
prom.h b4e518547d irq_domain/x86: Convert x86 (embedded) to use common irq_domain 13 anos atrás
proto.h 9b3be9f992 Move round_up/down to kernel.h 15 anos atrás
ptrace-abi.h 0d2eb44f63 x86: Fix common misspellings 14 anos atrás
ptrace.h f28f0c2357 x86: Move some signal-handling definitions to a common header 13 anos atrás
pvclock-abi.h eae3ee7d8a x86: pvclock: Add flag to indicate that a vm was stopped by the host 13 anos atrás
pvclock.h 3b217116ed KVM: Fix instruction size issue in pvclock scaling 14 anos atrás
realmode.h 650513979a x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64 13 anos atrás
reboot.h 650513979a x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64 13 anos atrás
reboot_fixups.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
required-features.h bdc802dcca x86, cpu: Support the features flags in new CPUID leaf 7 15 anos atrás
resource.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
resume-trace.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
rio.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
rtc.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
rwlock.h a750036f35 x86: Fix write lock scalability 64-bit issue 14 anos atrás
rwsem.h 8b8bc2f731 x86: Use xadd helper more widely 14 anos atrás
scatterlist.h 7e005f7979 remove needless ISA_DMA_THRESHOLD 15 anos atrás
seccomp.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
seccomp_32.h 5b1017404a x86-64: seccomp: fix 32/64 syscall hole 16 anos atrás
seccomp_64.h 5b1017404a x86-64: seccomp: fix 32/64 syscall hole 16 anos atrás
sections.h 74e081797b x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA 16 anos atrás
segment.h 9900aa2f95 x86-64: Handle exception table entries during early boot 13 anos atrás
sembuf.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
serial.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
serpent.h 251496dbfc crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation 13 anos atrás
setup.h 933b9463a0 x86/intel config: Revamp configuration to allow for Moorestown and Medfield 13 anos atrás
setup_arch.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 anos atrás
shmbuf.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
shmparam.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
sigcontext.h 98e5272fe7 x32: Check __ILP32__ instead of __LP64__ for x32 13 anos atrás
sigcontext32.h 2de548faa7 headers_check fix: x86, sigcontext32.h 16 anos atrás
sigframe.h 9d3897630e x32: Add rt_sigframe_x32 13 anos atrás
sighandling.h 77097ae503 most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set 13 anos atrás
siginfo.h 89b8835ec8 x32, siginfo: Provide proper overrides for x32 siginfo_t 13 anos atrás
signal.h 63b852a6b6 asm-generic: rename termios.h, signal.h and mman.h 16 anos atrás
smp.h 43cc7e86f3 smp: Remove num_booting_cpus() 13 anos atrás
smpboot_hooks.h ac619f4eba x86: Serialize SMP bootup CMOS accesses on rtc_lock 14 anos atrás
socket.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
sockios.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
sparsemem.h c898faf91b x86: 46 bit physical address support on 64 bits 16 anos atrás
special_insns.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
spinlock.h 35372a7d45 x86: spinlock.h: Remove REG_PTR_MODE 13 anos atrás
spinlock_types.h 7931d49305 x86/spinlocks: Eliminate TICKET_MASK 13 anos atrás
sta2x11.h 35bdd29095 mfd: Add driver for STA2X11 MFD block 13 anos atrás
stackprotector.h c6ae41e7d4 x86: replace percpu_xxx funcs with this_cpu_xxx 13 anos atrás
stacktrace.h 449a66fd1f x86: Remove warning and warning_symbol from struct stacktrace_ops 14 anos atrás
stat.h 8529f613b6 vfs: don't force a big memset of stat data just to clear padding fields 13 anos atrás
statfs.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
string.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
string_32.h ff60fab71b x86: Use __builtin_memset and __builtin_memcpy for memset/memcpy 16 anos atrás
string_64.h f85612967c x86: add hooks for kmemcheck 16 anos atrás
suspend.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
suspend_32.h 354258011e PM / Hibernate: Remove arch_prepare_suspend() 14 anos atrás
suspend_64.h 354258011e PM / Hibernate: Remove arch_prepare_suspend() 14 anos atrás
svm.h dc25e89e07 KVM: SVM: copy instruction bytes from VMCB 14 anos atrás
swab.h 7cff3608d2 headers_check fix: x86, swab.h 16 anos atrás
swiotlb.h efa631c26d x86, swiotlb: Simplify SWIOTLB pci_swiotlb_detect routine. 15 anos atrás
switch_to.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
sync_bitops.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
sys_ia32.h a96d692e9a x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h> 13 anos atrás
syscall.h b7456536cf arch/x86: add syscall_get_arch to syscall.h 13 anos atrás
syscalls.h d7627467b7 Make do_execve() take a const filename pointer 15 anos atrás
tce.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
termbits.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
termios.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
thread_info.h edd63a2763 set_restore_sigmask() is never called without SIGPENDING (and never should be) 13 anos atrás
time.h 16f871bc30 x86: i8253: Consolidate definitions of global_clock_event 14 anos atrás
timer.h 9993bc635d sched/x86: Fix overflow in cyc2ns_offset 13 anos atrás
timex.h 08604bd993 time: move PIT_TICK_RATE to linux/timex.h 16 anos atrás
tlb.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
tlbflush.h 02171b4a7c Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 anos atrás
topology.h cb83b629ba sched/numa: Rewrite the CONFIG_NUMA sched domain support 13 anos atrás
traps.h c94082656d x86: Use enum instead of literals for trap values 13 anos atrás
tsc.h b74f05d61b x86: kvmclock: abstract save/restore sched_clock_state 13 anos atrás
types.h 8547727756 remove dma64_addr_t 14 anos atrás
uaccess.h bc6ca7b342 perf/x86: Check if user fp is valid 13 anos atrás
uaccess_32.h 5723aa993d x86: use the new generic strnlen_user() function 13 anos atrás
uaccess_64.h 954e482bde x86/copy_user_generic: Optimize copy_user_generic with CPU erms feature 13 anos atrás
ucontext.h 73a2d096fd x86: remove all now-duplicate header files 16 anos atrás
unaligned.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
unistd.h 98e5272fe7 x32: Check __ILP32__ instead of __LP64__ for x32 13 anos atrás
uprobes.h 7eb9ba5ed3 uprobes: Pass probed vaddr to arch_uprobe_analyze_insn() 13 anos atrás
user.h 5b3efd5008 x86, ptrace: regset extensions to support xstate 15 anos atrás
user32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
user_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
user_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
vdso.h 8c49d9a74b x86-64: Clean up vdso/kernel shared variables 14 anos atrás
vga.h b4aa016305 efifb: Implement vga_default_device() (v2) 13 anos atrás
vgtod.h 91ec87d57f x86-64: Simplify and optimize vdso clock_gettime monotonic variants 13 anos atrás
virtext.h f05e798ad4 Disintegrate asm/system.h for X86 13 anos atrás
vm86.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 anos atrás
vmx.h ad756a1603 KVM: VMX: Implement PCID/INVPCID for guests with EPT 13 anos atrás
vsyscall.h 3ae36655b9 x86-64: Rework vsyscall emulation and add vsyscall= parameter 14 anos atrás
vvar.h 9fd67b4ed0 x86-64: Give vvars their own page 14 anos atrás
word-at-a-time.h 36126f8f2e word-at-a-time: make the interfaces truly generic 13 anos atrás
x2apic.h bf721d3a3b x86/apic: Factor out default target_cpus() operation 13 anos atrás
x86_init.h 8461689c67 Merge branch 'x86/apic' into x86/platform 13 anos atrás
xcr.h bb8985586b x86, um: ... and asm-x86 move 17 anos atrás
xor.h f85612967c x86: add hooks for kmemcheck 16 anos atrás
xor_32.h ea4d26ae24 raid5: add AVX optimized RAID5 checksumming 13 anos atrás
xor_64.h ea4d26ae24 raid5: add AVX optimized RAID5 checksumming 13 anos atrás
xor_avx.h ea4d26ae24 raid5: add AVX optimized RAID5 checksumming 13 anos atrás
xsave.h 7a040a4384 x86, extable: Remove open-coded exception table entries in arch/x86/include/asm/xsave.h 13 anos atrás