All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-16 08:16:47 to 2020-07-16 08:48:50 UTC [more...]

post-receive: pub/scm/linux/kernel/git/next/linux-next-history
 2020-07-16  8:48 UTC 

[PATCH v11 03/15] tools/libperf: avoid counting of nonfilterable fdarray fds
 2020-07-16  8:34 UTC  (2+ messages)
` [tools/libperf] 8edd7f4133: perf-sanity-tests.Filter_fds_with_revents_mask_in_a_fdarray.fail

[PATCH v10 00/10] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-07-16  8:47 UTC  (3+ messages)
` [PATCH v10 03/10] qcow2_format.py: change Qcow2BitmapExt initialization method

[dpdk-dev] [PATCH] net/mlx5: fix tunnel PMD flow prioriry
 2020-07-16  8:48 UTC  (2+ messages)

[PATCH 1/2] pinctrl: qcom: ipq4019: add open drain support
 2020-07-16  8:47 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-16  8:47 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2020-07-16  8:47 UTC 

kernel oops in 'typec_ucsi' due to commit 'drivers property: When no children in primary, try secondary'
 2020-07-16  8:47 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2020-07-16  8:47 UTC 

[kvm-unit-tests PATCH v13 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-16  8:46 UTC  (11+ messages)
` [kvm-unit-tests PATCH v13 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v13 2/9] s390x: I/O interrupt registration
` [kvm-unit-tests PATCH v13 3/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v13 4/9] s390x: clock and delays calculations
` [kvm-unit-tests PATCH v13 5/9] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v13 6/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v13 7/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v13 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v13 9/9] s390x: css: ssch/tsch with sense and interrupt

[PATCHv2] mm: Fix warning in move_normal_pmd()
 2020-07-16  8:46 UTC  (13+ messages)

[PATCH v4 1/8] irqchip/loongson-htpic: Remove redundant kfree operation
 2020-07-16  8:45 UTC 

[PATCH 2/2] perf record: Support closing siblings' file descriptors
 2020-07-16  8:42 UTC  (2+ messages)
` [perf record] d65f0cbbc6: perf-sanity-tests.Setup_struct_perf_event_attr.fail

[MPTCP] [PATCH net-next] mptcp: add REMOVE_ADDR support v1
 2020-07-16  8:45 UTC 

[PATCH -next] drivers: visorbus: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16  8:48 UTC 

[PATCH] usb: gadget: pch_udc: Convert to use GPIO descriptors
 2020-07-16  8:44 UTC  (3+ messages)

[drm/ast] 1728bf6402: WARNING:at_drivers/gpu/drm/drm_mode_config.c:#drm_mode_config_cleanup[drm]
 2020-07-16  8:44 UTC 

[PATCH V3] arm64: dts: Introduce r8a774a1-beacon-rzg2m-kit
 2020-07-16  8:43 UTC  (2+ messages)

device compatibility interface for live migration with assigned devices
 2020-07-16  8:32 UTC  (4+ messages)

[PATCH -next] debugobjects: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16  8:47 UTC 

[Buildroot] audit2allow BR support
 2020-07-16  8:44 UTC  (3+ messages)

[PATCH -next] hsr: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16  8:47 UTC 

[PATCH -next] scsi: hisi_sas: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16  8:47 UTC 

[Buildroot] [PATCH] package/swupdate: Backport fixes
 2020-07-16  8:43 UTC  (2+ messages)

[PATCH v5 00/22] fanotify events with name info
 2020-07-16  8:42 UTC  (23+ messages)
` [PATCH v5 01/22] fanotify: generalize the handling of extra event flags
` [PATCH v5 02/22] fanotify: generalize merge logic of events on dir
` [PATCH v5 03/22] fanotify: distinguish between fid encode error and null fid
` [PATCH v5 04/22] fanotify: generalize test for FAN_REPORT_FID
` [PATCH v5 05/22] fanotify: mask out special event flags from ignored mask
` [PATCH v5 06/22] fanotify: prepare for implicit event flags in mark mask
` [PATCH v5 07/22] fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks
` [PATCH v5 08/22] fsnotify: add object type "child" to object type iterator
` [PATCH v5 09/22] fanotify: use struct fanotify_info to parcel the variable size buffer
` [PATCH v5 10/22] fanotify: no external fh buffer in fanotify_name_event
` [PATCH v5 11/22] dnotify: report both events on parent and child with single callback
` [PATCH v5 12/22] inotify: "
` [PATCH v5 13/22] fanotify: "
` [PATCH v5 14/22] fsnotify: send event to "
` [PATCH v5 15/22] fsnotify: send event with parent/name info to sb/mount/non-dir marks
` [PATCH v5 16/22] fsnotify: remove check that source dentry is positive
` [PATCH v5 17/22] fsnotify: send MOVE_SELF event with parent/name info
` [PATCH v5 18/22] fanotify: add basic support for FAN_REPORT_DIR_FID
` [PATCH v5 19/22] fanotify: report events with parent dir fid to sb/mount/non-dir marks
` [PATCH v5 20/22] fanotify: add support for FAN_REPORT_NAME
` [PATCH v5 21/22] fanotify: report parent fid + name + child fid
` [PATCH v5 22/22] fanotify: report parent fid "

[PATCH v6 00/11] Implement support for external IPT monitoring
 2020-07-16  8:42 UTC  (5+ messages)
` [PATCH v6 10/11] tools/libxc: add xc_vmtrace_* functions
` [PATCH v6 11/11] tools/proctrace: add proctrace tool

[PATCH -next] scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16  8:46 UTC 

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-07-16  8:42 UTC 

[dpdk-dev] [PATCH v2 0/3] introduce global debug flag
 2020-07-16  8:41 UTC  (5+ messages)
  ` [dpdk-dev] [PATCH v3 0/4] "
    ` [dpdk-dev] [PATCH v3 2/4] config: remove unused config flags

[PATCH 0/3] DH: SP800-56A rev 3 compliant shared secret
 2020-07-16  8:41 UTC  (5+ messages)
` [PATCH v2 0/5] DH: SP800-56A rev 3 compliant validation checks
  ` [PATCH v2 2/5] lib/mpi: Add mpi_sub_ui()

[PATCH v2 2/2] btrfs: qgroup: add sysfs interface for debug
 2020-07-16  8:41 UTC  (5+ messages)

[PATCH -next] scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16  8:44 UTC 

[PATCH v4 0/7] iommu/vt-d: Misc tweaks and fixes for vSVA
 2020-07-16  8:40 UTC  (4+ messages)
` [PATCH v4 6/7] iommu/vt-d: Warn on out-of-range invalidation address

[PATCH] bluetoothctl: Add support for discover characteristic by uuid
 2020-07-16  8:40 UTC  (10+ messages)
` [PATCH] bluetoothctl:Add support for read characteristics value
` [PATCH 1/2] bluez:load Generic access service
` [PATCH] bluez:update handle for large database

[PATCH] drivers/i2c: Removes 'blacklist' from file
 2020-07-16  8:40 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-07-16  8:40 UTC 

[PATCH] genirq/irqdomain: Remove redundant NULL pointer check on fwnode
 2020-07-16  8:39 UTC 

[RFC PATCH-for-5.2 0/5] qom: Let ObjectPropertyGet functions return a boolean value
 2020-07-16  8:38 UTC  (5+ messages)
` [PATCH-for-5.2 1/5] hw/core/qdev-properties: Simplify get_reserved_region()

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2020-07-16  8:38 UTC 

[RFC PATCH 04/15] x86/pks: Preserve the PKRS MSR on context switch
 2020-07-16  8:37 UTC  (3+ messages)
` [x86/pks] 061e3e0b92: leaking-addresses.dmesg.uncheckedMSRaccesserror:WRMSRto0x6e1(triedtowrite0x0000000055555554)atrIP:(write_pkrs+0x15/0x2b)

Linux 4.19.133
 2020-07-16  8:37 UTC  (2+ messages)

Linux 5.4.52
 2020-07-16  8:37 UTC  (2+ messages)

Linux 5.7.9
 2020-07-16  8:37 UTC  (2+ messages)

[PATCH 0/1] MAINTAINERS: add security quotient field
 2020-07-16  8:36 UTC  (10+ messages)
` [PATCH 1/1] MAINTAINERS: introduce cve or "

[PATCH] azure: gitlab: travis: Update OpenSBI used for RISC-V testing
 2020-07-16  8:37 UTC  (3+ messages)

[PATCH] bcache: Fix typo in Kconfig name
 2020-07-16  8:36 UTC  (2+ messages)

[RFC PATCH v2] sunxi: Add UART4 console support for A64
 2020-07-16  8:36 UTC  (2+ messages)

[PATCHv1 0/3] Enable RTC on Odroid N2
 2020-07-16  8:35 UTC  (9+ messages)

possible deadlock in uprobe_clear_state (2)
 2020-07-16  8:35 UTC  (4+ messages)
` [PATCH] binder: Don't use mmput() from shrinker function

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-07-16  8:35 UTC 

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-07-16  8:35 UTC 

[RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
 2020-07-16  8:32 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/linkinjeon/exfat
 2020-07-16  8:34 UTC 

[PATCH v4 0/2] Add new UniPhier AHCI PHY driver
 2020-07-16  8:32 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: phy: Add UniPhier AHCI PHY description
` [PATCH v4 2/2] phy: socionext: Add UniPhier AHCI PHY driver support

post-receive: pub/scm/linux/kernel/git/linkinjeon/exfat
 2020-07-16  8:33 UTC 

[PATCH 0/4] Add support for the SquashFS filesystem
 2020-07-16  8:33 UTC  (4+ messages)
` [PATCH 0/3] squashfs fixes

[igt-dev] [PATCH i-g-t]i915/gem_madvise: added description for test case
 2020-07-16  8:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_madvise: "

Patchwork for linux-riscv
 2020-07-16  8:32 UTC  (2+ messages)

[PATCH] dt-bindings: display: sun8i-mixer: Remove duplicated 'iommus'
 2020-07-16  8:32 UTC  (2+ messages)

[PATCH] pinctrl: aspeed: Describe the heartbeat function on ball Y23
 2020-07-16  8:32 UTC  (2+ messages)

[PATCH v30 00/16] Multicolor Framework v30
 2020-07-16  8:31 UTC  (4+ messages)
` [PATCH v30 05/16] leds: multicolor: Introduce a multicolor class definition

[GIT PULL] USB-serial fixes for 5.8-rc6
 2020-07-16  8:32 UTC 

[TEGRA194_CPUFREQ PATCH v6 3/3] cpufreq: Add Tegra194 cpufreq driver
 2020-07-16  8:30 UTC  (4+ messages)
` [TEGRA194_CPUFREQ PATCH v6.1 "

[PATCH] pinctrl: aspeed: Improve debug output
 2020-07-16  8:31 UTC  (2+ messages)

[PATCH] watchdog: initialize device before misc_register
 2020-07-16  8:31 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] power: fix duplicated words in bq2415x_charger.h
 2020-07-16  8:31 UTC  (2+ messages)

0609ae011d ("x86/kasan: support KASAN_VMALLOC"): [ 22.842515] BUG: stack guard page was hit at (____ptrval____) (stack is (____ptrval____)..(____ptrval____))
 2020-07-16  8:30 UTC 

[Fuego] Docker terminology
 2020-07-16  8:31 UTC  (3+ messages)

[PATCH RESEND] lockdep: Move list.h inclusion into lockdep.h
 2020-07-16  8:30 UTC  (2+ messages)

[Fuego] Fuego on Debian 10 / Jenkins 2.235.1 (and python 3.7 support)
 2020-07-16  8:30 UTC  (3+ messages)

[PATCH v5 00/18] Add support for Nitro Enclaves
 2020-07-16  8:30 UTC  (3+ messages)
` [PATCH v5 01/18] nitro_enclaves: Add ioctl interface definition

[PATCH v2] gpio: omap: handle pin config bias flags
 2020-07-16  8:29 UTC  (2+ messages)

[PATCH v1 0/8] Hirschmann Hellcreek DSA driver
 2020-07-16  8:29 UTC  (5+ messages)
` [PATCH v1 2/8] net: dsa: Add DSA driver for Hirschmann Hellcreek switches

[PATCH vhost next 00/10] VDPA support for Mellanox ConnectX devices
 2020-07-16  8:28 UTC  (7+ messages)
` [PATCH vhost next 06/10] vdpa: Add means to communicate vq status on get_vq_state
` [PATCH vhost next 09/10] vdpa/mlx5: Add shared memory registration code

[dpdk-dev] [PATCH 0/5] Add support for GET/SET_STATUS on virtio-user pmd
 2020-07-16  8:28 UTC  (6+ messages)
` [dpdk-dev] [PATCH 4/5] net/virtio: add GET_STATUS support to virtio-user

[cip-dev] CIP IRC weekly meeting today
 2020-07-16  8:27 UTC  (2+ messages)

[PATCHv3 0/7] media: use vb2_video_unregister_device()
 2020-07-16  8:28 UTC  (5+ messages)
` [PATCHv3 2/7] qcom/camss: "

[PATCH] dt-bindings: pinctrl: renesas,rza2-pinctrl: Convert to json-schema
 2020-07-16  8:27 UTC  (3+ messages)

[REPORT] possible circular locking dependency when booting a VM on arm64 host
 2020-07-16  8:26 UTC  (5+ messages)

[dpdk-dev] [PATCH] net/i40e: fix fdir cannot receive rx writeback issue
 2020-07-16  8:25 UTC  (3+ messages)
` [dpdk-dev] [PATCH V2] "

[dpdk-dev] [RFC] mbuf: accurate packet Tx scheduling
 2020-07-16  8:23 UTC  (19+ messages)
` [dpdk-dev] [PATCH v3 00/17] net/mlx5: introduce "
  ` [dpdk-dev] [PATCH v3 01/17] common/mlx5: update common part to support packet pacing
  ` [dpdk-dev] [PATCH v3 02/17] net/mlx5: introduce send scheduling devargs
  ` [dpdk-dev] [PATCH v3 03/17] net/mlx5: fix UAR lock sharing for multiport devices
  ` [dpdk-dev] [PATCH v3 04/17] net/mlx5: introduce shared UAR resource
  ` [dpdk-dev] [PATCH v3 05/17] net/mlx5: create clock queue for packet pacing
  ` [dpdk-dev] [PATCH v3 06/17] net/mlx5: create rearm "
  ` [dpdk-dev] [PATCH v3 07/17] net/mlx5: create Tx queues with DevX
  ` [dpdk-dev] [PATCH v3 08/17] net/mlx5: allocate packet pacing context
  ` [dpdk-dev] [PATCH v3 09/17] net/mlx5: introduce clock queue service routine
  ` [dpdk-dev] [PATCH v3 10/17] net/mlx5: prepare Tx queue structures to support timestamp
  ` [dpdk-dev] [PATCH v3 11/17] net/mlx5: convert timestamp to completion index
  ` [dpdk-dev] [PATCH v3 12/17] net/mlx5: prepare Tx datapath to support sheduling
  ` [dpdk-dev] [PATCH v3 13/17] net/mlx5: add scheduling support to send routine template
  ` [dpdk-dev] [PATCH v3 14/17] net/mlx5: add read device clock support
  ` [dpdk-dev] [PATCH v3 15/17] net/mlx5: provide the send scheduling error statistics
  ` [dpdk-dev] [PATCH v3 16/17] common/mlx5: add register access DevX routine
  ` [dpdk-dev] [PATCH v3 17/17] net/mlx5: convert Rx timestamps in realtime format

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-07-16  8:26 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-07-16  8:26 UTC 

Commit 'Bluetooth: Consolidate encryption handling in hci_encrypt_cfm' broke my JBL TUNE500BT headphones
 2020-07-16  8:25 UTC 

[RFC for Linux v4 0/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES to report continuous pages
 2020-07-16  8:25 UTC  (6+ messages)
` [RFC for Linux v4 1/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES and inflate_cont_vq
      ` [virtio-dev] "

post-receive: pub/scm/linux/kernel/git/johan/usb-serial
 2020-07-16  8:25 UTC 

[PATCH v7 0/4] Extend coredump functionality
 2020-07-16  8:25 UTC  (3+ messages)
` [PATCH v7 3/4] remoteproc: Add inline "

[dpdk-dev] [PATCH v1] vhost: set zmbufs to NULL when freed
 2020-07-16  8:23 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/display/fbc: Disable fbc by default on TGL
 2020-07-16  8:55 UTC 

linux-next: manual merge of the akpm-current tree with the arm64 tree
 2020-07-16  8:23 UTC  (2+ messages)

[[PATCH v2] ppp: Allow arbitrary interface names to be specified in pppd config
 2020-07-16  8:23 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] crypto: use a stronger private key for tests
 2020-07-16  8:20 UTC  (2+ messages)

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-07-16  8:23 UTC  (5+ messages)
` [PATCH v6 0/5] "
  ` [PATCH v6 2/5] rebase -i: support --committer-date-is-author-date

[PATCH 0/2] Two Fixes for xsave compoent features
 2020-07-16  8:20 UTC  (3+ messages)
` [PATCH 1/2] i386/cpu: Clear FEAT_XSAVE_COMP_{LO, HI} when XSAVE is not available
` [PATCH 2/2] i386/cpu: Mask off unsupported XSAVE components

[PATCH v4 0/3] phy: omap-usb2: add quirk to disable charger detection
 2020-07-16  8:22 UTC  (4+ messages)
` [PATCH v4 1/3] dt-binding: phy: convert ti,omap-usb2 to YAML
` [PATCH v4 2/3] dt-binding: phy: ti,omap-usb2: Add quirk to disable charger detection
` [PATCH v4 3/3] phy: omap-usb2-phy: disable PHY charger detect

[PATCH 0/8] drm/mgag200: Support desktop chips
 2020-07-16  8:22 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/johan/usb-serial
 2020-07-16  8:21 UTC 

[PATCH 0/4] Add dtrace support on macOS
 2020-07-16  8:17 UTC  (5+ messages)
` [PATCH 1/4] scripts/tracetool: Fix dtrace generation for macOS
` [PATCH 2/4] scripts/tracetool: Use void pointer for vcpu
` [PATCH 3/4] build: Don't make object files for dtrace on macOS
` [PATCH 4/4] net/colo: Match is-enabled probe to tracepoint

[RFC PATCH 00/35] Move all PCIBIOS* definitions into arch/x86
 2020-07-16  8:18 UTC  (4+ messages)
    ` [Linux-kernel-mentees] "

OpenSUSE and Xen
 2020-07-16  8:19 UTC  (3+ messages)

[PATCH 3/4] cdc_ncm: replace the way cdc_ncm hooks into
 2020-07-16  8:19 UTC  (2+ messages)

Linux 5.7.3
 2020-07-16  8:15 UTC  (13+ messages)
  ` ath9k broken [was: Linux 5.7.3]

[PATCH,v2] ipvs: fix the connection sync failed in some cases
 2020-07-16  8:12 UTC 

[oe] [meta-python] [PATCH] python3-requests-file: Enable ptest
 2020-07-16 19:43 UTC  (2+ messages)
` [oe] [meta-python] [PATCH] python3-typeguard: "


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.