summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-01ice: Remove newlines in NL_SET_ERR_MSG_MODThorsten Blum
2024-04-01ice: Add switch recipe reusing featureSteven Zou
2024-04-01ice: fold ice_ptp_read_time into ice_ptp_gettimex64Michal Schmidt
2024-04-01ice: avoid the PTP hardware semaphore in gettimex64 pathMichal Schmidt
2024-04-01ice: add ice_adapter for shared data across PFs on the same NICMichal Schmidt
2024-04-01Merge branch 'net-rps-misc'David S. Miller
2024-04-01net: rps: move received_rps field to a better locationEric Dumazet
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet
2024-04-01Merge branch 'ice-pfcp-filter'David S. Miller
2024-04-01ice: Add support for PFCP hardware offload in switchdevMarcin Szycik
2024-04-01ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTSMarcin Szycik
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski
2024-04-01pfcp: add PFCP moduleWojciech Drewek
2024-04-01net: net_test: add tests for IP tunnel flags conversion helpersAlexander Lobakin
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin
2024-04-01lib/bitmap: add compile-time test for __assign_bit() optimizationAlexander Lobakin
2024-04-01bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()Alexander Lobakin
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin
2024-04-01tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin
2024-04-01btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()Alexander Lobakin
2024-04-01fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin
2024-04-01s390/cio: rename bitmap_size() -> idset_bitmap_size()Alexander Lobakin
2024-04-01linkmode: convert linkmode_{test,set,clear,mod}_bit() to macrosAlexander Lobakin
2024-04-01bitops: let the compiler optimize {__,}assign_bit()Alexander Lobakin
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2024-04-01bitops: add missing prototype checkAlexander Lobakin
2024-04-01lib/test_bitmap: use pr_info() for non-error messagesAlexander Potapenko
2024-04-01lib/test_bitmap: add tests for bitmap_{read,write}()Alexander Potapenko
2024-04-01lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris
2024-04-01KVM: arm64: Rationalise KVM banner outputMarc Zyngier
2024-04-01arm64: Fix early handling of FEAT_E2H0 not being implementedMarc Zyngier
2024-04-01KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon
2024-04-01KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()Will Deacon
2024-04-01KVM: arm64: Don't pass a TLBI level hint when zapping table entriesWill Deacon
2024-04-01KVM: arm64: Don't defer TLB invalidation when zapping table entriesWill Deacon
2024-04-01bcachefs: On emergency shutdown, print out current journal sequence numberKent Overstreet
2024-04-01bcachefs: Fix overlapping extent repairKent Overstreet
2024-04-01bcachefs: Fix remove_dirent()Kent Overstreet
2024-04-01bcachefs: Logged op errors should be ignoredKent Overstreet
2024-03-31bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet
2024-03-31bcachefs: bch2_run_explicit_recovery_pass_persistent()Kent Overstreet
2024-03-31bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet
2024-03-31bcachefs: Flush journal immediately after replay if we did early repairKent Overstreet