| Commit message (Expand) | Author | Age | Files | Lines |
* | perf/x86/intel: Avoid checkpointed counters causing excessive TSX aborts | Andi Kleen | 2013-09-12 | 1 | -0/+37 |
* | perf/x86/intel: Fix Silvermont offcore masks | Peter Zijlstra | 2013-09-12 | 1 | -2/+2 |
* | perf/x86: Fix uncore PCI fixed counter handling | Stephane Eranian | 2013-09-12 | 1 | -2/+4 |
* | uprobes: Fix utask->depth accounting in handle_trampoline() | Oleg Nesterov | 2013-09-12 | 1 | -3/+1 |
* | perf/x86: Add constraint for IVB CYCLE_ACTIVITY:CYCLES_LDM_PENDING | Stephane Eranian | 2013-09-12 | 1 | -0/+1 |
* | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2013-09-12 | 20 | -67/+229 |
|\ |
|
| * | perf: Fix up MMAP2 buffer space reservation | Arnaldo Carvalho de Melo | 2013-09-11 | 1 | -0/+1 |
| * | perf tools: Add attr->mmap2 support | Stephane Eranian | 2013-09-11 | 17 | -25/+200 |
| * | perf kvm: Fix sample_type manipulation | Adrian Hunter | 2013-09-09 | 1 | -9/+9 |
| * | perf evlist: Fix id pos in perf_evlist__open() | Adrian Hunter | 2013-09-09 | 1 | -0/+12 |
| * | perf trace: Handle perf.data files with no tracepoints | Arnaldo Carvalho de Melo | 2013-09-09 | 1 | -33/+7 |
|/ |
|
* | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2013-09-06 | 8 | -10/+146 |
|\ |
|
| * | perf session: Separate progress bar update when processing events | Jiri Olsa | 2013-09-05 | 1 | -1/+2 |
| * | perf trace: Check if MAP_32BIT is defined | Kyle McMartin | 2013-09-05 | 1 | -0/+2 |
| * | perf hists: Fix formatting of long symbol names | Arnaldo Carvalho de Melo | 2013-09-05 | 1 | -6/+17 |
| * | perf evlist: Fix parsing with no sample_id_all bit set | Adrian Hunter | 2013-09-05 | 1 | -2/+7 |
| * | perf tools: Add test for parsing with no sample_id_all bit | Adrian Hunter | 2013-09-05 | 4 | -1/+115 |
| * | perf trace: Check control+C more often | Arnaldo Carvalho de Melo | 2013-09-05 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2013-09-04 | 16 | -380/+569 |
|\ |
|
| * | x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a... | Raghavendra K T | 2013-08-19 | 1 | -1/+1 |
| * | kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisor | Srivatsa Vaddagiri | 2013-08-14 | 2 | -2/+274 |
| * | kvm guest: Add configuration support to enable debug information for KVM Guests | Srivatsa Vaddagiri | 2013-08-09 | 1 | -0/+9 |
| * | kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi | Raghavendra K T | 2013-08-09 | 2 | -0/+2 |
| * | xen, pvticketlock: Allow interrupts to be enabled while blocking | Jeremy Fitzhardinge | 2013-08-09 | 1 | -6/+40 |
| * | x86, ticketlock: Add slowpath logic | Jeremy Fitzhardinge | 2013-08-09 | 5 | -25/+74 |
| * | jump_label: Split jumplabel ratelimit | Andrew Jones | 2013-08-09 | 4 | -27/+37 |
| * | x86, pvticketlock: When paravirtualizing ticket locks, increment by 2 | Jeremy Fitzhardinge | 2013-08-09 | 2 | -6/+14 |
| * | x86, pvticketlock: Use callee-save for lock_spinning | Jeremy Fitzhardinge | 2013-08-09 | 4 | -4/+5 |
| * | xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks | Jeremy Fitzhardinge | 2013-08-09 | 1 | -0/+14 |
| * | xen, pvticketlock: Xen implementation for PV ticket locks | Jeremy Fitzhardinge | 2013-08-09 | 1 | -269/+79 |
| * | xen: Defer spinlock setup until boot CPU setup | Jeremy Fitzhardinge | 2013-08-09 | 1 | -1/+1 |
| * | x86, ticketlock: Collapse a layer of functions | Jeremy Fitzhardinge | 2013-08-09 | 1 | -30/+5 |
| * | x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocks | Raghavendra K T | 2013-08-09 | 1 | -0/+1 |
| * | x86, spinlock: Replace pv spinlocks with pv ticketlocks | Jeremy Fitzhardinge | 2013-08-09 | 6 | -61/+65 |
* | | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-09-04 | 6 | -11/+46 |
|\ \ |
|
| * | | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP | Al Viro | 2013-09-01 | 4 | -4/+19 |
| * | | x86, smap: Handle csum_partial_copy_*_user() | H. Peter Anvin | 2013-09-01 | 2 | -7/+27 |
* | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-04 | 20 | -135/+523 |
|\ \ \ |
|
| * \ \ | Merge tag 'edac_fixes_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2013-08-28 | 1 | -9/+10 |
| |\ \ \ |
|
| | * | | | amd64_edac: Fix incorrect wraparounds | Aravind Gopalakrishnan | 2013-08-27 | 1 | -5/+6 |
| | * | | | amd64_edac: Correct erratum 505 range | Borislav Petkov | 2013-08-27 | 1 | -4/+4 |
| |/ / / |
|
| * | | | Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Ingo Molnar | 2013-08-15 | 5 | -8/+15 |
| |\ \ \ |
|
| | * | | | cpc925_edac: Use proper array termination | Jingoo Han | 2013-08-14 | 1 | -1/+1 |
| | * | | | x38_edac: Make a local function static | Jingoo Han | 2013-08-09 | 1 | -2/+1 |
| | * | | | i3200_edac: Make a local function static | Jingoo Han | 2013-08-09 | 1 | -2/+1 |
| | * | | | amd64_edac: Fix single-channel setups | Borislav Petkov | 2013-07-29 | 1 | -1/+8 |
| | * | | | EDAC: Replace strict_strtol() with kstrtol() | Jingoo Han | 2013-07-24 | 1 | -2/+4 |
| * | | | | Merge tag 'amd_f15_m30' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/b... | Ingo Molnar | 2013-08-14 | 192 | -1220/+2172 |
| |\ \ \ \ |
|
| | * | | | | amd64_edac: Get rid of boot_cpu_data accesses | Borislav Petkov | 2013-08-12 | 2 | -48/+46 |
| | * | | | | amd64_edac: Add ECC decoding support for newer F15h models | Aravind Gopalakrishnan | 2013-08-12 | 2 | -34/+270 |