summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-12-07sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua
2021-12-07sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song
2021-12-07dma-direct: factor the swiotlb code out of __dma_direct_alloc_pagesChristoph Hellwig
2021-12-07dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionalsChristoph Hellwig
2021-12-07dma-direct: warn if there is no pool for force unencrypted allocationsChristoph Hellwig
2021-12-07dma-direct: fail allocations that can't be made coherentChristoph Hellwig
2021-12-07dma-direct: refactor the !coherent checks in dma_direct_allocChristoph Hellwig
2021-12-07dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig
2021-12-07dma-direct: clean up the remapping checks in dma_direct_allocChristoph Hellwig
2021-12-07dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig
2021-12-07dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig
2021-12-07dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig
2021-12-06bpf: Silence purge_cand_cache build warning.Alexei Starovoitov
2021-12-06tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)
2021-12-06tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang
2021-12-06tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)
2021-12-06tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)
2021-12-06tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)
2021-12-06tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)
2021-12-06tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()Steven Rostedt (VMware)
2021-12-06tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu
2021-12-06tracing: Fix spelling mistake "aritmethic" -> "arithmetic"Colin Ian King
2021-12-06bpf: Remove config check to enable bpf support for branch recordsKajol Jain
2021-12-06printk/console: Clean up boot console handling in register_console()Petr Mladek
2021-12-06printk/console: Remove need_default_console variablePetr Mladek
2021-12-06printk/console: Remove unnecessary need_default_console manipulationPetr Mladek
2021-12-06printk/console: Rename has_preferred_console to need_default_consolePetr Mladek
2021-12-06printk/console: Split out code that enables default consolePetr Mladek
2021-12-05Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao
2021-12-04locking: Make owner_on_cpu() into <linux/sched.h>Kefeng Wang
2021-12-04lockdep: Remove softirq accounting on PREEMPT_RT.Thomas Gleixner
2021-12-04locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().Sebastian Andrzej Siewior
2021-12-04locking/rtmutex: Squash self-deadlock check for ww_rt_mutex.Peter Zijlstra
2021-12-04locking: Remove rt_rwlock_is_contended().Sebastian Andrzej Siewior
2021-12-04sched: Trigger warning if ->migration_disabled counter underflows.Sebastian Andrzej Siewior
2021-12-04sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort
2021-12-04sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney
2021-12-03Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman
2021-12-03libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov
2021-12-03bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-12-02workqueue: Fix unbind_workers() VS wq_worker_sleeping() raceFrederic Weisbecker
2021-12-02workqueue: Fix unbind_workers() VS wq_worker_running() raceFrederic Weisbecker
2021-12-02bpf: Fix bpf_check_mod_kfunc_call for built-in modulesKumar Kartikeya Dwivedi
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski