| Commit message (Expand) | Author | Age | Files | Lines |
* | perf_counter/x86: Always use NMI for performance-monitoring interrupt | Yong Wang | 2009-05-29 | 3 | -17/+8 |
* | perf_counter, x86: Make NMI lockups more robust | Ingo Molnar | 2009-05-26 | 1 | -0/+26 |
* | perf_counter, x86: Fix APIC NMI programming | Ingo Molnar | 2009-05-26 | 1 | -13/+3 |
* | Revert "perf_counter, x86: speed up the scheduling fast-path" | Ingo Molnar | 2009-05-25 | 1 | -2/+3 |
* | perf_counter: Generic per counter interrupt throttle | Peter Zijlstra | 2009-05-25 | 1 | -0/+13 |
* | perf_counter: x86: Remove interrupt throttle | Peter Zijlstra | 2009-05-25 | 2 | -44/+5 |
* | perf_counter: x86: Expose INV and EDGE bits | Peter Zijlstra | 2009-05-25 | 1 | -0/+8 |
* | perf_counter: Dynamically allocate tasks' perf_counter_context struct | Paul Mackerras | 2009-05-22 | 1 | -0/+1 |
* | perf_counter: Fix context removal deadlock | Ingo Molnar | 2009-05-20 | 1 | -0/+1 |
* | perf_counter, x86: speed up the scheduling fast-path | Ingo Molnar | 2009-05-18 | 1 | -3/+2 |
* | Merge commit 'v2.6.30-rc6' into perfcounters/core | Ingo Molnar | 2009-05-18 | 18 | -53/+87 |
|\ |
|
| * | kgdb,i386: use address that SP register points to in the exception frame | Jason Wessel | 2009-05-15 | 1 | -1/+2 |
| * | KVM: SVM: Remove port 80 passthrough | Avi Kivity | 2009-05-11 | 1 | -1/+0 |
| * | KVM: Make EFER reads safe when EFER does not exist | Avi Kivity | 2009-05-11 | 1 | -2/+2 |
| * | KVM: Fix NX support reporting | Avi Kivity | 2009-05-11 | 1 | -1/+1 |
| * | KVM: SVM: Fix cross vendor migration issue with unusable bit | Andre Przywara | 2009-05-11 | 1 | -2/+5 |
| * | x86: MCE: make cmci_discover_lock irq-safe | Hidetoshi Seto | 2009-05-08 | 1 | -4/+6 |
| * | x86: xen, i386: reserve Xen pagetables | Jeremy Fitzhardinge | 2009-05-08 | 1 | -0/+5 |
| * | x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMP | Huang Ying | 2009-05-07 | 2 | -4/+4 |
| * | x86-64: finish cleanup_highmaps()'s job wrt. _brk_end | Jan Beulich | 2009-05-07 | 1 | -1/+17 |
| * | x86: fix boot hang in early_reserve_e820() | Jan Beulich | 2009-05-07 | 1 | -5/+6 |
| * | x86: Fix a typo in a printk message | Nikanth Karthikesan | 2009-05-06 | 1 | -1/+1 |
| * | x86, srat: do not register nodes beyond e820 map | David Rientjes | 2009-05-06 | 1 | -0/+1 |
| * | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-05-05 | 1 | -1/+1 |
| |\ |
|
| | * | tracing: x86, mmiotrace: fix range test | Stuart Bennett | 2009-04-29 | 1 | -1/+1 |
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-05-05 | 4 | -14/+18 |
| |\ \ |
|
| | * | | x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfo | Andreas Herrmann | 2009-05-04 | 1 | -1/+1 |
| | * | | amd-iommu: fix iommu flag masks | Joerg Roedel | 2009-05-04 | 1 | -8/+8 |
| | * | | x86: initialize io_bitmap_base on 32bit | Thomas Gleixner | 2009-05-01 | 1 | -0/+2 |
| | * | | x86: gettimeofday() vDSO: fix segfault when tv == NULL | John Wright | 2009-04-30 | 1 | -5/+7 |
| * | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-05-02 | 2 | -16/+18 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | x86, mce: fix boot logging logic | Andi Kleen | 2009-04-22 | 2 | -4/+6 |
| | * | | x86, mce: make polling timer interval per CPU | Andi Kleen | 2009-04-22 | 1 | -12/+12 |
* | | | | perf_counter, x86: fix zero irq_period counters | Ingo Molnar | 2009-05-17 | 1 | -0/+3 |
* | | | | perf_counter: frequency based adaptive irq_period | Peter Zijlstra | 2009-05-15 | 1 | -6/+3 |
* | | | | perf_counter: x86: Protect against infinite loops in intel_pmu_handle_irq() | Ingo Molnar | 2009-05-15 | 1 | -7/+18 |
* | | | | perf_counter: x86: Disallow interval of 1 | Ingo Molnar | 2009-05-15 | 1 | -0/+5 |
* | | | | perf_counter: x86: Robustify interrupt handling | Peter Zijlstra | 2009-05-15 | 1 | -3/+13 |
* | | | | perf_counter: Rework the perf counter disable/enable | Peter Zijlstra | 2009-05-15 | 1 | -71/+42 |
* | | | | perf_counter: x86: Fix up the amd NMI/INT throttle | Peter Zijlstra | 2009-05-15 | 1 | -12/+26 |
* | | | | perf_counter: x86: Allow unpriviliged use of NMIs | Peter Zijlstra | 2009-05-15 | 1 | -1/+4 |
* | | | | perf_counter: x86: Fix throttling | Ingo Molnar | 2009-05-15 | 1 | -5/+15 |
* | | | | perf_counter: x86: More accurate counter update | Peter Zijlstra | 2009-05-15 | 1 | -3/+6 |
* | | | | perf_counter: fix print debug irq disable | Peter Zijlstra | 2009-05-13 | 1 | -2/+3 |
* | | | | perf_counter, x86: clean up throttling printk | Mike Galbraith | 2009-05-11 | 1 | -1/+1 |
* | | | | perf_counter: fix fixed-purpose counter support on v2 Intel-PERFMON | Ingo Molnar | 2009-05-04 | 1 | -1/+7 |
* | | | | perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-boo | Peter Zijlstra | 2009-05-04 | 1 | -7/+7 |
* | | | | perf_counter: fix nmi-watchdog interaction | Peter Zijlstra | 2009-05-01 | 1 | -0/+3 |
* | | | | Merge branch 'core/signal' into perfcounters/core | Thomas Gleixner | 2009-04-30 | 4 | -3/+8 |
|\ \ \ \ |
|
| * | | | | x86: hookup sys_rt_tgsigqueueinfo | Thomas Gleixner | 2009-04-30 | 4 | -0/+5 |
| |/ / / |
|