aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-02Merge branch 'standard/base' into standard/tiny/common-pcstandard/tiny/common-pcBruce Ashfield
2018-04-02bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWNstandard/baseOvidiu Panait
2018-03-07Merge branch 'standard/base' into standard/tiny/common-pcBruce Ashfield
2018-03-07Merge tag 'v4.8.28' into standard/basePaul Gortmaker
2018-03-07Linux 4.8.28v4.8.28Paul Gortmaker
2018-03-06assoc_array: Fix a buggy node-splitting caseDavid Howells
2018-03-06x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=yMatt Fleming
2018-03-06mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas
2018-03-06lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski
2018-03-06x86/process: Pin the target stack in get_wchan()Andy Lutomirski
2018-03-06x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski
2018-03-06kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...Oleg Nesterov
2018-03-06iommu/amd: Don't put completion-wait semaphore on stackJoerg Roedel
2018-03-06dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski
2018-03-06Revert "sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK"Paul Gortmaker
2018-02-22Linux 4.8.27v4.8.27Paul Gortmaker
2018-02-22kaiser: fix compile error without vsyscallHugh Dickins
2018-02-22x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny
2018-02-22x86/pti: Mark constant arrays as __initconstArnd Bergmann
2018-02-22x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed
2018-02-22x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse
2018-02-22x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf
2018-02-22x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse
2018-02-22x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King
2018-02-22x86/spectre: Report get_user mitigation for spectre_v1Dan Williams
2018-02-22nl80211: Sanitize array index in parse_txq_paramsDan Williams
2018-02-22vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams
2018-02-22x86/syscall: Sanitize syscall table de-references under speculationDan Williams
2018-02-22x86/get_user: Use pointer masking to limit speculationDan Williams
2018-02-22x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-02-22x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams
2018-02-22x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-02-22x86: Introduce barrier_nospecDan Williams
2018-02-22x86: Implement array_index_mask_nospecDan Williams
2018-02-22array_index_nospec: Sanitize speculative array de-referencesDan Williams
2018-02-22Documentation: Document array_index_nospecMark Rutland
2018-02-22x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2018-02-22x86/entry/64: Push extra regs right awayAndy Lutomirski
2018-02-22x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski
2018-02-22x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang
2018-02-22x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov
2018-02-22x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse
2018-02-22x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner
2018-02-22x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov
2018-02-22x86/nospec: Fix header guards namesBorislav Petkov
2018-02-22x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse
2018-02-22x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse
2018-02-22x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse
2018-02-22x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse
2018-02-22x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse