summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-10-01dma-direct: always allow dma mask <= physiscal memory sizeChristoph Hellwig
2018-10-01dma-direct: implement complete bus_dma_mask handlingChristoph Hellwig
2018-10-01dma-direct: refine dma_direct_alloc zone selectionChristoph Hellwig
2018-10-01dma-direct: add an explicit dma_direct_get_required_maskChristoph Hellwig
2018-10-01bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-10-01signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon
2018-10-01genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier
2018-10-01genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier
2018-09-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre
2018-09-28tick/broadcast: Remove redundant checkPeng Hao
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin
2018-09-28bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()Yonghong Song
2018-09-27jump_table: Move entries into ro_after_init regionArd Biesheuvel
2018-09-27jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel
2018-09-27jump_label: Implement generic support for relative referencesArd Biesheuvel
2018-09-27jump_label: Abstract jump_entry member accessorsArd Biesheuvel
2018-09-26x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-09-26x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-09-26tracing: Trivia spelling fix containerof() -> container_of()Andy Shevchenko
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-25Merge tag 'perf-core-for-mingo-4.20-20180919' of git://git.kernel.org/pub/scm...Ingo Molnar
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-25Merge tag 'v4.19-rc5' into perf/core, to pick up fixesIngo Molnar
2018-09-24trace_uprobe/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria
2018-09-24uprobes/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria
2018-09-24tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)
2018-09-22bpf: sockmap, fix transition through disconnect without closeJohn Fastabend
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend
2018-09-21bpf: remove redundant null pointer check before consume_skbzhong jiang
2018-09-20kernel/sys.c: remove duplicated includeYueHaibing
2018-09-20fork: report pid exhaustion correctlyKJ Tsanaktsidis
2018-09-20dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig
2018-09-20dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig
2018-09-20dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe
2018-09-19Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2018-09-18perf: Suppress AUX/OVERWRITE recordsAlexander Shishkin
2018-09-18Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo