summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-034-4/+16
|\
| * x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-142-0/+10
| * x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov2016-09-141-4/+4
| * x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-141-0/+2
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-034-5/+48
|\ \
| * | x86/platform/uv/BAU: Add UV4-specific functionsAndrew Banman2016-09-221-0/+30
| * | x86/platform/uv/BAU: Add generic function pointersAndrew Banman2016-09-221-0/+11
| * | x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset()Andrew Banman2016-09-221-2/+0
| * | x86/platform/uv/BAU: Clean up pq_init()Andrew Banman2016-09-221-1/+1
| * | Merge branch 'linus' into x86/platform, to pick up fixesIngo Molnar2016-09-221-63/+16
| |\ \
| * | | x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko2016-09-081-2/+2
| * | | x86/platform/intel-mid: Implement power off sequenceAndy Shevchenko2016-09-082-0/+4
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-2/+4
|\ \ \ \
| * | | | x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-2/+4
| | |/ / | |/| |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-0320-299/+237
|\ \ \ \
| * | | | x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-304-21/+8
| * | | | Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-1/+1
| |\ \ \ \
| * | | | | x86/alternatives: Add stack frame dependency to alternative_call_2()Josh Poimboeuf2016-09-241-2/+6
| * | | | | x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf2016-09-201-36/+0
| * | | | | x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf2016-09-201-6/+4
| * | | | | x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf2016-09-201-0/+73
| * | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-201-1/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf2016-09-161-2/+2
| * | | | | x86: Move thread_info into task_structAndy Lutomirski2016-09-151-46/+0
| * | | | | x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-153-34/+21
| * | | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-62/+11
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf2016-09-151-4/+37
| * | | | | x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf2016-09-081-18/+23
| * | | | | x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-081-0/+6
| * | | | | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-084-3/+7
| |\ \ \ \ \
| | * | | | | x86/mm/64: Enable KASLR for vmemmap memory regionThomas Garnier2016-08-102-1/+4
| | * | | | | x86: Apply more __ro_after_init and constKees Cook2016-08-102-2/+3
| * | | | | | sched/x86: Fix thread_saved_pc()Brian Gerst2016-08-241-8/+2
| * | | | | | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-241-0/+2
| * | | | | | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-243-123/+21
| * | | | | | sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...Brian Gerst2016-08-242-2/+7
| * | | | | | ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf2016-08-241-0/+2
| * | | | | | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-241-0/+1
| * | | | | | x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski2016-08-241-1/+27
| * | | | | | x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf2016-08-182-3/+1
| * | | | | | x86/asm/head: Remove unused init_rsp variable externJosh Poimboeuf2016-08-181-1/+0
| * | | | | | x86/dumpstack: Remove show_trace()Josh Poimboeuf2016-08-181-2/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-032-4/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' into x86/apicThomas Gleixner2016-09-261-60/+9
| |\ \ \ \ \ \
| * | | | | | | x86/acpi: Introduce persistent storage for cpuid <-> apicid mappingGu Zheng2016-09-211-0/+1
| * | | | | | | x86/apic: Get rid of apic_version[] arrayDenys Vlasenko2016-09-201-1/+1
| * | | | | | | x86/apic: Order irq_enter/exit() calls correctly vs. ack_APIC_irq()Wanpeng Li2016-09-201-3/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-034-36/+55
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v4.8-rc8' into ras/core, to pick up fixesIngo Molnar2016-09-261-3/+7
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam2016-09-131-29/+32
OpenPOWER on IntegriCloud