aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski3-34/+21
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-62/+11
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf1-4/+37
2016-09-08x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf1-18/+23
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski1-0/+6
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar4-3/+7
2016-09-06x86/uaccess: force copy_*_user() to be inlinedKees Cook1-2/+2
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-60/+9
2016-08-24sched/x86: Fix thread_saved_pc()Brian Gerst1-8/+2
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst1-0/+2
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst3-123/+21
2016-08-24sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...Brian Gerst2-2/+7
2016-08-24ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf1-0/+2
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf1-0/+1
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski1-1/+27
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf2-3/+1
2016-08-18x86/asm/head: Remove unused init_rsp variable externJosh Poimboeuf1-1/+0
2016-08-18x86/dumpstack: Remove show_trace()Josh Poimboeuf1-2/+0
2016-08-12Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2016-08-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-9/+21
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2016-08-11x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski1-0/+9
2016-08-11x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski1-1/+0
2016-08-11x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu1-4/+0
2016-08-11x86/mm: Fix swap entry comment and macroDave Hansen1-2/+2
2016-08-10x86/mm/64: Enable KASLR for vmemmap memory regionThomas Garnier2-1/+4
2016-08-10x86/platform/UV: Fix problem with UV4 BIOS providing incorrect PXM valuesMike Travis1-2/+3
2016-08-10x86/mm: Disable preemption during CR3 read+writeSebastian Andrzej Siewior1-0/+7
2016-08-10x86: Apply more __ro_after_init and constKees Cook2-2/+3
2016-08-10Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar19-94/+135
2016-08-10x86/timers/apic: Inform TSC deadline clockevent device about recalibrationNicolai Stange1-0/+2
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds4-4/+54
2016-08-08x86/power/64: Always create temporary identity mapping correctlyRafael J. Wysocki1-2/+2
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds1-8/+8
2016-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-16/+23
2016-08-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+4
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2-2/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski3-10/+8
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada3-11/+11
2016-08-04pvclock: introduce seqcount-like APIPaolo Bonzini1-16/+23
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-24/+0
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-24/+0
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-14/+26
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+1
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-33/+2
2016-07-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-41/+61
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-6/+0
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-109/+20
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+7
2016-07-27x86/asm, x86/microcode: Add __PAGE_OFFSET_BASE define on 32-bitBorislav Petkov1-1/+2