Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | sched, x86: Optimize the preempt_schedule() call | Peter Zijlstra | 2013-09-25 | 4 | -0/+41 | |
| * | | | | | | | | | | | sched, x86: Provide a per-cpu preempt_count implementation | Peter Zijlstra | 2013-09-25 | 7 | -13/+24 | |
| * | | | | | | | | | | | sched: Extract the basic add/sub preempt_count modifiers | Peter Zijlstra | 2013-09-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | sched, idle: Fix the idle polling state logic | Peter Zijlstra | 2013-09-25 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-11-12 | 6 | -114/+342 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | perf/x86/intel: Add Ivy Bridge-EP uncore IRP box support | Yan, Zheng | 2013-11-06 | 1 | -0/+73 | |
| * | | | | | | | | | | | | perf/x86/intel/uncore: Add filter support for IvyBridge-EP QPI boxes | Yan, Zheng | 2013-11-06 | 1 | -10/+51 | |
| * | | | | | | | | | | | | perf: Fix arch_perf_out_copy_user default | Peter Zijlstra | 2013-11-06 | 3 | -4/+4 | |
| * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core to fix conflicts | Ingo Molnar | 2013-11-04 | 3 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-10-29 | 2 | -4/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | perf/x86: Optimize intel_pmu_pebs_fixup_ip() | Peter Zijlstra | 2013-10-16 | 1 | -14/+38 | |
| * | | | | | | | | | | | | Merge tag 'v3.12-rc5' into perf/core | Ingo Molnar | 2013-10-15 | 2 | -2/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | perf/x86: Suppress duplicated abort LBR records | Andi Kleen | 2013-10-04 | 3 | -8/+23 | |
| * | | | | | | | | | | | | perf/x86: Add Haswell specific transaction flag reporting | Andi Kleen | 2013-10-04 | 1 | -4/+20 | |
| * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2013-10-04 | 16 | -90/+285 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | perf/x86/intel: Fix build warning in intel_pmu_drain_pebs_nhm() | Peter Zijlstra | 2013-09-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | perf/x86/intel: Remove division from the intel_pmu_drain_pebs_nhm() hot path | Peter Zijlstra | 2013-09-20 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | perf/x86/intel: Clean up EVENT_ATTR_STR() muck | Ingo Molnar | 2013-09-12 | 1 | -18/+17 | |
| * | | | | | | | | | | | | | perf/x86/intel: Clean-up/reduce PEBS code | Peter Zijlstra | 2013-09-12 | 1 | -68/+26 | |
| * | | | | | | | | | | | | | perf/x86/intel: Clean up checkpoint-interrupt bits | Peter Zijlstra | 2013-09-12 | 2 | -9/+18 | |
| * | | | | | | | | | | | | | perf/x86/intel: Add Haswell TSX event aliases | Andi Kleen | 2013-09-12 | 1 | -0/+27 | |
| * | | | | | | | | | | | | | perf/x86: Report TSX transaction abort cost as weight | Andi Kleen | 2013-09-12 | 1 | -13/+42 | |
| * | | | | | | | | | | | | | perf/x86/intel: Avoid checkpointed counters causing excessive TSX aborts | Andi Kleen | 2013-09-12 | 1 | -0/+37 | |
* | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-11-12 | 4 | -47/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'irq/core-v6' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2013-10-02 | 3 | -45/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | irq: Consolidate do_softirq() arch overriden implementations | Frederic Weisbecker | 2013-10-01 | 3 | -45/+10 | |
| | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge tag 'v3.12-rc3' into irq/core | Ingo Molnar | 2013-10-02 | 60 | -466/+1653 | |
| |\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | x86/irq: Correct comment about i8259 initialization | Yanchuan Nian | 2013-09-04 | 1 | -2/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-11-01 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | perf/x86: Fix NMI measurements | Peter Zijlstra | 2013-10-29 | 2 | -5/+5 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* / | | | | | | | | | | | KVM: Fix modprobe failure for kvm_intel/kvm_amd | Tim Gardner | 2013-10-30 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-10-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86: Update UV3 hub revision ID | Russ Anderson | 2013-10-15 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* / | | | | | | | | | | KVM: Enable pvspinlock after jump_label_init() to avoid VM hang | Raghavendra K T | 2013-10-15 | 1 | -3/+14 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-10-12 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | x86/reboot: Add reboot quirk for Dell Latitude E5410 | Ville Syrjälä | 2013-10-06 | 1 | -0/+8 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-10-08 | 1 | -8/+3 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | perf/x86: Clean up cap_user_time* setting | Peter Zijlstra | 2013-10-04 | 1 | -8/+3 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | x86/simplefb: Mark framebuffer mem-resources as IORESOURCE_BUSY to avoid boot... | David Herrmann | 2013-10-03 | 1 | -1/+1 | |
* | | | | | | | x86/simplefb: Fix overflow causing bogus fall-back | Tom Gundersen | 2013-10-02 | 1 | -1/+1 | |
|/ / / / / / | ||||||
| | | | | | | ||||||
| \ \ \ \ \ | ||||||
| \ \ \ \ \ | ||||||
| \ \ \ \ \ | ||||||
*---. \ \ \ \ \ | Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u... | Linus Torvalds | 2013-09-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | | * | | | | | x86/microcode/AMD: Fix patch level reporting for family 15h | Suravee Suthikulpanit | 2013-09-27 | 1 | -0/+1 | |
| | | | |_|_|/ | | | |/| | | | ||||||
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-09-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | perf/x86: Fix PMU detection printout when no PMU is detected | Ingo Molnar | 2013-09-28 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-09-25 | 1 | -1/+17 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | x86/reboot: Fix apparent cut-n-paste mistake in Dell reboot workaround | Dave Jones | 2013-09-25 | 1 | -1/+1 | |
| * | | | | | | x86/reboot: Add quirk to make Dell C6100 use reboot=pci automatically | Masoud Sharbiani | 2013-09-23 | 1 | -0/+16 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-09-25 | 3 | -10/+11 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | perf/x86/intel: Add model number for Avoton Silvermont | Yan, Zheng | 2013-09-23 | 1 | -0/+1 | |
| * | | | | perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' | Peter Zijlstra | 2013-09-20 | 1 | -5/+5 |