summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-12-07rcu/nocb: Limit number of softirq callbacks only on softirqFrederic Weisbecker
2021-12-07rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()Frederic Weisbecker
2021-12-07rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_checkFrederic Weisbecker
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safeFrederic Weisbecker
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration preempt-safeThomas Gleixner
2021-12-07rcu/nocb: Invoke rcu_core() at the start of deoffloadingFrederic Weisbecker
2021-12-07rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker
2021-12-07rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloa...Frederic Weisbecker
2021-12-07rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney
2021-12-07rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker
2021-12-07rcu: Make idle entry report expedited quiescent statesPaul E. McKenney
2021-12-07rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney
2021-12-07rcu: Mark sync_sched_exp_online_cleanup() ->cpu_no_qs.b.exp loadPaul E. McKenney
2021-12-07rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.expFrederic Weisbecker
2021-12-07rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp()Frederic Weisbecker
2021-12-07rcu: Ignore rdp.cpu_no_qs.b.exp on preemptible RCU's rcu_qs()Frederic Weisbecker
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