summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and()Alexander Gordeev2012-06-144-10/+10
| | * | | | | | | | | x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-1413-79/+16
| | * | | | | | | | | x86/x2apic/cluster: Vector_allocation_domain() should return a valueAlexander Gordeev2012-06-141-1/+2
| | * | | | | | | | | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev2012-06-085-7/+5
| | * | | | | | | | | x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-087-88/+141
| | * | | | | | | | | x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev2012-06-082-4/+11
| | * | | | | | | | | x86/apic: Try to spread IRQ vectors to different priority levelsAlexander Gordeev2012-06-081-4/+3
| | * | | | | | | | | x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev2012-06-0810-117/+11
| | * | | | | | | | | x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev2012-06-067-136/+42
| | * | | | | | | | | x86/apic: Factor out default target_cpus() operationAlexander Gordeev2012-06-066-36/+7
| | * | | | | | | | | x86/apic: Trivial whitespace fixesAlexander Gordeev2012-06-063-4/+4
| | * | | | | | | | | x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha2012-06-062-17/+48
| | * | | | | | | | | x86/irq: Update irq_cfg domain unless the new affinity is a subset of the cur...Suresh Siddha2012-06-061-9/+6
| * | | | | | | | | | x86/vsmp: Fix linker error when CONFIG_PROC_FS is not setIdo Yariv2012-06-151-0/+3
| * | | | | | | | | | x86/vsmp: Ignore IOAPIC IRQ affinity if possibleRavikiran Thirumalai2012-06-111-4/+23
| * | | | | | | | | | x86/platform: Introduce APIC post-initialization callbackIdo Yariv2012-06-063-9/+18
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-2228-286/+343
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Move call to print_modules() out of show_regs()Jan Beulich2012-06-203-2/+1
| * | | | | | | | | | x86/microcode: Mark microcode_id[] as __initconstJan Beulich2012-06-201-1/+1
| * | | | | | | | | | x86/nmi: Clean up register_nmi_handler() usageLi Zhong2012-06-201-3/+4
| * | | | | | | | | | Merge commit 'v3.5-rc3' into x86/debugIngo Molnar2012-06-2012-69/+146
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | x86: Save cr2 in NMI in case NMIs take a page fault (for i386)Steven Rostedt2012-06-081-0/+12
| * | | | | | | | | | x86: Remove cmpxchg from i386 NMI nesting codeSteven Rostedt2012-06-081-14/+21
| * | | | | | | | | | x86: Save cr2 in NMI in case NMIs take a page faultSteven Rostedt2012-06-071-0/+20
| * | | | | | | | | | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-0624-267/+285
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-224-9/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich2012-07-101-5/+1
| * | | | | | | | | | x86/mm/mtrr: Fix alignment determination in range_to_mtrr()Jan Beulich2012-07-101-3/+3
| * | | | | | | | | | x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureFenghua Yu2012-06-291-0/+1
| * | | | | | | | | | x86/alternatives: Use atomic_xchg() instead atomic_dec_and_test() for stop_ma...OGAWA Hirofumi2012-06-131-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-221-9/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang2012-06-051-9/+0
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2012-07-181-4/+35
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | vsyscall_64: add missing ifdef CONFIG_SECCOMPWill Drewry2012-07-141-0/+4
| * | | | | | | | | x86/vsyscall: allow seccomp filter in vsyscall=emulateWill Drewry2012-07-131-4/+31
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | perf/x86: Fix intel_perfmon_event_mapformattingPekka Enberg2012-07-061-8/+8
* | | | | | | | | perf/x86: Uncore filter support for SandyBridge-EPYan, Zheng2012-07-052-46/+206
* | | | | | | | | perf/x86: Detect number of instances of uncore CBoxYan, Zheng2012-07-051-1/+6
* | | | | | | | | perf/x86: Fix event constraint for SandyBridge-EP C-BoxYan, Zheng2012-07-051-1/+1
* | | | | | | | | perf/x86: Use 0xff as pseudo code for fixed uncore eventYan, Zheng2012-07-052-3/+3
* | | | | | | | | perf/x86: Save a few bytes in 'struct x86_pmu'Peter Zijlstra2012-07-051-2/+5
* | | | | | | | | perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra2012-07-054-14/+72
* | | | | | | | | perf/x86: Improve debug output in check_hw_exists()Robert Richter2012-07-051-3/+5
* | | | | | | | | perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter2012-07-051-57/+46
* | | | | | | | | perf/x86: Move Intel specific code to intel_pmu_init()Robert Richter2012-07-052-32/+35
* | | | | | | | | perf/x86: Rename Intel specific macrosRobert Richter2012-07-054-29/+29
* | | | | | | | | Merge branch 'x86/microcode' into perf/coreIngo Molnar2012-07-051-11/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, microcode: Make reload interface per systemBorislav Petkov2012-07-011-8/+28
| * | | | | | | | | x86, microcode: Sanitize per-cpu microcode reloading interfaceBorislav Petkov2012-07-011-7/+19
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86/cpu' into perf/coreIngo Molnar2012-07-058-21/+52
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud