All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-21 01:00:20 to 2023-10-21 05:50:20 UTC [more...]

[PATCH v3 00/90] target/sparc: Convert to decodetree
 2023-10-21  5:31 UTC  (85+ messages)
` [PATCH v3 01/90] target/sparc: Clear may_lookup for npc == DYNAMIC_PC
` [PATCH v3 02/90] target/sparc: Implement check_align inline
` [PATCH v3 03/90] target/sparc: Avoid helper_raise_exception in helper_st_asi
` [PATCH v3 04/90] target/sparc: Set TCG_GUEST_DEFAULT_MO
` [PATCH v3 05/90] configs: Enable MTTCG for sparc, sparc64
` [PATCH v3 06/90] target/sparc: Define features via cpu-feature.h.inc
` [PATCH v3 07/90] target/sparc: Use CPU_FEATURE_BIT_* for cpu properties
` [PATCH v3 08/90] target/sparc: Remove sparcv7 cpu features
` [PATCH v3 09/90] target/sparc: Add decodetree infrastructure
` [PATCH v3 10/90] target/sparc: Define AM_CHECK for sparc32
` [PATCH v3 11/90] target/sparc: Move CALL to decodetree
` [PATCH v3 12/90] target/sparc: Move BPcc and Bicc "
` [PATCH v3 13/90] target/sparc: Move BPr "
` [PATCH v3 14/90] target/sparc: Move FBPfcc and FBfcc "
` [PATCH v3 15/90] target/sparc: Merge gen_cond with only caller
` [PATCH v3 16/90] target/sparc: Merge gen_fcond "
` [PATCH v3 17/90] target/sparc: Merge gen_branch_[an] "
` [PATCH v3 18/90] target/sparc: Pass DisasCompare to advance_jump_cond
` [PATCH v3 19/90] target/sparc: Move SETHI to decodetree
` [PATCH v3 20/90] target/sparc: Move Tcc "
` [PATCH v3 21/90] target/sparc: Move RDASR, STBAR, MEMBAR "
` [PATCH v3 22/90] target/sparc: Move RDPSR, RDHPR "
` [PATCH v3 23/90] target/sparc: Move RDWIM, RDPR "
` [PATCH v3 24/90] target/sparc: Move RDTBR, FLUSHW "
` [PATCH v3 25/90] target/sparc: Move WRASR "
` [PATCH v3 26/90] target/sparc: Move WRPSR, SAVED, RESTORED "
` [PATCH v3 27/90] target/sparc: Move WRWIM, WRPR "
` [PATCH v3 28/90] target/sparc: Move WRTBR, WRHPR "
` [PATCH v3 29/90] target/sparc: Move basic arithmetic "
` [PATCH v3 30/90] target/sparc: Move ADDC "
` [PATCH v3 31/90] target/sparc: Move MULX "
` [PATCH v3 32/90] target/sparc: Move UMUL, SMUL "
` [PATCH v3 33/90] target/sparc: Move SUBC "
` [PATCH v3 34/90] target/sparc: Move UDIVX, SDIVX "
` [PATCH v3 35/90] target/sparc: Move UDIV, SDIV "
` [PATCH v3 36/90] target/sparc: Move TADD, TSUB, MULS "
` [PATCH v3 37/90] target/sparc: Move SLL, SRL, SRA "
` [PATCH v3 38/90] target/sparc: Move MOVcc, MOVR "
` [PATCH v3 39/90] target/sparc: Move POPC "
` [PATCH v3 40/90] target/sparc: Convert remaining v8 coproc insns "
` [PATCH v3 41/90] target/sparc: Move JMPL, RETT, RETURN "
` [PATCH v3 42/90] target/sparc: Move FLUSH, SAVE, RESTORE "
` [PATCH v3 43/90] target/sparc: Move DONE, RETRY "
` [PATCH v3 44/90] target/sparc: Split out resolve_asi
` [PATCH v3 45/90] target/sparc: Drop ifdef around get_asi and friends
` [PATCH v3 46/90] target/sparc: Split out ldst functions with asi pre-computed
` [PATCH v3 47/90] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for GET_ASI_DTWINX
` [PATCH v3 48/90] target/sparc: Move simple integer load/store to decodetree
` [PATCH v3 49/90] target/sparc: Move asi "
` [PATCH v3 50/90] target/sparc: Move LDSTUB, LDSTUBA "
` [PATCH v3 51/90] target/sparc: Move SWAP, SWAPA "
` [PATCH v3 52/90] target/sparc: Move CASA, CASXA "
` [PATCH v3 53/90] target/sparc: Move PREFETCH, PREFETCHA "
` [PATCH v3 54/90] target/sparc: Split out fp ldst functions with asi precomputed
` [PATCH v3 55/90] target/sparc: Move simple fp load/store to decodetree
` [PATCH v3 56/90] target/sparc: Move asi "
` [PATCH v3 57/90] target/sparc: Move LDFSR, STFSR "
` [PATCH v3 58/90] target/sparc: Merge LDFSR, LDXFSR implementations
` [PATCH v3 59/90] target/sparc: Move EDGE* to decodetree
` [PATCH v3 60/90] target/sparc: Move ARRAY* "
` [PATCH v3 61/90] target/sparc: Move ADDRALIGN* "
` [PATCH v3 62/90] target/sparc: Move BMASK "
` [PATCH v3 63/90] target/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT*S "
` [PATCH v3 64/90] target/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT*D "
` [PATCH v3 65/90] target/sparc: Use tcg_gen_vec_{add,sub}*
` [PATCH v3 66/90] target/sparc: Move gen_ne_fop_FFF insns to decodetree
` [PATCH v3 67/90] target/sparc: Move gen_ne_fop_DDD "
` [PATCH v3 68/90] target/sparc: Move PDIST "
` [PATCH v3 69/90] target/sparc: Move gen_gsr_fop_DDD insns "
` [PATCH v3 70/90] target/sparc: Move gen_fop_FF "
` [PATCH v3 71/90] target/sparc: Move gen_fop_DD "
` [PATCH v3 72/90] target/sparc: Move FSQRTq "
` [PATCH v3 73/90] target/sparc: Move gen_fop_FFF insns "
` [PATCH v3 76/90] target/sparc: Move FSMULD "
` [PATCH v3 77/90] target/sparc: Move FDMULQ "
` [PATCH v3 80/90] target/sparc: Move FqTOs, FqTOi "
` [PATCH v3 81/90] target/sparc: Move FqTOd, FqTOx "
` [PATCH v3 82/90] target/sparc: Move FiTOq, FsTOq "
` [PATCH v3 83/90] target/sparc: Move FdTOq, FxTOq "
` [PATCH v3 85/90] target/sparc: Move FMOVR, FMOVcc, FMOVfcc "
` [PATCH v3 86/90] target/sparc: Convert FCMP, FCMPE "
` [PATCH v3 88/90] target/sparc: Move FPACK16, FPACKFIX "
` [PATCH v3 89/90] target/sparc: Convert FZERO, FONE "
` [PATCH v3 90/90] target/sparc: Remove disas_sparc_legacy

[PATCH 0/1] Fix for U-Boot SPL hang on sunxi H6 due to incorrect ram size detection
 2023-10-21  5:48 UTC  (4+ messages)
` [PATCH 1/1] sunxi: dram: Fix incorrect ram size detection for some H6 boards

[RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
 2023-10-21  5:38 UTC  (2+ messages)

[meta-multimedia][PATCH] pipewire: Update 0.3.81 -> 0.3.83
 2023-10-21  5:36 UTC 

[PATCH] arm: mvebu: AC5/AC5X: use fixed page table size
 2023-10-21  5:35 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2023-10-20
 2023-10-21  5:33 UTC 

[RFC v2 PATCH] vdpa_sim: implement .reset_map support
 2023-10-21  5:28 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 08f4e7d168e500762255211cd70d1f4eb162200c
 2023-10-21  5:08 UTC 

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-10-21  5:08 UTC  (4+ messages)
` [PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors

[RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook
 2023-10-21  4:56 UTC  (2+ messages)

[PATCH net-next v5 0/5] Rust abstractions for network PHY drivers
 2023-10-21  4:44 UTC  (13+ messages)
` [PATCH net-next v5 1/5] rust: core "
` [PATCH net-next v5 3/5] WIP rust: add second `bindgen` pass for enum exhaustiveness checking

[PATCH v2 00/22] sunxi: Allwinner T113s support
 2023-10-21  4:35 UTC  (5+ messages)
` [PATCH v2 03/22] sunxi: remove CONFIG_MACPWR
` [PATCH v2 11/22] pinctrl: sunxi: add Allwinner D1 pinctrl description

[PATCH v3] mm: migrate: record the mlocked page status to remove unnecessary lru drain
 2023-10-21  4:33 UTC 

drivers/block/drbd/drbd_actlog.c:1015: warning: Function parameter or member 'peer_device' not described in 'drbd_try_rs_begin_io'
 2023-10-21  4:24 UTC 

[PATCH 1/4] block: bio-integrity: add support for user buffers
 2023-10-21  4:13 UTC  (3+ messages)

vmlinux.o: warning: objtool: cfi_staa_resume+0x169: cfi_build_cmd() is missing a __noreturn annotation
 2023-10-21  4:13 UTC 

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-10-21  4:14 UTC  (4+ messages)
` [PATCH v4 0/4] Preliminary patches before git-std-lib
  ` [PATCH v4 1/4] hex-ll: separate out non-hash-algo functions

[RFC PATCH v2 07/17] drm/colorop: Introduce new drm_colorop mode object
 2023-10-21  4:13 UTC  (2+ messages)

[PATCH v2 bpf-next 0/7] BPF register bounds logic and testing improvements
 2023-10-21  4:13 UTC  (2+ messages)

[pci:ats] BUILD SUCCESS a18615b1cfc04f00548c60eb9a77e0ce56e848fd
 2023-10-21  4:12 UTC 

[PATCH] ethdev: fix incorrect function name in comment
 2023-10-21  4:10 UTC  (3+ messages)

[linux-linus test] 183448: tolerable FAIL - PUSHED
 2023-10-21  3:53 UTC 

[virtio-dev] [PATCH v6 0/1] Add new feature VIRTIO_F_PRESERVE_RESOURCES
 2023-10-21  3:51 UTC  (4+ messages)
` [virtio-comment] "
` [virtio-comment] [PATCH v6 1/1] content: "
  ` [virtio-dev] "

[PATCH] bpf: hide cgroup functions for configs without cgroups
 2023-10-21  3:45 UTC  (4+ messages)

[bluetooth-next:master] BUILD SUCCESS 8a589c6d138e0f9d63d3adc49b8f80fe059d8274
 2023-10-21  3:44 UTC 

[PATCH] bus: mhi: ep: Add support for interrupt moderation timer
 2023-10-21  3:42 UTC  (2+ messages)

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-10-21  3:38 UTC 

[PATCH v6 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-10-21  3:29 UTC  (3+ messages)
` [PATCH v6 2/3] iommu/vt-d: Make iotlb flush helpers to be extern

[PATCH] erofs: simplify compression configuration parser
 2023-10-21  3:31 UTC  (3+ messages)

[PATCH v2] mm: migrate: record the mlocked page status to remove unnecessary lru drain
 2023-10-21  3:31 UTC  (5+ messages)

[PATCH v6 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-21  3:24 UTC  (5+ messages)
` [PATCH v6 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v6 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

next/master baseline: 335 runs, 10 regressions (next-20231020)
 2023-10-21  3:17 UTC 

pm/testing baseline: 47 runs, 2 regressions (v6.6-rc6-164-ga1b138ca64c6)
 2023-10-21  3:13 UTC 

[PATCH linux-firmware] rtl_nic: update firmware of RTL8156B
 2023-10-21  3:11 UTC  (3+ messages)

[PATCH] mempool: fix internal function documentation
 2023-10-21  3:09 UTC  (2+ messages)

[sre-misc:uti260b 3/23] drivers/media/i2c/gc0308.c:1262:27: warning: 'gc0308_effects_menu' defined but not used
 2023-10-21  2:59 UTC 

[v4 01/24] buildman: Use oldconfig when adjusting the config
 2023-10-21  2:39 UTC  (5+ messages)
` [v4 23/24] sandbox: Add <asm/barrier.h>
` [v4 24/24] clk_k210.c: Clean up how we handle nop

[PATCH v2] KVM: x86: Service NMI requests after PMI requests in VM-Enter path
 2023-10-21  2:36 UTC  (3+ messages)

HI
 2023-10-21  0:55 UTC 

pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-rc6-164-ga1b138ca64c6)
 2023-10-21  2:30 UTC 

[linux-next:master 13777/13906] kernel/bpf/task_iter.c:919:7: error: use of undeclared identifier 'CSS_TASK_ITER_PROCS'
 2023-10-21  2:28 UTC 

[PATCH -next v2 0/6] md: remove rcu protection to access rdev from conf
 2023-10-21 10:20 UTC  (7+ messages)
` [PATCH -next v2 1/6] md: remove useless debug code to print configuration
` [PATCH -next v2 2/6] md: remove flag RemoveSynchronized
` [PATCH -next v2 3/6] md/raid1: remove rcu protection to access rdev from conf
` [PATCH -next v2 4/6] md/raid10: "
` [PATCH -next v2 5/6] md/raid5: "
` [PATCH -next v2 6/6] md/md-multipath: "

[PATCH 0/6] Delay VERW
 2023-10-21  2:21 UTC  (11+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
  ` [RESEND][PATCH "
` [PATCH 3/6] x86/entry_32: Add VERW just before userspace transition

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-10-21  2:08 UTC  (11+ messages)

[PATCH] dt-bindings: serial: snps-dw-apb-uart: Add property to drain TX FIFO
 2023-10-21  2:07 UTC 

[PATCH bpf-next v3 0/7] bpf: Fixes for per-cpu kptr
 2023-10-21  2:03 UTC  (8+ messages)
` [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()

[PATCH] erofs: don't warn MicroLZMA format anymore
 2023-10-21  2:01 UTC  (2+ messages)

[PATCH] x86/tdx: Override the tsc calibration for TDX VMs
 2023-10-21  1:54 UTC  (4+ messages)

[PATCH v2] net: wwan: replace deprecated strncpy with strscpy
 2023-10-21  2:00 UTC  (2+ messages)

[PATCH net] i40e: sync next_to_clean and next_to_process for programming status desc
 2023-10-21  2:00 UTC  (2+ messages)

[net-next PATCH v5 01/10] netdev-genl: spec: Extend netdev netlink spec in YAML for queue
 2023-10-21  1:53 UTC  (5+ messages)

[PATCH] staging: rtl8192e: renamed variable HTUpdateDefaultSetting
 2023-10-21  1:47 UTC 

[PATCH bpf-next] bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
 2023-10-21  1:49 UTC 

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-10-21  1:48 UTC  (12+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-10-19
 2023-10-21  1:48 UTC  (3+ messages)
` [net-next 03/15] net/mlx5e: Honor user choice of IPsec replay window size

[PATCH] perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data__create_dir()
 2023-10-21  1:47 UTC  (3+ messages)

[PATCH net-next v6 00/16] net: Make timestamping selectable
 2023-10-21  1:47 UTC  (3+ messages)
` [PATCH net-next v6 12/16] net: Replace hwtstamp_source by timestamping layer

cron job: media_tree daily build: WARNINGS
 2023-10-21  1:45 UTC 

[PATCH bpf-next v2 0/7] Add bpf programmable net device
 2023-10-21  1:43 UTC  (5+ messages)
` [PATCH bpf-next v2 1/7] netkit, bpf: "

drivers/block/drbd/drbd_bitmap.c:1222: warning: Function parameter or member 'peer_device' not described in 'drbd_bm_read'
 2023-10-21  1:36 UTC 

[PATCH 0/2] iommufd: Only enforce_cache_coherency when allocating hwpt
 2023-10-21  1:32 UTC  (6+ messages)
` [PATCH 1/2] iommufd/device: Drop enforce_cache_coherency in iommufd_device_do_replace
` [PATCH 2/2] iommufd/device: Drop enforce_cache_coherency in iommufd_hw_pagetable_attach

[PATCH] block: Improve shared tag set performance
 2023-10-21  1:31 UTC  (8+ messages)

[jlayton:mgtime 4/10] kernel/time/timekeeping.c:64:23: sparse: sparse: symbol 'mg_fine_ts' was not declared. Should it be static?
 2023-10-21  1:25 UTC 

[patch net-next v2 00/10] devlink: finish conversion to generated split_ops
 2023-10-21  1:25 UTC  (3+ messages)
` [patch net-next v2 05/10] netlink: specs: devlink: make dont-validate single line

next/pending-fixes baseline: 87 runs, 8 regressions (v6.6-rc6-398-g08f4e7d168e5)
 2023-10-21  1:23 UTC 

wait_for_unix_gc can cause CPU overload for well behaved programs
 2023-10-21  1:23 UTC  (4+ messages)

[PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
 2023-10-21  1:22 UTC  (5+ messages)

[PATCH net] igc: Fix ambiguity in the ethtool advertising
 2023-10-21  1:20 UTC  (2+ messages)

[PATCH bpf-next v4 00/11] xsk: TX metadata
 2023-10-21  1:12 UTC  (7+ messages)
` [PATCH bpf-next v4 01/11] xsk: Support tx_metadata_len
` [PATCH bpf-next v4 02/11] xsk: Add TX timestamp and TX checksum offload support
` [PATCH bpf-next v4 03/11] tools: ynl: Print xsk-features from the sample

[PATCH 0/4] sunxi: DRAM: H6: fixes and size reduction
 2023-10-21  1:10 UTC  (5+ messages)
` [PATCH 1/4] sunxi: DRAM: H6: add barrier after finishing DRAM setup
` [PATCH 2/4] sunxi: DRAM: H6: const-ify DRAM function parameters
` [PATCH 3/4] sunxi: DRAM: H6: split struct dram_para
` [PATCH 4/4] sunxi: DRAM: H6: use proper MMIO accessors in mctl_set_addrmap()

[PATCH] fetch2/git: fix lfs fetch with destsuffix param
 2023-10-21  1:10 UTC 

[bluez/bluez] 5fd6d8: shared/bap: Remove Locations, Support Context and 
 2023-10-21  1:09 UTC 

[Intel-xe] [RFC v4 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2023-10-21  1:10 UTC  (5+ messages)
` [Intel-xe] [RFC v4 1/5] drm/netlink: Add netlink infrastructure
    `  "

[PATCH 0/2] Add support for BQ24296
 2023-10-21  1:07 UTC  (3+ messages)
` [PATCH 2/2] power: supply: bq24190_charger: "

[PATCH BlueZ v1 1/2] shared/bap: Remove Locations, Support Context and Context defines
 2023-10-21  1:05 UTC  (2+ messages)
` [BlueZ,v1,1/2] "

[PATCH bpf-next 0/5] exact states comparison for iterator convergence checks
 2023-10-21  0:59 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: "
` [PATCH bpf-next 2/5] selftests/bpf: tests with delayed read/precision makrs in loop body
` [PATCH bpf-next 3/5] bpf: correct loop detection for iterators convergence
` [PATCH bpf-next 4/5] selftests/bpf: test if state loops are detected in a tricky case
` [PATCH bpf-next 5/5] bpf: print full verifier states on infinite loop detection


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.