summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-07-02memremap: remove the data field in struct dev_pagemapChristoph Hellwig-1/+1
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig-31/+4
2019-07-02memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig-22/+37
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig-4/+4
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig-9/+9
2019-07-02memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig-0/+22
2019-07-02mm: factor out a devm_request_free_mem_region helperChristoph Hellwig-0/+39
2019-07-01fork: return proper negative error codeChristian Brauner-0/+1
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe-136/+278
2019-06-30KEXEC: Call ima_kexec_cmdline to measure the boot command line argsPrakhar Srivastava-3/+6
2019-06-30Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+6
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+18
2019-06-29Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-0/+3
2019-06-29fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli-1/+5
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov-2/+3
2019-06-29devmap: Allow map lookups from eBPFToke Høiland-Jørgensen-5/+7
2019-06-29devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen-117/+95
2019-06-29xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen-2/+1
2019-06-28tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata-4/+6
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa-1/+13
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek-9/+1
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-318/+540
2019-06-28pid: add pidfd_open()Christian Brauner-0/+69
2019-06-28pidfd: add polling supportJoel Fernandes (Google)-0/+39
2019-06-28kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang-2/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-40/+18
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev-0/+369
2019-06-27hrtimer: Use a bullet for the returns bullet listMauro Carvalho Chehab-3/+4
2019-06-27workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner-12/+11
2019-06-27workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner-4/+3
2019-06-27bpf: fix cgroup bpf release synchronizationRoman Gushchin-1/+18
2019-06-27copy_process(): don't use ksys_close() on cleanupsAl Viro-28/+18
2019-06-27cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata-0/+3
2019-06-26perf_event_get(): don't bother with fget_raw()Al Viro-3/+1
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki-0/+3
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells-9/+2
2019-06-26keys: Namespace keyring namesDavid Howells-3/+7
2019-06-26modules: fix compile error if don't have strict module rwxYang Yingliang-4/+9
2019-06-26cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven-0/+3
2019-06-26bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang-2/+2
2019-06-26bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song-13/+14
2019-06-25dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig-11/+16
2019-06-25dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig-2/+2
2019-06-25xdp: Add tracepoint for bulk XDP_TXToshiaki Makita-0/+1
2019-06-25locking/lockdep: increase size of counters for lockdep statisticsKobe Wu-20/+16
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann-39/+34
2019-06-25dma-mapping: add a dma_alloc_need_uncached helperChristoph Hellwig-2/+2
2019-06-25dma-mapping: truncate dma masks to what dma_addr_t can holdChristoph Hellwig-0/+12
2019-06-24perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers-20/+22
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar-172/+327