Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | x86/microcode/intel: Simplify load_ucode_intel_bsp() | Borislav Petkov | 2015-03-02 | 1 | -31/+18 | |
| | * | | | | | | x86/microcode/intel: Get rid of last arg to load_ucode_intel_bsp() | Borislav Petkov | 2015-03-02 | 1 | -10/+8 | |
| | * | | | | | | x86/microcode/intel: Do the mc_saved_src NULL check first | Borislav Petkov | 2015-03-02 | 1 | -16/+22 | |
| | * | | | | | | x86/microcode/intel: Check if microcode was found before applying | Borislav Petkov | 2015-03-02 | 1 | -4/+10 | |
| | * | | | | | | x86/microcode/intel: Fix out of bounds memory access to the extended header | Quentin Casasnovas | 2015-03-02 | 1 | -4/+2 | |
| | | |/ / / / | | |/| | | | | ||||||
* | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-04-13 | 6 | -131/+117 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/fpu: Kill eager_fpu_init_bp() | Oleg Nesterov | 2015-03-23 | 1 | -13/+7 | |
| * | | | | | | | x86/fpu: Don't allocate fpu->state for swapper/0 | Oleg Nesterov | 2015-03-23 | 1 | -2/+0 | |
| * | | | | | | | x86/fpu: Rename drop_init_fpu() to fpu_reset_state() | Borislav Petkov | 2015-03-23 | 5 | -7/+11 | |
| * | | | | | | | x86/fpu: Fold __drop_fpu() into its sole user | Borislav Petkov | 2015-03-23 | 1 | -10/+7 | |
| * | | | | | | | x86/fpu: Don't abuse drop_init_fpu() in flush_thread() | Oleg Nesterov | 2015-03-23 | 1 | -9/+6 | |
| * | | | | | | | x86/fpu: Use restore_init_xstate() instead of math_state_restore() on kthread... | Oleg Nesterov | 2015-03-23 | 1 | -1/+2 | |
| * | | | | | | | x86/fpu: Introduce restore_init_xstate() | Oleg Nesterov | 2015-03-23 | 1 | -6/+10 | |
| * | | | | | | | x86/fpu: Document user_fpu_begin() | Oleg Nesterov | 2015-03-23 | 1 | -2/+4 | |
| * | | | | | | | Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts | Ingo Molnar | 2015-03-23 | 148 | -2179/+4859 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/fpu: Factor out memset(xstate, 0) in fpu_finit() paths | Oleg Nesterov | 2015-03-10 | 2 | -2/+2 | |
| * | | | | | | | | x86/fpu: Change xstateregs_get()/set() to use ->xsave.i387 rather than ->fxsave | Oleg Nesterov | 2015-03-10 | 1 | -16/+9 | |
| * | | | | | | | | x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu() | Oleg Nesterov | 2015-02-23 | 2 | -12/+8 | |
| * | | | | | | | | x86/fpu: Always allow FPU in interrupt if use_eager_fpu() | Oleg Nesterov | 2015-02-23 | 1 | -3/+3 | |
| * | | | | | | | | x86/fpu: __kernel_fpu_begin() should clear fpu_owner_task even if use_eager_f... | Oleg Nesterov | 2015-02-23 | 1 | -2/+3 | |
| * | | | | | | | | Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Ingo Molnar | 2015-02-19 | 4 | -50/+49 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | * | | | | | | | x86/fpu: Also check fpu_lazy_restore() when use_eager_fpu() | Rik van Riel | 2015-02-19 | 1 | -1/+1 | |
| | * | | | | | | | x86/fpu: Use task_disable_lazy_fpu_restore() helper | Rik van Riel | 2015-02-19 | 3 | -4/+4 | |
| | * | | | | | | | x86/fpu: Use an explicit if/else in switch_fpu_prepare() | Rik van Riel | 2015-02-19 | 1 | -5/+9 | |
| | * | | | | | | | x86/fpu: Introduce task_disable_lazy_fpu_restore() helper | Rik van Riel | 2015-02-19 | 1 | -0/+10 | |
| | * | | | | | | | x86/fpu: Move lazy restore functions up a few lines | Rik van Riel | 2015-02-19 | 1 | -18/+18 | |
| | * | | | | | | | x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init... | Oleg Nesterov | 2015-02-19 | 2 | -19/+1 | |
| | * | | | | | | | x86/fpu: Don't do __thread_fpu_end() if use_eager_fpu() | Oleg Nesterov | 2015-02-19 | 1 | -2/+6 | |
| | * | | | | | | | x86/fpu: Don't reset thread.fpu_counter | Oleg Nesterov | 2015-02-19 | 1 | -2/+1 | |
* | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-13 | 3 | -12/+19 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge tag 'tip_x86_kernel' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Ingo Molnar | 2015-03-03 | 3 | -12/+19 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | x86/kernel: Use kstack_end() in dumpstack_64.c | Adrien Schildknecht | 2015-02-23 | 1 | -1/+1 | |
| | * | | | | | | | | x86/kernel: Fix output of show_stack_log_lvl() | Adrien Schildknecht | 2015-02-23 | 3 | -11/+18 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
* | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-04-13 | 1 | -517/+198 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/cpu/cacheinfo: Fix cache_get_priv_group() for Intel processors | Sudeep Holla | 2015-03-23 | 1 | -1/+1 | |
| * | | | | | | | | | Merge tag 'tip_x86_cacheinfo' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2015-03-09 | 1 | -517/+198 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | x86/cacheinfo: Move cacheinfo sysfs code to generic infrastructure | Sudeep Holla | 2015-03-09 | 1 | -517/+198 | |
| | |/ / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-04-13 | 5 | -30/+31 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/iommu: Fix header comments regarding standard and _FINISH macros | Aravind Gopalakrishnan | 2015-04-09 | 1 | -5/+6 | |
| * | | | | | | | | | | x86/earlyprintk: Put CONFIG_PCI-only functions under the #ifdef | Mark Einon | 2015-04-03 | 1 | -16/+16 | |
| * | | | | | | | | | | x86: Fix up obsolete __cpu_set() function usage | Rusty Russell | 2015-03-02 | 3 | -9/+9 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-13 | 4 | -24/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text | Borislav Petkov | 2015-03-13 | 1 | -8/+5 | |
| * | | | | | | | | | | Merge tag 'v4.0-rc3' into x86/build, to refresh an older tree before applying... | Ingo Molnar | 2015-03-13 | 151 | -2203/+4894 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | x86/build/defconfig: Enable USB_EHCI_TT_NEWSCHED=y | Valdis Kletnieks | 2015-02-19 | 2 | -2/+2 | |
| * | | | | | | | | | | x86/build: Fix mkcapflags.sh bash-ism | Sylvain BERTRAND | 2015-02-19 | 1 | -1/+1 | |
| * | | | | | | | | | | x86/Kconfig: Simplify X86_UP_APIC handling | Jan Beulich | 2015-02-18 | 1 | -5/+2 | |
| * | | | | | | | | | | x86/Kconfig: Simplify X86_IO_APIC dependencies | Jan Beulich | 2015-02-18 | 1 | -2/+2 | |
| * | | | | | | | | | | x86/Kconfig: Avoid issuing pointless turned off entries to .config | Jan Beulich | 2015-02-18 | 1 | -6/+4 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-13 | 5 | -8/+4 | |
|\ \ \ \ \ \ \ \ \ \ |