summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-06-25trace: Add osnoise tracerDaniel Bristot de Oliveira-4/+1521
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)-5/+4
2021-06-25trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira-3/+12
2021-06-25trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira-121/+24
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira-0/+103
2021-06-25trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira-36/+150
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins-2/+1
2021-06-24kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek-11/+24
2021-06-24kthread_worker: split code for canceling the delayed work timerPetr Mladek-17/+29
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira-8/+5
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira-12/+167
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira-1/+1
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen-32/+30
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen-12/+21
2021-06-24Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+16
2021-06-24Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+28
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+3
2021-06-24time: Improve performance of time64_to_tm()Cassio Neri-58/+178
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska-78/+131
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang-6/+6
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang-10/+73
2021-06-23kernel/sysctl-test: Remove some casts which are no-longer requiredDavid Gow-12/+12
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-5/+7
2021-06-23perf: Fix task context PMU for HeteroPeter Zijlstra-1/+8
2021-06-23Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+15
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown-0/+79
2021-06-22bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend-2/+4
2021-06-22module: limit enabling module.sig_enforceMimi Zohar-5/+9
2021-06-22Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers-0/+1
2021-06-22bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh-2/+2
2021-06-22clockevents: Use list_move() instead of list_del()/list_add()Baokun Li-4/+2
2021-06-22clocksource: Print deviation in nanoseconds when a clocksource becomes unstableFeng Tang-4/+4
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney-2/+207
2021-06-22clocksource: Reduce clocksource-skew thresholdPaul E. McKenney-17/+46
2021-06-22clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney-2/+72
2021-06-22clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney-0/+60
2021-06-22clocksource: Retry clock read if long delays detectedPaul E. McKenney-6/+47
2021-06-22locking/lockdep: Correct the description error for check_redundant()Xiongwei Song-1/+1
2021-06-22futex: Provide FUTEX_LOCK_PI2 to support clock selectionThomas Gleixner-1/+6
2021-06-22futex: Prepare futex_lock_pi() for runtime clock selectionThomas Gleixner-1/+2
2021-06-22lockdep: Fix wait-type for empty stackPeter Zijlstra-1/+1
2021-06-22lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng-1/+11
2021-06-22locking/lockdep: Remove the unnecessary trace savingBoqun Feng-3/+0
2021-06-22locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng-2/+106
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef-31/+18
2021-06-22sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort-0/+2
2021-06-22sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort-5/+12
2021-06-22clockevents: Add missing parameter documentationBaokun Li-0/+1
2021-06-22signal: Prevent sigqueue caching after task got releasedThomas Gleixner-1/+16
2021-06-22bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski-1/+1