summaryrefslogtreecommitdiff
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | Merge tag 'tip_x86_kernel' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2015-03-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | x86/kernel: Use kstack_end() in dumpstack_64.cAdrien Schildknecht2015-02-23
| | * | | | | | | | | | | | | | x86/kernel: Fix output of show_stack_log_lvl()Adrien Schildknecht2015-02-23
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/cpu/cacheinfo: Fix cache_get_priv_group() for Intel processorsSudeep Holla2015-03-23
| * | | | | | | | | | | | | | | Merge tag 'tip_x86_cacheinfo' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2015-03-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | x86/cacheinfo: Move cacheinfo sysfs code to generic infrastructureSudeep Holla2015-03-09
| | |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/earlyprintk: Put CONFIG_PCI-only functions under the #ifdefMark Einon2015-04-03
| * | | | | | | | | | | | | | | x86: Fix up obsolete __cpu_set() function usageRusty Russell2015-03-02
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.0-rc3' into x86/build, to refresh an older tree before applying...Ingo Molnar2015-03-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | x86/build: Fix mkcapflags.sh bash-ismSylvain BERTRAND2015-02-19
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | x86/boot/64: Remove pointless early_printk() messageAlexander Kuleshov2015-03-17
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | perf/x86/64: Report regs_user->ax too in get_regs_user()Denys Vlasenko2015-04-11
| * | | | | | | | | | | | | | | perf/x86/64: Simplify regs_user->abi setting code in get_regs_user()Denys Vlasenko2015-04-11
| * | | | | | | | | | | | | | | perf/x86/64: Do report user_regs->cx while we are in syscall, in get_regs_user()Denys Vlasenko2015-04-11
| * | | | | | | | | | | | | | | perf/x86/64: Do not guess user_regs->cs, ss, sp in get_regs_user()Denys Vlasenko2015-04-11
| * | | | | | | | | | | | | | | x86/asm/entry/32: Tidy up JNZ instructions after TESTsDenys Vlasenko2015-04-11
| * | | | | | | | | | | | | | | x86/asm/entry/64: Reduce padding in execve stubsDenys Vlasenko2015-04-09
| * | | | | | | | | | | | | | | x86/asm/entry/64: Remove GET_THREAD_INFO() in ret_from_forkDenys Vlasenko2015-04-09
| * | | | | | | | | | | | | | | x86/asm/entry/64: Simplify jumps in ret_from_forkDenys Vlasenko2015-04-09
| * | | | | | | | | | | | | | | x86/asm/entry/64: Remove a redundant jumpDenys Vlasenko2015-04-09
| * | | | | | | | | | | | | | | x86/asm/entry/64: Optimize [v]fork/clone stubsDenys Vlasenko2015-04-09
| * | | | | | | | | | | | | | | x86/asm/entry: Zero EXTRA_REGS for stub32_execve() tooDenys Vlasenko2015-04-09
| * | | | | | | | | | | | | | | x86/asm/entry/64: Move stub_x32_execvecloser() to stub_execveat()Denys Vlasenko2015-04-09
| * | | | | | | | | | | | | | | x86/asm/entry/64: Use common code for rt_sigreturn() epilogueDenys Vlasenko2015-04-09
| * | | | | | | | | | | | | | | x86/asm/entry/64: Add forgotten CFI annotationDenys Vlasenko2015-04-08
| * | | | | | | | | | | | | | | x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko2015-04-08
| * | | | | | | | | | | | | | | x86/asm/entry/64: Move opportunistic sysret code to syscall code pathDenys Vlasenko2015-04-08
| * | | | | | | | | | | | | | | Merge tag 'v4.0-rc7' into x86/asm, to resolve conflictsIngo Molnar2015-04-08
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | x86/alternatives: Guard NOPs optimizationBorislav Petkov2015-04-06
| * | | | | | | | | | | | | | | x86/asm/entry: Clear EXTRA_REGS for all executable formatsDenys Vlasenko2015-04-06
| * | | | | | | | | | | | | | | x86/signal: Remove pax argument from restore_sigcontextBrian Gerst2015-04-06
| * | | | | | | | | | | | | | | x86/alternatives: Fix ALTERNATIVE_2 padding generation properlyBorislav Petkov2015-04-04
| * | | | | | | | | | | | | | | x86/asm/entry/64: Use a define for an invalid segment selectorBorislav Petkov2015-04-03
| * | | | | | | | | | | | | | | x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR valueBorislav Petkov2015-04-03
| * | | | | | | | | | | | | | | x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov2015-04-03
| * | | | | | | | | | | | | | | x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski2015-04-03
| * | | | | | | | | | | | | | | x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING commentAndy Lutomirski2015-04-03
| * | | | | | | | | | | | | | | x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky2015-04-02
| * | | | | | | | | | | | | | | x86/asm/entry/64: Fold the 'test_in_nmi' macro into its only userDenys Vlasenko2015-04-02
| * | | | | | | | | | | | | | | x86/asm/entry/64: Use local label to skip around sycall dispatchDenys Vlasenko2015-04-01
| * | | | | | | | | | | | | | | x86/asm: Replace "MOVQ $imm, %reg" with MOVLDenys Vlasenko2015-04-01
| * | | | | | | | | | | | | | | x86/asm/entry/64: Simplify looping around preempt_schedule_irq()Denys Vlasenko2015-04-01
| * | | | | | | | | | | | | | | x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS()Denys Vlasenko2015-04-01
| * | | | | | | | | | | | | | | x86/asm/entry/64: Simplify retint_kernel label usage, make retint_restore_arg...Denys Vlasenko2015-04-01
| * | | | | | | | | | | | | | | x86/asm/entry/64: Do not TRACE_IRQS fast SYSRET64 pathDenys Vlasenko2015-04-01