summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-10-03mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UPAndy Lutomirski1-2/+0
2018-10-03x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-0/+2
2018-10-03pagewalk: improve vma handlingNaoya Horiguchi1-3/+12
2018-10-03mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi1-6/+0
2018-10-03x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie1-0/+22
2018-10-03mm: Add vm_insert_pfn_prot()Andy Lutomirski1-0/+2
2018-10-03x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+2
2018-10-03mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2-4/+1
2018-10-03mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov1-5/+3
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov4-14/+2
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2-9/+0
2018-10-03mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov1-9/+7
2018-10-03mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov1-1/+0
2018-10-03mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-2/+6
2018-10-03seccomp: Move speculation migitation control to arch codeThomas Gleixner1-0/+2
2018-10-03seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-0/+2
2018-10-03prctl: Add force disable speculationThomas Gleixner1-1/+9
2018-10-03nospec: Allow getting/setting on non-current taskKees Cook1-2/+5
2018-10-03prctl: Add speculation control prctlsThomas Gleixner1-0/+5
2018-10-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk1-0/+2
2018-09-25mm: get rid of vmacache_flush_all() entirelyLinus Torvalds3-7/+2
2018-09-25seccomp: add "seccomp" syscallKees Cook1-0/+2
2018-06-16skb: Add skb_postpush_rcsum()Ben Hutchings1-0/+17
2018-06-16fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+4
2018-06-16IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny1-2/+2
2018-06-16usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich1-0/+3
2018-06-16ata: Add a new flag to destinguish sas controllerShaohua Li1-0/+1
2018-06-16mmc: sdhci: Allow override of mmc host operationsAdrian Hunter1-0/+1
2018-06-16nospec: Allow index argument to have const-qualified typeRasmus Villemoes1-2/+1
2018-06-16workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+1
2018-06-16pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-1/+1
2018-06-16pipe, sysctl: remove pipe_proc_fn()Eric Biggers2-4/+0
2018-06-16pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-1/+1
2018-06-16pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2-0/+4
2018-06-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers1-0/+2
2018-06-16crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+6
2018-03-19x86: fix build warnign with 32-bit PAEArnd Bergmann1-1/+1
2018-03-19nospec: Include <asm/barrier.h> dependencyDan Williams1-0/+1
2018-03-19nospec: Kill array_index_nospec_mask_check()Dan Williams1-21/+1
2018-03-19nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon1-15/+21
2018-03-19x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse1-1/+8
2018-03-19vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams1-1/+4
2018-03-19array_index_nospec: Sanitize speculative array de-referencesDan Williams1-0/+72
2018-03-19module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2018-03-19kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada1-4/+5
2018-03-19sysfs/cpu: Add vulnerability folderThomas Gleixner1-0/+7
2018-03-03blk-mq: fix race between timeout and freeing requestMing Lei1-0/+6
2018-03-03sh_eth: fix SH7757 GEther initializationSergei Shtylyov1-1/+0
2018-03-03phy: Add helper function to check phy interface modeIyappan Subramanian1-2/+12
2018-03-03net: phy: Add phy_interface_is_rgmii helperFlorian Fainelli1-0/+11