All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-16 11:41:18 to 2021-03-16 12:35:30 UTC [more...]

[RFC PATCH 0/2] hw/s390x: modularize virtio-gpu-ccw
 2021-03-16 12:26 UTC  (3+ messages)
` [RFC PATCH 1/2] modules: introduce target specific modules
` [RFC PATCH 2/2] hw/s390x: modularize virtio-gpu-ccw

[PATCH v8 0/3] GUD USB Display driver
 2021-03-16 12:34 UTC  (3+ messages)

[PATCH 0/3] KVM: my debug patch queue
 2021-03-16 12:34 UTC  (7+ messages)
` [PATCH 2/3] KVM: x86: guest debug: don't inject interrupts while single stepping

[PATCH] hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
 2021-03-16 12:34 UTC 

[PULL V2 00/20] Net patches
 2021-03-16 12:30 UTC  (2+ messages)

[PATCH] dm: spi: Prevent setting a speed of 0 Hz in spi_post_probe
 2021-03-16 12:33 UTC 

[PATCH] rtc: ds1307: set uie_unsupported if no interrupt is available
 2021-03-16 12:32 UTC  (4+ messages)

drivers/usb/host/ohci-hcd.c:1318 ohci_hcd_mod_init() warn: ignoring unreachable code
 2021-03-16 12:32 UTC  (3+ messages)

[linux-stable-rc CI] Test report for 4.19.181-rc1/x86
 2021-03-16 12:32 UTC 

[PATCH v4] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
 2021-03-16 12:31 UTC 

[PATCH] zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()
 2021-03-16 12:30 UTC 

[PATCH 0/5] Uncore PMON discovery mechanism support
 2021-03-16 12:29 UTC  (5+ messages)
` [PATCH 1/5] perf/x86/intel/uncore: Parse uncore discovery tables

[PATCH 0/4] KVM: x86: hyper-v: TSC page fixes
 2021-03-16 12:29 UTC  (10+ messages)
` [PATCH 2/4] KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
` [PATCH 3/4] KVM: x86: hyper-v: Track Hyper-V TSC page status

[PATCH v1 1/1] gpio: mockup: Adjust documentation to the code
 2021-03-16 12:29 UTC  (2+ messages)

[PATCH v5 00/36] KVM: arm64: A stage 2 for the host
 2021-03-16 12:28 UTC  (4+ messages)
` [PATCH v5 33/36] KVM: arm64: Wrap the host with a stage 2

[PATCH] Revert "perf/x86: Allow zero PEBS status with only single active event"
 2021-03-16 12:28 UTC  (6+ messages)

[PATCH v7 0/8] Pegasos2 emulation
 2021-03-16 12:24 UTC  (8+ messages)

[PATCH 00/10] tick/nohz updates
 2021-03-16 12:28 UTC  (3+ messages)
` [PATCH 02/10] tick/nohz: Add tick_nohz_full_this_cpu()

stable request
 2021-03-16 12:28 UTC  (4+ messages)

[PATCH] powerpc/numa: Fix topology_physical_package_id() on pSeries
 2021-03-16 12:28 UTC  (3+ messages)

[PATCH v8 0/2] Add encoder ctrls for long term reference
 2021-03-16 12:27 UTC  (3+ messages)
` [PATCH v8 1/2] media: v4l2-ctrl: add controls "

[PATCH v3 0/6] qcow2: compressed write cache
 2021-03-16 12:25 UTC  (7+ messages)
` [PATCH v3 6/6] block/qcow2: use seqcache for compressed writes

[PATCH v2 00/14] Embed struct vfio_device in all sub-structures
 2021-03-16 12:25 UTC  (8+ messages)
` [PATCH v2 01/14] vfio: Remove extra put/gets around vfio_device->group
` [PATCH v2 02/14] vfio: Simplify the lifetime logic for vfio_device
` [PATCH v2 03/14] vfio: Split creation of a vfio_device into init and register ops

renesas/next ltp-ipc: 10 runs, 1 regressions (renesas-next-2021-03-16-v5.12-rc2)
 2021-03-16 12:25 UTC 

[PATCH u-boot v3 00/39] U-Boot LTO (Sandbox + Some ARM boards)
 2021-03-16 12:26 UTC  (40+ messages)
` [PATCH u-boot v3 01/39] regmap: fix a serious pointer casting bug
` [PATCH u-boot v3 02/39] api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA
` [PATCH u-boot v3 03/39] checkpatch: require quotes around section name in the __section() macro
` [PATCH u-boot v3 04/39] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot v3 05/39] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot v3 06/39] linker_lists: prepare macros to avoid code repetition
` [PATCH u-boot v3 07/39] test/py: improve regular expression for ut subtest symbol matcher
` [PATCH u-boot v3 08/39] linker_lists: declare lists and entries as __ADDRESSABLE for LTO
` [PATCH u-boot v3 09/39] string: make memcpy(), memset(), memcmp() and memmove() visible "
` [PATCH u-boot v3 10/39] efi_loader: fix warning when linking with LTO
` [PATCH u-boot v3 11/39] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
` [PATCH u-boot v3 12/39] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v3 13/39] efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
` [PATCH u-boot v3 14/39] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v3 15/39] Makefile, Makefile.spl: cosmetic change
` [PATCH u-boot v3 16/39] build: use thin archives instead of incremental linking
` [PATCH u-boot v3 17/39] build: support building with Link Time Optimizations
` [PATCH u-boot v3 18/39] build: link with --build-id=none
` [PATCH u-boot v3 19/39] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot v3 20/39] sandbox: use sections instead of symbols for getopt array boundaries
` [PATCH u-boot v3 21/39] sandbox: make LTO available
` [PATCH u-boot v3 22/39] sandbox: enable LTO by default
` [PATCH u-boot v3 23/39] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot v3 24/39] ARM: make gd a function call for LTO and set via set_gd()
` [PATCH u-boot v3 25/39] ARM: fix LTO build for some thumb-interwork cases
` [PATCH u-boot v3 26/39] ARM: fix LTO for imx28_xea
` [PATCH u-boot v3 27/39] ARM: fix LTO for apf27
` [PATCH u-boot v3 28/39] ARM: fix LTO for keystone
` [PATCH u-boot v3 29/39] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot v3 30/39] ARM: imx8m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot v3 31/39] ARM: fix LTO for seaboard
` [PATCH u-boot v3 32/39] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot v3 33/39] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
` [PATCH u-boot v3 34/39] armv8: SPL: discard relocation information
` [PATCH u-boot v3 35/39] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot v3 36/39] ARM: make LTO available
` [PATCH u-boot v3 37/39] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
` [PATCH u-boot v3 38/39] ARM: don't use --gc-sections with LTO when using private libgcc
` [PATCH u-boot v3 39/39] ARM: enable LTO for some boards

[Bug 1880518] [NEW] issue while installing docker inside s390x container
 2021-03-16 12:00 UTC  (3+ messages)
` [Bug 1880518] "

[igt-dev] [PATCH i-g-t v23 00/37] Introduce IGT allocator
 2021-03-16 12:25 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t v23 04/37] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v23 22/37] tests/api_intel_bb: Add subtest to check render batch on the last page

[PATCH] powerpc/numa: Fix topology_physical_package_id() on pSeries
 2021-03-16 12:24 UTC 

[dpdk-dev] [PATCH 0/3] vhost: make virtqueue cache-friendly
 2021-03-16 12:25 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/3] vhost: move dirty logging cache out of the virtqueue

[PATCH v5 0/5] HDR10 static metadata
 2021-03-16 12:22 UTC  (5+ messages)
` [PATCH v5 3/5] v4l: Add HDR10 static metadata controls
` [PATCH v5 4/5] docs: Document CLL and Mastering display colorimetry controls

Windows 10 won't run on default x86_64 machine anymore
 2021-03-16 12:13 UTC  (5+ messages)

[PATCH v2] btrfs: add test for cases when a dio write has to fallback to a buffered write
 2021-03-16 12:22 UTC 

[PATCH v2 0/2] AM64: Add USB support
 2021-03-16 12:21 UTC  (3+ messages)

[PATCH] btrfs: test delayed subvolume deletion on mount and remount
 2021-03-16 12:22 UTC 

[PATCH v4 00/12] net: Pad short frames for network backends
 2021-03-16 12:04 UTC  (13+ messages)
` [PATCH v4 01/12] net: eth: Add a helper to pad a short Ethernet frame
` [PATCH v4 02/12] net: Add a 'do_not_pad" to NetClientState
` [PATCH v4 03/12] net: Pad short frames to minimum size before sending from SLiRP/TAP
` [PATCH v4 04/12] hw/net: virtio-net: Initialize nc->do_not_pad to true
` [PATCH v4 05/12] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [PATCH v4 06/12] hw/net: vmxnet3: "
` [PATCH v4 07/12] hw/net: i82596: "
` [PATCH v4 08/12] hw/net: ne2000: "
` [PATCH v4 09/12] hw/net: pcnet: "
` [PATCH v4 10/12] hw/net: rtl8139: "
` [PATCH v4 11/12] hw/net: sungem: "
` [PATCH v4 12/12] hw/net: sunhme: "

[dpdk-dev] [PATCH v1 1/1] net/mlx5: fix port id / push VLAN actions index incorrect
 2021-03-16 12:21 UTC  (2+ messages)

[RESEND v1 net-next 0/5] net: stmmac: enable multi-vector MSI
 2021-03-16 12:18 UTC  (12+ messages)
` [RESEND v1 net-next 1/5] net: stmmac: introduce DMA interrupt status masking per traffic direction
` [RESEND v1 net-next 2/5] net: stmmac: make stmmac_interrupt() function more friendly to MSI
` [RESEND v1 net-next 3/5] net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TX
` [RESEND v1 net-next 4/5] stmmac: intel: add support for multi-vector msi and msi-x
` [RESEND v1 net-next 5/5] net: stmmac: use interrupt mode INTM=1 for multi-MSI

[PULL v2 0/5] Meson version update
 2021-03-16 12:17 UTC  (4+ messages)

[PATCH 00/10] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-16 12:18 UTC  (11+ messages)
` [PATCH 01/10] KVM: arm64: Provide KVM's own save/restore SVE primitives
` [PATCH 08/10] KVM: arm64: Add a nVHE-specific SVE VQ reset hypercall

Re:
 2021-03-16 12:16 UTC 

[PATCH][RESEND] scsi: ufs-mediatek: Correct operator & -> &&
 2021-03-16 12:15 UTC 

[PATCH] Fix use-after-free in io_wqe_inc_running() due to wq already being free'd
 2021-03-16 12:11 UTC  (4+ messages)

[PATCH] usb: dwc3: remove 'pm_runtime_set_active' in resume callback
 2021-03-16 12:16 UTC  (3+ messages)

opensm + ceph RDMA = Down OSDs
 2021-03-16 12:15 UTC 

[dpdk-dev] [PATCH 0/8] common/sfc_efx: prepare to introduce vDPA driver
 2021-03-16 12:14 UTC  (8+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/8] common/sfc_efx/base: add base virtio support for vDPA

[iwlwifi] v5.12-rc1: Unable to move phy0 to other network namespace
 2021-03-16 12:09 UTC  (2+ messages)

kernel BUG at kernel/auditsc.c:1527!
 2021-03-16 12:08 UTC  (9+ messages)

[PATCH 4.4 00/75] 4.4.262-rc1 review
 2021-03-16 12:07 UTC  (2+ messages)

Kernel 5.4 xenomai 3.1 -stable, e1000e, NIC crash on ifup
 2021-03-16 12:08 UTC  (2+ messages)

[igt-dev] [i-g-t, v2] test/i915/gem_exec_reloc: check reloc support in GEM
 2021-03-16 12:07 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH 1/1] USB: serial: pl2303: TA & TB alternate divider
 2021-03-16 12:06 UTC 

[PATCH 2/2] Bug Fix for last patch
 2021-03-16 12:05 UTC  (9+ messages)
` [PATCH] Insert SFENCE.VMA in function set_pte_at for RISCV

[PATCH] staging: rtl8723bs/core: add spaces between operators
 2021-03-16 12:05 UTC  (2+ messages)

[PATCH 1/3] drm/ttm: move swapout logic around
 2021-03-16 12:05 UTC  (5+ messages)
` [PATCH 3/3] drm/ttm: switch to per device LRU lock

[PATCH v5 0/3] J7200: Add support for GPIO and higher speed modes in MMCSD subsystems
 2021-03-16 12:01 UTC  (4+ messages)
` [PATCH v5 2/3] arm64: dts: ti: k3-j7200-common-proc-board: Disable unused gpio modules

[PATCH] target/mips/mxu: Rewrite D16MIN / D16MAX opcodes
 2021-03-16 12:03 UTC  (3+ messages)

[syzbot] BUG: unable to handle kernel access to user memory in schedule_tail
 2021-03-16 11:44 UTC  (12+ messages)

AW: [PATCH v2 2/3] rtc: rx6110: add ACPI bindings to I2C
 2021-03-16 11:52 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH 4.9 00/78] 4.9.262-rc1 review
 2021-03-16 12:02 UTC  (2+ messages)

[Re-send PATCH hwmon-next v2 1/1] hwmon: (mlxreg-fan) Add support for fan drawers capability and present registers
 2021-03-16 12:02 UTC 

[PATCH] sched: rename __prepare_to_swait() to add_swait_queue_locked()
 2021-03-16 11:59 UTC 

[Re-send PATCH led-next v3 1/1] leds: mlxreg: Allow multi-instantiation of same name LED for modular systems
 2021-03-16 11:59 UTC 

[PATCH v2 00/77] media: imx: Miscellaneous fixes and cleanups for i.MX7
 2021-03-16 11:56 UTC  (2+ messages)
` [PATCH] imx7-media-csi: csi2 only

AMD Ryzen 4000 (Mobile) cpufreq issues
 2021-03-16 11:57 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: add more delay time before determine_headset_type
 2021-03-16 11:55 UTC 

[RESEND PATCH 1/2] arm64: dts: ti: k3-am64-main: Add OSPI node
 2021-03-16 11:55 UTC  (3+ messages)

[PATCH v1] libtracefs: An API to set the filtering of functions
 2021-03-16 17:44 UTC  (3+ messages)

[PATCH 4.14 00/95] 4.14.226-rc1 review
 2021-03-16 11:54 UTC  (2+ messages)

[PATCH v3] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
 2021-03-16 11:54 UTC  (2+ messages)

[PATCH 0/9] btrfs: bug fixes for the tree mod log and small refactorings
 2021-03-16 11:54 UTC  (5+ messages)
` [PATCH 2/9] btrfs: always pin deleted leaves when there are active tree mod log users

Regarding the depreciation of ssh+git/git+ssh protocols
 2021-03-16 11:54 UTC  (8+ messages)

[PATCH] IMA: Add test for selinux measurement
 2021-03-16 11:54 UTC  (3+ messages)
  ` [LTP] "

[PATCH 0/4] clk: ti: add am33xx spread spectrum clock support
 2021-03-16 11:52 UTC  (3+ messages)
` [PATCH 4/4] "

[PATCH] hwclock: fix indentation
 2021-03-16 11:53 UTC 

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-16 11:52 UTC  (3+ messages)
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[dpdk-dev] [PATCH] doc: update minimum supported kernel
 2021-03-16 11:52 UTC  (3+ messages)

[Intel-gfx] [PULL] gvt-next
 2021-03-16 11:52 UTC  (2+ messages)

Fwd: Kernel Routing tabel
 2021-03-16 11:50 UTC  (2+ messages)

[PATCH v3 0/4] mm/slub: Fix count_partial() problem
 2021-03-16 11:49 UTC  (5+ messages)

+ watchdog-fix-barriers-when-printing-backtraces-from-all-cpus.patch added to -mm tree
 2021-03-16 11:48 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am64-main: Add ADC nodes
 2021-03-16 11:47 UTC  (4+ messages)

[PATCH] drm: xlnx: call pm_runtime_get_sync before setting pixel clock
 2021-03-16 11:46 UTC  (4+ messages)

[PATCH v4 00/13] lib/find_bit: fast path for small bitmaps
 2021-03-16 11:45 UTC  (6+ messages)
` [PATCH 04/13] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 13/13] MAINTAINERS: Add entry for the bitmap API

[dpdk-dev] [PATCH] test/event: fix timeout accuracy
 2021-03-16 11:46 UTC  (3+ messages)

[PATCH 00/13] rcu/nocb updates v2
 2021-03-16 11:45 UTC  (4+ messages)
` [PATCH 12/13] rcu/nocb: Prepare for finegrained deferred wakeup

[PATCH BlueZ] btmgmt: Fix typo in printing Set PHY Configuration command error
 2021-03-16 11:45 UTC  (2+ messages)
` [BlueZ] "

[PATCH 0/5] btrfs: fix transaction leaks and crashes during unmount
 2021-03-16 11:43 UTC  (4+ messages)
` [PATCH 2/5] btrfs: fix transaction leak and crash after cleaning up orphans on RO mount

[PATCH] lib/test_hmm.c: fix harmless shift wrapping bug
 2021-03-16 11:43 UTC 

[Fuego] Problem with /fuego-rw/tests in your lab
 2021-03-16 11:44 UTC  (5+ messages)

[PATCH v2 7/7] Test softlockup
 2021-03-16 11:43 UTC  (4+ messages)
` c928e9b143: BUG:soft_lockup-CPU##stuck_for#s![perf:#]

[PATCH 1/2] git-compat-util.h: drop trailing semicolon from macro definition
 2021-03-16 11:43 UTC  (5+ messages)
` [PATCH 2/2] use CALLOC_ARRAY
        ` [PATCH] xcalloc: use CALLOC_ARRAY() when applicable

[PATCH][for-stable-v5.11]] arm64: Unconditionally set virtual cpu id registers
 2021-03-16 11:41 UTC  (6+ messages)

[PATCH v2 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-03-16 11:39 UTC  (4+ messages)
` [PATCH v2 04/11] iommu/arm-smmu-v3: Split block descriptor when start dirty log


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.