summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)2021-02-061-9/+13
* kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2021-02-022-0/+18
* tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)2021-02-021-16/+64
* tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix2021-02-021-2/+0
* tracing: Fix a kernel doc warningBean Huo2021-02-021-0/+1
* tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury2021-02-021-1/+1
* tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King2021-02-021-1/+1
* tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior2021-02-021-2/+1
* tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2021-02-022-55/+2
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-0216-301/+269
* ring-buffer: Drop unneeded check in ring_buffer_resize()Qiujun Huang2021-02-021-5/+1
* ring-buffer: Remove cpu_buffer argument from the rb_inc_page()Qiujun Huang2021-02-021-19/+16
* tracing: Remove get/put_cpu() from function_trace_initQiujun Huang2021-02-021-2/+1
* tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang2021-02-021-1/+2
* kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-01-291-0/+4
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-01-292-13/+31
* tracing: Use pause-on-trace with the latency tracersViktor Rosendahl2021-01-291-0/+4
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-01-291-2/+0
* Merge tag 'irq_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-242-1/+2
|\
| * genirq: Export irq_check_status_bit()Thomas Gleixner2021-01-131-0/+1
| * Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-01-121-1/+1
| |\
| | * genirq/msi: Initialize msi_alloc_info before calling msi_domain_prepare_irqs()Zenghui Yu2020-12-181-1/+1
* | | Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-01-245-33/+129
|\ \ \
| * | | sched: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra2021-01-221-11/+10
| * | | sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra2021-01-221-4/+35
| * | | sched: Prepare to use balance_push in ttwu()Peter Zijlstra2021-01-222-5/+7
| * | | workqueue: Restrict affinity change to rescuerPeter Zijlstra2021-01-221-6/+3
| * | | workqueue: Tag bound workers with KTHREAD_IS_PER_CPUPeter Zijlstra2021-01-221-2/+9
| * | | kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-01-222-1/+27
| * | | sched: Don't run cpu-online with balance_push() enabledPeter Zijlstra2021-01-221-2/+14
| * | | workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinityLai Jiangshan2021-01-221-1/+1
| * | | sched/core: Print out straggler tasks in sched_cpu_dying()Valentin Schneider2021-01-221-1/+23
| |/ /
* | | Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-01-242-4/+3
|\ \ \
| * | | ntp: Fix RTC synchronization on 32-bit platformsGeert Uytterhoeven2021-01-121-2/+2
| * | | timekeeping: Remove unused get_seconds()Chunguang Xu2021-01-121-2/+1
| |/ /
* | | Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-241-2/+7
|\ \ \
| * | | locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra2021-01-121-1/+6
| * | | locking/lockdep: Cure noinstr failPeter Zijlstra2021-01-121-1/+1
| |/ /
* | | Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-243-6/+5
|\ \ \
| * | | kthread: remove comments about old _do_fork() helperYanfei Xu2021-01-111-1/+1
| * | | Kernel: fork.c: Fix coding style: Do not use {} around single-line statementsAlexander Guril2021-01-111-4/+2
| * | | signal: Add missing __user annotation to copy_siginfo_from_user_anyJann Horn2021-01-111-1/+2
| |/ /
* | | Merge tag 'printk-for-5.11-printk-rework-fixup' of git://git.kernel.org/pub/s...Linus Torvalds2021-01-212-12/+30
|\ \ \
| * \ \ Merge branch 'printk-rework' into for-linusPetr Mladek2021-01-212-12/+30
| |\ \ \
| | * | | printk: fix buffer overflow potential for print_text()John Ogness2021-01-191-9/+27
| | * | | printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness2021-01-151-2/+2
| | * | | printk: ringbuffer: fix line countingJohn Ogness2021-01-151-1/+1
* | | | | Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-207-13/+24
|\ \ \ \ \
| * | | | | bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann2021-01-201-3/+3
| * | | | | bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-191-1/+1