summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell2019-05-1416-330/+932
|\
| * tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson2019-05-021-14/+31
| * tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2019-05-022-15/+53
| * tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson2019-05-021-8/+8
| * function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)2019-04-211-1/+4
| * ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)2019-04-111-0/+3
| * ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)2019-04-101-4/+0
| * rcu: validate arguments for rcu tracepointsYafang Shao2019-04-082-11/+6
| * tracing: Add error_log to READMETom Zanussi2019-04-081-0/+1
| * tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-085-23/+46
| * tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)2019-04-081-62/+80
| * tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)2019-04-083-13/+18
| * tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-024-124/+348
| * tracing: Use tracing error_log with trace event filtersTom Zanussi2019-04-021-2/+9
| * tracing: Use tracing error_log with hist triggersTom Zanussi2019-04-021-102/+104
| * tracing: Save the last hist command's associated event nameTom Zanussi2019-04-021-6/+27
| * tracing: Add tracing error logTom Zanussi2019-04-022-0/+222
| * tracing: Kernel access to Ftrace instancesDivya Indi2019-04-022-24/+51
| * ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing2019-04-021-1/+1
* | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2019-05-144-16/+62
|\ \
| * \ Merge branch 'irq/core'Ingo Molnar2019-05-073-1/+31
| |\ \
| | * \ Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-05-0625-152/+295
| | |\ \
| | | * | genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall2019-05-031-0/+3
| | | * | genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla2019-05-011-0/+27
| | | * | irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall2019-04-291-1/+1
| * | | | locking/rwsem: Prevent decrement of reader count before incrementWaiman Long2019-05-071-15/+31
* | | | | Merge remote-tracking branch 'modules/modules-next'Stephen Rothwell2019-05-142-8/+15
|\ \ \ \ \
| * | | | | kallsyms: store type information in its own arrayEugene Loh2019-03-282-8/+15
* | | | | | Merge remote-tracking branch 'net/master'Stephen Rothwell2019-05-142-3/+3
|\ \ \ \ \ \
| * | | | | | bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak2019-05-131-1/+1
| * | | | | | bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann2019-05-101-2/+2
* | | | | | | Merge remote-tracking branch 'fixes/master'Stephen Rothwell2019-05-141-0/+3
|\ \ \ \ \ \ \
| * | | | | | | kernel/compat.c: mark expected switch fall-throughsStephen Rothwell2019-05-081-0/+3
* | | | | | | | Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-111-7/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: stop making gpio tracing configurableUwe Kleine-König2019-04-081-7/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | fork: do not release lock that wasn't takenChristian Brauner2019-05-101-2/+3
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-05-099-439/+937
|\ \ \ \ \ \ \
| * | | | | | | cgroup: never call do_group_exit() with task->frozen bit setRoman Gushchin2019-05-091-5/+3
| * | | | | | | kernel: cgroup: fix misuse of %xFuqian Huang2019-05-061-4/+4
| * | | | | | | cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin2019-05-062-13/+2
| * | | | | | | cgroup: prevent spurious transition into non-frozen stateRoman Gushchin2019-05-062-12/+6
| * | | | | | | cgroup: Remove unused cgrp variableShaokun Zhang2019-05-061-3/+0
| * | | | | | | cgroup: add tracing points for cgroup v2 freezerRoman Gushchin2019-04-192-1/+16
| * | | | | | | cgroup: make TRACE_CGROUP_PATH irq-safeRoman Gushchin2019-04-191-2/+5
| * | | | | | | cgroup: cgroup v2 freezerRoman Gushchin2019-04-195-10/+491
| * | | | | | | cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin2019-04-191-0/+6
| * | | | | | | cgroup: implement __cgroup_task_count() helperRoman Gushchin2019-04-193-16/+34
| * | | | | | | cgroup: rename freezer.c into legacy_freezer.cRoman Gushchin2019-04-192-1/+1
| * | | | | | | cgroup: remove extra cgroup_migrate_finish() callShakeel Butt2019-04-041-4/+1
* | | | | | | | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-05-091-42/+53
|\ \ \ \ \ \ \ \