aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit1-0/+2
2019-04-30bpf: Use vmalloc special flagRick Edgecombe1-14/+3
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe1-0/+15
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe1-12/+6
2019-04-30x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe1-0/+11
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit1-0/+1
2019-04-30fork: Provide a function for copying init_mmNadav Amit1-0/+1
2019-04-30uprobes: Initialize uprobes earlierNadav Amit1-0/+5
2019-04-30mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit1-0/+9
2019-04-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+1
2019-04-26Merge tag 'drm-fixes-2019-04-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+0
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn1-0/+1
2019-04-26Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie1-1/+0
2019-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-0/+20
2019-04-23net/ncsi: handle overflow when incrementing mac addressTao Ren1-0/+12
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+8
2019-04-20Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+4
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2019-04-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+22
2019-04-19block: make sure that bvec length can't be overflowMing Lei1-2/+3
2019-04-19block: kill all_q_node in request_queueHou Tao1-1/+0
2019-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+4
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumpingAndrea Arcangeli1-0/+21
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins1-0/+1
2019-04-19drm/ttm: fix re-init of global structuresChristian König1-1/+0
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+1
2019-04-18IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi1-0/+1
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-38/+49
2019-04-16Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-0/+18
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+6
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini1-4/+6
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan1-1/+6
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal1-0/+2
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds2-5/+20
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-4/+6
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-04-13bfq: update internal depth state when queue depth changesJens Axboe1-0/+1
2019-04-13Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds4-14/+30
2019-04-13Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+0
2019-04-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+3
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal1-0/+6
2019-04-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne1-1/+3
2019-04-12Merge tag 'sound-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-2/+10
2019-04-12Merge tag 'drm-fixes-2019-04-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+4
2019-04-11net: netrom: Fix error cleanup path of nr_proto_initYueHaibing1-1/+1
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-8/+0