messages from 2023-10-20 20:33:39 to 2023-10-20 21:21:36 UTC [more...]
[PATCH v1] ALSA: SOF: sof-pci-dev: Fix community key quirk detection
2023-10-20 21:19 UTC (2+ messages)
[PATCH] perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 platform
2023-10-20 21:21 UTC (2+ messages)
[PATCH] perf trace: Use the right bpf_probe_read(_str) variant for reading user data
2023-10-20 21:21 UTC (2+ messages)
[Intel-wired-lan] [PATCH iwl-next 1/6] i40e: Remove unused flags
2023-10-20 21:19 UTC (3+ messages)
` "
[PATCH v2 00/65] target/hppa: Implement hppa64-cpu
2023-10-20 21:19 UTC (68+ messages)
` [PATCH v2 01/65] tcg: Improve expansion of deposit of constant
` [PATCH v2 02/65] tcg: Improve expansion of deposit into a constant
` [PATCH v2 03/65] target/hppa: Remove get_temp
` [PATCH v2 04/65] target/hppa: Remove get_temp_tl
` [PATCH v2 05/65] target/hppa: Remove load_const
` [PATCH v2 06/65] target/hppa: Fix hppa64 case in machine.c
` [PATCH v2 07/65] target/hppa: Fix load in do_load_32
` [PATCH v2 08/65] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PATCH v2 09/65] target/hppa: Fix trans_ds for hppa64
` [PATCH v2 10/65] target/hppa: Fix do_add, do_sub "
` [PATCH v2 11/65] target/hppa: Fix bb_sar "
` [PATCH v2 12/65] target/hppa: Fix extrw and depw with sar "
` [PATCH v2 13/65] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH v2 14/65] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PATCH v2 15/65] target/hppa: Implement cpu_list
` [PATCH v2 16/65] target/hppa: Implement hppa_cpu_class_by_name
` [PATCH v2 17/65] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PATCH v2 18/65] target/hppa: Handle absolute addresses for pa2.0
` [PATCH v2 19/65] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH v2 20/65] target/hppa: Fix hppa64 addressing
` [PATCH v2 21/65] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH v2 22/65] target/hppa: Pass d to do_cond
` [PATCH v2 23/65] target/hppa: Pass d to do_sub_cond
` [PATCH v2 24/65] target/hppa: Pass d to do_log_cond
` [PATCH v2 25/65] target/hppa: Pass d to do_sed_cond
` [PATCH v2 26/65] target/hppa: Pass d to do_unit_cond
` [PATCH v2 27/65] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH v2 28/65] target/hppa: Drop attempted gdbstub support for hppa64
` [PATCH v2 29/65] target/hppa: Remove TARGET_HPPA64
` [PATCH v2 30/65] target/hppa: Decode d for logical instructions
` [PATCH v2 31/65] target/hppa: Decode d for unit instructions
` [PATCH v2 32/65] target/hppa: Decode d for cmpclr instructions
` [PATCH v2 33/65] target/hppa: Decode d for add instructions
` [PATCH v2 34/65] target/hppa: Decode d for sub instructions
` [PATCH v2 35/65] target/hppa: Decode d for bb instructions
` [PATCH v2 36/65] target/hppa: Decode d for cmpb instructions
` [PATCH v2 37/65] target/hppa: Decode CMPIB double-word
` [PATCH v2 38/65] target/hppa: Decode ADDB double-word
` [PATCH v2 39/65] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PATCH v2 40/65] target/hppa: Implement DEPD, DEPDI
` [PATCH v2 41/65] target/hppa: Implement EXTRD
` [PATCH v2 42/65] target/hppa: Implement SHRPD
` [PATCH v2 43/65] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH v2 44/65] target/hppa: Implement STDBY
` [PATCH v2 45/65] target/hppa: Implement IDTLBT, IITLBT
` [PATCH v2 46/65] hw/hppa: Use uint32_t instead of target_ureg
` [PATCH v2 47/65] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH v2 48/65] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH v2 49/65] target/hppa: Remove remaining "
` [PATCH v2 50/65] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PATCH v2 51/65] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH v2 52/65] target/hppa: Implement HADD
` [PATCH v2 53/65] target/hppa: Implement HSUB
` [PATCH v2 54/65] target/hppa: Implement HAVG
` [PATCH v2 55/65] target/hppa: Implement HSHL, HSHR
` [PATCH v2 56/65] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH v2 57/65] target/hppa: Implement MIXH, MIXW
` [PATCH v2 58/65] target/hppa: Implement PERMH
` [PATCH v2 59/65] target/hppa: Fix interruption based on default PSW
` [PATCH v2 60/65] target/hppa: Precompute zero into DisasContext
` [PATCH v2 61/65] target/hppa: Return zero for r0 from load_gpr
` [PATCH v2 62/65] target/hppa: Simplify trans_dep*_imm
` [PATCH v2 63/65] include/hw/elf: Remove truncating signed casts
` [PATCH v2 64/65] hw/hppa: Translate phys addresses for the cpu
` [PATCH v2 65/65] linux-user/hppa: Drop EXCP_DUMP from handled exceptions
[PATCH v2 1/1] efi_loader: expose the device-tree file name
2023-10-20 21:19 UTC (7+ messages)
[PATCH v4 0/5] r8152: Avoid writing garbage to the adapter's registers
2023-10-20 21:10 UTC (5+ messages)
` [PATCH v4 5/5] r8152: Block future register access if register access fails
[PATCH bpf-next v3 0/7] bpf: Fixes for per-cpu kptr
2023-10-20 21:17 UTC (6+ messages)
` [PATCH bpf-next v3 2/7] mm/percpu.c: introduce pcpu_alloc_size()
[Intel-wired-lan] [PATCH net-next] i40e: increase max descriptors for XL710
2023-10-20 21:16 UTC (2+ messages)
[PATCH] perf build: Remove stray '\' before that is warned about since grep 3.8
2023-10-20 21:15 UTC (4+ messages)
[PATCH v4] perf bench sched pipe: Add -G/--cgroups option
2023-10-20 21:13 UTC (3+ messages)
[bluez/bluez] ffc581: shared/util: Add util_debug_{tlv, bit} helpers
2023-10-20 21:14 UTC
[PATCH v2 0/5] Preparations for fixing WMI reprobing issue
2023-10-20 21:10 UTC (6+ messages)
` [PATCH v2 1/5] platform/x86: wmi: Decouple probe deferring from wmi_block_list
` [PATCH v2 2/5] platform/x86: wmi: Fix refcounting of WMI devices in legacy functions
` [PATCH v2 3/5] platform/x86: wmi: Fix probe failure when failing to register WMI devices
` [PATCH v2 4/5] platform/x86: wmi: Fix opening of char device
` [PATCH v2 5/5] platform/x86: wmi: Decouple WMI device removal from wmi_block_list
[PATCH v2] i40e: add an error code check in i40e_vsi_setup
2023-10-20 21:09 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH v5 0/8] r8152: Avoid writing garbage to the adapter's registers
2023-10-20 21:06 UTC (9+ messages)
` [PATCH v5 1/8] r8152: Increase USB control msg timeout to 5000ms as per spec
` [PATCH v5 2/8] r8152: Run the unload routine if we have errors during probe
` [PATCH v5 3/8] r8152: Cancel hw_phy_work if we have an error in probe
` [PATCH v5 4/8] r8152: Release firmware "
` [PATCH v5 5/8] r8152: Check for unplug in rtl_phy_patch_request()
` [PATCH v5 6/8] r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()
` [PATCH v5 7/8] r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE
` [PATCH v5 8/8] r8152: Block future register access if register access fails
[PATCH v2 00/13] Improvements to memory use
2023-10-20 21:08 UTC (5+ messages)
` [PATCH v2 13/13] perf machine thread: Remove exited threads by default
[GIT PULL] Please pull a few more NFS Client Bugfixes for Linux 6.6-rc
2023-10-20 21:08 UTC (2+ messages)
[GIT PULL] fanotify fix for 6.6-rc7
2023-10-20 21:08 UTC (2+ messages)
[GIT PULL] ACPI fixes for v6.6-rc7
2023-10-20 21:07 UTC (2+ messages)
Regression: git send-email fails with "Use of uninitialized value $address" + "unable to extract a valid address"
2023-10-20 21:06 UTC (3+ messages)
[PATCH RFC 0/9] fs: multigrain timestamps (redux)
2023-10-20 21:05 UTC (12+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
Couldn't get audit messages for 'listen' on kernel 4.19.0-6-686-pae
2023-10-20 19:14 UTC
[PATCH 00/20] remove experimental flag from some API's
2023-10-20 20:57 UTC (32+ messages)
` [PATCH v3 00/29] Promote experimental API's to stable
` [PATCH v3 22/29] vhost: remove experimental from some API's
` [PATCH v5 00/26] Promote many experimental API's to stable
` [PATCH v5 01/26] bpf: make rte_bpf_dump and rte_bpf_convert stable API's
` [PATCH v5 02/26] cmdline: make experimental API's stable
` [PATCH v5 03/26] ethdev: mark rte_tm API's as stable
` [PATCH v5 04/26] pdump: make API's stable
` [PATCH v5 05/26] pcapng: mark API's as stable
` [PATCH v5 06/26] net: remove experimental from functions
` [PATCH v5 07/26] rcu: remove experimental from rte_rcu_qbsr
` [PATCH v5 08/26] lpm: remove experimental
` [PATCH v5 09/26] mbuf: remove experimental from create_extbuf
` [PATCH v5 10/26] hash: remove experimental from toeplitz hash
` [PATCH v5 11/26] timer: remove experimental from rte_timer_next_ticks
` [PATCH v5 12/26] sched: remove experimental
` [PATCH v5 13/26] dmadev: mark API's as not experimental
` [PATCH v5 14/26] meter: remove experimental warning from comments
` [PATCH v5 15/26] power: remove experimental from API's
` [PATCH v5 16/26] kvargs: remove experimental flag
` [PATCH v5 17/26] ip_frag: mark a couple of functions stable
` [PATCH v5 18/26] member: remove experimental tag
` [PATCH v5 19/26] security: remove experimental flag from macsec
` [PATCH v5 20/26] bbdev: remove experimental tag
` [PATCH v5 21/26] ipsec: remove experimental from SA API
` [PATCH v5 22/26] compressdev: remove experimental flag
` [PATCH v5 23/26] regexdev: remove experimental tag
` [PATCH v5 24/26] node: remove some of the experimental tags
` [PATCH v5 25/26] eventdev: make many API's stable
` [PATCH v5 26/26] cryptodev: mark older "
FAILED: patch "[PATCH] net: avoid UAF on deleted altname" failed to apply to 5.10-stable tree
2023-10-20 20:54 UTC
FAILED: patch "[PATCH] net: avoid UAF on deleted altname" failed to apply to 5.15-stable tree
2023-10-20 20:54 UTC
[PATCH] [v2] nvme: keyring: fix conditional compilation
2023-10-20 20:54 UTC
[Intel-xe] [PATCH] drm/xe/xe_exec_queue: Add check for access counter granularity
2023-10-20 20:53 UTC (3+ messages)
RFC: thoughts on SELinux namespacing
2023-10-20 20:52 UTC (4+ messages)
[bpf-next PATCH v2 1/4] kbuild: remove ARCH_POSTLINK from module builds
2023-10-20 20:51 UTC (6+ messages)
` [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule
perf sampling count/freq/period strange bahavior
2023-10-20 20:50 UTC (3+ messages)
[PATCH v1 1/5] media: Populate location to qos structure
2023-10-20 20:50 UTC (2+ messages)
[PATCH BlueZ v2 1/4] shared/util: Add util_debug_{tlv, bit} helpers
2023-10-20 20:50 UTC (2+ messages)
[PATCH] seq_buf: fix a misleading comment
2023-10-20 20:49 UTC (2+ messages)
[PATCH v3] parisc: Add nop instructions after TLB inserts
2023-10-20 20:49 UTC
[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices
2023-10-20 20:48 UTC
[PATCH v3 1/3] perf lock contention: Clear lock addr after use
2023-10-20 20:47 UTC (3+ messages)
` [PATCH v3 2/3] perf lock contention: Check race in tstamp elem creation
` [PATCH v3 3/3] perf lock contention: Use per-cpu array map for spinlocks
[PATCH net-next v5 0/5] Rust abstractions for network PHY drivers
2023-10-20 20:30 UTC (5+ messages)
` [PATCH net-next v5 1/5] rust: core "
[PATCH v3 00/14] Pass data temperature information to SCSI disk devices
2023-10-20 20:45 UTC (3+ messages)
[PATCH 0/6] Delay VERW
2023-10-20 20:45 UTC (7+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH 3/6] x86/entry_32: "
` [PATCH 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH 5/6] x86/bugs: Cleanup mds_user_clear
` [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[master/kirkstone][PATCH 1/5] conf: beaglebone-ai64: trim down the DTB list
2023-10-20 20:44 UTC (5+ messages)
` [master/kirkstone][PATCH 2/5] conf: beagleplay: "
` [master/kirkstone][PATCH 3/5] linux-bb.org: update kernel to 6.1 for Beagle devices
` [master/kirkstone][PATCH 4/5] u-boot-bb.org: add back Beagle-specific U-boot 2023.04
` [master/kirkstone][PATCH 5/5] conf: beagle*: recommend essential FW images for Beagle devices
stable/linux-6.1.y build: 20 builds: 0 failed, 20 passed, 1 warning (v6.1.59)
2023-10-20 20:43 UTC
[PATCH v2 0/6] i3c: master: some improvment for i3c master
2023-10-20 20:42 UTC (11+ messages)
` [PATCH v2 1/6] i3c: master: add enable(disable) hot join in sys entry
[PATCH v4 00/18] IOMMUFD Dirty Tracking
2023-10-20 20:41 UTC (3+ messages)
` [PATCH v4 06/18] iommufd: Add IOMMU_HWPT_SET_DIRTY
[PATCH v2 0/7] ima: kexec: measure events between kexec load and execute
2023-10-20 20:40 UTC (17+ messages)
` [PATCH v2 2/7] ima: move ima_dump_measurement_list call from kexec load to execute
` [PATCH v2 3/7] ima: kexec: map source pages containing IMA buffer to image post kexec load
` [PATCH v2 6/7] ima: make the memory for events between kexec load and exec configurable
` [PATCH v2 7/7] ima: record log size at kexec load and execute
[RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules
2023-10-20 20:40 UTC (6+ messages)
[Intel-xe] [RFC v4 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
2023-10-20 20:40 UTC (16+ messages)
` [Intel-xe] [RFC v4 1/5] drm/netlink: Add netlink infrastructure
` "
` [Intel-xe] [RFC v2 2/5] drm/xe/RAS: Register netlink capability
` "
` [Intel-xe] [RFC v3 3/5] drm/xe/RAS: Expose the error counters
` "
` [Intel-xe] [RFC 4/5] drm/netlink: Define multicast groups
` "
` [Intel-xe] [RFC v2 5/5] drm/xe/RAS: send multicast event on occurrence of an error
` "
[PATCH v1 0/4] Remove BPF event support
2023-10-20 20:39 UTC (8+ messages)
` [PATCH v1 1/4] perf parse-events: "
Support for CXL v3.0 spec with QEMU
2023-10-20 20:38 UTC (10+ messages)
[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
2023-10-20 20:36 UTC (11+ messages)
[PATCH] Added function documentation for ipconfig getters
2023-10-20 20:35 UTC
FAILED: patch "[PATCH] net: move altnames together with the netdevice" failed to apply to 5.10-stable tree
2023-10-20 20:34 UTC
FAILED: patch "[PATCH] net: move altnames together with the netdevice" failed to apply to 5.15-stable tree
2023-10-20 20:34 UTC
FAILED: patch "[PATCH] net: move altnames together with the netdevice" failed to apply to 6.1-stable tree
2023-10-20 20:34 UTC
FAILED: patch "[PATCH] net: move altnames together with the netdevice" failed to apply to 6.5-stable tree
2023-10-20 20:34 UTC
FAILED: patch "[PATCH] net: check for altname conflicts when changing netdev's netns" failed to apply to 5.10-stable tree
2023-10-20 20:33 UTC
FAILED: patch "[PATCH] net: check for altname conflicts when changing netdev's netns" failed to apply to 5.15-stable tree
2023-10-20 20:33 UTC
FAILED: patch "[PATCH] net: fix ifname in netlink ntf during netns move" failed to apply to 4.14-stable tree
2023-10-20 20:33 UTC
FAILED: patch "[PATCH] net: fix ifname in netlink ntf during netns move" failed to apply to 4.19-stable tree
2023-10-20 20:33 UTC
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.