All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-23 17:52:37 to 2020-07-23 18:53:28 UTC [more...]

[PATCH] encrypted-keys: Replace HTTP links with HTTPS ones
 2020-07-23 18:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH for-5.1? 0/3] Fix nbd reconnect dead-locks
 2020-07-23 18:52 UTC  (5+ messages)
` [PATCH 1/3] block/nbd: allow drain during reconnect attempt
` [PATCH 2/3] block/nbd: on shutdown terminate connection attempt

[PATCH v10 0/2] ADD interconnect support for Qualcomm DWC3 driver
 2020-07-23 18:51 UTC  (4+ messages)
` [PATCH v10 1/2] usb: dwc3: qcom: Add interconnect support in dwc3 driver
` [PATCH v10 2/2] arm64: dts: qcom: sc7180: Add maximum speed property for DWC3 USB node

[PATCH v4 0/6] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC
 2020-07-23 18:49 UTC  (14+ messages)
` [PATCH v4 1/6] usb: gadget: udc: atmel: use of_find_matching_node_and_match
` [PATCH v4 2/6] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x60
` [PATCH v4 3/6] usb: gadget: udc: atmel: simplify endpoint allocation
` [PATCH v4 4/6] usb: gadget: udc: atmel: use 1 bank endpoints for control transfers
` [PATCH v4 5/6] usb: gadget: udc: atmel: update endpoint allocation for sam9x60
` [PATCH v4 6/6] ARM: dts: at91: sam9x60ek: enable usb device

[PATCH 0/4] qom: reduce boilerplate required for declaring and defining objects
 2020-07-23 18:50 UTC  (6+ messages)
` [PATCH 1/4] qom: make object_ref/unref use a void * instead of Object *
` [PATCH 2/4] qom: provide convenient macros for declaring and defining types
` [PATCH 3/4] crypto: use QOM macros for declaration/definition of secret types
` [PATCH 4/4] crypto: use QOM macros for declaration/definition of TLS creds types

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-23 18:47 UTC  (12+ messages)
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR

[PATCH] net/ncsi: use eth_zero_addr() to clear mac address
 2020-07-23 18:50 UTC  (2+ messages)

[PATCH] cxgb4: use eth_zero_addr() to clear mac address
 2020-07-23 18:49 UTC  (2+ messages)

[PATCH v3 1/3] dt-bindings: vendor-prefixes: add Seeed Studio
 2020-07-23 18:47 UTC  (5+ messages)
` [PATCH v3 3/3] ARM: dts: stm32: add initial support for stm32mp157-odyssey board
  ` [Linux-stm32] "

[MPTCP] [PATCH net-next 0/8] mptcp: non backup subflows pre-reqs
 2020-07-23 18:47 UTC  (3+ messages)
`  "
  ` [MPTCP] "

[Intel-gfx] [PATCH] drm/i915/gem: Delay tracking the GEM context until it is registered
 2020-07-23 18:46 UTC  (5+ messages)
`  "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "

[PATCH v2 0/2] Add documentation and machine driver for SC7180 sound card
 2020-07-23 18:44 UTC  (6+ messages)
` [PATCH v2 2/2] ASoC: qcom: sc7180: Add machine driver for sound card registration

[PATCH v5] Makefile: Add clang-tidy and static analyzer support to makefile
 2020-07-23 18:45 UTC  (2+ messages)

[PATCH 0/7] ASoC: qcom: Use qcom_snd_parse_of() for apq8016_sbc
 2020-07-23 18:39 UTC  (8+ messages)
` [PATCH 1/7] ASoC: qcom: Use devm for resource management
` [PATCH 2/7] ASoC: qcom: common: Use snd_soc_dai_link_set_capabilities()
` [PATCH 3/7] ASoC: q6afe: Remove unused q6afe_is_rx_port() function
` [PATCH 4/7] ASoC: qcom: common: Support parsing links without DPCM
` [PATCH 5/7] ASoC: qcom: common: Parse properties with "qcom," prefix
` [PATCH 6/7] ASoC: qcom: apq8016_sbc: Use qcom_snd_parse_of()
` [PATCH 7/7] ASoC: qcom: common: Avoid printing errors for -EPROBE_DEFER

[PATCH 00/27] xhci features for usb-next
 2020-07-23 18:47 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Disable preparser around xcs invalidations on tgl
 2020-07-23 18:42 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/gt: Disable preparser around xcs invalidations on tgl (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[meta-virtualization][PATCH v2] qemu: Remove duplicated xen PACKAGECONFIG
 2020-07-23 18:41 UTC  (2+ messages)

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-07-23 18:41 UTC  (6+ messages)

[PATCH bpf-next v4 00/13] bpf: implement bpf iterator for map elements
 2020-07-23 18:41 UTC  (14+ messages)
` [PATCH bpf-next v4 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next v4 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next v4 03/13] bpf: support readonly/readwrite buffers in verifier
` [PATCH bpf-next v4 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next v4 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next v4 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next v4 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next v4 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next v4 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next v4 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next v4 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next v4 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next v4 13/13] selftests/bpf: add a test for out of bound rdonly buf access

GPIO Interrupts
 2020-07-23 18:40 UTC 

[PATCH] dm-integrity: revert adc0daad366b to fix recalculation
 2020-07-23 18:39 UTC  (6+ messages)
`  "
    ` [PATCH v2] "

[PATCH v1 0/1] scale loop device lock
 2020-07-23 18:39 UTC  (5+ messages)
` [PATCH v1 1/1] loop: scale loop device by introducing per "

[PATCH] dm: Fix build error when OF_CONTROL is not set
 2020-07-23 18:38 UTC  (3+ messages)

[PATCH v2 0/3] powerpc/pseries: IPI doorbell improvements
 2020-07-23 17:18 UTC  (2+ messages)

Pull request for UEFI sub-system for efi-2020-10-rc1 (5)
 2020-07-23 18:36 UTC  (2+ messages)

[PATCH net-next v2] sfc: convert to new udp_tunnel infrastructure
 2020-07-23 18:36 UTC  (3+ messages)

[PATCH net-next 2/2] lib8390: Fix coding-style issues and remove verion printing
 2020-07-23 18:36 UTC 

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-23 18:35 UTC  (11+ messages)

MT7623 Ethernet TX performance regression
 2020-07-23 18:35 UTC  (3+ messages)
` Aw: "

[RFC PATCH] PCI, kdump: Clear bus master bit upon shutdown in kdump kernel
 2020-07-23 18:34 UTC  (4+ messages)

[PATCH net-next 1/2] 8390: Miscellaneous cleanups
 2020-07-23 18:34 UTC 

[OE-core][dunfell 00/25] Patch review
 2020-07-23 18:33 UTC  (13+ messages)
` [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

[PATCH net-next 0/2] 8390: core cleanup
 2020-07-23 18:33 UTC 

[PATCH v3] pack-write/docs: update regarding pack naming
 2020-07-23 18:32 UTC  (2+ messages)

[PATCH bpf-next v3 00/13] bpf: implement bpf iterator for map elements
 2020-07-23 18:32 UTC  (3+ messages)

[PATCH 0/4] nfs-utils patches
 2020-07-23 18:25 UTC  (4+ messages)
` [PATCH 2/4] idmapd: Add graceful exit and resource cleanup

[PATCH v5 0/1] power: Emit change uevent when updating sysfs
 2020-07-23 18:32 UTC  (3+ messages)
` [PATCH v5 1/1] power: Emit changed uevent on wakeup_sysfs_add/remove

[PATCH v5 00/10] x86/resctrl: Misc cleanup
 2020-07-23 18:31 UTC  (2+ messages)

[PATCH -v2 0/5] sched: TTWU, IPI and stuff
 2020-07-23 18:28 UTC  (6+ messages)
` [PATCH -v2 1/5] sched: Fix ttwu() race

[PATCH] x86/pv: Make the PV default WRMSR path match the HVM default
 2020-07-23 18:26 UTC 

Improving merge of tricky conflicts
 2020-07-23 18:26 UTC  (9+ messages)

[RFC 0/7] Add support to process rx packets in thread
 2020-07-23 18:26 UTC  (13+ messages)
` [RFC 1/7] mac80211: Add check for napi handle before WARN_ON
` [RFC 2/7] ath10k: Add support to process rx packet in thread

Please pull u-boot-dm
 2020-07-23 18:25 UTC  (2+ messages)

[xen-unstable-smoke test] 152152: tolerable all pass - PUSHED
 2020-07-23 18:24 UTC 

[PATCH v2 0/4] mm/hugetlb: Small cleanup and improvement
 2020-07-23 18:21 UTC  (5+ messages)
` [PATCH v2 4/4] mm/hugetl.c: warn out if expected count of huge pages adjustment is not achieved

[PATCH 0/2] prep and grab_files cleanup
 2020-07-23 18:24 UTC  (2+ messages)

Patches to apply to stable releases [7/23/2020]
 2020-07-23 18:24 UTC  (2+ messages)

[RFC PATCH] mm: silence soft lockups from unlock_page
 2020-07-23 18:22 UTC  (11+ messages)

[RFC PATCH 0/4] dtc: Add a plugin interface
 2020-07-23 18:22 UTC  (4+ messages)
` [RFC PATCH 4/4] "

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

[PATCH] netlink: add buffer boundary checking
 2020-07-23 18:21 UTC 

[PATCH v4 00/20] coresight: allow to build coresight as modules
 2020-07-23 18:18 UTC  (5+ messages)
` [PATCH v4 06/20] coresight: add try_get_module() in coresight_grab_device()

[RFC][BUG] io_uring: fix work corruption for poll_add
 2020-07-23 18:19 UTC  (3+ messages)

master - cachevol: generate a unique name when creating
 2020-07-23 18:19 UTC 

[tip:irq/urgent] BUILD SUCCESS ec0160891e387f4771f953b888b1fe951398e5d9
 2020-07-23 18:16 UTC 

[PATCH] layer.conf: remove dependency on meta-python
 2020-07-23 18:16 UTC  (5+ messages)
` [meta-arm] "

CLA - Adam Stankiewicz
 2020-07-23 18:16 UTC  (2+ messages)

[PATCH RFC leds + net-next v2 0/1] Add support for LEDs on Marvell PHYs
 2020-07-23 18:13 UTC  (2+ messages)
` [PATCH RFC leds + net-next v2 1/1] net: phy: marvell: add support for PHY LEDs via LED class

[RFC PATCH] s390x/pci: vfio-pci breakage with disabled mem enforcement
 2020-07-23 18:12 UTC  (3+ messages)

[PATCH v5 bpf-next 0/5] bpf: fix stackmap on perf_events with PEBS
 2020-07-23 18:06 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/5] bpf: separate bpf_get_[stack|stackid] for perf events BPF
` [PATCH v5 bpf-next 2/5] bpf: fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
` [PATCH v5 bpf-next 3/5] libbpf: print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO
` [PATCH v5 bpf-next 4/5] selftests/bpf: add callchain_stackid
` [PATCH v5 bpf-next 5/5] selftests/bpf: add get_stackid_cannot_attach

KASAN: use-after-free Read in vlan_dev_get_iflink
 2020-07-23 18:12 UTC 

Build failure in -next with get_user_pages_remote() API change
 2020-07-23 18:10 UTC  (6+ messages)

[Intel-gfx] [PATCH 2/2] drm/i915/gt: Stall around xcs invalidations on tgl
 2020-07-23 18:10 UTC  (2+ messages)
` [Intel-gfx] [PATCH] "

[PATCH] arm-bsp: Fix a5ds dunfell support
 2020-07-23 18:08 UTC  (2+ messages)
` [meta-arm] "

[PATCH v3] staging: octeon: Add the license identifier
 2020-07-23 18:07 UTC  (2+ messages)

[PATCH 5.8] io_uring: missed req_init_async() for IOSQE_ASYNC
 2020-07-23 18:07 UTC  (2+ messages)

DONATION OFFER
 2020-07-23 16:54 UTC 

[PATCH] ASoC: core: use less strict tests for dailink capabilities
 2020-07-23 18:05 UTC 

[PATCH v4 0/5] DVFS support for Venus
 2020-07-23 18:06 UTC  (3+ messages)
` [PATCH v4 4/5] arm64: dts: sdm845: Add OPP tables and power-domains for venus

[PATCH] sha1-file: make pretend_object_file() not prefetch
 2020-07-23 18:06 UTC  (4+ messages)

[PATCH V2 0/3] gpio-xilinx: Update on xilinx gpio driver
 2020-07-23 18:03 UTC  (4+ messages)
` [PATCH V2 2/3] gpio: xilinx: Add interrupt support

Suggested patches for merging
 2020-07-23 18:04 UTC  (4+ messages)

[PATCH ima-evm-utils] Drop empty NEWS file
 2020-07-23 18:04 UTC  (12+ messages)
                ` [PATCH ima-evm-utils] release feature discussion [renamed from Drop empty NEWS file]

Porting Xen to Jetson Nano
 2020-07-23 18:04 UTC  (2+ messages)

[PULL 0/9] acpi,virtio,pc: bugfixes
 2020-07-23 18:00 UTC  (2+ messages)

DNS Issues with Wireguard for Windows
 2020-07-23 18:03 UTC  (3+ messages)

[PATCH-for-5.1] libvhost-user: Report descriptor index on panic
 2020-07-23 18:00 UTC  (3+ messages)

[PATCH] PCI/P2PDMA: Add AMD Zen 2 root complex to the list of allowed bridges
 2020-07-23 18:01 UTC  (2+ messages)

[PATCH v3 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-23 17:55 UTC  (2+ messages)

[PATCH net-next 0/6] l2tp: further checkpatch.pl cleanups
 2020-07-23 18:00 UTC  (2+ messages)

[v2][meta-oe][PATCH 1/1] lvm2: allow for reproducible binary builds
 2020-07-23 17:59 UTC 

[PATCH v6 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-07-23 17:58 UTC  (4+ messages)
` [PATCH v6 1/3] Drivers: hv: vmbus: Add "

[PATCH] block/amend: Check whether the node exists
 2020-07-23 17:56 UTC  (2+ messages)

[PATCH for-5.1 0/3] virtiofsd: allow virtiofsd to run in a container
 2020-07-23 17:55 UTC  (6+ messages)
` [PATCH for-5.1 2/3] virtiofsd: add container-friendly -o chroot sandboxing option
        ` [Virtio-fs] "

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-07-23 17:56 UTC  (20+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] maintenance: create basic maintenance runner
  ` [PATCH v2 02/18] maintenance: add --quiet option
  ` [PATCH v2 03/18] maintenance: replace run_auto_gc()
  ` [PATCH v2 04/18] maintenance: initialize task array
  ` [PATCH v2 05/18] maintenance: add commit-graph task
  ` [PATCH v2 06/18] maintenance: add --task option
  ` [PATCH v2 07/18] maintenance: take a lock on the objects directory
  ` [PATCH v2 08/18] maintenance: add prefetch task
  ` [PATCH v2 09/18] maintenance: add loose-objects task
  ` [PATCH v2 10/18] maintenance: add incremental-repack task
  ` [PATCH v2 11/18] maintenance: auto-size incremental-repack batch
  ` [PATCH v2 12/18] maintenance: create maintenance.<task>.enabled config
  ` [PATCH v2 13/18] maintenance: use pointers to check --auto
  ` [PATCH v2 14/18] maintenance: add auto condition for commit-graph task
  ` [PATCH v2 15/18] maintenance: create auto condition for loose-objects
  ` [PATCH v2 16/18] maintenance: add incremental-repack auto condition
  ` [PATCH v2 17/18] midx: use start_delayed_progress()
  ` [PATCH v2 18/18] maintenance: add trace2 regions for task execution

[PATCH v2] vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267
 2020-07-23 17:55 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Tianma nt36672a video mode panel
 2020-07-23 17:55 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: Add bindings for Tianma nt36672a panel

[PATCH] media: camss: fix memory leaks on error handling paths in probe
 2020-07-23 17:46 UTC 

[PATCH net-next v2 0/7] Add an MDIO sub-node under MACB
 2020-07-23 17:51 UTC  (3+ messages)
` [PATCH net-next v2 2/7] dt-bindings: net: macb: use an MDIO node as a container for PHY nodes


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.