summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria-11/+288
2018-09-24tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)-3/+6
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)-9/+39
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)-2/+2
2018-09-22bpf: sockmap, fix transition through disconnect without closeJohn Fastabend-19/+41
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend-1/+30
2018-09-21bpf: remove redundant null pointer check before consume_skbzhong jiang-4/+2
2018-09-20kernel/sys.c: remove duplicated includeYueHaibing-3/+0
2018-09-20fork: report pid exhaustion correctlyKJ Tsanaktsidis-1/+1
2018-09-20dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig-7/+16
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig-26/+27
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig-120/+117
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig-0/+3
2018-09-20dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig-0/+3
2018-09-20dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe-1/+5
2018-09-19Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-0/+2
2018-09-18perf: Suppress AUX/OVERWRITE recordsAlexander Shishkin-2/+12
2018-09-18Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo-0/+4
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-44/+45
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang-3/+14
2018-09-18irq/matrix: Split out the CPU selection code into a helperDou Liyang-27/+38
2018-09-18Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman-2/+2
2018-09-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik-0/+2
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+2
2018-09-16signal: Pair exports with their functionsEric W. Biederman-8/+7
2018-09-16signal: Remove specific_send_sig_infoEric W. Biederman-8/+2
2018-09-16signal: Use group_send_sig_info to kill all processes in a pid namespaceEric W. Biederman-1/+1
2018-09-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-15/+22
2018-09-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-15/+13
2018-09-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-5/+3
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov-0/+40
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+5
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+39
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov-1/+1
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau-1/+1
2018-09-12kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu-1/+7
2018-09-12kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu-7/+20
2018-09-12kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()Masami Hiramatsu-1/+0
2018-09-12kprobes: Remove pointless BUG_ON() from add_new_kprobe()Masami Hiramatsu-2/+0
2018-09-12kprobes: Remove pointless BUG_ON() from disarming processMasami Hiramatsu-1/+0
2018-09-11bpf: add bpffs pretty print for program array mapYonghong Song-1/+24
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman-4/+3
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman-3/+3
2018-09-11signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman-3/+4
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman-1/+1
2018-09-11signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman-1/+1
2018-09-11signal: Properly deliver SIGILL from uprobesEric W. Biederman-2/+2
2018-09-11signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman-0/+4
2018-09-11locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra-0/+28
2018-09-11kernel/reboot.c: export pm_power_off_prepareOleksij Rempel-0/+1