summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang
2018-09-18irq/matrix: Split out the CPU selection code into a helperDou Liyang
2018-09-18Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-09-16signal: Pair exports with their functionsEric W. Biederman
2018-09-16signal: Remove specific_send_sig_infoEric W. Biederman
2018-09-16signal: Use group_send_sig_info to kill all processes in a pid namespaceEric W. Biederman
2018-09-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-09-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau
2018-09-12kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu
2018-09-12kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu
2018-09-12kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()Masami Hiramatsu
2018-09-12kprobes: Remove pointless BUG_ON() from add_new_kprobe()Masami Hiramatsu
2018-09-12kprobes: Remove pointless BUG_ON() from disarming processMasami Hiramatsu
2018-09-11bpf: add bpffs pretty print for program array mapYonghong Song
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman
2018-09-11signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman
2018-09-11signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2018-09-11signal: Properly deliver SIGILL from uprobesEric W. Biederman
2018-09-11signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman
2018-09-11locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra
2018-09-11kernel/reboot.c: export pm_power_off_prepareOleksij Rempel
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek
2018-09-11locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich
2018-09-10sched/topology: Make local variables staticzhong jiang
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King