summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-09netfilter: egress: avoid a lockdep splatFlorian Westphal
2022-01-09netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal
2022-01-09netfilter: make function op structures constFlorian Westphal
2022-01-09netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-01-09block: fix old-style declarationYang Li
2022-01-09tpm: Add Upgrade/Reduced mode support for TPM2 modulesaxelj
2022-01-08power: supply: Provide stubs for charge_behaviour helpersThomas Weißschuh
2022-01-07Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-07spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski
2022-01-07Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-01-07Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd...Dave Airlie
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller
2022-01-06HID: address kernel-doc warningsLukas Bulwahn
2022-01-06gro: add ability to control gro max packet sizeCoco Li
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar
2022-01-06bootmem: Use page->index instead of page->freelistMatthew Wilcox (Oracle)
2022-01-06mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)
2022-01-06mm/memcg: Convert slab objcgs from struct page to struct slabVlastimil Babka
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka
2022-01-06mm/slub: Finish struct page to struct slab conversionVlastimil Babka
2022-01-06mm/slub: Convert most struct page to struct slab by spatchVlastimil Babka
2022-01-06mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)
2022-01-06mm: Split slab into its own typeMatthew Wilcox (Oracle)
2022-01-06mm/slub: Make object_err() staticVlastimil Babka
2022-01-05xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-05Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2022-01-05block: introduce rq_list_moveKeith Busch
2022-01-05block: introduce rq_list_for_each_safe macroKeith Busch
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2022-01-05Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/...David S. Miller
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)
2022-01-05can: dev: reorder struct can_priv members for better packingVincent Mailhol
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-04ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtypeSudeep Holla
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn
2022-01-03pktcdvd: convert to use attribute groupsGreg Kroah-Hartman
2022-01-03power: supply_core: Pass pointer to battery infoLinus Walleij
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller