Age | Commit message (Expand) | Author | Files | Lines |
2009-05-13 | perf_counter: fix print debug irq disable | Peter Zijlstra | 1 | -2/+3 |
2009-05-12 | x86, 32-bit: fix kernel_trap_sp() | Masami Hiramatsu | 2 | -4/+5 |
2009-05-11 | x86: fix percpu_{to,from}_op() | Jan Beulich | 1 | -5/+5 |
2009-05-11 | KVM: SVM: Remove port 80 passthrough | Avi Kivity | 1 | -1/+0 |
2009-05-11 | perf_counter, x86: clean up throttling printk | Mike Galbraith | 1 | -1/+1 |
2009-05-11 | x86: mtrr: Fix high_width computation when phys-addr is >= 44bit | Yinghai Lu | 1 | -1/+5 |
2009-05-11 | KVM: Make EFER reads safe when EFER does not exist | Avi Kivity | 1 | -2/+2 |
2009-05-11 | KVM: Fix NX support reporting | Avi Kivity | 1 | -1/+1 |
2009-05-11 | KVM: SVM: Fix cross vendor migration issue with unusable bit | Andre Przywara | 1 | -2/+5 |
2009-05-10 | x86: Fix false positive section mismatch warnings in the apic code | Sam Ravnborg | 1 | -4/+4 |
2009-05-08 | x86: MCE: make cmci_discover_lock irq-safe | Hidetoshi Seto | 1 | -4/+6 |
2009-05-08 | x86: xen, i386: reserve Xen pagetables | Jeremy Fitzhardinge | 1 | -0/+5 |
2009-05-07 | x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMP | Huang Ying | 2 | -4/+4 |
2009-05-07 | x86-64: finish cleanup_highmaps()'s job wrt. _brk_end | Jan Beulich | 1 | -1/+17 |
2009-05-07 | x86: fix boot hang in early_reserve_e820() | Jan Beulich | 1 | -5/+6 |
2009-05-06 | x86: Fix a typo in a printk message | Nikanth Karthikesan | 1 | -1/+1 |
2009-05-06 | x86, srat: do not register nodes beyond e820 map | David Rientjes | 1 | -0/+1 |
2009-05-05 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2009-05-05 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -14/+18 |
2009-05-04 | x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfo | Andreas Herrmann | 1 | -1/+1 |
2009-05-04 | perf_counter: fix fixed-purpose counter support on v2 Intel-PERFMON | Ingo Molnar | 1 | -1/+7 |
2009-05-04 | perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-boo | Peter Zijlstra | 1 | -7/+7 |
2009-05-04 | amd-iommu: fix iommu flag masks | Joerg Roedel | 1 | -8/+8 |
2009-05-02 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -16/+18 |
2009-05-01 | x86: initialize io_bitmap_base on 32bit | Thomas Gleixner | 1 | -0/+2 |
2009-05-01 | perf_counter: fix nmi-watchdog interaction | Peter Zijlstra | 1 | -0/+3 |
2009-04-30 | Merge branch 'core/signal' into perfcounters/core | Thomas Gleixner | 4 | -3/+8 |
2009-04-30 | x86: hookup sys_rt_tgsigqueueinfo | Thomas Gleixner | 4 | -0/+5 |
2009-04-30 | x86: gettimeofday() vDSO: fix segfault when tv == NULL | John Wright | 1 | -5/+7 |
2009-04-29 | perf_counter, x86: rename bitmasks to ->used_mask and ->active_mask | Robert Richter | 1 | -14/+14 |
2009-04-29 | perf_counter: add/update copyrights | Ingo Molnar | 1 | -4/+5 |
2009-04-29 | perf_counter, x86: remove unused function argument in intel_pmu_get_status() | Robert Richter | 1 | -3/+3 |
2009-04-29 | perf_counter, x86: remove vendor check in fixed_mode_idx() | Robert Richter | 1 | -1/+1 |
2009-04-29 | perf_counter, x86: introduce max_period variable | Robert Richter | 1 | -8/+12 |
2009-04-29 | perf_counter, x86: return raw count with x86_perf_counter_update() | Robert Richter | 1 | -3/+4 |
2009-04-29 | perf_counter, x86: implement the interrupt handler for AMD cpus | Robert Richter | 1 | -8/+37 |
2009-04-29 | perf_counter, x86: change and remove pmu initialization checks | Robert Richter | 1 | -21/+13 |
2009-04-29 | perf_counter, x86: rework counter disable functions | Robert Richter | 1 | -25/+23 |
2009-04-29 | perf_counter, x86: rework counter enable functions | Robert Richter | 1 | -28/+24 |
2009-04-29 | perf_counter, x86: consistent use of type int for counter index | Robert Richter | 1 | -4/+4 |
2009-04-29 | perf_counter, x86: generic use of cpuc->active | Robert Richter | 1 | -11/+9 |
2009-04-29 | perf_counter, x86: rename cpuc->active_mask | Robert Richter | 1 | -5/+5 |
2009-04-29 | perf_counter, x86: make x86_pmu_read() static inline | Robert Richter | 1 | -1/+1 |
2009-04-29 | perf_counter, x86: make pmu version generic | Robert Richter | 1 | -11/+13 |
2009-04-29 | perf_counter, x86: move counter parameters to struct x86_pmu | Robert Richter | 1 | -43/+37 |
2009-04-29 | perf_counter, x86: make x86_pmu data a static struct | Robert Richter | 1 | -25/+25 |
2009-04-29 | perf_counter, x86: modify initialization of struct x86_pmu | Robert Richter | 1 | -11/+16 |
2009-04-29 | perf_counter, x86: rename intel only functions | Robert Richter | 1 | -4/+4 |
2009-04-29 | perf_counter, x86: rename __hw_perf_counter_set_period into x86_perf_counter_... | Robert Richter | 1 | -3/+3 |
2009-04-29 | perf_counter, x86: remove ack_status() from struct x86_pmu | Robert Richter | 1 | -17/+2 |