All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-06 08:32:07 to 2019-05-06 09:13:26 UTC [more...]

[RFC PATCH] ASoC: codec: hdac_hdmi: no checking monitor in hw_params
 2019-05-06  9:13 UTC  (8+ messages)

[RFC PATCH v3 0/1] Re-license MTK NAND driver
 2019-05-06  9:11 UTC  (9+ messages)
` [RFC PATCH v3 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL

[PATCH 1/3] clocksource/drivers/ixp4xx: Drop ifdef
 2019-05-06  9:11 UTC  (2+ messages)

[PATCH 1/4] arm64: dts: fsl: ls1028a: Add qDMA node
 2019-05-06  9:03 UTC  (8+ messages)
` [PATCH 2/4] arm64: dts: fsl: ls1028a: Add eDMA node
` [PATCH 3/4] dmaengine: fsl-edma: support little endian for edma driver
` [PATCH 4/4] dt-bindings: fsl-qdma: Add LS1028A qDMA bindings

What's cooking in git.git (Apr 2019, #05; Thu, 25)
 2019-05-06  9:11 UTC  (2+ messages)

[GIT PULL] scheduler changes for v5.2
 2019-05-06  9:11 UTC 

xilinx Zynq zedboard gnuradio
 2019-05-06  9:11 UTC 

[U-Boot] [BUG] test_avb_persistent_values() fails
 2019-05-06  9:11 UTC  (2+ messages)

[Bug 110616] vce module in h264 encode
 2019-05-06  9:10 UTC  (3+ messages)

[Buildroot] [PATCH 1/3] postgresql: disable spinlock support for nds32
 2019-05-06  9:10 UTC  (4+ messages)
` [Buildroot] [PATCH 2/3] package/libbsd: disable "
` [Buildroot] [PATCH 3/3] package/strace: add patch for nds32 support

[PATCH v2] drm/virtio: Remove redundant return type
 2019-05-06  9:10 UTC 

[PATCH v2] drm/virtio: Remove redundant return type
 2019-05-06  9:10 UTC 

xilinx Zynq zedboard gnuradio
 2019-05-06  9:10 UTC 

[Qemu-trivial] [PATCH] target/openrisc: Fix LGPL information in the file headers
 2019-05-06  9:09 UTC  (4+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[PATCH 0/7] Add new tracepoints required for EAS testing
 2019-05-06  9:08 UTC  (3+ messages)
` [PATCH 4/7] sched: Add sched_load_rq tracepoint

[U-Boot] [i.MX8MM+CCF 00/41] i.MX8MM + CCF
 2019-05-06  9:08 UTC  (4+ messages)

[PATCH] e2fsck: Check and fix tails of all bitmaps
 2019-05-06  9:08 UTC  (4+ messages)

[PATCH v2] mtd: spi-nor: add debugfs nodes for querying the flash name and id
 2019-05-06  9:07 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] test/py: avb: fix test_avb_persistent_values fail
 2019-05-06  9:07 UTC 

[PATCH 0/3] PDX fixes
 2019-05-06  9:06 UTC  (5+ messages)
` [PATCH 3/3] xen/arm: fix mask calculation in init_pdx
  ` [Xen-devel] "

[GIT PULL] x86/microcode updates for 5.2
 2019-05-06  9:06 UTC 

PROBLEM: brcmfmac's DMI-based fw file names break built-in fw loader
 2019-05-06  9:06 UTC  (9+ messages)
      ` [PATCH RFC] brcmfmac: sanitize DMI strings v2

Page Allocation Failure and Page allocation stalls
 2019-05-06  9:05 UTC  (5+ messages)

[git pull] m68k updates for 5.2
 2019-05-06  9:05 UTC 

stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 10 errors, 137 warnings (v4.14.116-59-g3411f7e68071)
 2019-05-06  9:05 UTC 

[PATCH v2 00/10] RFC: NVME MDEV
 2019-05-06  9:04 UTC  (11+ messages)
` [PATCH v2 06/10] nvme/core: add mdev interfaces

usbutils - various patches to the lsusb.py script
 2019-05-06  9:02 UTC  (35+ messages)
` [PATCH 01/34] lsusb.py: sort devices and interfaces numerically
` [PATCH 02/34] lsusb.py: sort toplevel entries
` [PATCH 03/34] lsusb.py: improve usage text
` [PATCH 04/34] lsusb.py: replace fake deepcopy()
` [PATCH 05/34] lsusb.py: remove -w (warn if usb.ids not sorted) option
` [PATCH 06/34] lsusb.py: ensure all error messages are written to stderr
` [PATCH 07/34] lsusb.py: support long options
` [PATCH 08/34] lsusb.py: do not entirely hide usb.ids exceptions
` [PATCH 09/34] lsusb.py: use regular print() instead of hand-rolling the same thing
` [PATCH 10/34] lsusb.py: avoid shadowing Python's built-in 'str'
` [PATCH 11/34] lsusb.py: replace usb.ids binary search with dict lookup
` [PATCH 12/34] lsusb.py: remove now-unused bin_search()
` [PATCH 13/34] lsusb.py: avoid manual calls to __foo__()
` [PATCH 14/34] lsusb.py: replace __repr__() for USB IDs with __str__()
` [PATCH 15/34] lsusb.py: insert class FF:FF:FF into usbclasses to avoid special casing
` [PATCH 16/34] lsusb.py: entirely remove Usb* classes
` [PATCH 17/34] lsusb.py: cosmetic - replace tuples-as-"immutable lists" with regular lists
` [PATCH 18/34] lsusb.py: use 'elif' where suitable
` [PATCH 19/34] lsusb.py: remove dead code
` [PATCH 20/34] lsusb.py: move unrelated code out of try..except
` [PATCH 21/34] lsusb.py: allow - as well as _ when matching hci module names
` [PATCH 22/34] lsusb.py: use a constant for the magic class number 9
` [PATCH 23/34] lsusb.py: Usb* classes: call read() automatically from constructor
` [PATCH 24/34] lsusb.py: UsbEndpoint: indent is a class implementation detail
` [PATCH 25/34] lsusb.py: a few cosmetic changes
` [PATCH 26/34] lsusb.py: shorten find_usb_class()
` [PATCH 27/34] lsusb.py: give all Usb* objects a .path attribute
` [PATCH 28/34] lsusb.py: add an actual __repr__() to classes
` [PATCH 29/34] lsusb.py: give all Usb* classes a superclass
` [PATCH 30/34] lsusb.py: convert readattr() and readlink() to methods of the container
` [PATCH 31/34] lsusb.py: use color by default
` [PATCH 32/34] lsusb.py: rework output for more consistent indent of both columns
` [PATCH 33/34] lsusb.py: fix endpoint interval spacing
` [PATCH 34/34] lsusb.py: visually group USB-version-related fields

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-06  9:03 UTC  (16+ messages)
` [PATCH v2 08/17] kunit: test: add support for test abort
` [PATCH v2 11/17] kunit: test: add test managed resource tests

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-05-06  9:03 UTC  (5+ messages)

remove dead powernv code
 2019-05-06  9:02 UTC  (4+ messages)
` [PATCH 1/3] powerpc/powernv: remove the unused pnv_pci_set_p2p function

[GIT PULL] perf updates for v5.2
 2019-05-06  9:03 UTC 

[PATCH bpf 0/2] libbpf: fixes for AF_XDP teardown
 2019-05-06  9:01 UTC  (5+ messages)
` [PATCH bpf 1/2] libbpf: fix invalid munmap call

[PATCH 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-06  9:01 UTC  (5+ messages)
` [PATCH 06/13] fscrypt: support encrypting multiple filesystem blocks per page
` [PATCH 08/13] fscrypt: introduce fscrypt_decrypt_block_inplace()

[PATCH next 00/25] cleanup: use dev_get_drvdata() directly
 2019-05-06  9:01 UTC  (3+ messages)
` [PATCH next 20/25] platform/x86: asus-wmi: Use dev_get_drvdata()

[dpdk-dev] [PATCH] net/fm10k: advertise supported RSS hash function
 2019-05-06  8:44 UTC 

[PATCH v2] Documentation/features/time: Mark m68k having modern-timekeeping
 2019-05-06  9:00 UTC 

[PATCH] v7 Add support for LE ping feature
 2019-05-06  9:00 UTC  (3+ messages)

[dpdk-dev] [PATCH] doc: remove redudant information from guide
 2019-05-06  9:00 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] doc: remove redundant information from the guide

[PATCH v2 00/79] Convert files to ReST
 2019-05-06  8:59 UTC  (3+ messages)
` [PATCH v2 62/79] docs: laptops: convert "

[Bug 110615] starting X on AMDGPU takes up to a minute
 2019-05-06  8:59 UTC  (2+ messages)

[U-Boot] [PATCH] i2c: mxc: Hide kconfig based control in DM_I2C mode
 2019-05-06  8:58 UTC  (8+ messages)

[PATCH RFC V2 00/45] xen: add core scheduling support
 2019-05-06  8:58 UTC  (19+ messages)
` [PATCH RFC V2 01/45] xen/sched: add inline wrappers for calling per-scheduler functions
    ` [Xen-devel] "
` [PATCH RFC V2 30/45] xen/sched: rework and rename vcpu_force_reschedule()
  ` [Xen-devel] "
` [PATCH RFC V2 45/45] xen/sched: add scheduling granularity enum
  ` [Xen-devel] "

[PATCH v4 2/2] sload.f2fs: introduce f2fs_sparse_initialize_meta()
 2019-05-06  8:58 UTC 

[dpdk-dev] [PATCH] examples/ip_fragmentation: fix Tx queues init
 2019-05-06  8:56 UTC 

[tpm2] Creating TPM2 primary key failed!
 2019-05-06  8:56 UTC 

[PATCH] drm/virtio: Remove redundant return type
 2019-05-06  8:56 UTC  (3+ messages)

[Qemu-trivial] [PATCH] hw/sd/sdcard: Use the available enums
 2019-05-06  8:55 UTC  (3+ messages)
` [Qemu-devel] "
  ` [Qemu-trivial] "

stable-rc/linux-3.18.y build: 189 builds: 7 failed, 182 passed, 42 errors, 2856 warnings (v3.18.139-48-g512b47264128)
 2019-05-06  8:56 UTC 

[PATCH] drm/virtio: allocate fences with GFP_KERNEL
 2019-05-06  8:55 UTC  (2+ messages)

[PATCH] ubifs: wbuf->offs must be aligned to max_write_size
 2019-05-06  8:54 UTC  (3+ messages)

[PATCH v2 0/5] rtw88: minor fixes from suggestions during review
 2019-05-06  8:54 UTC  (6+ messages)
` [PATCH v2 4/5] rtw88: fix unassigned rssi_level in rtw_sta_info

[PATCH 1/3] drm/virtio: set seqno for dma-fence
 2019-05-06  8:53 UTC  (2+ messages)

[PATCH] xfce4-terminal: add vte-prompt to RRECOMMENDS
 2019-05-06  8:53 UTC 

[PATCH] Documentation/features: Mark m68k ok
 2019-05-06  8:53 UTC 

[Bug 107049] monitor not found in 4.17+ kernel
 2019-05-06  8:52 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: fsl: scu: add ocotp binding
 2019-05-06  8:50 UTC  (17+ messages)
` [PATCH 2/4] nvmem: imx: add i.MX8 nvmem driver
` [PATCH 3/4] defconfig: arm64: enable "
` [PATCH 4/4] arm64: dts: imx: add i.MX8QXP ocotp support

[GIT PULL] locking changes for v5.2
 2019-05-06  8:50 UTC 

Redfish OEM commands in OpenBMC
 2019-05-06  8:50 UTC  (10+ messages)

[PATCH] netfilter: ctnetlink: Resolve conntrack L3-protocol flush regression
 2019-05-06  8:49 UTC  (3+ messages)

[PATCH] platform/x86: thinkpad_acpi: fix spelling mistake "capabilites" -> "capabilities"
 2019-05-06  8:49 UTC  (4+ messages)

[igt-dev] [PATCH v8 0/1 i-g-t] tests: Add a new test for driver/device hot reload
 2019-05-06  8:44 UTC  (4+ messages)
` [igt-dev] [PATCH v8 1/1 "

[PATCH v2 1/2] dt-bindings: leds: Add binding for spi-byte LED
 2019-05-06  8:48 UTC  (5+ messages)
` [PATCH v2 2/2] leds: spi-byte: add single byte SPI LED driver

[Bug 108893] Slow redrawing of menu in Gothic 2 under wine
 2019-05-06  8:47 UTC  (2+ messages)

[PATCH RFC 0/6] ARM: qcom: initial Nexus 5 display support
 2019-05-06  8:46 UTC  (5+ messages)

[PATCH][V2] iio: Move attach/detach of the poll func to the core
 2019-05-06  8:45 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] Improve 40p, make AIX 5.1 boot
 2019-05-06  8:44 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/3] lsi53c895a: hide 53c895a registers in 53c810
` [Qemu-devel] [PATCH v2 3/3] hw/isa/i82378.c: use 1900 as a base year

[net-next 00/12][pull request] 40GbE Intel Wired LAN Driver Updates 2019-04-29
 2019-05-06  8:43 UTC  (5+ messages)
` [net-next 01/12] i40e: replace switch-statement to speed-up retpoline-enabled builds

[Qemu-devel] [PATCH v2 00/10] refactor cpu topo into machine properties
 2019-05-06  8:33 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 01/10] hw/boards: add struct CpuTopology to MachineState
` [Qemu-devel] [PATCH v2 02/10] cpu/topology: related call chains refactoring to pass MachineState
` [Qemu-devel] [PATCH v2 03/10] cpu/topology: replace global smp variables by MachineState in general path
` [Qemu-devel] [PATCH v2 04/10] cpu/topology: add uncommon arch support for smp machine properties
` [Qemu-devel] [PATCH v2 05/10] cpu/topology: add hw/ppc "
` [Qemu-devel] [PATCH v2 06/10] cpu/topology: add hw/riscv "
` [Qemu-devel] [PATCH v2 07/10] cpu/topology: add hw/s390x "
` [Qemu-devel] [PATCH v2 08/10] cpu/topology: add hw/i386 "
` [Qemu-devel] [PATCH v2 09/10] cpu/topology: add hw/arm "
` [Qemu-devel] [PATCH v2 10/10] cpu/topology: replace smp global variables with "

[PATCH 5.1] rtw88: fix subscript above array bounds compiler warning
 2019-05-06  8:42 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx6sl: Assign corresponding clocks instead of dummy clock
 2019-05-06  8:41 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: imx6qdl: "

Possible mis-backport of 4abb951b in 4.19.35 ("ACPICA: AML interpreter: add region addresses...")
 2019-05-06  8:41 UTC  (2+ messages)

Right internal speaker and internal microphone doesn't seem to work
 2019-05-06  8:40 UTC  (4+ messages)

[PATCH] RFC: console: hack up console_trylock more
 2019-05-06  8:40 UTC  (6+ messages)

[U-Boot] [PATCH v2 1/1] efi_loader: LoadImage() parameter checks
 2019-05-06  8:39 UTC  (4+ messages)

[PATCH 1/2] desktop-file-utils: remove - a more recent version is in oe-core
 2019-05-06  8:37 UTC  (2+ messages)
` [PATCH 2/2] libwnck3: upgrade 3.30.0 and move to meson build

[GIT PULL] EDAC pile for 5.2
 2019-05-06  8:37 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 46 warnings (v4.19.40-71-gb648d6d90f6e)
 2019-05-06  8:37 UTC 

[GIT PULL] IRQ changes for v5.2
 2019-05-06  8:36 UTC 

[PATCH v2] ACPI / device_sysfs: change _ADR representation to 64 bits
 2019-05-06  8:36 UTC  (4+ messages)
    ` [Devel] "

[PATCH 5.0 000/101] 5.0.12-stable review
 2019-05-06  8:34 UTC  (4+ messages)
` [PATCH 5.0 100/101] leds: pca9532: fix a potential NULL pointer dereference

[PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address
 2019-05-06  8:32 UTC  (4+ messages)


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.