aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
* Merge branch 'irqdomain/next' into gpio/nextGrant Likely2012-02-28
|\
| * irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2012-02-23
| * i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-13
| * i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-13
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-02-10
| |\
| | * perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-07
| | * perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-03
| * | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-02-06
| |\ \ | | |/ | |/|
| | * KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov2012-02-01
| | * KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-02-01
| | * KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-02-01
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds2012-02-02
| |\ \ \ \ \ | | | | | |/ | | | | |/|
| | | | | * x86/reboot: Remove VersaLogic Menlow reboot quirkMichael D Labriola2012-01-30
| | | | | * x86/reboot: Skip DMI checks if reboot set by userMichael D Labriola2012-01-30
| | | | | * x86: Properly parenthesize cmpxchg() macro argumentsJan Beulich2012-01-26
| | | * | | x86/dumpstack: Remove unneeded check in dump_trace()Dan Carpenter2012-01-28
| | | | |/ | | | |/|
| | * | | bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-26
* | | | | Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...Grant Likely2012-02-22
|\| | | |
| * | | | Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2012-01-28
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3Konrad Rzeszutek Wilk2012-01-27
| | |\ \ \
| | * | | | x86: xen: size struct xen_spinlock to always fit in arch_spinlock_tDavid Vrabel2012-01-24
| * | | | | x86/microcode_amd: Add support for CPU family specific container filesAndreas Herrmann2012-01-26
| * | | | | x86/amd: Add missing feature flag for fam15h models 10h-1fh processorsAndreas Herrmann2012-01-26
| * | | | | x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()Jesper Juhl2012-01-26
| * | | | | x86/numachip: Drop unnecessary conflict with EDACDaniel J Blueman2012-01-26
| * | | | | x86/uv: Fix uninitialized spinlocksCliff Wickman2012-01-26
| * | | | | x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson2012-01-26
| | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-24
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | net: bpf_jit: fix divide by 0 generationEric Dumazet2012-01-18
* | | | | gpio: Add a driver for Sodaville GPIO controllerSebastian Andrzej Siewior2012-02-03
|/ / / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-19
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | * | | x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin2012-01-19
| | | * | | Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin2012-01-19
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | x86, tsc: Fix SMI induced variation in quick_pit_calibrate()Linus Torvalds2012-01-17
| | | * | | x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper2012-01-17
| | | * | | x86/kconfig: Move the ZONE_DMA entry under a menuRandy Dunlap2012-01-17
| | | * | | x86/UV2: Add accounting for BAU strong nacksCliff Wickman2012-01-17
| | | * | | x86/UV2: Ack BAU interrupt earlierCliff Wickman2012-01-17
| | | * | | x86/UV2: Remove stale no-resources test for UV2 BAUCliff Wickman2012-01-17
| | | * | | x86/UV2: Work around BAU bugCliff Wickman2012-01-17
| | | * | | x86/UV2: Fix BAU destination timeout initializationCliff Wickman2012-01-17
| | | * | | x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman2012-01-17
| | | * | | x86: Get rid of dubious one-bit signed bitfieldAnton Vorontsov2012-01-16
| | * | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-17
| | |\ \ \ \
| | * | | | | x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignorexiyou.wangcong@gmail.com2012-01-16
| | * | | | | x86/kprobes: Fix typo transferred from Intel manualUlrich Drepper2012-01-16
* | | | | | | uml: fix compile for x86-64Linus Torvalds2012-01-18
* | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-18
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown2012-01-18
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)Kurt Garloff2012-01-17
| | |/ / / / / /