summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-10-12tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)
2018-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman
2018-10-12printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky
2018-10-12printk: do not preliminary split up cont bufferSergey Senozhatsky
2018-10-12printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky
2018-10-12printk: keep kernel cont support always enabledSergey Senozhatsky
2018-10-11Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-10-11xsk: do not call synchronize_net() under RCU read lockBjörn Töpel
2018-10-10tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu
2018-10-10tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu
2018-10-10tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu
2018-10-10tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu
2018-10-10signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman
2018-10-10signal: Guard against negative signal numbers in copy_siginfo_from_userEric W. Biederman
2018-10-10tick/sched : Remove redundant cpu_online() checkPeng Hao
2018-10-09bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole
2018-10-09bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole
2018-10-09bpf: btf: Fix a missing check bugWenwen Wang
2018-10-09resource: Clean it up a bitBorislav Petkov
2018-10-09resource: Fix find_next_iomem_res() iteration issueBjorn Helgaas
2018-10-09resource: Include resource end in walk_*() interfacesBjorn Helgaas
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel
2018-10-09smp: use __cpumask_set_cpu in on_each_cpu_condRik van Riel
2018-10-09dma-direct: respect DMA_ATTR_NO_WARNChristoph Hellwig
2018-10-09printk: Give error on attempt to set log buffer length to over 2GHe Zhe
2018-10-09futex: Replace spin_is_locked() with lockdepLance Roy
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven
2018-10-09dma-direct: document the zone selection logicChristoph Hellwig
2018-10-08bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet
2018-10-08bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd
2018-10-08signal: In sigqueueinfo prefer sig not si_signoEric W. Biederman
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar
2018-10-06kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman