Age | Commit message (Expand) | Author | Files | Lines |
2015-06-23 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+10 |
2015-06-23 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 9 | -186/+131 |
2015-06-23 | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -5/+14 |
2015-06-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 78 | -3321/+4063 |
2015-06-23 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
2015-06-23 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -23/+63 |
2015-06-23 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -84/+72 |
2015-06-23 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 18 | -69/+64 |
2015-06-23 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -25/+73 |
2015-06-23 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -297/+468 |
2015-06-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 15 | -21/+279 |
2015-06-23 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+9 |
2015-06-19 | x86/boot: Fix overflow warning with 32-bit binutils | Borislav Petkov | 1 | -3/+10 |
2015-06-19 | perf/x86: Honor the architectural performance monitoring version | Palik, Imre | 1 | -6/+6 |
2015-06-19 | perf/x86/intel: Fix PMI handling for Intel PT | Alexander Shishkin | 1 | -4/+23 |
2015-06-19 | perf/x86/intel/bts: Fix DS area sharing with x86_pmu events | Alexander Shishkin | 3 | -19/+46 |
2015-06-19 | perf/x86: Add more Broadwell model numbers | Andi Kleen | 1 | -0/+2 |
2015-06-18 | x86/cpu/amd: Give access to the number of nodes in a physical package | Aravind Gopalakrishnan | 2 | -5/+19 |
2015-06-18 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -10/+16 |
2015-06-16 | KVM: x86: fix lapic.timer_mode on restore | Radim Krčmář | 1 | -10/+16 |
2015-06-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -15/+18 |
2015-06-12 | x86/fpu: Fix double-increment in setup_xstate_features() | Dave Hansen | 1 | -2/+2 |
2015-06-11 | x86/crash: Allocate enough low memory when crashkernel=high | Joerg Roedel | 1 | -5/+7 |
2015-06-11 | x86/swiotlb: Try coherent allocations with __GFP_NOWARN | Joerg Roedel | 1 | -0/+7 |
2015-06-11 | arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug | Andrew Morton | 1 | -7/+7 |
2015-06-09 | x86/mpx: Allow 32-bit binaries on 64-bit kernels again | Dave Hansen | 1 | -6/+0 |
2015-06-09 | x86/mpx: Do not count MPX VMAs as neighbors when unmapping | Dave Hansen | 1 | -5/+19 |
2015-06-09 | x86/mpx: Rewrite the unmap code | Dave Hansen | 1 | -243/+168 |
2015-06-09 | x86/mpx: Support 32-bit binaries on 64-bit kernels | Dave Hansen | 2 | -53/+179 |
2015-06-09 | x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps | Dave Hansen | 1 | -5/+36 |
2015-06-09 | x86/mpx: Introduce new 'directory entry' to 'addr' helper function | Dave Hansen | 2 | -8/+34 |
2015-06-09 | x86/mpx: Add temporary variable to reduce masking | Dave Hansen | 1 | -3/+4 |
2015-06-09 | x86: Make is_64bit_mm() widely available | Dave Hansen | 2 | -9/+14 |
2015-06-09 | x86/mpx: Trace allocation of new bounds tables | Dave Hansen | 2 | -0/+17 |
2015-06-09 | x86/mpx: Trace the attempts to find bounds tables | Dave Hansen | 2 | -0/+34 |
2015-06-09 | x86/mpx: Trace entry to bounds exception paths | Dave Hansen | 2 | -0/+35 |
2015-06-09 | x86/mpx: Trace #BR exceptions | Dave Hansen | 3 | -0/+55 |
2015-06-09 | x86/mpx: Introduce a boot-time disable flag | Dave Hansen | 1 | -0/+16 |
2015-06-09 | x86/mpx: Restrict the mmap() size check to bounds tables | Dave Hansen | 1 | -2/+2 |
2015-06-09 | x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASK | Qiaowei Ren | 1 | -1/+0 |
2015-06-09 | x86/mpx: Clean up the code by not passing a task pointer around when unnecessary | Dave Hansen | 4 | -25/+21 |
2015-06-09 | x86/mpx: Use the new get_xsave_field_ptr()API | Dave Hansen | 3 | -28/+27 |
2015-06-09 | x86/fpu/xstate: Wrap get_xsave_addr() to make it safer | Dave Hansen | 2 | -0/+33 |
2015-06-09 | x86/fpu/xstate: Fix up bad get_xsave_addr() assumptions | Dave Hansen | 1 | -8/+37 |
2015-06-09 | Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ... | Ingo Molnar | 2 | -12/+15 |
2015-06-07 | perf/x86/intel/pebs: Add PEBSv3 decoding | Peter Zijlstra | 1 | -11/+19 |
2015-06-07 | perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLES | Kan Liang | 1 | -3/+17 |
2015-06-07 | perf/intel/x86: Enlarge the PEBS buffer | Yan, Zheng | 1 | -1/+1 |
2015-06-07 | perf/x86/intel: Drain the PEBS buffer during context switches | Yan, Zheng | 4 | -5/+47 |
2015-06-07 | perf/x86/intel: Implement batched PEBS interrupt handling (large PEBS interru... | Yan, Zheng | 3 | -5/+38 |