| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ / / |
|
* | | | | perf_counter, x86: rename bitmasks to ->used_mask and ->active_mask | Robert Richter | 2009-04-29 | 1 | -14/+14 |
* | | | | perf_counter: add/update copyrights | Ingo Molnar | 2009-04-29 | 1 | -4/+5 |
* | | | | perf_counter, x86: remove unused function argument in intel_pmu_get_status() | Robert Richter | 2009-04-29 | 1 | -3/+3 |
* | | | | perf_counter, x86: remove vendor check in fixed_mode_idx() | Robert Richter | 2009-04-29 | 1 | -1/+1 |
* | | | | perf_counter, x86: introduce max_period variable | Robert Richter | 2009-04-29 | 1 | -8/+12 |
* | | | | perf_counter, x86: return raw count with x86_perf_counter_update() | Robert Richter | 2009-04-29 | 1 | -3/+4 |
* | | | | perf_counter, x86: implement the interrupt handler for AMD cpus | Robert Richter | 2009-04-29 | 1 | -8/+37 |
* | | | | perf_counter, x86: change and remove pmu initialization checks | Robert Richter | 2009-04-29 | 1 | -21/+13 |
* | | | | perf_counter, x86: rework counter disable functions | Robert Richter | 2009-04-29 | 1 | -25/+23 |
* | | | | perf_counter, x86: rework counter enable functions | Robert Richter | 2009-04-29 | 1 | -28/+24 |