summaryrefslogtreecommitdiff
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu2013-11-07
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/time: Honor ACPI FADT flag indicating absence of a CMOS RTCJan Beulich2013-10-26
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2013-11-01
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-11
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2013-09-25
| * | | | | | | | | | | | | sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-25
| * | | | | | | | | | | | | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-25
| * | | | | | | | | | | | | sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-25
* | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | perf/x86/intel: Add Ivy Bridge-EP uncore IRP box supportYan, Zheng2013-11-06
| * | | | | | | | | | | | | | perf/x86/intel/uncore: Add filter support for IvyBridge-EP QPI boxesYan, Zheng2013-11-06
| * | | | | | | | | | | | | | perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-06
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar2013-11-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | perf/x86: Optimize intel_pmu_pebs_fixup_ip()Peter Zijlstra2013-10-16
| * | | | | | | | | | | | | | Merge tag 'v3.12-rc5' into perf/coreIngo Molnar2013-10-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | perf/x86: Suppress duplicated abort LBR recordsAndi Kleen2013-10-04
| * | | | | | | | | | | | | | perf/x86: Add Haswell specific transaction flag reportingAndi Kleen2013-10-04
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | perf/x86/intel: Fix build warning in intel_pmu_drain_pebs_nhm()Peter Zijlstra2013-09-20
| * | | | | | | | | | | | | | | perf/x86/intel: Remove division from the intel_pmu_drain_pebs_nhm() hot pathPeter Zijlstra2013-09-20
| * | | | | | | | | | | | | | | perf/x86/intel: Clean up EVENT_ATTR_STR() muckIngo Molnar2013-09-12
| * | | | | | | | | | | | | | | perf/x86/intel: Clean-up/reduce PEBS codePeter Zijlstra2013-09-12
| * | | | | | | | | | | | | | | perf/x86/intel: Clean up checkpoint-interrupt bitsPeter Zijlstra2013-09-12
| * | | | | | | | | | | | | | | perf/x86/intel: Add Haswell TSX event aliasesAndi Kleen2013-09-12
| * | | | | | | | | | | | | | | perf/x86: Report TSX transaction abort cost as weightAndi Kleen2013-09-12
| * | | | | | | | | | | | | | | perf/x86/intel: Avoid checkpointed counters causing excessive TSX abortsAndi Kleen2013-09-12
* | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'irq/core-v6' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-10-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-01
| | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge tag 'v3.12-rc3' into irq/coreIngo Molnar2013-10-02
| |\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | x86/irq: Correct comment about i8259 initializationYanchuan Nian2013-09-04
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | perf/x86: Fix NMI measurementsPeter Zijlstra2013-10-29
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | KVM: Fix modprobe failure for kvm_intel/kvm_amdTim Gardner2013-10-30
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | x86: Update UV3 hub revision IDRuss Anderson2013-10-15
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | KVM: Enable pvspinlock after jump_label_init() to avoid VM hangRaghavendra K T2013-10-15
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-10-12
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | x86/reboot: Add reboot quirk for Dell Latitude E5410Ville Syrjälä2013-10-06
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-08
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | perf/x86: Clean up cap_user_time* settingPeter Zijlstra2013-10-04
| | |/ / / / / / | |/| | | | | |
* | | | | | | | x86/simplefb: Mark framebuffer mem-resources as IORESOURCE_BUSY to avoid boot...David Herrmann2013-10-03
* | | | | | | | x86/simplefb: Fix overflow causing bogus fall-backTom Gundersen2013-10-02
|/ / / / / / /
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---. \ \ \ \ \ \ Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds2013-09-28
|\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | x86/microcode/AMD: Fix patch level reporting for family 15hSuravee Suthikulpanit2013-09-27
| | | | |_|_|/ / | | | |/| | | |
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-28
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |