summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel
2022-06-24virtio: disable notification hardening by defaultJason Wang
2022-06-24fpga: fpga-mgr: support bitstream offset in image bufferIvan Bornyakov
2022-06-23memregion: Fix memregion_free() fallback definitionDan Williams
2022-06-23gpio: Fix kernel-doc comments to nested unionAkira Yokosawa
2022-06-23dmaengine: dw-edma: Add support for chip-specific flagsFrank Li
2022-06-23dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chipFrank Li
2022-06-23dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chipFrank Li
2022-06-23dmaengine: dw-edma: Detach the private data and chip info structuresFrank Li
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek
2022-06-23Revert "printk: add kthread console printers"Petr Mladek
2022-06-23Revert "printk: extend console_lock for per-console locking"Petr Mladek
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek
2022-06-23nvme: fix the CRIMS and CRWMS definitions to match the specJoel Granados
2022-06-22clk: Remove never used devm_clk_*unregister()Andy Shevchenko
2022-06-22pwm: Drop unused forward declaration from pwm.hUwe Kleine-König
2022-06-22pwm: Reorder header file to get rid of struct pwm_capture forward declarationUwe Kleine-König
2022-06-22pwm: Drop support for legacy driversUwe Kleine-König
2022-06-22swiotlb: remove the unused swiotlb_force declarationDongli Zhang
2022-06-22platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz
2022-06-21context_tracking: Rename __context_tracking_enter/exit() to __ct_user_enter/e...Frederic Weisbecker
2022-06-21rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney
2022-06-21devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...Duoming Zhou
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-06-21usb: typec: mux: Add CONFIG guards for functionsPrashant Malani
2022-06-21net: warn if mac header was not setEric Dumazet
2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman
2022-06-20context_tracking: Remove unused context_tracking_in_user()Frederic Weisbecker
2022-06-20rcu-tasks: Track blocked RCU Tasks Trace readersPaul E. McKenney
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney
2022-06-20rcu-tasks: Merge state into .b.need_qs and atomically updatePaul E. McKenney
2022-06-20rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney
2022-06-20Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang
2022-06-20wifi: ieee80211: add definitions for multi-link elementJohannes Berg
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-06-20KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()Sean Christopherson
2022-06-20KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()Sean Christopherson
2022-06-20KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page()Sean Christopherson
2022-06-20KVM: Avoid pfn_to_page() and vice versa when releasing pagesSean Christopherson
2022-06-20Merge v5.19-rc3 into usb-nextGreg Kroah-Hartman
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman
2022-06-20Merge 5.19-rc3 into staging-nextGreg Kroah-Hartman
2022-06-19block: remove queue from struct blk_independent_access_rangeDamien Le Moal
2022-06-20ata: make ata_port::fastdrain_cnt *unsigned int*Sergey Shtylyov
2022-06-19random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-19net: mii: add mii_bmcr_encode_fixed()Russell King (Oracle)