summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-04-10Merge tag 'urgent-rcu.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-04-09Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-04-08kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas
2023-04-08notifiers: add tracepoints to the notifiers infrastructureGuilherme G. Piccoli
2023-04-08kernel/hung_task.c: set some hung_task.c variables storage-class-specifier to...Tom Rix
2023-04-08Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-04-08Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-08Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds
2023-04-07dma-mapping: provide CONFIG_ARCH_DMA_DEFAULT_COHERENTJiaxun Yang
2023-04-07dma-mapping: provide a fallback dma_default_coherentJiaxun Yang
2023-04-06bpf: ensure all memory is initialized in bpf_get_current_commBarret Rhoden
2023-04-06bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song
2023-04-06bpf: Improve verifier JEQ/JNE insn branch taken checkingYonghong Song
2023-04-06tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-06rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai
2023-04-06ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian
2023-04-06swiotlb: fix a braino in the alignment check fixPetr Tesarik
2023-04-05sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T
2023-04-05sched/numa: implement access PID reset logicRaghavendra K T
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman
2023-04-05mm: separate vma->lock from vm_area_structSuren Baghdasaryan
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan
2023-04-05kernel/fork: assert no VMA readers during its destructionSuren Baghdasaryan
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan
2023-04-05mm: rcu safe VMA freeingMichel Lespinasse
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05perf/core: fix MAX_ORDER usage in rb_alloc_aux_page()Kirill A. Shutemov
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett
2023-04-05tracing: Free error logs of tracing instancesSteven Rostedt (Google)
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)
2023-04-05rcuscale: Rename kfree_rcu() to kfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2023-04-05tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2023-04-05rcu: Protect rcu_print_task_exp_stall() ->exp_tasks accessZqiang
2023-04-05rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian
2023-04-05rcu-tasks: Report stalls during synchronize_srcu() in rcu_tasks_postscan()Neeraj Upadhyay
2023-04-05rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked earlyZqiang
2023-04-05rcu: Remove never-set needwake assignment from rcu_report_qs_rdp()Zqiang
2023-04-05rcu: Register rcu-lazy shrinker only for CONFIG_RCU_LAZY=y kernelsZqiang
2023-04-05rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang
2023-04-05rcu: Fix set/clear TICK_DEP_BIT_RCU_EXP bitmask raceZqiang
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-04-05rcu: Remove CONFIG_SRCUPaul E. McKenney
2023-04-05rcu: Add comment to rcu_do_batch() identifying rcuoc code pathPaul E. McKenney
2023-04-05srcu: Clarify comments on memory barrier "E"Joel Fernandes (Google)
2023-04-05rcu: Further comment and explain the state space of GP sequencesFrederic Weisbecker
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-04-05sched/psi: Extract update_triggers side effectDomenico Cerasuolo
2023-04-05sched/psi: Rename existing poll members in preparationDomenico Cerasuolo