All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-21 11:26:33 to 2020-07-21 12:07:58 UTC [more...]

[PATCH v6 0/4] add some power supply properties about wireless/wired charging
 2020-07-21 12:08 UTC  (3+ messages)

[PATCH] interconnect: Do not skip aggregation for disabled paths
 2020-07-21 12:07 UTC 

[RFC] Porting glibc away from deprecated libselinux APIs
 2020-07-21 11:57 UTC 

[PATCH v4 0/2] Syscall User Redirection
 2020-07-21 12:06 UTC  (6+ messages)
` [PATCH v4 1/2] kernel: Implement selective syscall userspace redirection

[PATCH v3 00/14] usb: dwc2: Add host and gadget driver
 2020-07-21 12:06 UTC  (15+ messages)
` [PATCH v3 01/14] Revert "usb: Add dwc2 host driver"
` [PATCH v3 02/14] usb: dwc2: Add host controller driver
` [PATCH v3 03/14] usb: dwc2: host: Read dr_mode from device tree
` [PATCH v3 04/14] usb: dwc2: Rework roothub interface
` [PATCH v3 05/14] usb: dwc2: Rework timeout
` [PATCH v3 06/14] usb: dwc2: host: Handle dma mapping errors
` [PATCH v3 07/14] usb: dwc2: host: Dynamic fifo size support from Linux
` [PATCH v3 08/14] usb: dwc2: host: Fix toggle reset
` [PATCH v3 09/14] usb: dwc2: host: Rewrite dwc2_hc_init
` [PATCH v3 10/14] usb: dwc2: Add function to flush tx fifo
` [PATCH v3 11/14] usb: dwc2: Add structure for gadget driver
` [PATCH v3 12/14] usb: dwc2: Add "
` [PATCH v3 13/14] usb: dwc2: Use register_otg_device
` [PATCH v3 14/14] usb: dwc2: Add ulpi phy function

patch "usb: xhci: Fix ASM2142/ASM3142 DMA addressing" added to usb-linus
 2020-07-21 12:06 UTC 

QEMU | Pipeline #168317253 has failed for master | 9fc87111
 2020-07-21 12:05 UTC  (4+ messages)
` Memory leak in bitmap code? (was: QEMU | Pipeline #168317253 has failed for master | 9fc87111)
  ` Memory leak in bitmap code?

patch "usb: xhci-mtk: fix the failure of bandwidth allocation" added to usb-linus
 2020-07-21 12:06 UTC 

[PATCH net-next] efx: convert to new udp_tunnel infrastructure
 2020-07-21 12:05 UTC  (4+ messages)

[PATCH] mm/page_alloc: fix memalloc_nocma_{save/restore} APIs
 2020-07-21 12:05 UTC  (2+ messages)

[PATCH linux dev-5.7 v1] ARM: dts: aspeed: rainier: Add I2c buses for nvme use
 2020-07-21 12:00 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/mlx5: optimize stuck memory in probe
 2020-07-21 12:05 UTC 

[PATCH] tools/xen-cpuid: use dashes consistently in feature names
 2020-07-21 12:04 UTC 

[PATCH] serial: meson: handle RX errors
 2020-07-21 12:05 UTC  (4+ messages)

[PATCH v4l-utils] utils: v4l2-ctl: support V4L2_CAP_IO_MC in v4l2-ctl '--list-formats-*' commands
 2020-07-21 12:04 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix unnecessary init in MARK action conversion
 2020-07-21 12:04 UTC 

[dpdk-dev] [PATCH] net/mlx5: optimize critical section in device free
 2020-07-21 12:03 UTC 

[PATCH v2 0/2] Selftest for cpuidle latency measurement
 2020-07-21 11:56 UTC  (5+ messages)
` [PATCH v2 2/2] selftest/cpuidle: Add support "

[dpdk-dev] [PATCH] net/mlx5: fix unlimited scan in switch info detection
 2020-07-21 12:02 UTC 

[PATCH v7 0/4] add some power supply properties about wireless/wired charging
 2020-07-21 11:59 UTC  (5+ messages)
` [PATCH v7 1/4] power: supply: core: add quick charge type property
` [PATCH v7 2/4] power: supply: core: add wireless charger adapter "
` [PATCH v7 3/4] power: supply: core: add wireless signal strength property
` [PATCH v7 4/4] power: supply: core: property to control reverse charge

[dpdk-dev] [PATCH] net/mlx4: optimize stuck memory size in probe
 2020-07-21 12:01 UTC 

[PATCH v2 00/10] Coregroup support on Powerpc
 2020-07-21 11:38 UTC  (22+ messages)
` [PATCH v2 01/10] powerpc/smp: Cache node for reuse
` [PATCH v2 02/10] powerpc/smp: Merge Power9 topology with Power topology
` [PATCH v2 03/10] powerpc/smp: Move powerpc_topology above
` [PATCH v2 04/10] powerpc/smp: Enable small core scheduling sooner
` [PATCH v2 05/10] powerpc/smp: Dont assume l2-cache to be superset of sibling
` [PATCH v2 06/10] powerpc/smp: Generalize 2nd sched domain
` [PATCH v2 07/10] Powerpc/numa: Detect support for coregroup
` [PATCH v2 08/10] powerpc/smp: Allocate cpumask only after searching thread group
` [PATCH v2 09/10] Powerpc/smp: Create coregroup domain
` [PATCH v2 10/10] powerpc/smp: Implement cpu_to_coregroup_id

[PATCH v2 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-21 11:53 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v2 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v2 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v2 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v2 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v2 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH linux dev-5.7 v1] ARM: dts: aspeed: rainier: Add I2c buses for nvme use
 2020-07-21 11:59 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix an ineffective calculation in hairpin splitter
 2020-07-21 12:00 UTC 

Recent changes (master)
 2020-07-21 12:00 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix NVGRE item mask handling
 2020-07-21 11:59 UTC 

[PATCH v4 1/2] arm64: perf: Add support caps in sysfs
 2020-07-21 11:56 UTC  (3+ messages)
` [PATCH v5 "

[dpdk-dev] [PATCH] net/mlx5: fix enum misusing for steering registers
 2020-07-21 11:57 UTC 

[Intel-gfx] [PATCH 0/1] PR for new DMC updates
 2020-07-21 11:43 UTC  (2+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/tgl: Load DMC firmware v2.07 for Tigerlake

[PATCH 4.4 00/58] 4.4.231-rc1 review
 2020-07-21 11:57 UTC  (2+ messages)

[PATCH v2 0/8] Mop-up left-behind fixes for W=1 warnings in USB
 2020-07-21 11:55 UTC  (11+ messages)
` [PATCH v2 1/8] usb: dwc2: gadget: Make use of GINTMSK2

[PATCH] parisc: Use ordered store to release TLB lock
 2020-07-21 11:57 UTC 

[RFC] dfu: remove UPDATE_TFTP
 2020-07-21 11:56 UTC  (9+ messages)

[PATCH v1] migration: tls: unref creds after used
 2020-07-21 11:54 UTC  (2+ messages)

[PATCH 4.19 000/133] 4.19.134-rc1 review
 2020-07-21 11:56 UTC  (12+ messages)
` [PATCH 4.19 041/133] Revert "usb/ohci-platform: Fix a warning when hibernating"
` [PATCH 4.19 094/133] USB: serial: iuu_phoenix: fix memory corruption
` [PATCH 4.19 123/133] thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from power

[PATCH v5 0/8] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-07-21 11:54 UTC  (5+ messages)

[PATCH] i2c: fix WARNING in pvr2_i2c_core_done
 2020-07-21 11:55 UTC  (3+ messages)
`  "

[joro:sev-es-client-tip 36/75] arch/x86/kernel/head64.c:389:20: error: conflicting types for 'early_make_pgtable'
 2020-07-21 11:55 UTC 

[REPORT] [GSoC - TCG Continuous Benchmarking] [#5] Finding Commits Affecting QEMU Performance
 2020-07-21 11:54 UTC  (2+ messages)

[PATCH] serial: 8250: fix null-ptr-deref in serial8250_start_tx()
 2020-07-21 14:38 UTC  (3+ messages)

vPT rework (and timer mode)
 2020-07-21 11:53 UTC  (7+ messages)

[PATCH v5 00/11] Add ASoC AHUB components for Tegra210 and later
 2020-07-21 11:52 UTC  (5+ messages)

[PATCH] MAINTAINERS: Extend the device fuzzing section
 2020-07-21 11:52 UTC  (2+ messages)

[PULL 0/3] Block patches for 5.1
 2020-07-21 11:49 UTC  (4+ messages)
` [PULL 1/3] block/crypto: disallow write sharing by default
` [PULL 2/3] qemu-iotests: add testcase for bz #1857490
` [PULL 3/3] block: fix bdrv_aio_cancel() for ENOMEDIUM requests

[PATCH 0/3] docs: kprobes: Update URLs and move under trace/
 2020-07-21 11:48 UTC  (4+ messages)
` [PATCH 1/3] docs: staging/kprobes.rst: Update some of the references
` [PATCH 2/3] docs: staging/kprobes.rst: Move references to a separate appendix
` [PATCH 3/3] docs: Move kprobes.rst from staging/ to trace/

[PATCH v4 0/4] Dedicated CLINT timer driver
 2020-07-21 11:49 UTC  (12+ messages)
` [PATCH v4 2/4] clocksource/drivers: Add "
` [PATCH v4 4/4] dt-bindings: timer: Add CLINT bindings

[PATCH v7 00/47] block: Deal with filters
 2020-07-21 11:48 UTC  (3+ messages)
` [PATCH v7 30/47] block: Report data child for query-blockstats

Speaker pops with max98357a on rk3399-gru-kevin since v5.7
 2020-07-21 11:46 UTC  (5+ messages)

[PATCH v2] MAINTAINERS: add KCOV section
 2020-07-21 11:46 UTC  (2+ messages)

[PATCH v9] qga: add command guest-get-devices for reporting VirtIO devices
 2020-07-21 11:43 UTC  (4+ messages)

[RFC PATCH] mm: silence soft lockups from unlock_page
 2020-07-21 11:44 UTC  (2+ messages)

[PATCH] ASoC: max98357a: move control of SD_MODE back to DAI ops
 2020-07-21 11:42 UTC 

[ndctl PATCH] papr: Check for command type in papr_xlat_firmware_status()
 2020-07-21 11:43 UTC 

[GIT PULL] Thunderbolt/USB4 changes for v5.9 merge window
 2020-07-21 11:42 UTC 

[virtio-dev] [PATCH v5 00/10] introduce virtio vhost-user backend device type
 2020-07-21 11:42 UTC  (7+ messages)
` [virtio-dev] [PATCH v5 01/10] vhost-user: add vhost-user "

[PATCH] MAINTAINERS: add KCOV section
 2020-07-21 11:42 UTC  (3+ messages)

[PATCH 0/2] Modularization of DFL private feature drivers
 2020-07-21 11:41 UTC  (5+ messages)
` [PATCH 2/2] fpga: dfl: create a dfl bus type to support DFL devices

[RESEND PATCH] usb: common: usb-conn-gpio: Register optional charger
 2020-07-21 11:41 UTC  (2+ messages)

[RFC PATCH-for-5.1?] tests/tcg/multiarch/linux-test: Skip test if nanosleep missing (Travis)
 2020-07-21 11:38 UTC  (2+ messages)

[PATCH V2] docs/mm: concepts.rst: remove unnecessary word
 2020-07-21 11:37 UTC  (2+ messages)

[PATCH v4 00/10] powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm
 2020-07-21 11:36 UTC  (11+ messages)
` [PATCH v4 05/10] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR
` [PATCH v4 09/10] powerpc/watchpoint: Return available watchpoints dynamically

[PATCH] policycoreutils: fix inaccurate description in sestatus
 2020-07-21 11:38 UTC  (2+ messages)

[PATCH 1/2] ASoC: qcom: dt-bindings: Add sc7180 machine bindings
 2020-07-21 11:36 UTC  (10+ messages)
` [PATCH 2/2] ASoC: qcom: sc7180: Add machine driver for sound card registration

[Bug 208267] New: usbip broken with latest kernels?
 2020-07-21 11:38 UTC  (2+ messages)
` [Bug 208267] "

[PATCH -v2 0/5] sched: TTWU, IPI and stuff
 2020-07-21 11:37 UTC  (4+ messages)
` [PATCH -v2 1/5] sched: Fix ttwu() race

[PATCH v2] iommu/mediatek: check 4GB mode by reading infracfg
 2020-07-21 11:24 UTC  (4+ messages)

[PATCH] dma-pool: Do not allocate pool memory from CMA
 2020-07-21 11:37 UTC  (9+ messages)

[PATCH v5] parisc: Fix spinlock barriers
 2020-07-21 11:36 UTC 

[PATCH 0/3] DH: SP800-56A rev 3 compliant shared secret
 2020-07-21 11:35 UTC  (4+ messages)
` [PATCH v2 0/5] DH: SP800-56A rev 3 compliant validation checks
  ` [PATCH v3 "

[dpdk-dev] [RFC] mbuf: accurate packet Tx scheduling
 2020-07-21 11:35 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 00/17] net/mlx5: introduce "
  ` [dpdk-dev] [PATCH v3 07/17] net/mlx5: create Tx queues with DevX

[PATCH] usb: gadget: configfs: Fix use-after-free issue with udc_name
 2020-07-21 11:33 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] linux-firmware: Update AMD SEV firmware
 2020-07-21 11:34 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 1/2] eal/x86: add WC store function
 2020-07-21 11:31 UTC  (6+ messages)
` [dpdk-dev] [PATCH v10 0/4] eal: add WC store functions
  ` [dpdk-dev] [PATCH v10 1/4] "
  ` [dpdk-dev] [PATCH v10 2/4] net/i40e: use WC store to update queue tail registers
  ` [dpdk-dev] [PATCH v10 3/4] common/qat: "
  ` [dpdk-dev] [PATCH v10 4/4] net/ixgbe: "

[PATCH v10 00/17] mtd: spi-nor: add xSPI Octal DTR support
 2020-07-21 11:29 UTC  (7+ messages)
` [PATCH v10 05/17] mtd: spi-nor: add support for DTR protocol

[PATCH v2] ipmi/watchdog: add missing newlines when printing parameters by sysfs
 2020-07-21 11:31 UTC  (2+ messages)

QCA: Add correct bin file for WCN3991
 2020-07-21 11:31 UTC  (2+ messages)

[PATCH 00/10] RFC: move logical block size checking to the block core
 2020-07-21 11:31 UTC  (9+ messages)
` [PATCH 01/10] block: introduce blk_is_valid_logical_block_size
` [PATCH 10/10] block: scsi: sr: use blk_is_valid_logical_block_size

[PATCH v2 0/2] Add modem debug features
 2020-07-21 11:29 UTC  (3+ messages)
` [PATCH v2 1/2] remoteproc: qcom_q6v5_mss: Add modem debug policy support
` [PATCH v2 2/2] remoteproc: qcom_q6v5_mss: Add MBA log extraction support

[dpdk-dev] [RFC PATCH 1/6] eal: introduce macros for getting value for bit
 2020-07-21 11:29 UTC  (9+ messages)
` [dpdk-dev] [PATCH v7 2/9] eal: introduce RTE common initialization level

[PATCH v2 0/4] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
 2020-07-21 11:29 UTC  (3+ messages)
` [PATCH v2 4/4] "

[PATCH 1/2 v1] dt-bindings: backlight: Add Kinetic KTD253 bindings
 2020-07-21 11:28 UTC  (3+ messages)

[PATCH v2] virtio_ring: use alloc_pages_node for NUMA-aware allocation
 2020-07-21 11:28 UTC  (3+ messages)

[PATCH 1/2] nds32: remove dump_instr
 2020-07-21 11:28 UTC  (4+ messages)
` [PATCH 2/2] nds32: use get_kernel_nofault in dump_mem

hibernation reverts in 4.19.134: better alternative?
 2020-07-21 11:27 UTC  (3+ messages)

[PATCH] Revert "kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled"
 2020-07-21 11:27 UTC  (3+ messages)

[PATCH] x86/S3: put data segment registers into known state upon resume
 2020-07-21 11:27 UTC  (2+ messages)

[PATCH for-next v2 3/4] RDMA/efa: User/kernel compatibility handshake mechanism
 2020-07-21 11:26 UTC  (3+ messages)

[PATCH] PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
 2020-07-21 11:17 UTC 

[PATCH for-5.1 0/2] qemu-img convert -n: Keep qcow2 v2 target sparse
 2020-07-21 11:25 UTC  (5+ messages)
` [PATCH for-5.1 2/2] iotests: Test sparseness for qemu-img convert -n

[PATCH v4 0/6] media: v4l2: Add extended fmt and buffer ioctls
 2020-07-21 11:26 UTC  (3+ messages)
` [PATCH v4 2/6] media: v4l2: Add extended buffer operations


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.