summaryrefslogtreecommitdiffstats
path: root/firmware/yamaha (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-22x86/apic: Move apic_init_uniprocessor codeThomas Gleixner1-63/+62
2015-01-22x86/smpboot: Cleanup ioapic handlingThomas Gleixner1-40/+7
2015-01-22x86/apic: Sanitize ioapic handlingThomas Gleixner1-14/+3
2015-01-22x86/ioapic: Add proper checks to setp/enable_IO_APIC()Thomas Gleixner1-4/+7
2015-01-22x86/ioapic: Provide stub functions for IOAPIC%3DnThomas Gleixner1-0/+5
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner2-69/+65
2015-01-22x86/x2apic: Use state information for disableThomas Gleixner1-16/+10
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner3-28/+41
2015-01-22x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner2-36/+24
2015-01-22x86/x2apic: Add proper state trackingThomas Gleixner1-1/+14
2015-01-22x86/x2apic: Clarify remapping mode for x2apic enablementThomas Gleixner1-4/+4
2015-01-22x86/x2apic: Move code in conditional regionThomas Gleixner2-54/+37
2015-01-22x86/apic: Check x2apic earlyThomas Gleixner2-15/+21
2015-01-22x86/apic: Make disable x2apic work reallyThomas Gleixner1-9/+5
2015-01-22x86/ioapic: Check x2apic reallyThomas Gleixner3-4/+4
2015-01-22x86/apic: Move x2apic code to one placeThomas Gleixner1-30/+28
2015-01-22x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APICThomas Gleixner2-5/+5
2015-01-22x86/apic: Avoid open coded x2apic detectionThomas Gleixner2-13/+11
2015-01-15iommu/irq_remapping: Normailize the way to detect whether IR is enabledJiang Liu1-24/+14
2015-01-15iommu/irq_remapping: Change variable disable_irq_remap to be staticJiang Liu4-14/+2
2015-01-15iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenanceJiang Liu1-8/+8
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu8-34/+3
2015-01-15iommu/amd: Check for irq-remap support amd_iommu_prepare()Joerg Roedel1-0/+3
2015-01-15x86/apic: Only disable CPU x2apic mode when necessaryJiang Liu1-1/+2
2015-01-15iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC modeJiang Liu1-4/+6
2015-01-15iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUsJoerg Roedel1-10/+9
2015-01-15iommu/vt-d: Prepare for killing function irq_remapping_supported()Jiang Liu1-33/+25
2015-01-15x86/apic: Handle XAPIC remap mode proper.Jiang Liu1-5/+1
2015-01-15x86/apic: Refine enable_IR_x2apic() and related functionsJiang Liu1-45/+47
2015-01-15x86/apic: Correctly detect X2APIC status in function enable_IR()Jiang Liu1-1/+1
2015-01-15x86/apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()Jiang Liu1-3/+1
2015-01-15x86/apic: Panic if kernel doesn't support x2apic but BIOS has enabled x2apicJiang Liu1-0/+8
2015-01-15x86/apic: Clear stale x2apic modeThomas Gleixner1-0/+1
2015-01-15iommu/vt-d: Convert allocations to GFP_KERNELThomas Gleixner1-2/+2
2015-01-15iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepareThomas Gleixner1-20/+44
2015-01-15iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner3-17/+7
2015-01-11linux 3.19-rc4v3.19-rc4Linus Torvalds1-1/+1
2015-01-11mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-01-11mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-09ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile errorVictor Kamensky1-2/+2
2015-01-09HID: roccat: potential out of bounds in pyra_sysfs_write_settings()Dan Carpenter1-2/+6
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson1-1/+1
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa1-0/+4
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni1-18/+1
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+3
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du1-1/+1
2015-01-09sched, fanotify: Deal with nested sleepsPeter Zijlstra1-5/+5
2015-01-09perf/x86/uncore/hsw-ep: Handle systems with only two SBOXesAndi Kleen2-1/+18
2015-01-09perf/x86_64: Improve user regs samplingAndy Lutomirski1-2/+76
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski6-16/+63