summaryrefslogtreecommitdiff
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | x86/hpet: Enhance HPET IRQ to support hierarchical irqdomainsJiang Liu2015-04-24
| * | | | | | | | | | | x86/dmar: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-24
| * | | | | | | | | | | x86/htirq: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-24
| * | | | | | | | | | | x86/MSI: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-24
| * | | | | | | | | | | x86/hpet: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-24
| * | | | | | | | | | | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu2015-04-24
| * | | | | | | | | | | x86/irq: Save destination CPU ID in irq_cfgJiang Liu2015-04-24
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/boot: Fix overflow warning with 32-bit binutilsBorislav Petkov2015-06-19
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/microcode: Correct CPU family related variable typesAndy Shevchenko2015-06-07
| * | | | | | | | | | | x86/microcode: Disable builtin microcode loading on 32-bit for nowBorislav Petkov2015-06-07
| * | | | | | | | | | | x86/microcode/intel: Rename get_matching_sig()Borislav Petkov2015-05-18
| * | | | | | | | | | | x86/microcode/intel: Simplify get_matching_sig()Borislav Petkov2015-05-18
| * | | | | | | | | | | x86/microcode/intel: Simplify update_match_cpu()Borislav Petkov2015-05-18
| * | | | | | | | | | | x86/microcode/intel: Rename get_matching_microcodeBorislav Petkov2015-05-18
| * | | | | | | | | | | x86/cpu/microcode: Zap changelogBorislav Petkov2015-05-11
| * | | | | | | | | | | x86/microcode: Parse built-in microcode earlyBorislav Petkov2015-05-06
| * | | | | | | | | | | x86/microcode/intel: Remove unused @rev arg of get_matching_sig()Borislav Petkov2015-05-06
| * | | | | | | | | | | x86/microcode/intel: Get rid of revision_is_newer()Borislav Petkov2015-05-06
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/crash: Allocate enough low memory when crashkernel=highJoerg Roedel2015-06-11
| * | | | | | | | | | | x86/swiotlb: Try coherent allocations with __GFP_NOWARNJoerg Roedel2015-06-11
* | | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/fpu: Fix double-increment in setup_xstate_features()Dave Hansen2015-06-12
| * | | | | | | | | | | | x86: Make is_64bit_mm() widely availableDave Hansen2015-06-09
| * | | | | | | | | | | | x86/mpx: Trace #BR exceptionsDave Hansen2015-06-09
| * | | | | | | | | | | | x86/mpx: Introduce a boot-time disable flagDave Hansen2015-06-09
| * | | | | | | | | | | | x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-09
| * | | | | | | | | | | | x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-09
| * | | | | | | | | | | | x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen2015-06-09
| * | | | | | | | | | | | x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen2015-06-09
| * | | | | | | | | | | | x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Add debugging check to fpu__restore()Ingo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Fix FPU register read access to the current taskIngo Molnar2015-05-27
| * | | | | | | | | | | | x86/fpu: Fix fpu__init_system_xstate() commentsIngo Molnar2015-05-25
| * | | | | | | | | | | | Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2015-05-20
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86/fpu/init: Clean up and comment the __setup() functionsIngo Molnar2015-05-20
| * | | | | | | | | | | | x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar2015-05-20
| * | | | | | | | | | | | x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar2015-05-19
| * | | | | | | | | | | | x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPTIngo Molnar2015-05-19
| * | | | | | | | | | | | x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar2015-05-19
| * | | | | | | | | | | | x86/fpu/init: Propagate __init annotationsIngo Molnar2015-05-19