Age | Commit message (Expand) | Author | Files | Lines |
2012-06-25 | x86/uv: Work around UV2 BAU hangs | Cliff Wickman | 2 | -215/+200 |
2012-06-25 | x86/uv: Implement UV BAU runtime enable and disable control via /proc/sgi_uv/ | Cliff Wickman | 2 | -15/+63 |
2012-06-25 | x86/uv: Fix the UV BAU destination timeout period | Cliff Wickman | 1 | -2/+2 |
2012-06-25 | perf/x86: Fix section mismatch in uncore_pci_init() | Robert Richter | 1 | -1/+1 |
2012-06-24 | x86-64, gcc: Use -mpreferred-stack-boundary=3 if supported | H.J. Lu | 1 | -0/+3 |
2012-06-21 | x86-64, reboot: Be more paranoid in 64-bit reboot=bios | H. Peter Anvin | 1 | -2/+6 |
2012-06-21 | x86, reboot: Drop redundant write of reboot_mode | H. Peter Anvin | 1 | -8/+0 |
2012-06-21 | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+5 |
2012-06-21 | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE | Andrea Arcangeli | 1 | -13/+17 |
2012-06-20 | x86: Move call to print_modules() out of show_regs() | Jan Beulich | 3 | -2/+1 |
2012-06-20 | x86/mm: Mark free_initrd_mem() as __init | Jan Beulich | 1 | -1/+1 |
2012-06-20 | x86/microcode: Mark microcode_id[] as __initconst | Jan Beulich | 1 | -1/+1 |
2012-06-20 | x86/nmi: Clean up register_nmi_handler() usage | Li Zhong | 2 | -20/+7 |
2012-06-20 | Merge commit 'v3.5-rc3' into x86/debug | Ingo Molnar | 31 | -170/+383 |
2012-06-18 | perf/x86: Lowercase uncore PMU event names | Peter Zijlstra | 1 | -35/+16 |
2012-06-18 | perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore support | Yan, Zheng | 2 | -0/+570 |
2012-06-18 | perf: Add generic PCI uncore PMU device support | Yan, Zheng | 2 | -5/+236 |
2012-06-18 | perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU support | Yan, Zheng | 2 | -0/+245 |
2012-06-18 | perf/x86: Add generic Intel uncore PMU support | Yan, Zheng | 3 | -1/+1085 |
2012-06-18 | perf: Export perf_assign_events() | Yan, Zheng | 2 | -3/+5 |
2012-06-18 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -1/+1 |
2012-06-18 | perf/x86/amd: Fix RDPMC index calculation for AMD family 15h | Robert Richter | 1 | -1/+1 |
2012-06-18 | x86/vsmp: Fix vector_allocation_domain's return value | Ido Yariv | 1 | -1/+2 |
2012-06-18 | Merge branch 'x86/apic' into x86/platform | Ingo Molnar | 20 | -548/+344 |
2012-06-18 | x86: Fix kernel-doc warnings | Wanpeng Li | 2 | -5/+5 |
2012-06-17 | x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64 | H. Peter Anvin | 7 | -38/+55 |
2012-06-16 | Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin... | Linus Torvalds | 1 | -1/+2 |
2012-06-16 | Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 3 | -1/+46 |
2012-06-16 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -7/+10 |
2012-06-16 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2012-06-16 | kmsg - kmsg_dump() use iterator to receive log buffer content | Kay Sievers | 1 | -8/+5 |
2012-06-15 | irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(... | Suresh Siddha | 1 | -99/+81 |
2012-06-15 | Merge branch 'x86/cleanups' into x86/apic | Ingo Molnar | 6 | -17/+12 |
2012-06-15 | x86/vsmp: Fix linker error when CONFIG_PROC_FS is not set | Ido Yariv | 1 | -0/+3 |
2012-06-15 | x86, compat: Use test_thread_flag(TIF_IA32) in compat signal delivery | Suresh Siddha | 1 | -1/+1 |
2012-06-14 | xen: mark local pages as FOREIGN in the m2p_override | Stefano Stabellini | 1 | -0/+36 |
2012-06-14 | x86: dma-mapping: fix broken allocation when dma_mask has been provided | Marek Szyprowski | 1 | -1/+2 |
2012-06-14 | x86/apic/es7000: Make apicid of a cluster (not CPU) from a cpumask | Alexander Gordeev | 1 | -1/+1 |
2012-06-14 | x86/apic/es7000+summit: Always make valid apicid from a cpumask | Alexander Gordeev | 2 | -0/+4 |
2012-06-14 | x86/apic/es7000+summit: Fix compile warning in cpu_mask_to_apicid() | Alexander Gordeev | 2 | -2/+2 |
2012-06-14 | x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and() | Alexander Gordeev | 4 | -10/+10 |
2012-06-14 | x86/apic: Eliminate cpu_mask_to_apicid() operation | Alexander Gordeev | 15 | -105/+25 |
2012-06-14 | x86/x2apic/cluster: Vector_allocation_domain() should return a value | Alexander Gordeev | 1 | -1/+2 |
2012-06-13 | x86/alternatives: Use atomic_xchg() instead atomic_dec_and_test() for stop_ma... | OGAWA Hirofumi | 1 | -1/+1 |
2012-06-13 | perf/x86: Fix broken LBR fixup code | Stephane Eranian | 1 | -1/+1 |
2012-06-13 | x86/smp: Fix topology checks on AMD MCM CPUs | Borislav Petkov | 1 | -2/+5 |
2012-06-12 | x86: kvmclock: remove check_and_clear_guest_paused warning | Marcelo Tosatti | 1 | -5/+0 |
2012-06-12 | ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overriding | Feng Tang | 1 | -0/+8 |
2012-06-12 | ACPI: Remove one board specific WARN when ignoring timer overriding | Feng Tang | 1 | -5/+0 |
2012-06-12 | ACPI: Make acpi_skip_timer_override cover all source_irq==0 cases | Feng Tang | 1 | -6/+8 |