summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* iio:buffer: make length types match kfifo typesMartin Kelly2018-10-211-3/+3
* ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman2018-10-211-2/+2
* ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman2018-10-211-2/+2
* clk: fix mux clock documentationJerome Brunet2018-10-211-1/+2
* HID: core: Fix size as type u32Aaron Ma2018-10-211-2/+2
* mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UPAndy Lutomirski2018-10-031-2/+0
* x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-10-031-0/+2
* pagewalk: improve vma handlingNaoya Horiguchi2018-10-031-3/+12
* mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi2018-10-031-6/+0
* x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie2018-10-031-0/+22
* mm: Add vm_insert_pfn_prot()Andy Lutomirski2018-10-031-0/+2
* x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-10-031-0/+2
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2018-10-032-4/+1
* mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov2018-10-031-5/+3
* rmap: drop support of non-linear mappingsKirill A. Shutemov2018-10-034-14/+2
* mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2018-10-032-9/+0
* mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov2018-10-031-9/+7
* mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov2018-10-031-1/+0
* mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov2018-10-031-2/+6
* seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-10-031-0/+2
* seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-10-031-0/+2
* prctl: Add force disable speculationThomas Gleixner2018-10-031-1/+9
* nospec: Allow getting/setting on non-current taskKees Cook2018-10-031-2/+5
* prctl: Add speculation control prctlsThomas Gleixner2018-10-031-0/+5
* x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-10-031-0/+2
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-253-7/+2
* seccomp: add "seccomp" syscallKees Cook2018-09-251-0/+2
* skb: Add skb_postpush_rcsum()Ben Hutchings2018-06-161-0/+17
* fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-06-161-0/+4
* IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny2018-06-161-2/+2
* usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2018-06-161-0/+3
* ata: Add a new flag to destinguish sas controllerShaohua Li2018-06-161-0/+1
* mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2018-06-161-0/+1
* nospec: Allow index argument to have const-qualified typeRasmus Villemoes2018-06-161-2/+1
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-06-161-0/+1
* pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers2018-06-161-1/+1
* pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-06-162-4/+0
* pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers2018-06-161-1/+1
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2018-06-162-0/+4
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-06-161-0/+2
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-06-161-0/+6
* x86: fix build warnign with 32-bit PAEArnd Bergmann2018-03-191-1/+1
* nospec: Include <asm/barrier.h> dependencyDan Williams2018-03-191-0/+1
* nospec: Kill array_index_nospec_mask_check()Dan Williams2018-03-191-21/+1
* nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon2018-03-191-15/+21
* x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse2018-03-191-1/+8
* vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams2018-03-191-1/+4
* array_index_nospec: Sanitize speculative array de-referencesDan Williams2018-03-191-0/+72
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-03-191-0/+9
* kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada2018-03-191-4/+5