summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-11-20branch-check: fix long->int truncation when profiling branchesMikulas Patocka1-1/+1
2018-11-20perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu1-0/+8
2018-11-20ALSA: core: Assure control device to be registered at lastTakashi Iwai1-1/+1
2018-11-20vfs: add the sb_start_intwrite_trylock() helperAmir Goldstein1-0/+5
2018-11-20media: platform: davinci: drop VPFE_CMD_S_CCDC_RAW_PARAMSPrabhakar Lad2-22/+0
2018-10-21give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2018-10-21ppp: remove the PPPIOCDETACH ioctlEric Biggers1-1/+1
2018-10-21string: provide strscpy()Chris Metcalf1-0/+3
2018-10-21Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-8/+72
2018-10-21tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)1-16/+0
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-21ALSA: control: Hardening for potential Spectre v1Takashi Iwai1-2/+5
2018-10-21mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund1-0/+1
2018-10-21RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier1-0/+2
2018-10-21tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa1-1/+1
2018-10-21tty: handle the case where we cannot restore a line disciplineAlan Cox1-0/+1
2018-10-21drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes1-3/+1
2018-10-21soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-10-21net: fix rtnh_ok()Eric Dumazet1-1/+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-21ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai1-0/+1
2018-10-21clk: fix mux clock documentationJerome Brunet1-1/+2
2018-10-21net: core: dst: Add kernel-doc for 'net' parameterJonathan Neuschäfer1-0/+1
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: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina1-6/+6
2018-10-03x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-0/+2
2018-10-03x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+12
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-03asm-generic: drop unused pte_file* helpersKirill A. Shutemov1-15/+0
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 Cook2-0/+5
2018-10-03prctl: Add force disable speculationThomas Gleixner2-1/+10
2018-10-03nospec: Allow getting/setting on non-current taskKees Cook1-2/+5
2018-10-03prctl: Add speculation control prctlsThomas Gleixner2-0/+16