summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-10-03x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-10-03asm-generic: drop unused pte_file* helpersKirill A. Shutemov
2018-10-03mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2018-10-03mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2018-10-03mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov
2018-10-03mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov
2018-10-03mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov
2018-10-03seccomp: Move speculation migitation control to arch codeThomas Gleixner
2018-10-03seccomp: Add filter flag to opt-out of SSB mitigationKees Cook
2018-10-03prctl: Add force disable speculationThomas Gleixner
2018-10-03nospec: Allow getting/setting on non-current taskKees Cook
2018-10-03prctl: Add speculation control prctlsThomas Gleixner
2018-10-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-09-25mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-09-25seccomp: add "seccomp" syscallKees Cook
2018-06-16ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unitKirill Marinushkin
2018-06-16ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio
2018-06-16skb: Add skb_postpush_rcsum()Ben Hutchings
2018-06-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-06-16fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman
2018-06-16ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-06-16IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny
2018-06-16sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-06-16usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich
2018-06-16ata: Add a new flag to destinguish sas controllerShaohua Li
2018-06-16xen: Add xen_arch_suspend()Ben Hutchings
2018-06-16mmc: sdhci: Allow override of mmc host operationsAdrian Hunter
2018-06-16regulatory: add NUL to request alpha2Johannes Berg
2018-06-16nospec: Allow index argument to have const-qualified typeRasmus Villemoes
2018-06-16drm: Allow determining if current task is output poll workerLukas Wunner
2018-06-16workqueue: Allow retrieval of current task's work structLukas Wunner
2018-06-16udplite: fix partial checksum initializationAlexey Kodanev
2018-06-16pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-06-16pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2018-06-16pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-06-16pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence
2018-06-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-06-16crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-06-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-06-16scsi: libsas: remove the numbering for each event enumJason Yan
2018-06-16sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe
2018-03-19x86: fix build warnign with 32-bit PAEArnd Bergmann
2018-03-19nospec: Include <asm/barrier.h> dependencyDan Williams
2018-03-19nospec: Kill array_index_nospec_mask_check()Dan Williams
2018-03-19nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon
2018-03-19x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse
2018-03-19vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams
2018-03-19array_index_nospec: Sanitize speculative array de-referencesDan Williams