summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+40
2018-12-20dma-mapping: fix inverted logic in dma_supportedThierry Reding-1/+1
2018-12-20bpf: verifier: reorder stack size check with dead code sanitizationJakub Kicinski-2/+3
2018-12-20bpf: verifier: teach the verifier to reason about the BPF_JSET instructionJakub Kicinski-0/+20
2018-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-9/+25
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig-1/+1
2018-12-19bpf: Ensure line_info.insn_off cannot point to insn with zero codeMartin KaFai Lau-0/+8
2018-12-19cred: export get_task_cred().NeilBrown-0/+1
2018-12-19cred: add get_cred_rcu()NeilBrown-1/+1
2018-12-19cred: add cred_fscmp() for comparing creds.NeilBrown-0/+55
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang-5/+12
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang-26/+29
2018-12-19genirq/affinity: Remove excess indentationThomas Gleixner-11/+11
2018-12-19bpf: log struct/union attribute for forward typeYonghong Song-1/+7
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang-0/+5
2018-12-18futex: Cure exit raceThomas Gleixner-6/+63
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins-5/+110
2018-12-18Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-2/+21
2018-12-18timekeeping: remove timespec_add/timespec_delArnd Bergmann-36/+0
2018-12-18timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann-19/+3
2018-12-18y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann-0/+32
2018-12-18y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann-0/+33
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann-0/+2
2018-12-18genirq: Fix various typos in commentsIngo Molnar-7/+7
2018-12-18ntp: Remove duplicated includeYueHaibing-1/+0
2018-12-18printk: Add caller information to printk() output.Tetsuo Handa-4/+51
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song-22/+32
2018-12-18bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song-20/+260
2018-12-18bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song-14/+21
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann-5/+0
2018-12-17dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas-1/+6
2018-12-17kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu-14/+53
2018-12-17Merge tag 'v4.20-rc7' into perf/core, to pick up fixesIngo Molnar-18/+183
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner-4/+1
2018-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-9/+25
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada-1/+1
2018-12-15bpf: add self-check logic to liveness analysisAlexei Starovoitov-1/+107
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov-6/+7
2018-12-15bpf: speed up stacksafe checkAlexei Starovoitov-1/+3
2018-12-14bpf: verbose log bpf_line_info in verifierMartin KaFai Lau-5/+69
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau-13/+22
2018-12-14ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch-16/+27
2018-12-14module: Overwrite st_size instead of st_infoVincent Whitchurch-2/+2
2018-12-14audit: remove duplicated include from audit.cYueHaibing-1/+0
2018-12-13seccomp: fix poor type promotionTycho Andersen-2/+1
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann-7/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig-44/+33
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig-251/+94
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig-9/+5
2018-12-13dma-direct: improve addressability error reportingChristoph Hellwig-21/+15