Age | Commit message (Expand) | Author | Files | Lines |
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 | x86/asm/entry: Clean up entry*.S style, final bits | Denys Vlasenko | 2 | -16/+16 |
2015-06-09 | Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ... | Ingo Molnar | 2 | -12/+15 |
2015-06-09 | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat... | Ingo Molnar | 2 | -4/+4 |
2015-06-09 | x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path | Denys Vlasenko | 1 | -6/+2 |
2015-06-08 | x86/asm/entry/64: Clean up entry_64.S | Ingo Molnar | 1 | -416/+404 |
2015-06-08 | Merge branch 'x86/asm' into x86/core, to prepare for new patch | Ingo Molnar | 79 | -2814/+2116 |
2015-06-08 | x86/asm/entry/32: Clean up entry_32.S | Ingo Molnar | 1 | -571/+570 |
2015-06-08 | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64... | Ingo Molnar | 6 | -14/+14 |
2015-06-08 | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S... | Ingo Molnar | 5 | -11/+12 |
2015-06-08 | x86/asm/entry: Rename compat syscall entry points | Ingo Molnar | 7 | -13/+13 |
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 |
2015-06-07 | perf/x86/intel: Handle multiple records in the PEBS buffer | Yan, Zheng | 1 | -42/+100 |
2015-06-07 | perf/x86/intel: Introduce setup_pebs_sample_data() | Yan, Zheng | 1 | -43/+52 |
2015-06-07 | perf/x86/intel: Use the PEBS auto reload mechanism when possible | Yan, Zheng | 4 | -8/+23 |
2015-06-07 | perf/x86/intel: add support for PERF_SAMPLE_BRANCH_IND_JUMP | Stephane Eranian | 1 | -1/+9 |
2015-06-07 | preempt: Use preempt_schedule_context() as the official tracing preemption point | Frederic Weisbecker | 5 | -17/+7 |
2015-06-07 | perf/x86/intel/uncore: Fix CBOX bit wide and UBOX reg on Haswell-EP | Kan Liang | 1 | -3/+3 |
2015-06-07 | x86/microcode: Correct CPU family related variable types | Andy Shevchenko | 4 | -7/+9 |
2015-06-07 | x86/microcode: Disable builtin microcode loading on 32-bit for now | Borislav Petkov | 2 | -0/+8 |
2015-06-07 | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers | Borislav Petkov | 3 | -3/+2 |
2015-06-07 | Merge branch 'x86/ras' into x86/core, to fix conflicts | Ingo Molnar | 15 | -52/+268 |
2015-06-07 | x86: Kill CONFIG_X86_HT | Borislav Petkov | 5 | -16/+12 |
2015-06-07 | x86/mce: Handle Local MCE events | Ashok Raj | 2 | -6/+27 |
2015-06-07 | x86/mce: Add infrastructure to support Local MCE | Ashok Raj | 3 | -0/+51 |
2015-06-07 | x86/mce: Add Local MCE definitions | Ashok Raj | 2 | -0/+7 |
2015-06-07 | x86/mm/pat: Add set_memory_wt() for Write-Through type | Toshi Kani | 3 | -14/+57 |
2015-06-07 | x86/mm/pat: Extend set_page_memtype() to support Write-Through type | Toshi Kani | 1 | -30/+29 |
2015-06-07 | x86/mm/pat: Add pgprot_writethrough() | Toshi Kani | 2 | -0/+10 |
2015-06-07 | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings | Toshi Kani | 2 | -0/+23 |
2015-06-07 | x86/mm: Teach is_new_memtype_allowed() about Write-Through type | Toshi Kani | 1 | -1/+7 |
2015-06-07 | x86/mm/pat: Change reserve_memtype() for Write-Through type | Toshi Kani | 1 | -3/+14 |
2015-06-07 | x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type | Toshi Kani | 1 | -9/+50 |
2015-06-07 | x86/mm/pat: Remove pat_enabled() checks | Borislav Petkov | 4 | -23/+10 |
2015-06-07 | x86/mm/pat: Emulate PAT when it is disabled | Borislav Petkov | 4 | -34/+60 |
2015-06-07 | x86/mm/pat: Untangle pat_init() | Borislav Petkov | 1 | -29/+40 |
2015-06-07 | x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S | Ingo Molnar | 3 | -2/+2 |
2015-06-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -34/+48 |
2015-06-05 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -79/+123 |
2015-06-05 | x86/asm/entry/32: Remove unnecessary optimization in stub32_clone | Denys Vlasenko | 1 | -7/+6 |
2015-06-05 | x86/asm/entry/32: Explain the stub32_clone logic | Denys Vlasenko | 1 | -0/+8 |