Thomas Gleixner 23f9b26715 x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() 15 роки тому
..
uv f6d8a56693 x86, UV: Modularize BAU send and wait 15 роки тому
visws b72d0db9dd x86: Move pci init function to x86_init 15 роки тому
xen 26f0cf9181 Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 15 роки тому
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 17 роки тому
acpi.h e8c534ec06 x86: Fix keeping track of AMD C1E 15 роки тому
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 bf5438fca2 jump label: Base patch for jump label 15 роки тому
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 15 роки тому
amd_iommu_types.h 5d0d71569e x86/amd-iommu: Update copyright headers 15 роки тому
amd_nb.h 23ac4ae827 x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB 15 роки тому
apb_timer.h f6e9456c92 x86, cleanup: Remove obsolete boot_cpu_id variable 15 роки тому
apic.h 5a7ae78fd4 x86: Allow platforms to force enable apic 14 роки тому
apicdef.h a68c439b19 apic, x86: Check if EILVT APIC registers are available (AMD only) 15 роки тому
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 17 роки тому
bios_ebda.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
bitops.h c9e2fbd909 x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile 15 роки тому
bitsperlong.h c31ae4bb4a asm-generic: introduce asm/bitsperlong.h 16 роки тому
boot.h 6fc108a08d x86: Clean up arch/x86/Kconfig* 15 роки тому
bootparam.h fd699c7655 x86, olpc: Add support for calling into OpenFirmware 15 роки тому
bug.h a5fc5eba4d x86: Convert BUG() to use unreachable() 15 роки тому
bugs.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 59534f7298 Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 15 роки тому
calgary.h 480125ba49 x86, iommu: Make all IOMMU's detection routines return a value. 15 роки тому
calling.h 063f8913af x86: document 64-bit and 32-bit function call convention ABI 16 роки тому
checksum.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
checksum_32.h 392d814daf x86: fix csum_ipv6_magic asm memory clobber 16 роки тому
checksum_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
cmpxchg.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
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 f6e9456c92 x86, cleanup: Remove obsolete boot_cpu_id variable 15 роки тому
cpufeature.h 2f0384e5fc Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 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 17 роки тому
current.h ed8d9adf35 x86, percpu: Add 'percpu_read_stable()' interface for cacheable accesses 16 роки тому
debugreg.h 40f9249a73 x86/debug: Clear reserved bits of DR6 in do_debug() 15 роки тому
delay.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 17 роки тому
dma-mapping.h 3b9c6c11f5 dma-mapping: remove dma_is_consistent API 15 роки тому
dma.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 6f2a75369e x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get correct dma_reserve 15 роки тому
edac.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 e360adbe29 irq_work: Add generic hardirq context callbacks 15 роки тому
errno.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
fb.h 477346ff74 x86-64: Allow fbdev primary video code 15 роки тому
fcntl.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
fixmap.h 5a47c7dae8 x86: Add two helper macros for fixed address mapping 15 роки тому
floppy.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
frame.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
ftrace.h 117226d158 tracing: Remove FTRACE_SYSCALL_MAX definitions 16 роки тому
futex.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 5e1b00758b x86: canonicalize remaining header guards 17 роки тому
hardirq.h e360adbe29 irq_work: Add generic hardirq context callbacks 15 роки тому
highmem.h 597781f3e5 kmap_atomic: make kunmap_atomic() harder to misuse 15 роки тому
hpet.h d0fbca8f93 x86: ioapic/hpet: Convert to new chip functions 15 роки тому
hugetlb.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
hw_breakpoint.h 89e45aac42 x86: Fix instruction breakpoint encoding 15 роки тому
hw_irq.h 4a60cfa945 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 роки тому
hypertransport.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
hyperv.h e08cae4181 x86: Clean up the hypervisor layer 15 роки тому
hypervisor.h bee6ab53e6 x86: early PV on HVM features initialization. 15 роки тому
i387.h b6f7e38dbb Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 роки тому
i8253.h ced918eb74 i8253: Convert i8253_lock to raw_spinlock 15 роки тому
i8259.h 4305df947c x86: i8259: Convert to new irq_chip functions 15 роки тому
ia32.h 2b1c6bd77d generic compat_sys_ustat 16 роки тому
ia32_unistd.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 4fcb208391 x86: move function and variable declarations to asm/init.h 16 роки тому
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 3044100e58 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 роки тому
io_apic.h 23f9b26715 x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() 14 роки тому
ioctl.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
ioctls.h 73a2d096fd x86: remove all now-duplicate header files 16 роки тому
iomap.h cc1a8e5233 x86: Fix the address space annotations of iomap_atomic_prot_pfn() 15 роки тому
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 15 роки тому
ipcbuf.h 73a2d096fd x86: remove all now-duplicate header files 16 роки тому
ipi.h e641f5f525 x86, apic: remove duplicate asm/apic.h inclusions 16 роки тому
irq.h 28c6a0ba30 x86, legacy_irq: Remove left over nr_legacy_irqs 15 роки тому
irq_regs.h d650a51485 x86: merge irq_regs.h 16 роки тому
irq_remapping.h 1a0730d664 x86: Speed up the irq_remapped check in hot pathes 15 роки тому
irq_vectors.h e360adbe29 irq_work: Add generic hardirq context callbacks 15 роки тому
irqflags.h df9ee29270 Fix IRQ flag handling naming 15 роки тому
ist.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
jump_label.h 95fccd465e jump label: Remove duplicate structure for x86 15 роки тому
kdebug.h 1d6225e8cc x86, UV: Make kdump avoid stack dumps - fix !CONFIG_KEXEC breakage 15 роки тому
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 16518d5ada KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts 15 роки тому
kvm_host.h 9581d442b9 KVM: Fix fs/gs reload oops with invalid ldt 15 роки тому
kvm_para.h 3a0d7256a6 x86, paravirt: don't compute pvclock adjustments if we trust the tsc 15 роки тому
ldt.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 1164dd0099 x86: move mach-default/*.h files to asm/ 16 роки тому
math_emu.h d315760ffa x86: fix math_emu register frame access 16 роки тому
mc146818rtc.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
mca.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
mca_dma.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
mce.h 3c41758860 x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup 15 роки тому
memblock.h 1d931264af x86-32, memblock: Make add_highpages honor early reserved ranges 15 роки тому
microcode.h 3b2e3d85ae Revert "x86: ucode-amd: Load ucode-patches once ..." 15 роки тому
mman.h 73a2d096fd x86: remove all now-duplicate header files 16 роки тому
mmconfig.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
mmu.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
mmu_context.h 78f1c4d6b0 cpumask: use mm_cpumask() wrapper: x86 16 роки тому
mmx.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
mmzone.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
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 c7208de304 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 роки тому
mpspec.h 4afc51a835 x86, ioapic: Simplify probe_nr_irqs_gsi. 15 роки тому
mpspec_def.h 1eb1b3b65d x86: rename all fields of mpf_intel mpf_X to X 16 роки тому
mrst.h 4d033556f1 x86, earlyprintk: Add hsu early console for Intel Medfield platform 15 роки тому
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 e8779776af Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 роки тому
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 17 роки тому
mutex_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
mutex_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
mwait.h bc83cccc76 x86, mwait: Move mwait constants to a common header file 15 роки тому
nmi.h 58687acba5 lockup_detector: Combine nmi_watchdog and softlockup detector 15 роки тому
nops.h fc06b8520b x86/tracing: comment need for atomic nop 16 роки тому
numa.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
numa_32.h 867c5b5292 x86: set_highmem_pages_init() cleanup 16 роки тому
numa_64.h 8df5bb34de x86, numa: Add fixed node size option for numa emulation 15 роки тому
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 d5d0e88c1e x86, olpc: Use pci subarch init for OLPC 15 роки тому
olpc_ofw.h 3e3c486012 x86, olpc: Rework BIOS signature check 15 роки тому
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 66aa230e43 x86: page_types.h unification of declarations 16 роки тому
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 a416e9e1dd x86-32: Fix sparse warning for the __PHYSICAL_MASK calculation 15 роки тому
param.h 73a2d096fd x86: remove all now-duplicate header files 16 роки тому
paravirt.h e36f561a2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags 14 роки тому
paravirt_types.h b0f4c062fb x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI 15 роки тому
parport.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 17 роки тому
pci-functions.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 роки тому
pci.h 23b90cfd7b x86/PCI: only define pci_domain_nr if PCI and PCI_DOMAINS are set 15 роки тому
pci_64.h c252a5bb1f x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA 15 роки тому
pci_x86.h 7bd1c365fd x86/PCI: Add option to not assign BAR's if not already assigned 15 роки тому
percpu.h 23b764d056 percpu, x86: Avoid warnings of unused variables in per cpu 15 роки тому
perf_event.h c726b61c6a Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core 15 роки тому
perf_event_p4.h c9cf4a019c perf, x86, Pentium4: Add RAW events verification 15 роки тому
pgalloc.h 1431559200 x86, mm: Allow highmem user page tables to be disabled at boot time 15 роки тому
pgtable-2level.h 71ff49d71b x86: with the last user gone, remove set_pte_present 16 роки тому
pgtable-2level_types.h 9b3651cbc2 x86: move more pagetable-related definitions into pgtable*.h 16 роки тому
pgtable-3level.h 71ff49d71b x86: with the last user gone, remove set_pte_present 16 роки тому
pgtable-3level_types.h 9b3651cbc2 x86: move more pagetable-related definitions into pgtable*.h 16 роки тому
pgtable.h 617d34d9e5 x86, mm: Hold mm->page_table_lock while doing vmalloc_sync 15 роки тому
pgtable_32.h fd89a13792 x86-32: Separate 1:1 pagetables from swapper_pg_dir 15 роки тому
pgtable_32_types.h fc4ac7a5f5 x86: use __ASSEMBLY__ rather than __ASSEMBLER__ 15 роки тому
pgtable_64.h 6afb5157b9 x86, mm: Separate x86_64 vmalloc_sync_all() into separate functions 15 роки тому
pgtable_64_types.h c898faf91b x86: 46 bit physical address support on 64 bits 16 роки тому
pgtable_types.h 14c93e8eba Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent 16 роки тому
poll.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
posix_types.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
posix_types_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
posix_types_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
prctl.h 8d4b498119 headers_check fix: x86, prctl.h 16 роки тому
processor-cyrix.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
processor-flags.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
processor.h 2a8b67fb72 Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 роки тому
proto.h 9b3be9f992 Move round_up/down to kernel.h 15 роки тому
ptrace-abi.h faa4602e47 x86, perf, bts, mm: Delete the never used BTS-ptrace code 15 роки тому
ptrace.h faa4602e47 x86, perf, bts, mm: Delete the never used BTS-ptrace code 15 роки тому
pvclock-abi.h 3a0d7256a6 x86, paravirt: don't compute pvclock adjustments if we trust the tsc 15 роки тому
pvclock.h 424c32f1aa x86, paravirt: Enable pvclock flags in vcpu_time_info structure 15 роки тому
reboot.h c370e5e089 x86 kdump: make nmi_shootdown_cpus() non-static 16 роки тому
reboot_fixups.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 17 роки тому
resume-trace.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
rio.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
rtc.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
rwlock.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
rwsem.h b4bcb4c28c x86, rwsem: Minor cleanups 15 роки тому
scatterlist.h 7e005f7979 remove needless ISA_DMA_THRESHOLD 15 роки тому
seccomp.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
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 16 роки тому
segment.h 60a5317ff0 x86: implement x86_32 stack protector 16 роки тому
sembuf.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
serial.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
setup.h 161b0275e2 x86, mm: Add RESERVE_BRK_ARRAY() helper 15 роки тому
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 17 роки тому
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 17 роки тому
signal.h 63b852a6b6 asm-generic: rename termios.h, signal.h and mman.h 16 роки тому
smp.h a7b480e7f3 x86, lib: Add wbinvd smp helpers 15 роки тому
smpboot_hooks.h 1164dd0099 x86: move mach-default/*.h files to asm/ 16 роки тому
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 17 роки тому
stackprotector.h 1ea0d14e48 x86/i386: Make sure stack-protector segment base is cache aligned 16 роки тому
stacktrace.h b0f82b81fe perf: Drop the skip argument from perf_arch_fetch_regs_caller 15 роки тому
stat.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
statfs.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
string.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
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 17 роки тому
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 e269fb2189 KVM: x86: Push potential exception error code on task switches 15 роки тому
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 17 роки тому
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 6ba74014c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 15 роки тому
system_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
tce.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 e4f2e5eaac Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 15 роки тому
time.h 7bd867dfb4 x86: Move get/set_wallclock to x86_platform_ops 16 роки тому
timer.h 2d826404f0 x86: Move tsc_calibration to x86_init_ops 16 роки тому
timex.h 08604bd993 time: move PIT_TICK_RATE to linux/timex.h 16 роки тому
tlb.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
tlbflush.h 55cd63676e x86: make zap_low_mapping could be used early 16 роки тому
topology.h e534c7c5f8 numa: x86_64: use generic percpu var numa_node_id() implementation 15 роки тому
trampoline.h 8848a91068 x86-32: Fix dummy trampoline-related inline stubs 15 роки тому
traps.h 9b6dba9e07 x86: Merge simd_math_error() into math_error() 15 роки тому
tsc.h cd7240c0b9 x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep states 15 роки тому
types.h 73a2d096fd x86: remove all now-duplicate header files 16 роки тому
uaccess.h ae24ffe5ec x86, 64-bit: Move K8 B step iret fixup to fault entry asm 16 роки тому
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 17 роки тому
unistd.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
unistd_32.h b34d8915c4 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux 15 роки тому
unistd_64.h b34d8915c4 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux 15 роки тому
user.h 5b3efd5008 x86, ptrace: regset extensions to support xstate 15 роки тому
user32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
user_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
user_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
vdso.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
vga.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 17 роки тому
vmx.h 2acf923e38 KVM: VMX: Enable XSAVE/XRSTOR for guest 15 роки тому
vsyscall.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
x86_init.h c516ac5839 x86: Add i8042 pre-detection hook to x86_platform_ops 15 роки тому
xcr.h bb8985586b x86, um: ... and asm-x86 move 17 роки тому
xor.h f85612967c x86: add hooks for kmemcheck 16 роки тому
xor_32.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
xor_64.h 1965aae3c9 x86: Fix ASM_X86__ header guards 17 роки тому
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 роки тому