summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-06Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz1-5/+1
2022-01-06gro: add ability to control gro max packet sizeCoco Li2-0/+12
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-5/+7
2022-01-06net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean1-0/+8
2022-01-06net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean1-58/+56
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-0/+8
2022-01-06bootmem: Use page->index instead of page->freelistMatthew Wilcox (Oracle)1-1/+1
2022-01-06mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)1-4/+5
2022-01-06mm/memcg: Convert slab objcgs from struct page to struct slabVlastimil Babka1-48/+0
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka2-17/+17
2022-01-06mm/slub: Finish struct page to struct slab conversionVlastimil Babka1-1/+1
2022-01-06mm/slub: Convert most struct page to struct slab by spatchVlastimil Babka1-3/+3
2022-01-06mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)1-8/+0
2022-01-06mm: Split slab into its own typeMatthew Wilcox (Oracle)1-5/+5
2022-01-06mm/slub: Make object_err() staticVlastimil Babka1-3/+0
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel1-0/+1
2022-01-06xen/unpopulated-alloc: Add mechanism to use Xen resourceOleksandr Tyshchenko1-0/+2
2022-01-06xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko2-0/+17
2022-01-06xen/x86: obtain upper 32 bits of video frame buffer address for Dom0Jan Beulich1-0/+3
2022-01-06xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen1-0/+4
2022-01-06xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-10/+10
2022-01-06page_pool: Store the XDP mem idToke Høiland-Jørgensen1-2/+7
2022-01-06page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen1-0/+2
2022-01-06xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-0/+3
2022-01-06dt-bindings: clock: Add DT bindings for SMU of Toshiba Visconti TMPV770x SoCNobuhiro Iwamatsu2-0/+222
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+28
2022-01-06Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds3-2/+24
2022-01-05IB/mlx5: Expose NDR speed through MADMaher Sanalla1-0/+1
2022-01-05block: introduce rq_list_moveKeith Busch1-0/+17
2022-01-05block: introduce rq_list_for_each_safe macroKeith Busch1-0/+4
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch2-29/+29
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky1-1/+11
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas2-17/+29
2022-01-05headers/deps: USB: Optimize <linux/usb/ch9.h> dependencies, remove <linux/dev...Ingo Molnar1-1/+2
2022-01-05Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/...David S. Miller3-9/+33
2022-01-05net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean1-3/+3
2022-01-05net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean1-7/+9
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean1-1/+1
2022-01-05net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean1-46/+51
2022-01-05net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean1-2/+4
2022-01-05net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean1-7/+10
2022-01-05net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean1-1/+3
2022-01-05Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai23-40/+940
2022-01-05Merge branch 'for-next' into for-linusTakashi Iwai633-9215/+19357
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)1-0/+12
2022-01-05can: netlink: report the CAN controller mode supported flagsVincent Mailhol1-0/+13
2022-01-05can: dev: reorder struct can_priv members for better packingVincent Mailhol1-3/+3
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol1-2/+9
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol1-2/+5