summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins-2/+61
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-17/+20
2019-04-26audit_update_watch(): switch to const struct qstr *Al Viro-4/+5
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro-6/+6
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn-14/+14
2019-04-26locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon-71/+117
2019-04-26Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon-0/+15
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-30/+46
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-49/+88
2019-04-25bpf: mark registers in all frames after pkt/null checksPaul Chaignon-30/+46
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen-2/+15
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev-0/+2
2019-04-25livepatch: Replace klp_ktype_patch's default_attrs with groupsKimberly Brown-1/+2
2019-04-25cpufreq: schedutil: Replace default_attrs field with groupsKimberly Brown-2/+3
2019-04-25padata: Replace padata_attr_type default_attrs field with groupsKimberly Brown-1/+2
2019-04-25irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown-1/+2
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi-0/+4
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-1/+0
2019-04-24dma-mapping: remove an unnecessary NULL checkDan Carpenter-1/+1
2019-04-23seccomp: fix up grammar in commentTycho Andersen-1/+1
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-60/+641
2019-04-23bpf: drop bpf_verifier_lockAlexei Starovoitov-3/+5
2019-04-23bpf: remove global variablesAlexei Starovoitov-12/+13
2019-04-22audit: fix a memory leak bugWenwen Wang-5/+7
2019-04-21function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)-1/+4
2019-04-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+11
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-39/+43
2019-04-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+26
2019-04-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+5
2019-04-19sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King-1/+1
2019-04-19cgroup: add tracing points for cgroup v2 freezerRoman Gushchin-1/+16
2019-04-19cgroup: make TRACE_CGROUP_PATH irq-safeRoman Gushchin-2/+5
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin-10/+491
2019-04-19cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin-0/+6
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin-16/+34
2019-04-19cgroup: rename freezer.c into legacy_freezer.cRoman Gushchin-1/+1
2019-04-19sched/topology: Update init_sched_domains() commentJuri Lelli-3/+2
2019-04-19cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli-6/+5
2019-04-19tick: Fix typos in commentsLaurent Gauthier-2/+2
2019-04-19kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky-1/+2
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu-1/+5
2019-04-19sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov-1/+6
2019-04-19sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov-0/+2
2019-04-19sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov-0/+5
2019-04-19mm/resource: Use resource_overlaps() to simplify region_intersects()Wei Yang-8/+7
2019-04-19rseq: Remove superfluous rseq_len from task_structMathieu Desnoyers-4/+2
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers-2/+1
2019-04-19sched/core: Fix typo in commentJoel Savitz-1/+1