x86/dumpstack: Add recursion checking for all stacks
[cascardo/linux.git] / arch /
2016-09-15 Josh Poimboeufx86/dumpstack: Add recursion checking for all stacks
2016-09-15 Josh Poimboeufx86/dumpstack: Add support for unwinding empty IRQ...
2016-09-15 Josh Poimboeufx86/dumpstack: Add get_stack_info() interface
2016-09-15 Josh Poimboeufx86/dumpstack: Simplify in_exception_stack()
2016-09-14 Josh Poimboeufx86/dumpstack: Allow preemption in show_stack_log_lvl...
2016-09-13 Andy Lutomirskix86/entry/64: Clean up and document espfix64 stack...
2016-09-08 Josh Poimboeufx86/dumpstack: Remove unnecessary stack pointer arguments
2016-09-08 Josh Poimboeufx86/dumpstack: Add get_stack_pointer() and get_frame_po...
2016-09-08 Josh Poimboeufx86/dumpstack: Make printk_stack_address() more general...
2016-09-08 Josh Poimboeufoprofile/x86: Add regs->ip to oprofile trace
2016-09-08 Josh Poimboeufperf/x86: Check perf_callchain_store() error
2016-09-08 Andy Lutomirskix86/mm: Improve stack-overflow #PF handling
2016-09-08 Ingo MolnarMerge branch 'x86/mm' into x86/asm, to unify the two...
2016-08-24 Brian Gerstsched/x86: Fix thread_saved_pc()
2016-08-24 Brian Gerstsched/x86: Pass kernel thread parameters in 'struct...
2016-08-24 Brian Gerstsched/x86: Rewrite the switch_to() code
2016-08-24 Brian Gerstsched/x86: Add 'struct inactive_task_frame' to better...
2016-08-24 Brian Gerstsched/x86/64, kgdb: Clear GDB_PS on 64-bit
2016-08-24 Brian Gerstsched/x86/32, kgdb: Don't use thread.ip in sleeping_thr...
2016-08-24 Josh Poimboeufx86/dumpstack/ftrace: Don't print unreliable addresses...
2016-08-24 Josh Poimboeufx86/dumpstack/ftrace: Mark function graph handler funct...
2016-08-24 Josh Poimboeufftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
2016-08-24 Josh Poimboeufx86/dumpstack/ftrace: Convert dump_trace() callbacks...
2016-08-24 Josh Poimboeufftrace: Add return address pointer to ftrace_ret_stack
2016-08-24 Josh Poimboeufftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from...
2016-08-24 Andy Lutomirskix86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP...
2016-08-24 Andy Lutomirskifork: Add generic vmalloced stack support
2016-08-24 Ingo MolnarMerge tag 'v4.8-rc3' into x86/asm, to pick up fixes
2016-08-24 Borislav Petkovx86/entry: Remove outdated comment about SYSCALL targets
2016-08-21 Linus TorvaldsMerge branch 'parisc-4.8-2' of git://git./linux/kernel...
2016-08-20 Helge Dellerparisc: Fix order of EREFUSED define in errno.h
2016-08-20 Helge Dellerparisc: Fix automatic selection of cr16 clocksource
2016-08-19 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2016-08-19 Linus TorvaldsMerge tag 'dm-4.8-fixes-2' of git://git./linux/kernel...
2016-08-19 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2016-08-19 Linus TorvaldsMerge tag 'usb-4.8-rc3' of git://git./linux/kernel...
2016-08-19 Linus TorvaldsMerge tag 'xfs-iomap-for-linus-4.8-rc3' of git://git...
2016-08-19 Linus TorvaldsMerge tag 'hwmon-for-linus-v4.8-rc2' of git://git....
2016-08-19 Linus TorvaldsMerge tag 'drm-fixes-for-4.8-rc3-2' of git://people...
2016-08-19 Linus TorvaldsMerge tag 'devicetree-fixes-for-4.8' of git://git....
2016-08-19 Linus TorvaldsMerge tag '4.8-doc-fixes' of git://git.lwn.net/linux
2016-08-18 Dave AirlieMerge tag 'drm-intel-fixes-2016-08-15' of git://anongit...
2016-08-18 Dave AirlieMerge branch 'drm-etnaviv-fixes' of git://git.pengutron...
2016-08-18 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-08-18 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2016-08-18 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2016-08-18 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2016-08-18 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2016-08-18 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2016-08-18 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2016-08-18 Linus TorvaldsMerge tag 'pm-4.8-rc3' of git://git./linux/kernel/git...
2016-08-18 Linus TorvaldsMerge tag 'drm-fixes-for-4.8-rc3' of git://people.freed...
2016-08-18 Josh Poimboeufx86/dumpstack: Remove 64-byte gap at end of irq stack
2016-08-18 Josh Poimboeufx86/dumpstack: Fix x86_32 kernel_stack_pointer() previo...
2016-08-18 Josh Poimboeufx86/head: Remove useless zeroed word
2016-08-18 Josh Poimboeufx86/dumpstack: Remove extra brackets around "<EOE>"
2016-08-18 Josh Poimboeufx86/asm/head: Rename 'stack_start' -> 'initial_stack'
2016-08-18 Josh Poimboeufx86/asm/head: Remove unused init_rsp variable extern
2016-08-18 Josh Poimboeufx86/dumpstack: Remove show_trace()
2016-08-18 Ingo MolnarMerge branch 'x86/urgent' into x86/asm, to pick up...
2016-08-18 Catalin Marinasarm64: Fix shift warning in arch/arm64/mm/dump.c
2016-08-18 Jiri Olsax86/smp: Fix __max_logical_packages value setup
2016-08-18 Borislav Petkovx86/microcode/AMD: Fix initrd loading with CONFIG_RANDO...
2016-08-18 Rafael J. WysockiMerge branch 'pm-sleep'
2016-08-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2016-08-17 Linus TorvaldsMerge tag 'for-v4.8-rc' of git://git./linux/kernel...
2016-08-17 Ard Biesheuvelarm64: kernel: avoid literal load of virtual address...
2016-08-17 Catalin Marinasarm64: Fix NUMA build error when !CONFIG_ACPI
2016-08-16 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2016-08-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-08-16 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2016-08-16 Linus TorvaldsMerge tag 'pinctrl-v4.8-2' of git://git./linux/kernel...
2016-08-16 Ingo MolnarMerge tag 'perf-urgent-for-mingo-20160815' of git:...
2016-08-15 Rafael J. Wysockix86/power/64: Use __pa() for physical address computation
2016-08-15 Linus TorvaldsMerge tag 'iommu-fixes-v4.8-rc2' of git://git./linux...
2016-08-15 Linus TorvaldsMerge tag 'edac_fixes_for_4.8' of git://git./linux...
2016-08-15 Dave AirlieMerge tag 'mediatek-drm-fixes-2016-08-12' of git:/...
2016-08-15 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2016-08-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-08-14 Linus TorvaldsMerge tag 'fixes-for-linus-4.8' of git://git./linux...
2016-08-14 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2016-08-13 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2016-08-13 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2016-08-13 Guenter Roeckh8300: Add missing include file to asm/io.h
2016-08-13 Guenter Roeckunicore32: mm: Add missing parameter to arch_vma_access...
2016-08-12 Linus TorvaldsMerge tag 'vfio-v4.8-rc2' of git://github.com/awilliam...
2016-08-12 Linus TorvaldsMerge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields...
2016-08-12 Linus TorvaldsMerge tag 'pm-4.8-rc2' of git://git./linux/kernel/git...
2016-08-12 James BottomleyMerge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes...
2016-08-12 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-08-12 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2016-08-12 Rafael J. WysockiMerge branches 'pm-sleep' and 'pm-cpufreq'
2016-08-12 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2016-08-12 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2016-08-12 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2016-08-12 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2016-08-12 Linus TorvaldsMerge branch 'efi-urgent-for-linus' of git://git./linux...
2016-08-12 Linus TorvaldsMerge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org...
2016-08-12 Linus TorvaldsMerge branch 'libnvdimm-fixes' of git://git./linux...
2016-08-12 Linus TorvaldsMerge tag 'sound-4.8-rc2' of git://git./linux/kernel...
next