summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-191-0/+6
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-201-0/+6
| |\
| | * perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra2012-10-161-0/+6
* | | Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin2012-10-19232-3922/+8018
|\ \ \
| * | | x86, MCE: Remove bios_cmci_threshold sysfs attributeBorislav Petkov2012-10-191-6/+0
| |/ /
| * | crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage a...Jussi Kivilinna2012-10-181-2/+7
| * | kbuild: Fix accidental revert in commit fe04ddfMichal Marek2012-10-151-1/+1
| * | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-0/+4
| |\ \
| | * | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-0/+4
| * | | x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming2012-10-141-1/+2
| * | | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-131-0/+2
| |\ \ \
| | * | | kgdb,x86: fix warning about unused variableJason Wessel2012-10-121-0/+2
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-137-13/+311
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | perf/AMD/IBS: Add sysfs supportRobert Richter2012-10-051-12/+49
| | * | | perf/x86: Add support for Intel Xeon-Phi Knights Corner PMUVince Weaver2012-10-046-1/+262
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-135-40/+18
| |\ \ \ \
| | * | | | x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-125-40/+18
| * | | | | Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-122-1/+58
| |\ \ \ \ \
| | * | | | | xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk2012-10-121-1/+15
| | * | | | | xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk2012-10-121-0/+2
| | * | | | | xen pv-on-hvm: add pfn_is_ram helper for kdumpOlaf Hering2012-10-041-0/+41
| * | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-124-30/+48
| |\ \ \ \ \ \
| | * | | | | | time: Convert x86_64 to using new update_vsyscallJohn Stultz2012-09-244-30/+45
| | * | | | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-242-2/+2
| | * | | | | | time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
| | * | | | | | jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-241-0/+3
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-11/+6
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | x86: get rid of duplicate code in case of CONFIG_VM86Al Viro2012-10-011-11/+6
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1021-219/+108
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | um: switch to generic kernel_thread()Al Viro2012-09-301-0/+1
| | * | | | | | x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-3014-117/+32
| | * | | | | | x86: split ret_from_forkAl Viro2012-09-307-85/+67
| | * | | | | | um: kill thread->forkingAl Viro2012-09-204-41/+13
| | * | | | | | um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-201-6/+0
| | * | | | | | x86: get rid of TIF_IRET hackeryAl Viro2012-09-205-17/+8
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-1028-392/+247
| |\ \ \ \ \ \
| | * | | | | | um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-0920-42/+42
| | * | | | | | um: move sysrq.h out of include/sharedAl Viro2012-10-092-7/+7
| | * | | | | | um/x86: merge 32 and 64 bit variants of ptrace.hAl Viro2012-10-093-78/+54
| | * | | | | | um/x86: merge 32 and 64bit variants of checksum.hAl Viro2012-10-093-265/+144
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-0911-76/+98
| |\ \ \ \ \ \
| | * | | | | | mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-092-0/+2
| | * | | | | | mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli2012-10-091-3/+8
| | * | | | | | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
| | * | | | | | atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-091-24/+0
| | * | | | | | rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-091-1/+1
| | * | | | | | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-2/+1
| | * | | | | | rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-091-35/+2
| | * | | | | | rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-091-19/+46
| | * | | | | | thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer2012-10-091-0/+1
OpenPOWER on IntegriCloud