summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | x86/e820: Mark some static functions __initDenys Vlasenko2016-09-211-6/+6
| * | | | | | | | | Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar2016-09-213-4/+14
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | x86/e820: Fix very large 'size' handling boundary conditionWei Yang2016-09-081-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-0342-589/+664
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-303-3/+2
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-3/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/dumpstack: Fix show_stack() task pointer regressionJosh Poimboeuf2016-09-201-1/+1
| * | | | | | | | | | x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf2016-09-203-190/+0
| * | | | | | | | | | x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf2016-09-203-41/+103
| * | | | | | | | | | x86/stacktrace: Convert save_stack_trace_*() to use the new unwinderJosh Poimboeuf2016-09-201-45/+29
| * | | | | | | | | | x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf2016-09-203-0/+142
| * | | | | | | | | | x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf2016-09-163-3/+5
| * | | | | | | | | | x86/process: Pin the target stack in get_wchan()Andy Lutomirski2016-09-161-7/+15
| * | | | | | | | | | x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski2016-09-163-0/+15
| * | | | | | | | | | x86: Move thread_info into task_structAndy Lutomirski2016-09-153-9/+4
| * | | | | | | | | | x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-155-6/+4
| * | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-155-6/+31
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/dumpstack: Add recursion checking for all stacksJosh Poimboeuf2016-09-152-19/+38
| * | | | | | | | | | x86/dumpstack: Add support for unwinding empty IRQ stacksJosh Poimboeuf2016-09-152-3/+15
| * | | | | | | | | | x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf2016-09-154-122/+195
| * | | | | | | | | | x86/dumpstack: Simplify in_exception_stack()Josh Poimboeuf2016-09-151-63/+26
| * | | | | | | | | | x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()Josh Poimboeuf2016-09-142-25/+15
| * | | | | | | | | | x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf2016-09-083-6/+3
| * | | | | | | | | | x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf2016-09-083-50/+10
| * | | | | | | | | | x86/dumpstack: Make printk_stack_address() more generally usefulJosh Poimboeuf2016-09-081-3/+3
| * | | | | | | | | | x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-081-3/+3
| * | | | | | | | | | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-0819-30/+35
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86: Apply more __ro_after_init and constKees Cook2016-08-1019-30/+35
| * | | | | | | | | | | sched/x86: Fix thread_saved_pc()Brian Gerst2016-08-242-8/+11
| * | | | | | | | | | | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-242-23/+7
| * | | | | | | | | | | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-246-6/+29
| * | | | | | | | | | | sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...Brian Gerst2016-08-242-2/+4
| * | | | | | | | | | | sched/x86/64, kgdb: Clear GDB_PS on 64-bitBrian Gerst2016-08-241-1/+1
| * | | | | | | | | | | sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()Brian Gerst2016-08-241-2/+1
| * | | | | | | | | | | x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack...Josh Poimboeuf2016-08-241-2/+0
| * | | | | | | | | | | x86/dumpstack/ftrace: Mark function graph handler function as unreliableJosh Poimboeuf2016-08-241-8/+16
| * | | | | | | | | | | ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf2016-08-241-1/+1
| * | | | | | | | | | | x86/dumpstack/ftrace: Convert dump_trace() callbacks to use ftrace_graph_ret_...Josh Poimboeuf2016-08-241-43/+22
| * | | | | | | | | | | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
| * | | | | | | | | | | x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski2016-08-241-0/+61
| * | | | | | | | | | | x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov2016-08-241-5/+0
| * | | | | | | | | | | x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf2016-08-183-8/+5
| * | | | | | | | | | | x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf2016-08-181-2/+2
| * | | | | | | | | | | x86/head: Remove useless zeroed wordJosh Poimboeuf2016-08-181-1/+0
| * | | | | | | | | | | x86/dumpstack: Remove extra brackets around "<EOE>"Josh Poimboeuf2016-08-181-1/+1
| * | | | | | | | | | | x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf2016-08-184-12/+11
| * | | | | | | | | | | x86/dumpstack: Remove show_trace()Josh Poimboeuf2016-08-181-6/+0
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-037-54/+97
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/apic: Fix silent & fatal merge conflict in __generic_processor_info()Thomas Gleixner2016-09-261-2/+0
| * | | | | | | | | | | Merge branch 'x86/urgent' into x86/apicThomas Gleixner2016-09-265-13/+51
| |\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud