messages from 2023-10-22 06:14:41 to 2023-10-22 09:37:05 UTC [more...]
[cocci] Finding functions that do not unlock mutex in the same function
2023-10-22 8:44 UTC (5+ messages)
[PATCH 0/5] selftests/nolibc: various build improvements
2023-10-22 9:36 UTC (9+ messages)
` [PATCH 2/5] selftests/nolibc: use EFI -bios for LoongArch qemu
` [PATCH 3/5] selftests/nolibc: anchor paths in $(srcdir) if possible
` [PATCH 4/5] selftests/nolibc: support out-of-tree builds
` [PATCH 5/5] selftests/nolibc: generate config automatically
[RFC PATCH bpf-next v2 0/9] bpf, cgroup: Add BPF support for cgroup1 hierarchy
2023-10-22 9:32 UTC (9+ messages)
` [RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
[PATCH 0/6] hw/m68k: Strengthen QOM/SysBus API uses
2023-10-22 9:32 UTC (7+ messages)
` [PATCH 1/6] hw/m68k/irqc: Pass CPU using QOM link property
` [PATCH 2/6] hw/m68k/mcf5206: "
` [PATCH 3/6] hw/m68k/mcf_intc: Expose MMIO region via SysBus API
[PULL v3 00/62] virtio,pc,pci: features, cleanups
2023-10-22 9:26 UTC (63+ messages)
` [PULL v3 01/62] vdpa: Use iovec for vhost_vdpa_net_cvq_add()
` [PULL v3 02/62] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
` [PULL v3 03/62] vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
` [PULL v3 04/62] vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()
` [PULL v3 05/62] vdpa: Introduce cursors to vhost_vdpa_net_loadx()
` [PULL v3 06/62] vhost: Expose vhost_svq_available_slots()
` [PULL v3 07/62] vdpa: Send cvq state load commands in parallel
` [PULL v3 08/62] vhost-user: strip superfluous whitespace
` [PULL v3 09/62] vhost-user: tighten "reply_supported" scope in "set_vring_addr"
` [PULL v3 10/62] vhost-user: factor out "vhost_user_write_sync"
` [PULL v3 11/62] vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"
` [PULL v3 12/62] vhost-user: hoist "write_sync", "get_features", "get_u64"
` [PULL v3 13/62] vhost-user: allow "vhost_set_vring" to wait for a reply
` [PULL v3 14/62] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
` [PULL v3 15/62] memory: initialize 'fv' in MemoryRegionCache to make Coverity happy
` [PULL v3 16/62] vhost-user: do not send RESET_OWNER on device reset
` [PULL v3 17/62] vhost-backend: remove vhost_kernel_reset_device()
` [PULL v3 18/62] virtio: call ->vhost_reset_device() during reset
` [PULL v3 19/62] hw/i386/acpi-build: Remove build-time assertion on PIIX/ICH9 reset registers being identical
` [PULL v3 20/62] timer/i8254: Fix one shot PIT mode
` [PULL v3 21/62] hw/display: fix memleak from virtio_add_resource
` [PULL v3 22/62] hw/i386/pc: Merge two if statements into one
` [PULL v3 23/62] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PULL v3 24/62] hw/i386/pc_piix: Assign PIIX3's ISA interrupts before its realize()
` [PULL v3 25/62] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PULL v3 26/62] hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property
` [PULL v3 27/62] hw/i386/pc_piix: Remove redundant "piix3" variable
` [PULL v3 28/62] hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"
` [PULL v3 29/62] hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()
` [PULL v3 30/62] hw/isa/piix3: Wire PIC IRQs to ISA bus in host device
` [PULL v3 31/62] hw/i386/pc: Wire RTC ISA IRQs in south bridges
` [PULL v3 32/62] hw/isa/piix3: Create IDE controller in host device
` [PULL v3 33/62] hw/isa/piix3: Create USB "
` [PULL v3 34/62] hw/isa/piix3: Create power management "
` [PULL v3 35/62] hw/isa/piix3: Drop the "3" from PIIX base class name
` [PULL v3 36/62] hw/isa/piix4: Remove unused inbound ISA interrupt lines
` [PULL v3 37/62] hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in"
` [PULL v3 38/62] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PULL v3 39/62] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PULL v3 40/62] hw/isa/piix3: Merge hw/isa/piix4.c
` [PULL v3 41/62] hw/isa/piix: Allow for optional PIC creation in PIIX3
` [PULL v3 42/62] hw/isa/piix: Allow for optional PIT "
` [PULL v3 43/62] hw/isa/piix: Harmonize names of reset control memory regions
` [PULL v3 44/62] hw/isa/piix: Share PIIX3's base class with PIIX4
` [PULL v3 45/62] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
` [PULL v3 46/62] hw/isa/piix: Rename functions to be shared for PCI interrupt triggering
` [PULL v3 47/62] hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4
` [PULL v3 48/62] hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiring
` [PULL v3 49/62] hw/isa/piix: Implement multi-process QEMU support also for PIIX4
` [PULL v3 50/62] hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machine
` [PULL v3 51/62] vhost-user-common: send get_inflight_fd once
` [PULL v3 52/62] vhost: move and rename the conn retry times
` [PULL v3 53/62] vhost-user-scsi: support reconnect to backend
` [PULL v3 54/62] vhost-user-scsi: start vhost when guest kicks
` [PULL v3 55/62] vhost-user: fix lost reconnect
` [PULL v3 56/62] hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl range
` [PULL v3 57/62] tests/acpi: Allow update of DSDT.cxl
` [PULL v3 58/62] hw/cxl: Add QTG _DSM support for ACPI0017 device
` [PULL v3 59/62] tests/acpi: Update DSDT.cxl with QTG DSM
` [PULL v3 60/62] vhost-user: Fix protocol feature bit conflict
` [PULL v3 61/62] MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip section
` [PULL v3 62/62] intel-iommu: Report interrupt remapping faults, fix return value
Pulling from a linux box to a Solaris 9 OS
2023-10-22 9:31 UTC (4+ messages)
[PATCH] ASoC: soc-core.c: Log components string to help with UCM profile development
2023-10-22 9:21 UTC (2+ messages)
[PATCH bpf-next] bpf: Inherit system settings for CPU security mitigations
2023-10-22 9:26 UTC (2+ messages)
` [PATCH bpf-next] selftests/bpf: Fix selftests broken by mitigations=off
[PATCH iproute2-next 0/3] Add support to set privileged qkey parameter
2023-10-22 9:22 UTC (5+ messages)
` [PATCH iproute2-next 2/3] rdma: Add an option to set privileged QKEY parameter
[PATCH v2 00/16] tests: Add CPU topology related smbios test cases
2023-10-22 9:19 UTC (4+ messages)
` [PATCH v2 15/16] tests: bios-tables-test: Add test for smbios type4 thread count2
[PATCH 1/1] wifi: rtw88: 8822b: disable call trace when write RF mode table fail
2023-10-22 9:09 UTC (2+ messages)
[PATCH V1 vfio 0/9] Introduce a vfio driver over virtio devices
2023-10-22 9:12 UTC (5+ messages)
[RFC PATCH v2 07/10] perf: RISC-V: Move T-Head PMU to CPU feature alternative framework
2023-10-22 9:09 UTC (7+ messages)
[PATCH] MAINTAINERS: Add myself as maintainer of the Ralink architecture
2023-10-22 9:06 UTC
v6.6-rc6+: ath11k not available after hibernation with trace
2023-10-22 8:58 UTC
[PATCH] net: ti: icssg-prueth: Add phys_port_name support
2023-10-22 8:56 UTC
[PATCH v2] dt-bindings: timer: add Ralink SoCs system tick counter
2023-10-22 8:55 UTC
[PATCH] treewide: Add SPDX identifier to IETF ASN.1 modules
2023-10-22 8:53 UTC (3+ messages)
[experimental:master 172/178] checkpatch: WARNING: Symbolic permissions 'S_IRUGO | S_IWUSR' are not preferred. Consider using octal permissions '0644'
2023-10-22 8:51 UTC
[mchehab-experimental:master 172/178] checkpatch: WARNING: Symbolic permissions 'S_IRUGO | S_IWUSR' are not preferred. Consider using octal permissions '0644'
2023-10-22 8:51 UTC
❌ FAIL (MISSED 7 of 230): Test report for master (6.6.0-rc6, mainline.kernel.org-clang, 1acfd2bd)
2023-10-22 8:51 UTC
How can I get/check all the kernel boot messages?
2023-10-22 8:48 UTC
[PATCH v3 1/1] efi_loader: expose the device-tree file name
2023-10-22 8:47 UTC
[PATCH] staging: rtl8192e: renamed variable IsHTHalfNmodeAPs
2023-10-22 8:42 UTC (4+ messages)
[xiang-erofs:dev-test] BUILD SUCCESS WITH WARNING 06c538a759ebdac1c80d73fee3b423f38910a729
2023-10-22 8:40 UTC
[rafael-pm:bleeding-edge] BUILD SUCCESS c55705c294a8e95b0453a868ea9c672a6919235b
2023-10-22 8:39 UTC
[efi:urgent] BUILD SUCCESS c03d21f05e76b25f907684bdf874308dcefab385
2023-10-22 8:40 UTC
[PATCH v3 4/4] mtd: rawnand: brcmnand: exec_op implementation
2023-10-22 8:31 UTC (3+ messages)
[PATCH v3 2/2] dmaengine: apple-sio: Add Apple SIO driver
2023-10-22 8:31 UTC (2+ messages)
[mchehab-experimental:master 25/178] checkpatch: WARNING: Missing a blank line after declarations
2023-10-22 8:31 UTC
[experimental:master 25/178] checkpatch: WARNING: Missing a blank line after declarations
2023-10-22 8:31 UTC
[PATCH 00/30] crypto: reduce ahash API overhead
2023-10-22 8:11 UTC (31+ messages)
` [PATCH 01/30] crypto: shash - remove crypto_shash_ctx_aligned()
` [PATCH 02/30] crypto: sun4i-ss - remove unnecessary alignmask for ahashes
` [PATCH 03/30] crypto: sun8i-ce "
` [PATCH 04/30] crypto: sun8i-ss "
` [PATCH 05/30] crypto: atmel "
` [PATCH 06/30] crypto: artpec6 - stop setting "
` [PATCH 07/30] crypto: mxs-dcp - remove unnecessary "
` [PATCH 08/30] crypto: s5p-sss "
` [PATCH 09/30] crypto: talitos "
` [PATCH 10/30] crypto: omap-sham - stop setting "
` [PATCH 11/30] crypto: rockchip - remove unnecessary "
` [PATCH 12/30] crypto: starfive "
` [PATCH 13/30] crypto: stm32 "
` [PATCH 14/30] crypto: ahash - remove support for nonzero alignmask
` [PATCH 15/30] crypto: authenc - stop using alignmask of ahash
` [PATCH 16/30] crypto: authencesn "
` [PATCH 17/30] crypto: testmgr - stop checking crypto_ahash_alignmask
` [PATCH 18/30] net: ipv4: "
` [PATCH 19/30] net: ipv6: "
` [PATCH 20/30] crypto: ccm - stop using alignmask of ahash
` [PATCH 21/30] crypto: chacha20poly1305 "
` [PATCH 22/30] crypto: gcm "
` [PATCH 23/30] crypto: ahash - remove crypto_ahash_alignmask
` [PATCH 24/30] crypto: ahash - remove struct ahash_request_priv
` [PATCH 25/30] crypto: ahash - improve file comment
` [PATCH 26/30] crypto: chelsio - stop using crypto_ahash::init
` [PATCH 27/30] crypto: talitos "
` [PATCH 28/30] crypto: hash - move "ahash wrapping shash" functions to ahash.c
` [PATCH 29/30] crypto: ahash - check for shash type instead of not ahash type
` [PATCH 30/30] crypto: ahash - optimize performance when wrapping shash
[RFC PATCH net-next 04/12] PCI: Add no PM reset quirk for NVIDIA Spectrum devices
2023-10-22 8:23 UTC (3+ messages)
Здравейте,
2023-10-20 11:54 UTC
[tip:sched/core] BUILD SUCCESS 4c456c9ad334a940e354da1002184bc19f4493ef
2023-10-22 8:16 UTC
[tip:x86/mm] BUILD SUCCESS a1e2b8b36820d8c91275f207e77e91645b7c6836
2023-10-22 8:14 UTC
[tip:locking/core] BUILD SUCCESS a684725f587b45955bfc0eadc5ebb36b6dbfb8b6
2023-10-22 8:15 UTC
[brgl:gpio/for-current] BUILD SUCCESS 479ac419206b5fe4ce4e40de61ac3210a36711aa
2023-10-22 8:16 UTC
[android-common:android11-5.4 10515/27779] kernel/sched/core.c:94:22: sparse: sparse: incorrect type in initializer (different address spaces)
2023-10-22 8:16 UTC
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS be7e33aeb956df663e655255b73ac97434398909
2023-10-22 8:16 UTC
❌ FAIL (MISSED 7 of 230): Test report for master (6.6.0-rc6, mainline.kernel.org-clang, d537ae43)
2023-10-22 8:11 UTC
si2157 not working at all?
2023-10-22 7:57 UTC
[bug report] RDMA/iw_cxgb4: Low resource fixes for Completion queue
2023-10-22 7:51 UTC (2+ messages)
[PATCH v9 0/4] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
2023-10-22 7:47 UTC (7+ messages)
` [PATCH v9 3/4] drivers/perf: add DesignWare PCIe PMU driver
[PATCH] apparmor: mark new functions static
2023-10-22 7:46 UTC (2+ messages)
[PATCH v2] docs: split embedded interfaces and miscellaneous
2023-10-22 7:43 UTC
[Bug 218015] New: amdgpu powerplay: Spontaneous changes to power_dpm_force_performance_level
2023-10-22 7:42 UTC (3+ messages)
` [Bug 218015] "
[RFC PATCH] tools/power turbostat: Do not print negative LPI residency
2023-10-22 7:40 UTC (2+ messages)
[PATCH V3] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
2023-10-22 7:12 UTC (3+ messages)
[PATCH] RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_error()
2023-10-22 7:32 UTC (2+ messages)
[PATCH] ovl: fix regression in showing lowerdir mount option
2023-10-22 7:26 UTC (12+ messages)
[net-next] net: sched: extend flow action with RSS
2023-10-22 7:20 UTC (6+ messages)
[PATCH] overlay: add test for lowerdir mount option parsing
2023-10-22 7:09 UTC (5+ messages)
[jarkko-riscv-keystone:keystone 1/1] arch/riscv/kernel/keystone/keystone.c:37:14: warning: no previous prototype for 'keystone_open'
2023-10-22 7:08 UTC
[PATCH 0/5] staging: vt6655: Rename variables byCWMaxMin, bySlot, bySIFS, byDIFS and byEIFS
2023-10-22 7:09 UTC (2+ messages)
[PATCH bpf-next v6 10/10] selftests/bpf: test case for register_bpf_struct_ops()
2023-10-22 7:08 UTC (2+ messages)
drivers/firmware/efi/libstub/x86-stub.c:342 setup_unaccepted_memory() error: uninitialized symbol 'proto'
2023-10-22 7:08 UTC
[PATCH v4 00/18] IOMMUFD Dirty Tracking
2023-10-22 7:07 UTC (9+ messages)
` [PATCH v4 11/18] iommu/amd: Access/Dirty bit support in IOPTEs
S905D3 SOC contribution tips
2023-10-21 18:31 UTC
[RFC PATCH 0/5] Introduce -t, --table for status/add commands
2023-10-22 6:52 UTC (9+ messages)
[PATCH v2 07/11] lib: utils: fdt_fixup: Add fdt_add_pmu_mappings() helper function
2023-10-22 6:50 UTC (3+ messages)
` [PATCH v2 10/11] platform: andes: Implement andes_fdt_add_pmu_mappings platform override
[PATCH bpf-next v6 07/10] bpf, net: switch to dynamic registration
2023-10-22 6:46 UTC (2+ messages)
[PATCH] integrity: fix indentation of config attributes
2023-10-22 6:47 UTC
Support for CXL v3.0 spec with QEMU
2023-10-22 6:45 UTC (11+ messages)
[PATCH v3] staging: rtl8192e: renamed variable TxCountToDataRate
2023-10-22 6:38 UTC (2+ messages)
[PATCH v6] x86/tdx: Dump TDX Version During TD Bootup
2023-10-22 6:31 UTC
[PATCH] staging: rtl8192e: renamed varaible HTIOTActIsDisableMCS15
2023-10-22 6:33 UTC (2+ messages)
[PATCH net-next v5 3/5] WIP rust: add second `bindgen` pass for enum exhaustiveness checking
2023-10-22 6:30 UTC (4+ messages)
[PATCH 1/1] sandbox: eliminate unused functions from binaries
2023-10-22 6:29 UTC
[PATCH 1/1] efi_loader: fix efi_dp_from_eth
2023-10-22 6:20 UTC
[PATCH] generic/251: check min and max length and minlen for FSTRIM
2023-10-22 6:18 UTC (4+ messages)
[PATCH v4 00/90] target/sparc: Convert to decodetree
2023-10-22 6:00 UTC (17+ messages)
` [PATCH v4 08/90] target/sparc: Remove sparcv7 cpu features
` [PATCH v4 12/90] target/sparc: Move BPcc and Bicc to decodetree
` [PATCH v4 15/90] target/sparc: Merge gen_cond with only caller
` [PATCH v4 21/90] target/sparc: Move RDASR, STBAR, MEMBAR to decodetree
` [PATCH v4 33/90] target/sparc: Move SUBC "
` [PATCH v4 40/90] target/sparc: Convert remaining v8 coproc insns "
` [PATCH v4 51/90] target/sparc: Move SWAP, SWAPA "
` [PATCH v4 52/90] target/sparc: Move CASA, CASXA "
` [PATCH v4 60/90] target/sparc: Move ARRAY* "
` [PATCH v4 70/90] target/sparc: Move gen_fop_FF insns "
` [PATCH v4 77/90] target/sparc: Move FDMULQ "
` [PATCH v4 79/90] target/sparc: Move FiTOd, FsTOd, FsTOx "
` [PATCH v4 81/90] target/sparc: Move FqTOd, FqTOx "
` [PATCH v4 87/90] target/sparc: Move FPCMP* "
` [PATCH v4 89/90] target/sparc: Convert FZERO, FONE "
` [PATCH v4 90/90] target/sparc: Remove disas_sparc_legacy
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.