messages from 2023-10-17 06:16:22 to 2023-10-17 06:46:46 UTC [more...]
[Intel-wired-lan] [PATCH net-next v2] ethtool: ice: Support for RSS settings to GTP from ethtool
2023-10-17 6:44 UTC (4+ messages)
` "
[PATCH 00/20] target/sparc: Cleanup condition codes etc
2023-10-17 6:41 UTC (17+ messages)
` [PATCH 02/20] target/sparc: Split psr and xcc into components
` [PATCH 03/20] target/sparc: Remove CC_OP_DIV
` [PATCH 04/20] target/sparc: Remove CC_OP_LOGIC
` [PATCH 05/20] target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
` [PATCH 06/20] target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
` [PATCH 07/20] target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
` [PATCH 08/20] target/sparc: Remove CC_OP leftovers
` [PATCH 09/20] target/sparc: Remove DisasCompare.is_bool
` [PATCH 11/20] target/sparc: Always copy conditions into a new temporary
` [PATCH 13/20] target/sparc: Merge gen_branch2 into advance_pc
` [PATCH 15/20] target/sparc: Use DISAS_EXIT in do_wrpsr
` [PATCH 16/20] target/sparc: Merge gen_op_next_insn into only caller
` [PATCH 17/20] target/sparc: Record entire jump condition in DisasContext
` [PATCH 18/20] target/sparc: Discard cpu_cond at the end of each insn
` [PATCH 19/20] target/sparc: Implement UDIVX and SDIVX inline
` [PATCH 20/20] target/sparc: Implement UDIV inline
[PATCH 1/3] arm64: dts: imx93-11x11-evk: set SION for cmd and data pad of USDHC
2023-10-17 6:50 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: imx93: change tuning start to get a large scan range for standard tuning
` [PATCH 3/3] arm64: dts: imx93-11x11-evk: add 12 ms delay to make sure the VDD_SD power off
[igt-dev] [PATCH i-g-t] lib/igt_fb/xe: use engine copy where available
2023-10-17 6:44 UTC (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for lib/igt_fb/xe: use engine copy where available (rev3)
[PATCH net-next 0/8] dt-bindings: net: Child node schema cleanups
2023-10-17 6:43 UTC (13+ messages)
` [PATCH net-next 3/8] dt-bindings: net: dsa/switch: Make 'ethernet-port' node addresses hex
` [PATCH net-next 4/8] dt-bindings: net: ethernet-switch: Add missing 'ethernet-ports' level
` [PATCH net-next 5/8] dt-bindings: net: ethernet-switch: Rename $defs "base" to 'ethernet-ports'
` [PATCH net-next 6/8] dt-bindings: net: mscc,vsc7514-switch: Clean-up example indentation
[PATCH 4/4] mm: abstract VMA extension and merge into vma_merge_extend() helper
2023-10-17 6:43 UTC
[PATCH v2] crypto: aesni - add ccm(aes) algorithm implementation
2023-10-17 6:43 UTC (12+ messages)
[PATCH v3 0/3] Add emulation of AmigaOne XE board
2023-10-17 6:41 UTC (3+ messages)
[PATCH v2 0/3] Add generic data patching functions
2023-10-17 6:39 UTC (2+ messages)
[PATCHv6 0/9] scsi: EH rework, main part
2023-10-17 6:41 UTC (9+ messages)
` [PATCH 1/9] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 2/9] scsi: Use Scsi_Host and channel number as argument for eh_bus_reset_handler()
` [PATCH 3/9] scsi: Use scsi_target as argument for eh_target_reset_handler()
` [PATCH 4/9] scsi: Use scsi_device as argument to eh_device_reset_handler()
[PATCHv6 00/17] scsi: EH rework prep patches, part 2
2023-10-17 6:38 UTC (7+ messages)
` [PATCH 14/17] fnic: allocate device reset command on the fly
` [PATCH 16/17] csiostor: use separate TMF command
` [PATCH 17/17] dc395x: Remove 'scmd' parameter from doing_srb_done()
[kvalo-ath:pending] BUILD SUCCESS b202bfac3d8a0c0d10778de188fe7fa3e20c09e6
2023-10-17 6:37 UTC
[PATCH v2 0/6] spi-nor: Add parallel and stacked memories support
2023-10-17 6:37 UTC (3+ messages)
` [PATCH v2 6/6] spi: zynq_qspi: Add parallel memories support in QSPI driver
[PATCH 0/3] rev-list: add support for commits in `--missing`
2023-10-17 6:37 UTC (4+ messages)
` [PATCH] commit: detect commits that exist in commit-graph but not in the ODB
[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
2023-10-16 17:54 UTC (16+ messages)
` [PATCH v2 01/13] bitops: add missing prototype check
` [PATCH v2 02/13] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v2 03/13] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH v2 04/13] linkmode: convert linkmode_{test, set, clear, mod}_bit() to macros
` [PATCH v2 05/13] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH v2 06/13] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH v2 07/13] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v2 08/13] bitmap: introduce generic optimized bitmap_size()
` [PATCH v2 09/13] bitmap: make bitmap_{get, set}_value8() use bitmap_{read, write}()
` [PATCH v2 09/13] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH v2 10/13] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH v2 11/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH v2 12/13] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH v2 13/13] lib/bitmap: add tests for IP tunnel flags conversion helpers
[dm-devel] [PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
2023-10-15 2:20 UTC (15+ messages)
` [dm-devel] [PATCH 03/14] bitops: let the compiler optimize __assign_bit()
` "
` [dm-devel] [PATCH 05/14] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` "
` [dm-devel] [PATCH 06/14] fs/ntfs3: rename bitmap_size() -> ntfs3_bitmap_size()
` "
` [dm-devel] [PATCH 09/14] bitmap: extend bitmap_{get, set}_value8() to bitmap_{get, set}_bits()
` [PATCH 09/14] bitmap: extend bitmap_{get,set}_value8() to bitmap_{get,set}_bits()
[PATCH v6 0/3] mm: use memmap_on_memory semantics for dax/kmem
2023-10-17 6:33 UTC (3+ messages)
` [PATCH v6 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
[LTP] [PATCH v2 1/4] readlinkat: Remove readlinkat fallback definition
2023-10-17 6:34 UTC (4+ messages)
` [LTP] [PATCH v2 2/4] fchownat: Remove fchownat "
` [LTP] [PATCH v2 3/4] mkdirat: Remove mkdirat "
` [LTP] [PATCH v2 4/4] mknodat: Remove mknodat "
[PATCH -next v3 0/2] sunrpc: Fix W=1 compiler warnings
2023-10-17 6:35 UTC (4+ messages)
` [PATCH -next v3 1/2] sunrpc: Wrap read accesses to rpc_task.tk_pid
[PATCH for-4.18] docs/sphinx: Lifecycle of a domid
2023-10-17 6:34 UTC (2+ messages)
[PATCH v2 0/2] net: fec: Fix device_get_match_data usage
2023-10-17 6:34 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] net: fec: Remove non-Coldfire platform IDs
[Intel-xe] [PATCH v6 00/10] Supporting RAS on XE
2023-10-17 6:33 UTC (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Supporting RAS on XE (rev6)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
2023-10-17 6:32 UTC (4+ messages)
[PATCH 0/5] support oneplus-lemonade(p) devices
2023-10-17 6:31 UTC (6+ messages)
` [PATCH 5/5] arm64: dts: qcom: sm8350-lemonade(p): new devices
[igt-dev] [PATCH i-g-t] tests/amd_dispatch: add negative test for SDMA
2023-10-17 6:31 UTC
why is it PROVIDES = "udev" and not PROVIDES = "virtual/udev"?
2023-10-17 6:30 UTC
[PATCH v7 12/12] app/graph: add l3fwd use case
2023-10-17 6:30 UTC (18+ messages)
` [PATCH v8 00/12] add CLI based graph application
` [PATCH v8 01/12] app/graph: add application framework to read CLI
` [EXT] "
` [PATCH v8 02/12] app/graph: add telnet connectivity framework
` [EXT] "
` [PATCH v8 04/12] app/graph: add mempool command line interfaces
` [EXT] "
` [PATCH v8 05/12] app/graph: add ethdev "
` [EXT] "
` [PATCH v8 06/12] app/graph: add ipv4_lookup "
` [EXT] "
[PATCH v2 00/90] target/sparc: Convert to decodetree
2023-10-17 6:12 UTC (77+ messages)
` [PATCH v2 03/90] target/sparc: Avoid helper_raise_exception in helper_st_asi
` [PATCH v2 04/90] target/sparc: Set TCG_GUEST_DEFAULT_MO
` [PATCH v2 05/90] configs: Enable MTTCG for sparc, sparc64
` [PATCH v2 06/90] target/sparc: Define features via cpu-feature.h.inc
` [PATCH v2 07/90] target/sparc: Use CPU_FEATURE_BIT_* for cpu properties
` [PATCH v2 08/90] target/sparc: Remove sparcv7 cpu features
` [PATCH v2 09/90] target/sparc: Add decodetree infrastructure
` [PATCH v2 11/90] target/sparc: Move CALL to decodetree
` [PATCH v2 14/90] target/sparc: Move FBPfcc and FBfcc "
` [PATCH v2 20/90] target/sparc: Move Tcc "
` [PATCH v2 21/90] target/sparc: Move RDASR, STBAR, MEMBAR "
` [PATCH v2 22/90] target/sparc: Move RDPSR, RDHPR "
` [PATCH v2 23/90] target/sparc: Move RDWIM, RDPR "
` [PATCH v2 24/90] target/sparc: Move RDTBR, FLUSHW "
` [PATCH v2 25/90] target/sparc: Move WRASR "
` [PATCH v2 27/90] target/sparc: Move WRWIM, WRPR "
` [PATCH v2 28/90] target/sparc: Move WRTBR, WRHPR "
` [PATCH v2 29/90] target/sparc: Move basic arithmetic "
` [PATCH v2 30/90] target/sparc: Move ADDC "
` [PATCH v2 32/90] target/sparc: Move UMUL, SMUL "
` [PATCH v2 33/90] target/sparc: Move SUBC "
` [PATCH v2 35/90] target/sparc: Move UDIV, SDIV "
` [PATCH v2 36/90] target/sparc: Move TADD, TSUB, MULS "
` [PATCH v2 37/90] target/sparc: Move SLL, SRL, SRA "
` [PATCH v2 39/90] target/sparc: Move POPC "
` [PATCH v2 40/90] target/sparc: Convert remaining v8 coproc insns "
` [PATCH v2 41/90] target/sparc: Move JMPL, RETT, RETURN "
` [PATCH v2 42/90] target/sparc: Move FLUSH, SAVE, RESTORE "
` [PATCH v2 43/90] target/sparc: Move DONE, RETRY "
` [PATCH v2 44/90] target/sparc: Split out resolve_asi
` [PATCH v2 45/90] target/sparc: Drop ifdef around get_asi and friends
` [PATCH v2 46/90] target/sparc: Split out ldst functions with asi pre-computed
` [PATCH v2 47/90] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for GET_ASI_DTWINX
` [PATCH v2 48/90] target/sparc: Move simple integer load/store to decodetree
` [PATCH v2 49/90] target/sparc: Move asi "
` [PATCH v2 50/90] target/sparc: Move LDSTUB, LDSTUBA "
` [PATCH v2 51/90] target/sparc: Move SWAP, SWAPA "
` [PATCH v2 52/90] target/sparc: Move CASA, CASXA "
` [PATCH v2 53/90] target/sparc: Move PREFETCH, PREFETCHA "
` [PATCH v2 54/90] target/sparc: Split out fp ldst functions with asi precomputed
` [PATCH v2 55/90] target/sparc: Move simple fp load/store to decodetree
` [PATCH v2 56/90] target/sparc: Move asi "
` [PATCH v2 57/90] target/sparc: Move LDFSR, STFSR "
` [PATCH v2 58/90] target/sparc: Merge LDFSR, LDXFSR implementations
` [PATCH v2 59/90] target/sparc: Move EDGE* to decodetree
` [PATCH v2 60/90] target/sparc: Move ARRAY* "
` [PATCH v2 61/90] target/sparc: Move ADDRALIGN* "
` [PATCH v2 62/90] target/sparc: Move BMASK "
` [PATCH v2 63/90] target/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT*S "
` [PATCH v2 64/90] target/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT*D "
` [PATCH v2 65/90] target/sparc: Use tcg_gen_vec_{add,sub}*
` [PATCH v2 66/90] target/sparc: Move gen_ne_fop_FFF insns to decodetree
` [PATCH v2 67/90] target/sparc: Move gen_ne_fop_DDD "
` [PATCH v2 68/90] target/sparc: Move PDIST "
` [PATCH v2 69/90] target/sparc: Move gen_gsr_fop_DDD insns "
` [PATCH v2 70/90] target/sparc: Move gen_fop_FF "
` [PATCH v2 71/90] target/sparc: Move gen_fop_DD "
` [PATCH v2 72/90] target/sparc: Move FSQRTq "
` [PATCH v2 73/90] target/sparc: Move gen_fop_FFF insns "
` [PATCH v2 74/90] target/sparc: Move gen_fop_DDD "
` [PATCH v2 75/90] target/sparc: Move gen_fop_QQQ "
` [PATCH v2 76/90] target/sparc: Move FSMULD "
` [PATCH v2 77/90] target/sparc: Move FDMULQ "
` [PATCH v2 78/90] target/sparc: Move gen_fop_FD insns "
` [PATCH v2 79/90] target/sparc: Move FiTOd, FsTOd, FsTOx "
` [PATCH v2 80/90] target/sparc: Move FqTOs, FqTOi "
` [PATCH v2 81/90] target/sparc: Move FqTOd, FqTOx "
` [PATCH v2 82/90] target/sparc: Move FiTOq, FsTOq "
` [PATCH v2 83/90] target/sparc: Move FdTOq, FxTOq "
` [PATCH v2 84/90] target/sparc: Move FMOVq, FNEGq, FABSq "
` [PATCH v2 85/90] target/sparc: Move FMOVR, FMOVcc, FMOVfcc "
` [PATCH v2 86/90] target/sparc: Convert FCMP, FCMPE "
` [PATCH v2 87/90] target/sparc: Move FPCMP* "
` [PATCH v2 88/90] target/sparc: Move FPACK16, FPACKFIX "
` [PATCH v2 89/90] target/sparc: Convert FZERO, FONE "
` [PATCH v2 90/90] target/sparc: Remove disas_sparc_legacy
[PATCH 1/2] netfilter: ipset: rename ref_netlink to ref_swapping
2023-10-17 6:29 UTC (4+ messages)
` [PATCH 2/2] netfilter: ipset: fix race condition in ipset swap, destroy and test
[PATCH net-next] net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams
2023-10-17 6:28 UTC
[PATCH v6 0/7] configfs-tsm: Attestation Report ABI
2023-10-17 6:28 UTC (10+ messages)
` [PATCH v6 3/7] configfs-tsm: Introduce a shared ABI for attestation reports
` [PATCH v6 6/7] virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT
[ovmf test] 183394: all pass - PUSHED
2023-10-17 6:27 UTC
[PATCH v6 0/5] powerpc/bpf: use BPF prog pack allocator
2023-10-17 6:26 UTC (4+ messages)
[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
2023-10-17 6:26 UTC (11+ messages)
[PATCH net-next v4 0/9] net: dsa: microchip: provide Wake on LAN support
2023-10-17 6:25 UTC (6+ messages)
` [PATCH net-next v4 4/9] net: dsa: microchip: ksz9477: add "
[PATCH nft 1/3] tests/shell: skip "table_onoff" test if kernel patch is missing
2023-10-17 6:22 UTC (3+ messages)
[PATCH] x86/mm: drop 4MB restriction on minimal NUMA node size
2023-10-17 6:22 UTC
[LTP] [PATCH 1/4] readlinkat: Remove readlinkat fallback definition
2023-10-17 6:21 UTC (3+ messages)
[PATCH v1 0/2] arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350
2023-10-17 6:20 UTC (7+ messages)
` [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add prefix for OLogic, Inc
` [PATCH v1 2/3] dt-bindings: arm64: dts: mediatek: Add ologic,pumpkin-i350 board
[PATCH] sched: topology: Remove unnecessary ‘0’ values from nr_levels
2023-10-17 6:20 UTC
[PATCH v1] usb: xhci: Check return value of wait for TRB_TRANSFER event
2023-10-17 6:20 UTC
[PATCH v2 1/4] mtd: rawnand: Add destructive operation
2023-10-17 6:19 UTC (5+ messages)
[PATCH 0/4] Rename variable bUpdateBBVGA, byCurrentCh, byCurPwr and byBBPreEDRSSI
2023-10-17 6:19 UTC (2+ messages)
[PATCH 0/2] PCI: dwc: Fix the BAR size programming
2023-10-17 6:17 UTC (3+ messages)
` [PATCH 1/2] PCI: dwc: Add new accessors to enable/disable DBI CS2 while setting the BAR size
` [PATCH 2/2] PCI: qcom-ep: Implement dbi_cs2_access() function callback for DBI CS2 access
[patch net-next v2] tools: ynl: introduce option to process unknown attributes or types
2023-10-17 6:18 UTC (3+ messages)
[PATCH V2 0/4] Add C3 SoC PLLs and Peripheral clock
2023-10-17 6:15 UTC (6+ messages)
` [PATCH V2 3/4] clk: meson: c3: add support for the C3 SoC PLL clock
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.