summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-10-21give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2018-10-21string: provide strscpy()Chris Metcalf1-0/+3
2018-10-21efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel1-4/+4
2018-10-21do d_instantiate/unlock_new_inode combinations safelyAl Viro1-0/+1
2018-10-21virtio: add ability to iterate over vqsMichael S. Tsirkin1-0/+3
2018-10-21mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund1-0/+1
2018-10-21tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa1-1/+1
2018-10-21drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes1-3/+1
2018-10-21iio:buffer: make length types match kfifo typesMartin Kelly1-3/+3
2018-10-21ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman1-2/+2
2018-10-21ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman1-2/+2
2018-10-21clk: fix mux clock documentationJerome Brunet1-1/+2
2018-10-21HID: core: Fix size as type u32Aaron Ma1-2/+2
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