All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-17 07:29:33 to 2021-09-17 08:24:28 UTC [more...]

[PATCH V3 00/22] arch: Add basic LoongArch support
 2021-09-17  8:24 UTC  (7+ messages)
` [PATCH V3 05/22] LoongArch: Add build infrastructure
` [PATCH V3 09/22] LoongArch: Add boot and setup routines
` [PATCH V3 13/22] LoongArch: Add system call support

[PATCH v6 00/21] Add LoongArch linux-user emulation support
 2021-09-17  8:12 UTC  (13+ messages)
` [PATCH v6 01/21] target/loongarch: Add README
` [PATCH v6 02/21] target/loongarch: Add core definition
` [PATCH v6 03/21] target/loongarch: Add main translation routines
` [PATCH v6 04/21] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v6 05/21] target/loongarch: Add fixed point shift "
` [PATCH v6 06/21] target/loongarch: Add fixed point bit "
` [PATCH v6 07/21] target/loongarch: Add fixed point load/store "
` [PATCH v6 08/21] target/loongarch: Add fixed point atomic "
` [PATCH v6 12/21] target/loongarch: Add floating point conversion "
` [PATCH v6 13/21] target/loongarch: Add floating point move "
` [PATCH v6 16/21] target/loongarch: Add disassembler
` [PATCH v6 20/21] target/loongarch: 'make check-tcg' support

[dpdk-dev] [PATCH 0/2] support to clear in-flight packets for async
 2021-09-17  8:12 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/2] vhost: support to clear in-flight packets for async dequeue
  ` [dpdk-dev] [PATCH v2 2/2] vhost: add thread-safe API for clearing in-flight packets in async vhost

[dpdk-dev] [PATCH 0/3] Experiment ASAN in GHA
 2021-09-17  8:23 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] bus/vmbus: fix leak on device scan
` [dpdk-dev] [PATCH 2/3] test/latencystats: fix incorrect loop boundary
` [dpdk-dev] [PATCH 3/3] ci: run unit tests with ASAN

Issus with blktest/srp on 5.15-rc1 and rdma_rxe
 2021-09-17  8:23 UTC  (4+ messages)
  `  "

[PATCH] arm64: dts: imx8mm-kontron-n801x-som: do not allow to switch off buck2
 2021-09-17  8:21 UTC  (6+ messages)

[dpdk-dev] [PATCH] Enable AddressSanitizer feature on DPDK
 2021-09-17  8:23 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[syzbot] upstream test error: WARNING in __do_kernel_fault
 2021-09-17  8:20 UTC  (3+ messages)

linux-next: Tree for Sep 17
 2021-09-17  8:22 UTC 

linux-next: build failure after merge of the clk-imx tree
 2021-09-17  8:21 UTC  (2+ messages)

[PATCH] mm/swapfile: Remove needless request_queue NULL pointer check
 2021-09-17  8:21 UTC 

[PATCH 1/3] arm64: dts: qcom: pm8150: use qcom,pm8998-pon binding
 2021-09-17  8:20 UTC  (2+ messages)

[PATCH 00/45] Add LIBRARY section (based on FreeBSD manual pages)
 2021-09-17  8:21 UTC  (5+ messages)

[PATCH] arm: rpi: perform XHCI firmware upload only once
 2021-09-17  8:19 UTC 

[PATCH] kdb: Adopt scheduler's task clasification
 2021-09-17  8:18 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/4] ethdev: fix max Rx packet length
 2021-09-17  8:17 UTC  (11+ messages)

[LTP] [PATCH v3 0/5] Convert syscalls/dup2/dup2{01...05} to new API
 2021-09-17  8:16 UTC  (4+ messages)
` [LTP] [PATCH v3 3/5] syscalls/dup2/dup203: Convert "

[PATCH v11 00/10] Add support for the silergy,sy7636a
 2021-09-17  8:15 UTC  (2+ messages)

[PATCH v5 0/4] arm64: meson: add support for JetHub D1/H1
 2021-09-17  8:06 UTC  (5+ messages)

[ast-bpf:relo_core 6/12] tools/lib/bpf/relo_core.c:1045:7: warning: Branch condition evaluates to a garbage value [clang-analyzer-core.uninitialized.Branch]
 2021-09-17  8:16 UTC 

[PATCH v3] arm64: dts: qcom: sc7280: Add WPSS remoteproc node
 2021-09-17  8:04 UTC  (3+ messages)

[syzbot] linux-next test error: KASAN: null-ptr-deref Read in fuse_conn_put
 2021-09-17  8:05 UTC  (5+ messages)

[PATCH v4 0/1] s390x: KVM: CPU Topology
 2021-09-17  8:14 UTC  (4+ messages)
` [PATCH v4 1/1] s390x: KVM: accept STSI for CPU topology information

Deprecated Python Libraries
 2021-09-17  8:04 UTC  (2+ messages)

[PATCH v4 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-17  7:50 UTC  (21+ messages)
` [PATCH v4 01/20] nubus-device: rename slot_nb variable to slot
` [PATCH v4 02/20] nubus-device: expose separate super slot memory region
` [PATCH v4 03/20] nubus-device: add device slot parameter
` [PATCH v4 04/20] nubus: use bitmap to manage available slots
` [PATCH v4 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()
` [PATCH v4 06/20] nubus: implement BusClass get_dev_path()
` [PATCH v4 07/20] nubus: add trace-events for empty slot accesses
` [PATCH v4 08/20] nubus: generate bus error when attempting to access empty slots
` [PATCH v4 09/20] macfb: don't register declaration ROM
` [PATCH v4 10/20] nubus-device: remove nubus_register_rom() and nubus_register_format_block()
` [PATCH v4 11/20] nubus-device: add romfile property for loading declaration ROMs
` [PATCH v4 12/20] nubus: move nubus to its own 32-bit address space
` [PATCH v4 13/20] nubus-bridge: introduce separate NubusBridge structure
` [PATCH v4 14/20] mac-nubus-bridge: rename MacNubusState to MacNubusBridge
` [PATCH v4 15/20] nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
` [PATCH v4 16/20] nubus-bridge: embed the NubusBus object directly within nubus-bridge
` [PATCH v4 17/20] nubus-bridge: make slot_available_mask a qdev property
` [PATCH v4 18/20] nubus: add support for slot IRQs
` [PATCH v4 19/20] q800: wire up nubus IRQs
` [PATCH v4 20/20] q800: configure nubus available slots for Quadra 800

IOPL emulation breaks hpasmd (hp-health) needed by HP DL380 G4 servers
 2021-09-17  8:11 UTC  (4+ messages)

[PATCH 0/3] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
 2021-09-17  8:04 UTC  (7+ messages)
` [PATCH 1/3] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing

[PATCH v3 1/3] misc_cgroup: introduce misc.events to count failures
 2021-09-17  8:09 UTC  (5+ messages)
` [PATCH v3 2/3] misc_cgroup: remove error log to avoid log flood

[PATCH v5 0/6] iio: Add output buffer support
 2021-09-17  8:08 UTC  (7+ messages)
` [PATCH v5 4/6] drivers: iio: dac: ad5766: Fix dt property name
` [PATCH v5 5/6] Documentation:devicetree:bindings:iio:dac: Fix val
` [PATCH v5 6/6] drivers:iio:dac:ad5766.c: Add trigger buffer

[PATCH] Input: ads7846 - Make use of the helper function dev_err_probe()
 2021-09-17  8:08 UTC  (4+ messages)

[PATCH v2] extcon: extcon-axp288: use P-Unit semaphore lock for register accesses
 2021-09-17  8:04 UTC  (3+ messages)

[PATCH RFC 00/13] hw/nvme: experimental user-creatable objects
 2021-09-17  8:02 UTC  (6+ messages)

[PATCH v2] openvswitch: Fix condition check in do_execute_actions() by using nla_ok()
 2021-09-17  8:07 UTC 

[PATCH memcg] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-09-17  8:06 UTC  (3+ messages)
` [PATCH mm] vmalloc: back off when the current task is OOM-killed

[PATCH v2] init/do_mounts.c: Harden split_fs_names() against buffer overflow
 2021-09-17  8:07 UTC  (2+ messages)

[PATCH] rng-tools: add systemd-udev-settle wants to service
 2021-09-17  8:08 UTC 

[PATCH] net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
 2021-09-17  8:02 UTC  (10+ messages)

[PATCH 0/8] Use copy_process/create_io_thread in vhost layer
 2021-09-17  8:01 UTC  (6+ messages)
` [PATCH 1/8] fork: add helper to clone a process

[PATCH 0/4] staging: r8188eu: remove some unused code
 2021-09-17  8:06 UTC  (5+ messages)
` [PATCH 1/4] staging: r8188eu: remove IS_1T1R, IS_1T2R, IS_2T2R macros
` [PATCH 2/4] staging: r8188eu: remove if test that is always true
` [PATCH 3/4] staging: r8188eu: remove NumTotalRFPath from struct hal_data_8188e
` [PATCH 4/4] staging: r8188eu: remove switches from phy_RF6052_Config_ParaFile()

[dpdk-dev] [PATCH 0/3] net/i40e: remove i40evf
 2021-09-17  8:05 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5 "

[PATCH v1 1/2] powerpc/64s: system call rfscv workaround for TM bugs
 2021-09-17  8:02 UTC  (3+ messages)

[dpdk-dev] [RFC] ethdev: introduce shared Rx queue
 2021-09-17  8:01 UTC  (10+ messages)
` [dpdk-dev] [PATCH v3 0/8] "
  ` [dpdk-dev] [PATCH v3 1/8] "
  ` [dpdk-dev] [PATCH v3 2/8] ethdev: new API to aggregate shared Rx queue group
  ` [dpdk-dev] [PATCH v3 3/8] app/testpmd: dump port and queue info for each packet
  ` [dpdk-dev] [PATCH v3 4/8] app/testpmd: new parameter to enable shared Rx queue
  ` [dpdk-dev] [PATCH v3 5/8] app/testpmd: force shared Rx queue polled on same core
  ` [dpdk-dev] [PATCH v3 6/8] app/testpmd: add common fwd wrapper
  ` [dpdk-dev] [PATCH v3 7/8] app/testpmd: improve forwarding cache miss
  ` [dpdk-dev] [PATCH v3 8/8] app/testpmd: support shared Rx queue forwarding

[PATCH] selinux: enable genfscon labeling for securityfs
 2021-09-17  8:00 UTC  (5+ messages)

[PATCH] scsi: core: cleanup request queue before releasing gendisk
 2021-09-17  7:56 UTC  (10+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-09-17  7:56 UTC 

[PATCH v2 0/2] thermal: int340x: fix tcc offset on resume
 2021-09-17  7:56 UTC  (2+ messages)

[PATCH] Fix build error in binutils 2.36
 2021-09-17  7:55 UTC  (5+ messages)

[PATCH] thermal/core: Potential buffer overflow in thermal_build_list_of_policies()
 2021-09-17  7:54 UTC  (2+ messages)

[PATCH ipsec v2 0/2] xfrm: fix uapi for the default policy
 2021-09-17  7:54 UTC  (4+ messages)
` [PATCH ipsec v3 "

[syzbot] KASAN: use-after-free Write in get_ucounts
 2021-09-17  7:53 UTC  (3+ messages)

[PATCH] thermal: brcmstb_thermal: Interrupt is optional
 2021-09-17  7:51 UTC  (4+ messages)

[PATCH 0/6] vDPA driver for legacy virtio-pci device
 2021-09-17  7:51 UTC  (12+ messages)
` [PATCH v2 0/5] vDPA driver for Alibaba ENI
  ` [PATCH v2 4/5] vdpa: add new vdpa attribute VDPA_ATTR_DEV_F_VERSION_1

[PATCH] mmc: dw_mmc: avoid long timeout if register invalid
 2021-09-17  7:50 UTC 

[meta-cloud-services][PATCH] libibverbs: add back from meta-virtualization
 2021-09-17  7:48 UTC 

[PATCH] trace-cruncher: Fix PyFtrace_set_event_filter()
 2021-09-17  7:48 UTC 

[PATCH v2] spi: atmel: Fix PDC transfer setup bug
 2021-09-17  7:46 UTC  (2+ messages)

[PATCH v4 0/7] xen/arm: Sanitize cpuinfo
 2021-09-17  7:47 UTC  (4+ messages)
` [PATCH v4 7/7] xen/arm: Sanitize CTR_EL0

[syzbot] general protection fault in path_init
 2021-09-17  7:46 UTC 

[syzbot] general protection fault in sync_file_range
 2021-09-17  7:45 UTC 

[syzbot] WARNING: refcount bug in nr_release (2)
 2021-09-17  7:45 UTC 

[PATCH] modify acquire_domstatic_pages to take an unsigned int size parameter
 2021-09-17  7:44 UTC  (2+ messages)

[PATCH] ocfs2: avoid getting dlm lock of the target directory multiple times during reflink process
 2021-09-17  7:37 UTC  (9+ messages)
  ` [Ocfs2-devel] "

[PATCH] drm/amdgpu: Let BO created in its allowed_domain
 2021-09-17  7:42 UTC  (4+ messages)

[PATCH v5 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-09-17  7:41 UTC  (6+ messages)
` [PATCH v5 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH 0/2] git-request-pull i18n
 2021-09-17  7:41 UTC  (5+ messages)
` [PATCH 2/2] request-pull: mark translatable strings

[PATCH v1 00/14] PCI devices passthrough on Arm
 2021-09-17  7:39 UTC  (8+ messages)
` [PATCH v1 07/14] xen/arm: Add support for Xilinx ZynqMP PCI host controller

[syzbot] BUG: soft lockup in call_usermodehelper_exec_async
 2021-09-17  7:37 UTC  (5+ messages)

[syzbot] BUG: soft lockup in kjournald2 (2)
 2021-09-17  7:37 UTC  (5+ messages)

[PATCH] spi: atmel: Fix PDC transfer setup bug
 2021-09-17  7:37 UTC  (4+ messages)

[PATCH v1 00/13] perf/x86/amd: Add AMD Fam19h Branch Sampling support
 2021-09-17  7:39 UTC  (10+ messages)
` [PATCH v1 01/13] perf/core: add union to struct perf_branch_entry

[PATCH v3 01/10] ARM: meson: Sync Amlogic DT from Linux 5.14
 2021-09-17  7:37 UTC  (10+ messages)
` [PATCH v3 02/10] usb: dwc3: meson-gxl: add AXG compatible
` [PATCH v3 03/10] ARM: meson: keep HW order for MMC devices
` [PATCH v3 04/10] ARM: meson-axg: remove local USB nodes
` [PATCH v3 05/10] configs: meson64: add SCSI boot target
` [PATCH v3 06/10] distro_bootcmd: run pci enum for scsi_boot just like it is done for nvme_boot
` [PATCH v3 07/10] ARM: amlogic: add support for Odroid-HC4 device
` [PATCH v3 08/10] doc: boards: amlogic: update for Odroid HC4
` [PATCH v3 09/10] ARM: meson: add Beelink GS-King X board
` [PATCH v3 10/10] ARM: amlogic: add Banana Pi M5

[PATCH 1/1] Smack:- Use overlay inode label in smack_inode_copy_up()
 2021-09-17  7:38 UTC 

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-17  7:38 UTC  (2+ messages)

[syzbot] BUG: soft lockup in handle_mm_fault (2)
 2021-09-17  7:36 UTC  (9+ messages)

[Intel-gfx] [PATCH] drm/i915: zero fill vma name buffer
 2021-09-17  7:37 UTC  (3+ messages)
` [PATCH v2] drm/i915: use strscpy() to avoid buffer overrun
  ` [Intel-gfx] "

[igt-dev] [PATCH i-g-t 0/3] IGT fixes for priority management + preempt timeout with GuC submission
 2021-09-17  7:36 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 3/3] i915/sysfs_preempt_timeout: Update test to work "

[PATCH] Xen/gntdev: don't ignore kernel unmapping error
 2021-09-17  7:35 UTC  (2+ messages)

[syzbot] BUG: soft lockup in do_wp_page (4)
 2021-09-17  7:32 UTC  (10+ messages)

[dpdk-dev] [PATCH 0/4] support async dequeue for split ring
 2021-09-17 19:27 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/4] vhost: "
  ` [dpdk-dev] [PATCH v2 2/4] examples/vhost: refactor vhost enqueue and dequeue datapaths
  ` [dpdk-dev] [PATCH v2 3/4] examples/vhost: use a new API to query remaining ring space
  ` [dpdk-dev] [PATCH v2 4/4] examples/vhost: support vhost async dequeue data path

[PATCH] arm64: dts: meson: add audio playback to rbox-pro
 2021-09-17  7:32 UTC  (4+ messages)

[PATCH v2] diskfilter: use nodes in logical volume's segment as member device
 2021-09-17  7:34 UTC  (3+ messages)

[PATCH v9 00/16] machine: smp parsing fixes and improvement
 2021-09-17  7:33 UTC  (5+ messages)
` [PATCH v9 07/16] qtest/numa-test: Use detailed -smp CLI in test_def_cpu_split

[PATCH v3 1/2] perf benchmark: Call the futex syscall from a function
 2021-09-17  7:33 UTC  (4+ messages)
` [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t

[PATCH 5.14 000/334] 5.14.4-rc1 review
 2021-09-17  7:31 UTC  (5+ messages)
` [PATCH 5.14 298/334] time: Handle negative seconds correctly in timespec64_to_ns()

[linux-next:pending-fixes] BUILD SUCCESS 85e754ed8832f580574979bdc3b5a5390e1768fb
 2021-09-17  7:31 UTC 

[helgaas-pci:for-linus] BUILD SUCCESS e042a4533fc346a655de7f1b8ac1fa01a2ed96e5
 2021-09-17  7:31 UTC 

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-17  7:28 UTC  (7+ messages)

[RFT][PATCH] regulator: max14577: Revert "regulator: max14577: Add proper module aliases strings"
 2021-09-17  7:30 UTC  (2+ messages)

[PATCH 00/11] PCI devices passthrough on Arm, part 2
 2021-09-17  7:29 UTC  (9+ messages)
` [PATCH 09/11] xen/arm: Setup MMIO range trap handlers for hardware domain

[PATCH] aio: convert active_reqs into a hashtable
 2021-09-17  7:29 UTC 


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.