summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-221-30/+76
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-221-30/+76
| |\
| | * cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki2020-12-151-10/+58
| | * cpufreq: schedutil: Add util to struct sg_cpuRafael J. Wysocki2020-12-151-22/+20
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-221-2/+2
|\ \ \
| * | | kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov2020-12-221-2/+2
* | | | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-12-226-8/+384
|\ \ \ \ | |/ / / |/| | |
| * | | dma-mapping: add benchmark support for streaming DMA APIsBarry Song2020-11-273-0/+371
| * | | dma-contiguous: fix a typo error in a commenttangjianqiang2020-11-271-1/+1
| * | | dma-pool: no need to check return value of debugfs_create functionsTiezhu Yang2020-11-271-3/+0
| * | | dma-mapping: Allow mixing bypass and mapped DMA operationAlexey Kardashevskiy2020-11-272-4/+12
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-1/+16
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-1511-112/+124
| |\ \ \ \
| * | | | | sched/wait: Add add_wait_queue_priority()David Woodhouse2020-11-151-1/+16
* | | | | | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+2
* | | | | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-1736-352/+662
|\ \ \ \ \ \
| * | | | | | tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)2020-12-151-1/+31
| * | | | | | Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)2020-12-141-4/+13
| * | | | | | ring-buffer: Add rb_check_bpage in __rb_allocate_pagesQiujun Huang2020-12-141-8/+11
| * | | | | | ring-buffer: Fix two typos in commentsQiujun Huang2020-12-141-2/+2
| * | | | | | tracing: Drop unneeded assignment in ring_buffer_resize()Lukas Bulwahn2020-12-141-2/+0
| * | | | | | tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-146-14/+25
| * | | | | | ring-buffer: Fix a typo in function descriptionQiujun Huang2020-12-071-1/+1
| * | | | | | ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn2020-12-071-17/+0
| * | | | | | ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)2020-12-012-0/+170
| * | | | | | tracing: Clean up after filter logic rewritingLukas Bulwahn2020-11-161-21/+0
| * | | | | | tracing: Remove the useless value assignment in test_create_synth_event()Kaixu Xia2020-11-131-1/+1
| * | | | | | livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-132-5/+6
| * | | | | | ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-131-0/+9
| * | | | | | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-139-32/+37
| * | | | | | tracing: Fix some typos in commentsQiujun Huang2020-11-1015-25/+25
| * | | | | | ftrace: Remove unused varible 'ret'Alex Shi2020-11-101-4/+2
| * | | | | | ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)2020-11-102-1/+25
| * | | | | | fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-102-3/+3
| * | | | | | ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-069-8/+271
| * | | | | | ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-066-21/+13
| * | | | | | perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)2020-11-061-1/+3
| * | | | | | perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-1/+8
| * | | | | | livepatch: Trigger WARNING if livepatch function fails due to recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * | | | | | livepatch/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-0/+5
| * | | | | | ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)2020-11-061-7/+5
| * | | | | | ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)2020-11-061-177/+0
* | | | | | | Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-172-89/+121
|\ \ \ \ \ \ \
| * | | | | | | module: delay kobject uevent until after module init callJessica Yu2020-12-091-2/+3
| * | | | | | | module: simplify version-attribute handlingJohan Hovold2020-11-251-6/+4
| * | | | | | | module: fix comment styleSergey Shtylyov2020-11-091-43/+74
| * | | | | | | module: add more 'kernel-doc' commentsSergey Shtylyov2020-11-091-8/+8
| * | | | | | | module: fix up 'kernel-doc' commentsSergey Shtylyov2020-11-091-6/+4
| * | | | | | | module: only handle errors with the *switch* statement in module_sig_check()Sergey Shtylyov2020-11-041-12/+14
| * | | | | | | module: avoid *goto*s in module_sig_check()Sergey Shtylyov2020-11-041-10/+10