| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | | x86/hpet: Use new irqdomain interfaces to allocate/free IRQ | Jiang Liu | 2015-04-24 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors | Jiang Liu | 2015-04-24 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/irq: Save destination CPU ID in irq_cfg | Jiang Liu | 2015-04-24 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | x86/boot: Fix overflow warning with 32-bit binutils | Borislav Petkov | 2015-06-19 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2015-06-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode: Correct CPU family related variable types | Andy Shevchenko | 2015-06-07 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode: Disable builtin microcode loading on 32-bit for now | Borislav Petkov | 2015-06-07 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Rename get_matching_sig() | Borislav Petkov | 2015-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Simplify get_matching_sig() | Borislav Petkov | 2015-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Simplify update_match_cpu() | Borislav Petkov | 2015-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Rename get_matching_microcode | Borislav Petkov | 2015-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/cpu/microcode: Zap changelog | Borislav Petkov | 2015-05-11 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode: Parse built-in microcode early | Borislav Petkov | 2015-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Remove unused @rev arg of get_matching_sig() | Borislav Petkov | 2015-05-06 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Get rid of revision_is_newer() | Borislav Petkov | 2015-05-06 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-06-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | x86/crash: Allocate enough low memory when crashkernel=high | Joerg Roedel | 2015-06-11 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/swiotlb: Try coherent allocations with __GFP_NOWARN | Joerg Roedel | 2015-06-11 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-06-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Fix double-increment in setup_xstate_features() | Dave Hansen | 2015-06-12 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Allow 32-bit binaries on 64-bit kernels again | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Do not count MPX VMAs as neighbors when unmapping | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Rewrite the unmap code | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Support 32-bit binaries on 64-bit kernels | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Introduce new 'directory entry' to 'addr' helper function | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Add temporary variable to reduce masking | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86: Make is_64bit_mm() widely available | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Trace allocation of new bounds tables | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Trace the attempts to find bounds tables | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Trace entry to bounds exception paths | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Trace #BR exceptions | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Introduce a boot-time disable flag | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Restrict the mmap() size check to bounds tables | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASK | Qiaowei Ren | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Clean up the code by not passing a task pointer around when unnecessary | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/mpx: Use the new get_xsave_field_ptr()API | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu/xstate: Wrap get_xsave_addr() to make it safer | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu/xstate: Fix up bad get_xsave_addr() assumptions | Dave Hansen | 2015-06-09 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Simplify copy_kernel_to_xregs_booting() | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs() | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Remove error return values from copy_kernel_to_*regs() functions | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs() | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Add debugging checks to all copy_kernel_to_*() functions | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Add debugging check to fpu__restore() | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Optimize fpu__activate_fpstate_write() | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write() | Ingo Molnar | 2015-05-27 | |
| | * | | | | | | | | | | | | | | | | | | | | x86/fpu: Optimize fpu__activate_fpstate_read() | Ingo Molnar | 2015-05-27 | |
