]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/shortlog
mirror_ubuntu-artful-kernel.git
2018-01-06 Andy Lutomirskix86/entry: Remap the TSS into the CPU entry area
2018-01-06 Andy Lutomirskix86/entry: Move SYSENTER_stack to the beginning of...
2018-01-06 Andy Lutomirskix86/dumpstack: Handle stack overflow on all stacks
2018-01-06 Andy Lutomirskix86/entry: Fix assumptions that the HW TSS is at the...
2018-01-06 Andy Lutomirskix86/kasan/64: Teach KASAN about the cpu_entry_area
2018-01-06 Andy Lutomirskix86/mm/fixmap: Generalize the GDT fixmap mechanism...
2018-01-06 Andy Lutomirskix86/entry/gdt: Put per-CPU GDT remaps in ascending...
2018-01-06 Andy Lutomirskix86/dumpstack: Add get_stack_info() support for the...
2018-01-06 Andy Lutomirskix86/entry/64: Allocate and enable the SYSENTER stack
2018-01-06 Andy Lutomirskix86/irq/64: Print the offending IP in the stack overflo...
2018-01-06 Andy Lutomirskix86/irq: Remove an old outdated comment about context...
2018-01-06 Josh Poimboeufx86/unwinder: Handle stack overflows more gracefully
2018-01-06 Andy Lutomirskix86/unwinder/orc: Dont bail on stack overflow
2018-01-06 Boris Ostrovskyx86/entry/64/paravirt: Use paravirt-safe macro to acces...
2018-01-06 Ingo Molnarx86/insn-eval: Add utility functions to get segment...
2018-01-06 Masami Hiramatsux86/decoder: Add new TEST instruction pattern
2018-01-06 Randy Dunlapx86/decoder: Fix and update the opcodes map
2018-01-06 Mikulas Patockaobjtool: Fix 64-bit build on 32-bit host
2018-01-06 Ingo Molnartools/headers: Sync objtool UAPI header
2018-01-06 Josh Poimboeufobjtool: Fix cross-build
2018-01-06 Josh Poimboeufobjtool: Move kernel headers/code sync check to a script
2018-01-06 Josh Poimboeufobjtool: Move synced files to their original relative...
2018-01-06 Kirill A. Shutemovmm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEME...
2018-01-06 Andrey Ryabininx86/mm/kasan: Don't use vmemmap_populate() to initializ...
2018-01-06 Will Deaconlocking/barriers: Convert users of lockless_dereference...
2018-01-06 Will Deaconlocking/barriers: Add implicit smp_read_barrier_depends...
2018-01-06 Daniel Borkmannbpf: fix build issues on um due to mising bpf_perf_event.h
2018-01-06 Andi Kleenperf/x86: Enable free running PEBS for REGS_USER/INTR
2018-01-06 Rudolf Marekx86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
2018-01-06 Ricardo Nerix86/cpufeature: Add User-Mode Instruction Prevention...
2018-01-06 Ingo Molnardrivers/misc/intel/pti: Rename the header file to free...
2018-01-06 Juergen Grossx86/virt: Add enum for hypervisors to replace x86_hyper
2018-01-06 Juergen Grossx86/virt, x86/platform: Merge 'struct x86_hyper' into...
2018-01-06 James MorseACPI / APEI: Replace ioremap_page_range() with fixmap
2018-01-06 Andy Lutomirskiselftests/x86/ldt_get: Add a few additional tests for...
2018-01-06 Andy Lutomirskiselftests/x86/ldt_gdt: Run most existing LDT test cases...
2018-01-06 Andy Lutomirskiselftests/x86/ldt_gdt: Add infrastructure to test set_t...
2018-01-06 Andy Lutomirskiselftests/x86/ldt_gdt: Robustify against set_thread_are...
2018-01-06 Andy Lutomirskiselftests/x86/protection_keys: Fix syscall NR redefinit...
2018-01-06 Ingo Molnarx86/cpufeatures: Fix various details in the feature...
2018-01-06 Ingo Molnarx86/cpufeatures: Re-tabulate the X86_FEATURE definitions
2018-01-06 Borislav Petkovx86/mm: Define _PAGE_TABLE using _KERNPG_TABLE
2018-01-06 Thomas Gleixnerbitops: Revert cbe96375025e ("bitops: Add clear/set_bit...
2018-01-06 Thomas Gleixnerx86/cpuid: Replace set/clear_bit32()
2018-01-06 Borislav Petkovx86/entry/64: Shorten TEST instructions
2018-01-06 Andy Lutomirskix86/traps: Use a new on_thread_stack() helper to clean...
2018-01-06 Andy Lutomirskix86/entry/64: Remove thread_struct::sp0
2018-01-06 Andy Lutomirskix86/entry/32: Fix cpu_current_top_of_stack initializati...
2018-01-06 Andy Lutomirskix86/entry/64: Remove all remaining direct thread_struct...
2018-01-06 Andy Lutomirskix86/entry/64: Stop initializing TSS.sp0 at boot
2018-01-06 Andy Lutomirskix86/xen/64, x86/entry/64: Clean up SP code in cpu_initi...
2018-01-06 Andy Lutomirskix86/entry: Add task_top_of_stack() to find the top...
2018-01-06 Andy Lutomirskix86/entry/64: Pass SP0 directly to load_sp0()
2018-01-06 Andy Lutomirskix86/entry/32: Pull the MSR_IA32_SYSENTER_CS update...
2018-01-06 Andy Lutomirskix86/entry/64: De-Xen-ify our NMI code
2018-01-06 Juergen Grossxen, x86/entry/64: Add xen NMI trap entry
2018-01-06 Andy Lutomirskix86/entry/64: Remove the RESTORE_..._REGS infrastructure
2018-01-06 Andy Lutomirskix86/entry/64: Use POP instead of MOV to restore regs...
2018-01-06 Andy Lutomirskix86/entry/64: Merge the fast and slow SYSRET paths
2018-01-06 Andy Lutomirskix86/entry/64: Use pop instead of movq in syscall_return...
2018-01-06 Andy Lutomirskix86/entry/64: Shrink paranoid_exit_restore and make...
2018-01-06 Andy Lutomirskix86/entry/64: Simplify reg restore code in the standard...
2018-01-06 Andy Lutomirskix86/entry/64: Move SWAPGS into the common IRET-to-userm...
2018-01-06 Andy Lutomirskix86/entry/64: Split the IRET-to-user and IRET-to-kernel...
2018-01-06 Andy Lutomirskix86/entry/64: Remove the restore_c_regs_and_iret label
2018-01-06 Ricardo Neriptrace,x86: Make user_64bit_mode() available to 32...
2018-01-06 Ricardo Nerix86/boot: Relocate definition of the initial state...
2018-01-06 Ricardo Nerix86/mm: Relocate page fault error codes to traps.h
2018-01-06 Gayatri Kammelax86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features
2018-01-06 Baoquan Hex86/mm/64: Rename the register_page_bootmem_memmap...
2018-01-06 Masahiro Yamadax86/build: Beautify build log of syscall headers
2018-01-06 Josh Poimboeufx86/asm: Don't use the confusing '.ifeq' directive
2018-01-06 Dongjiu GengACPI / APEI: remove the unused dead-code for SEA/NMI...
2018-01-06 Kirill A. Shutemovx86/xen: Drop 5-level paging support code from the...
2018-01-06 Kirill A. Shutemovx86/xen: Provide pre-built page tables only for CONFIG_...
2018-01-06 Andrey Ryabininx86/kasan: Use the same shadow offset for 4- and 5...
2018-01-06 Kirill A. Shutemovmm/sparsemem: Allocate mem_section at runtime for CONFI...
2018-01-06 Dave Hansenx86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()
2018-01-06 Thomas Gleixnerx86/cpuid: Prevent out of bound access in do_clear_cpu_...
2018-01-06 Kamalesh Babulalobjtool: Print top level commands on incorrect usage
2018-01-06 Kees Cookx86/platform/UV: Convert timers to use timer_setup()
2018-01-06 Andi Kleenx86/fpu: Remove the explicit clearing of XSAVE dependen...
2018-01-06 Andi Kleenx86/fpu: Make XSAVE check the base CPUID features befor...
2018-01-06 Andi Kleenx86/fpu: Parse clearcpuid= as early XSAVE argument
2018-01-06 Andi Kleenx86/cpuid: Add generic table for CPUID dependencies
2018-01-06 Andi Kleenbitops: Add clear/set_bit32() to linux/bitops.h
2018-01-06 Josh Poimboeufx86/unwind: Make CONFIG_UNWINDER_ORC=y the default...
2018-01-06 Josh Poimboeufx86/unwind: Rename unwinder config options to 'CONFIG_U...
2018-01-06 Steven Rostedt... x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_f...
2018-01-06 Ingo Molnarx86/unwinder: Make CONFIG_UNWINDER_ORC=y the default...
2018-01-06 Jan BeulichACPI / APEI: adjust a local variable type in ghes_iorem...
2018-01-06 Josh Poimboeufx86/head: Add unwind hint annotations
2018-01-06 Josh Poimboeufx86/xen: Add unwind hint annotations
2018-01-06 Josh Poimboeufx86/xen: Fix xen head ELF annotations
2018-01-06 Josh Poimboeufx86/boot: Annotate verify_cpu() as a callable function
2018-01-06 Josh Poimboeufx86/head: Fix head ELF function annotations
2018-01-06 Josh Poimboeufx86/head: Remove unused 'bad_address' code
2018-01-06 Josh Poimboeufx86/head: Remove confusing comment
2018-01-06 Josh Poimboeufobjtool: Don't report end of section error after an...
2018-01-06 Uros Bizjakx86/asm: Remove unnecessary \n\t in front of CC_SET...
next