summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-10-19kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu-2/+11
2019-10-18xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen-1/+1
2019-10-18bpf: Fix build error without CONFIG_NETYueHaibing-0/+2
2019-10-18bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov-6/+11
2019-10-18tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing-0/+2
2019-10-18Merge tag 'pm-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-0/+1
2019-10-18trace: Use pr_warn instead of pr_warningKefeng Wang-2/+2
2019-10-18dma-debug: Use pr_warn instead of pr_warningKefeng Wang-1/+1
2019-10-18Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki-0/+1
2019-10-17perf/ring_buffer: Matching the memory allocate and free, in rb_alloc()Yunfeng Ye-10/+10
2019-10-17perf/ring_buffer: Modify the parameter type of perf_mmap_free_page()Yunfeng Ye-4/+4
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)-16/+56
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider-6/+3
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov-15/+101
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov-1/+22
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov-0/+27
2019-10-17bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov-23/+47
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov-4/+276
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov-4/+14
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov-1/+90
2019-10-17pid: use pid_has_task() in pidfd_open()Christian Brauner-7/+5
2019-10-17exit: use pid_has_task() in do_wait()Christian Brauner-1/+1
2019-10-17pid: use pid_has_task() in __change_pid()Christian Brauner-1/+1
2019-10-17pidfd: check pid has attached task in fdinfoChristian Brauner-6/+11
2019-10-17stop_machine: Avoid potential race behaviourMark Rutland-4/+6
2019-10-17kheaders: substituting --sort in archive creationDmitry Goldin-4/+7
2019-10-16bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu-3/+4
2019-10-16kthread: make __kthread_queue_delayed_work staticBen Dooks-3/+3
2019-10-15Merge branch 'parisc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2019-10-15pidfd: add NSpid entries to fdinfoChristian Kellner-1/+52
2019-10-14parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ defineHelge Deller-2/+2
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+55
2019-10-14hrtimer: Annotate lockless access to timer->baseEric Dumazet-4/+4
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-87/+217
2019-10-12tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek-0/+1
2019-10-12tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)-0/+2
2019-10-12tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)-1/+1
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)-4/+98
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)-60/+81
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)-15/+5
2019-10-12tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)-2/+15
2019-10-12ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)-9/+18
2019-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-17/+25
2019-10-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+36
2019-10-11bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko-1/+1
2019-10-11Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+0
2019-10-11cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac...Oleg Nesterov-1/+1
2019-10-11bpf: Track contents of read-only maps as scalarsAndrii Nakryiko-2/+55
2019-10-10seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner-6/+22
2019-10-10kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson-12/+43