summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Frederic Weisbecker2009-12-173-3/+33
| * | | | perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-178-25/+42
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1925-311/+278
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha2009-12-178-41/+22
| * | | x86: Fix objdump version check in arch/x86/tools/chkobjdump.awkakpm@linux-foundation.org2009-12-171-1/+1
| * | | x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2009-12-172-1/+1
| * | | x86: Don't use POSIX character classes in gen-insn-attr-x86.awkRoland Dreier2009-12-171-6/+4
| * | | x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMAYinghai Lu2009-12-161-1/+1
| * | | x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-162-1/+5
| * | | x86, cpuid: Add "volatile" to asm in native_cpuid()Suresh Siddha2009-12-161-1/+1
| * | | x86, msr: msrs_alloc/free for CONFIG_SMP=nBorislav Petkov2009-12-164-215/+218
| * | | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann2009-12-163-38/+17
| * | | x86: Add IA32_TSC_AUX MSR and use itSheng Yang2009-12-162-2/+3
| * | | x86, msr/cpuid: Register enough minors for the MSR and CPUID driversH. Peter Anvin2009-12-152-4/+5
* | | | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-171-1/+1
|\ \ \ \
| * | | | cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell2009-12-171-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-173-3/+4
|\ \ \ \
| * | | | kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-122-2/+2
| * | | | kbuild: move compile.h to include/generatedSam Ravnborg2009-12-121-1/+1
| * | | | kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | | | | x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds2009-12-171-8/+8
| |/ / / |/| | |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-161-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'bugzilla-14700' into releaseLen Brown2009-12-151-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.Zhao Yakui2009-12-141-1/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-1/+0
|\ \ \ \ \
| * | | | | sanitize do_pipe_flags() callers in archAl Viro2009-12-161-1/+0
| |/ / / /
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1618-293/+244
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | x86: Fix kprobes build with non-gawk awkJonathan Nieder2009-12-151-5/+5
| * | | | Merge branch 'x86/mce' into x86/urgentIngo Molnar2009-12-151-10/+12
| |\ \ \ \
| | * | | | cpumask: Use modern cpumask style in arch/x86/kernel/cpu/mcheck/mce-inject.cRusty Russell2009-11-041-10/+12
| * | | | | Merge branch 'x86/asm' into x86/urgentIngo Molnar2009-12-1510-233/+148
| |\ \ \ \ \
| | * | | | | x86: Merge kernel_thread()Brian Gerst2009-12-103-72/+35
| | * | | | | x86: Sync 32/64-bit kernel_threadBrian Gerst2009-12-102-3/+13
| | * | | | | x86, 32-bit: Use same regs as 64-bit for kernel_thread_helperBrian Gerst2009-12-102-10/+6
| | * | | | | x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread()Brian Gerst2009-12-101-3/+4
| | * | | | | x86, 64-bit: Move kernel_thread to CBrian Gerst2009-12-103-50/+32
| | * | | | | x86-64, paravirt: Call set_iopl_mask() on 64 bitsH. Peter Anvin2009-12-091-2/+0
| | * | | | | x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2H. Peter Anvin2009-12-091-3/+3
| | * | | | | x86: Merge sys_cloneBrian Gerst2009-12-095-31/+24
| | * | | | | x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-093-10/+9
| | * | | | | x86: Merge sys_sigaltstackBrian Gerst2009-12-093-17/+5
| | * | | | | x86: Merge sys_execveBrian Gerst2009-12-095-49/+29
| | * | | | | x86: Merge sys_ioplBrian Gerst2009-12-093-29/+7
| | * | | | | x86-32: Add new pt_regs stubsBrian Gerst2009-12-091-11/+38
| * | | | | | x86: Split swiotlb initialization into two stagesFUJITA Tomonori2009-12-153-11/+17
| * | | | | | x86: Regex support and known-movable symbols for relocs, fix _endH. Peter Anvin2009-12-142-31/+60
| * | | | | | x86, msr: Remove incorrect, duplicated code in the MSR driverH. Peter Anvin2009-12-141-3/+2
* | | | | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-161-1/+3
|\ \ \ \ \ \ \
| * | | | | | | x86: don't export inline functionRusty Russell2009-12-151-1/+3
* | | | | | | | iommu-helper: use bitmap libraryAkinobu Mita2009-12-163-8/+8
OpenPOWER on IntegriCloud