summaryrefslogtreecommitdiff
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | Merge branch 'x86/apic' into x86/platformIngo Molnar2012-06-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha2012-06-15
| | * | | | | | | | | | | | | | Merge branch 'x86/cleanups' into x86/apicIngo Molnar2012-06-15
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()Shuah Khan2012-06-06
| | | * | | | | | | | | | | | | x86: Return IRQ_SET_MASK_OK_NOCOPY from irq affinity functionsJiang Liu2012-05-24
| | | * | | | | | | | | | | | | Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"Feng Tang2012-05-24
| | * | | | | | | | | | | | | | x86/apic/es7000: Make apicid of a cluster (not CPU) from a cpumaskAlexander Gordeev2012-06-14
| | * | | | | | | | | | | | | | x86/apic/es7000+summit: Always make valid apicid from a cpumaskAlexander Gordeev2012-06-14
| | * | | | | | | | | | | | | | x86/apic/es7000+summit: Fix compile warning in cpu_mask_to_apicid()Alexander Gordeev2012-06-14
| | * | | | | | | | | | | | | | x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and()Alexander Gordeev2012-06-14
| | * | | | | | | | | | | | | | x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-14
| | * | | | | | | | | | | | | | x86/x2apic/cluster: Vector_allocation_domain() should return a valueAlexander Gordeev2012-06-14
| | * | | | | | | | | | | | | | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev2012-06-08
| | * | | | | | | | | | | | | | x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-08
| | * | | | | | | | | | | | | | x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev2012-06-08
| | * | | | | | | | | | | | | | x86/apic: Try to spread IRQ vectors to different priority levelsAlexander Gordeev2012-06-08
| | * | | | | | | | | | | | | | x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev2012-06-08
| | * | | | | | | | | | | | | | x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev2012-06-06
| | * | | | | | | | | | | | | | x86/apic: Factor out default target_cpus() operationAlexander Gordeev2012-06-06
| | * | | | | | | | | | | | | | x86/apic: Trivial whitespace fixesAlexander Gordeev2012-06-06
| | * | | | | | | | | | | | | | x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha2012-06-06
| | * | | | | | | | | | | | | | x86/irq: Update irq_cfg domain unless the new affinity is a subset of the cur...Suresh Siddha2012-06-06
| * | | | | | | | | | | | | | | x86/vsmp: Fix linker error when CONFIG_PROC_FS is not setIdo Yariv2012-06-15
| * | | | | | | | | | | | | | | x86/vsmp: Ignore IOAPIC IRQ affinity if possibleRavikiran Thirumalai2012-06-11
| * | | | | | | | | | | | | | | x86/platform: Introduce APIC post-initialization callbackIdo Yariv2012-06-06
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86: Move call to print_modules() out of show_regs()Jan Beulich2012-06-20
| * | | | | | | | | | | | | | | x86/mm: Mark free_initrd_mem() as __initJan Beulich2012-06-20
| * | | | | | | | | | | | | | | x86/microcode: Mark microcode_id[] as __initconstJan Beulich2012-06-20
| * | | | | | | | | | | | | | | x86/nmi: Clean up register_nmi_handler() usageLi Zhong2012-06-20
| * | | | | | | | | | | | | | | Merge commit 'v3.5-rc3' into x86/debugIngo Molnar2012-06-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | x86: Save cr2 in NMI in case NMIs take a page fault (for i386)Steven Rostedt2012-06-08
| * | | | | | | | | | | | | | | x86: Remove cmpxchg from i386 NMI nesting codeSteven Rostedt2012-06-08
| * | | | | | | | | | | | | | | x86: Save cr2 in NMI in case NMIs take a page faultSteven Rostedt2012-06-07
| * | | | | | | | | | | | | | | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-06
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich2012-07-10
| * | | | | | | | | | | | | | | x86/mm/mtrr: Fix alignment determination in range_to_mtrr()Jan Beulich2012-07-10
| * | | | | | | | | | | | | | | x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureFenghua Yu2012-06-29
| * | | | | | | | | | | | | | | x86/alternatives: Use atomic_xchg() instead atomic_dec_and_test() for stop_ma...OGAWA Hirofumi2012-06-13
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | smp: Remove num_booting_cpus()Thomas Gleixner2012-06-05
| * | | | | | | | | | | | | | x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang2012-06-05
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2012-07-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | vsyscall_64: add missing ifdef CONFIG_SECCOMPWill Drewry2012-07-14
| * | | | | | | | | | | | | x86/vsyscall: allow seccomp filter in vsyscall=emulateWill Drewry2012-07-13
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong2012-07-03
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | perf/x86: Fix intel_perfmon_event_mapformattingPekka Enberg2012-07-06
* | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-07-06
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim2012-06-28