summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-06-28trace/osnoise: Fix return value on osnoise_init_hotplug_supportDaniel Bristot de Oliveira1-1/+1
2021-06-28trace/osnoise: Make interval u64 on osnoise_mainDaniel Bristot de Oliveira1-1/+1
2021-06-28trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira1-9/+11
2021-06-28tracing: Have osnoise_main() add a quiescent state for task rcuSteven Rostedt (VMware)1-1/+4
2021-06-28Merge tag 'regulator-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+79
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev1-0/+2
2021-06-28bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim1-0/+2
2021-06-28sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal1-3/+3
2021-06-28genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap1-1/+0
2021-06-28Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner28-241/+472
2021-06-28time/kunit: Add missing MODULE_LICENSE()Thomas Gleixner1-0/+1
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds3-59/+2
2021-06-26trace/osnoise: Support hotplug operationsDaniel Bristot de Oliveira1-30/+135
2021-06-26trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira1-0/+65
2021-06-26trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira1-6/+13
2021-06-26trace: Add timerlat tracerDaniel Bristot de Oliveira5-31/+688
2021-06-26trace: Add osnoise tracerDaniel Bristot de Oliveira6-4/+1521
2021-06-26tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)2-5/+4
2021-06-26trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira1-3/+12
2021-06-26trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira1-121/+24
2021-06-26trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira2-0/+103
2021-06-26trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira1-36/+150
2021-06-25mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins1-2/+1
2021-06-25kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek1-11/+24
2021-06-25kthread_worker: split code for canceling the delayed work timerPetr Mladek1-17/+29
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira1-8/+5
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira1-12/+167
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira1-1/+1
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2-32/+30
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen3-12/+21
2021-06-24Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+16
2021-06-24Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+28
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2021-06-24time: Improve performance of time64_to_tm()Cassio Neri4-58/+178
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska1-78/+131
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang1-6/+6
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang3-10/+73
2021-06-24kernel/sysctl-test: Remove some casts which are no-longer requiredDavid Gow1-12/+12
2021-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-5/+7
2021-06-23perf: Fix task context PMU for HeteroPeter Zijlstra1-1/+8
2021-06-23Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+15
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown1-0/+79
2021-06-23bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend1-2/+4
2021-06-22module: limit enabling module.sig_enforceMimi Zohar1-5/+9
2021-06-22Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers1-0/+1
2021-06-22bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh1-2/+2
2021-06-22clockevents: Use list_move() instead of list_del()/list_add()Baokun Li1-4/+2
2021-06-22clocksource: Print deviation in nanoseconds when a clocksource becomes unstableFeng Tang1-4/+4
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney3-2/+207
2021-06-22clocksource: Reduce clocksource-skew thresholdPaul E. McKenney2-17/+46