aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar2009-03-042-14/+0
|\
| * x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-022-14/+0
* | Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing...Ingo Molnar2009-03-021-0/+3
|\ \ | |/
| * gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_tVenkatesh Pallipadi2009-02-251-0/+3
* | x86, ptrace: remove CONFIG guards around declarationsMarkus Metzger2009-02-241-3/+0
* | Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-221-0/+5
|\ \
| * | ftrace, x86: make kernel text writable only for conversionsSteven Rostedt2009-02-201-0/+5
| |/
* | Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar2009-02-191-25/+0
|\ \ | |/ |/|
| * tracing/function-graph-tracer: make arch generic push pop functionsSteven Rostedt2009-02-181-25/+0
* | mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-02-182-4/+0
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-172-16/+2
|\ \
| * | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge2009-02-121-15/+2
| * | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/memSuresh Siddha2009-02-121-1/+0
* | | KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity2009-02-151-0/+7
| |/ |/|
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-118-34/+40
|\ \ | |/
| * x86: fix math_emu register frame accessTejun Heo2009-02-102-4/+4
| * x86: math_emu info cleanupTejun Heo2009-02-092-22/+9
| * x86: include correct %gs in a.out core dumpTejun Heo2009-02-091-3/+1
| * x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-091-0/+6
| * x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh2009-02-091-0/+1
| * x86: don't apply __supported_pte_mask to non-present ptesJeremy Fitzhardinge2009-02-042-7/+21
* | x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2009-02-092-0/+2
|/
* headers_check fix: x86, swab.hJaswinder Singh Rajput2009-01-311-1/+1
* headers_check fix: x86, sigcontext32.hJaswinder Singh Rajput2009-01-311-0/+2
* headers_check fix: x86, sigcontext.hJaswinder Singh Rajput2009-01-311-1/+1
* headers_check fix: x86, ptrace-abi.hJaswinder Singh Rajput2009-01-311-1/+1
* headers_check fix: x86, mtrr.hJaswinder Singh Rajput2009-01-311-0/+1
* headers_check fix: x86, mce.hJaswinder Singh Rajput2009-01-311-4/+1
* headers_check fix: x86, kvm.hJaswinder Singh Rajput2009-01-311-1/+1
* headers_check fix: x86, e820.hJaswinder Singh Rajput2009-01-311-0/+1
* Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-291-2/+2
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-266-15/+45
|\
| * x86: use standard PIT frequencyIngo Molnar2009-01-251-9/+4
| * x86, mm: fix pte_free()Peter Zijlstra2009-01-231-0/+1
| * x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h>H. Peter Anvin2009-01-211-0/+29
| * Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar2009-01-211-1/+1
| * x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta...Jan Beulich2009-01-161-1/+0
| * x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen2009-01-131-4/+10
* | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-2/+0
* | x86 PAT: consolidate old memtype new memtype check into a functionvenkatesh.pallipadi@intel.com2009-01-131-0/+19
|/
* x86: fix apic.c build error on latest gitJaswinder Singh Rajput2009-01-121-0/+6
* Merge commit 'v2.6.29-rc1' into x86/urgentIngo Molnar2009-01-1111-139/+101
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-109-74/+71
| |\
| * \ Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-103-3/+32
| |\ \
| | * | x86: fix x86_32 builds for summit and es7000 arch'sMike Travis2009-01-062-0/+3
| | * | x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-041-3/+29
| * | | x86: make 'constant_test_bit()' take an unsigned bit numberLinus Torvalds2009-01-091-1/+1
| * | | x86: introduce asm/swab.hHarvey Harrison2009-01-063-60/+64
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-061-37/+1
| |\ \ \
| | * \ \ Merge branch 'core/iommu' into core/urgentIngo Molnar2009-01-051-37/+1
| | |\ \ \ | | | |/ / | | |/| |