All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-05 16:28:40 to 2019-08-05 16:54:53 UTC [more...]

[PATCH 00/16] net: phy: adin: add support for Analog Devices PHYs
 2019-08-05 16:54 UTC  (17+ messages)
` [PATCH 01/16] "
` [PATCH 02/16] net: phy: adin: hook genphy_{suspend,resume} into the driver
` [PATCH 03/16] net: phy: adin: add support for interrupts
` [PATCH 04/16] net: phy: adin: add {write,read}_mmd hooks
` [PATCH 05/16] net: phy: adin: configure RGMII/RMII/MII modes on config
` [PATCH 06/16] net: phy: adin: support PHY mode converters
` [PATCH 07/16] net: phy: adin: make RGMII internal delays configurable
` [PATCH 08/16] net: phy: adin: make RMII fifo depth configurable
` [PATCH 09/16] net: phy: adin: add support MDI/MDIX/Auto-MDI selection
` [PATCH 10/16] net: phy: adin: add EEE translation layer for Clause 22
` [PATCH 11/16] net: phy: adin: PHY reset mechanisms
` [PATCH 12/16] net: phy: adin: read EEE setting from device-tree
` [PATCH 13/16] net: phy: adin: implement Energy Detect Powerdown mode
` [PATCH 14/16] net: phy: adin: make sure down-speed auto-neg is enabled
` [PATCH 15/16] net: phy: adin: add ethtool get_stats support
` [PATCH 16/16] dt-bindings: net: add bindings for ADIN PHY driver

[PATCH V13 00/12] PCI: tegra: Add Tegra194 PCIe support
 2019-08-05 16:54 UTC  (12+ messages)
` [PATCH V13 12/12] "

[PATCH 1/5] drm/i915: stop pruning reservation object after wait
 2019-08-05 16:54 UTC  (8+ messages)
` [PATCH 5/5] dma-buf: nuke reservation_object seq number
    ` [Intel-gfx] "

drm/komeda: Add support for generation of CRC data per frame
 2019-08-05 16:54 UTC  (5+ messages)
` [PATCH] drm/crc-debugfs: Add notes about CRC<->commit interactions

[PATCH] KEYS: trusted: allow module init if TPM is inactive or deactivated
 2019-08-05 16:53 UTC  (15+ messages)

[PATCH 1/2] libedit: Move from meta-oe
 2019-08-05 16:53 UTC  (3+ messages)

[PATCH] drm/i915/perf: Refactor oa object to better manage resources
 2019-08-05 16:53 UTC 

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-05 16:53 UTC  (6+ messages)
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()

[RFC PATCH 0/5] media: v4l2: Add m2m codec helpers
 2019-08-05 16:53 UTC  (3+ messages)
` [RFC PATCH 3/5] "

[RFC PATCH 00/40] soundwire: updates for 5.4
 2019-08-05 16:54 UTC  (7+ messages)
` [RFC PATCH 23/40] soundwire: stream: fix disable sequence
    ` [alsa-devel] "
` [RFC PATCH 27/40] soundwire: Add Intel resource management algorithm

[PATCH v1 0/16] drm: panel related updates
 2019-08-05 16:51 UTC  (5+ messages)
` [PATCH v1 14/16] drm/panel: call prepare/enable only once

[PATCH] page flags: prioritize kasan bits over last-cpuid
 2019-08-05 16:51 UTC 

[RFC PATCH 1/2] mmc: sdhci: Manually check card status after reset
 2019-08-05 16:49 UTC  (10+ messages)

[PATCH net-next 00/26] net: stmmac: Misc improvements for XGMAC
 2019-08-05 16:44 UTC  (41+ messages)
` [PATCH net-next 01/26] net: stmmac: xgmac: Fix XGMAC selftests
` [PATCH net-next 02/26] net: stmmac: xgmac: Implement MMC counters
` [PATCH net-next 03/26] net: stmmac: Fix issues when number of Queues >= 4
` [PATCH net-next 04/26] net: stmmac: xgmac: Implement set_mtl_tx_queue_weight()
` [PATCH net-next 05/26] net: stmmac: xgmac: Implement tx_queue_prio()
` [PATCH net-next 06/26] net: stmmac: Implement RSS and enable it in XGMAC core
` [PATCH net-next 07/26] net: stmmac: selftests: Add RSS test
` [PATCH net-next 08/26] net: stmmac: Implement VLAN Hash Filtering in XGMAC
` [PATCH net-next 09/26] net: stmmac: selftests: Add test for VLAN and Double VLAN Filtering
` [PATCH net-next 10/26] net: stmmac: Implement Safety Features in XGMAC core
` [PATCH net-next 11/26] net: stmmac: Add Flexible RX Parser support in XGMAC
` [PATCH net-next 12/26] net: stmmac: tc: Do not return a fragment entry
` [PATCH net-next 13/26] net: stmmac: selftests: Add a selftest for Flexible RX Parser
` [PATCH net-next 14/26] net: stmmac: Get correct timestamp values from XGMAC
` [PATCH net-next 15/26] net: stmmac: Prepare to add Split Header support
` [PATCH net-next 16/26] net: stmmac: xgmac: Correctly return that RX descriptor is not last one
` [PATCH net-next 17/26] net: stmmac: Add Split Header support and enable it in XGMAC cores
` [PATCH net-next 18/26] net: stmmac: dwxgmac: Add Flexible PPS support
` [PATCH net-next 19/26] net: stmmac: Add ethtool register dump for XGMAC cores
` [PATCH net-next 20/26] net: stmmac: Add a counter for Split Header packets
` [PATCH net-next 21/26] net: stmmac: Add support for SA Insertion/Replacement in XGMAC cores
` [PATCH net-next 22/26] net: stmmac: selftests: Add tests for SA Insertion/Replacement
` [PATCH net-next 23/26] net: stmmac: xgmac: Add EEE support
` [PATCH net-next 24/26] net: stmmac: Add support for VLAN Insertion Offload
` [PATCH net-next 25/26] net: stmmac: selftests: Add selftest for VLAN TX Offload
` [PATCH net-next 26/26] net: stmmac: selftests: Return proper error code to userspace

[dpdk-dev] [PATCH] drivers/octeontx2: fix coverity issues
 2019-08-05 16:48 UTC  (3+ messages)

[PATCH v3] KEYS: trusted: allow module init if TPM is inactive or deactivated
 2019-08-05 16:44 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests/test-hbitmap: test next_zero and _next_dirty_area after truncate
 2019-08-05 16:46 UTC 

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure
 2019-08-05 16:47 UTC  (4+ messages)

[Qemu-riscv] [PATCH 00/28] riscv: sifive_u: Improve the emulation fidelity of sifive_u machine
 2019-08-05 16:44 UTC  (7+ messages)
` [Qemu-riscv] [PATCH 07/28] riscv: sifive_u: Set the minimum number of cpus to 2
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH 09/28] riscv: sifive_u: Update UART base addresses
  ` [Qemu-devel] "

[Xen-devel] [PATCH] passthrough/amd: Drop "IOMMU not found" message
 2019-08-05 16:44 UTC 

[PATCH 0/1] [v2.23.0 BUG] commit-graph: fix bug around octopus merges
 2019-08-05 16:43 UTC  (2+ messages)
` [PATCH 1/1] "

[tpm2] [RELEASE CANDIDATE] tpm2-tools: 3.2.1-rc0
 2019-08-05 16:43 UTC 

[Qemu-devel] [PULL 0/7] Block patches for 4.1.0-rc4
 2019-08-05 16:37 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] backup: Copy only dirty areas
` [Qemu-devel] [PULL 2/7] iotests: Test backup job with two guest writes
` [Qemu-devel] [PULL 3/7] util/hbitmap: update orig_size on truncate
` [Qemu-devel] [PULL 4/7] iotests: Test incremental backup after truncation
` [Qemu-devel] [PULL 5/7] mirror: Only mirror granularity-aligned chunks
` [Qemu-devel] [PULL 6/7] iotests: Test unaligned blocking mirror write
` [Qemu-devel] [PULL 7/7] block/backup: disable copy_range for compressed backup

[PATCH] loop: Don't change loop device under exclusive opener
 2019-08-05 16:41 UTC  (10+ messages)

[PATCH 0/9] arm64: Stolen time support
 2019-08-05 16:40 UTC  (10+ messages)
` [PATCH 1/9] KVM: arm64: Document PV-time interface
` [PATCH 6/9] KVM: arm64: Provide a PV_TIME device to user space

[PATCH] iio: frequency: adf4371: Fix output frequency setting
 2019-08-05 16:40 UTC  (3+ messages)

Clarify some questions about BIOS update (phosphor-ipmi-flash)
 2019-08-05 16:39 UTC  (4+ messages)

Automatic prebuilt management
 2019-08-05 16:39 UTC  (2+ messages)

[PATCH V4 00/11] 52-bit kernel + user VAs
 2019-08-05 16:38 UTC  (5+ messages)
` [PATCH V4 03/11] arm64: kasan: Switch to using KASAN_SHADOW_OFFSET
` [PATCH V4 04/11] arm64: dump: De-constify VA_START and KASAN_SHADOW_START

[PATCH] NFSv4: Fix an Oops in nfs4_do_setattr
 2019-08-05 16:38 UTC  (2+ messages)

[PATCH -next] drm/pl111: Fix unused variable warning
 2019-08-05 16:38 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/4] examples/client_server_mp: fix port issues
 2019-08-05 16:38 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7 0/2] examples/client_server_mp: port id (fixes only)
  ` [dpdk-dev] [PATCH v7 1/2] examples/multi_process/client_server_mp: check port validity
  ` [dpdk-dev] [PATCH v7 2/2] examples/multi_process/client_server_mp - fix crash in mp_client with sparse ports

[dpdk-dev] [PATCH] net/octeontx2: add 96xx A1 silicon revision support
 2019-08-05 16:38 UTC  (2+ messages)

[PATCH] dtc: Provide libfdt
 2019-08-05 16:37 UTC  (2+ messages)

[RFC PATCH 0/2] Hello
 2019-08-05 16:37 UTC  (7+ messages)
` [RFC PATCH 1/2] Regulator: Core: Add clock-enable to fixed-regulator

[PATCH v7 0/3] add support for rng-seed
 2019-08-05 16:34 UTC  (3+ messages)

[PATCH v2 0/2] Refactor snapshot vs nocow writers locking
 2019-08-05 16:36 UTC  (3+ messages)
` [RFC PATCH] btrfs: Hook btrfs' DRW lock to locktorture infrastructure

[PATCHv2 0/3] convert i915 to new mount API
 2019-08-05 16:36 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-05 16:25 UTC  (60+ messages)
` [PATCH v8 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
  ` [f2fs-dev] "
` [PATCH v8 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
  ` [f2fs-dev] "
` [PATCH v8 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
  ` [f2fs-dev] "
` [PATCH v8 04/20] fscrypt: add ->ci_inode to fscrypt_info
  ` [f2fs-dev] "
` [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key
  ` [f2fs-dev] "
` [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies
  ` [f2fs-dev] "
` [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c
  ` [f2fs-dev] "
` [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c
  ` [f2fs-dev] "
` [PATCH v8 09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
  ` [f2fs-dev] "
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
  ` [f2fs-dev] "
` [PATCH v8 11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
  ` [f2fs-dev] "
` [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation
  ` [f2fs-dev] "
` [PATCH v8 13/20] fscrypt: v2 encryption policy support
  ` [f2fs-dev] "
` [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
  ` [f2fs-dev] "
` [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
  ` [f2fs-dev] "
` [PATCH v8 16/20] fscrypt: require that key be added when setting a v2 encryption policy
  ` [f2fs-dev] "
` [PATCH v8 17/20] ext4: wire up new fscrypt ioctls
  ` [f2fs-dev] "
` [PATCH v8 18/20] f2fs: "
  ` [f2fs-dev] "
` [PATCH v8 19/20] ubifs: "
  ` [f2fs-dev] "
` [PATCH v8 20/20] fscrypt: document the new ioctls and policy version
  ` [f2fs-dev] "

[PATCH 1/2] drm/shmem: Add madvise state and purge helpers
 2019-08-05 16:35 UTC  (2+ messages)

[PATCH] scsi: target/tcm_loop: update upper limit of LUN
 2019-08-05 16:33 UTC  (2+ messages)

[PATCH v3] pseudo: Fix openat() with a symlink pointing to a directory
 2019-08-05 16:32 UTC 

[PATCH] iio: imu: inv_mpu6050: add header include protection macro
 2019-08-05 16:32 UTC  (2+ messages)

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-08-05 16:32 UTC  (3+ messages)
` [PATCH v9 01/11] x86/crypto: Adapt assembly for PIE support

[PATCH 1/2] nvme-fabrics: Add type of service (TOS) configuration
 2019-08-05 16:31 UTC  (2+ messages)

About usb_new_device() API
 2019-08-05 16:30 UTC  (2+ messages)

[PATCH] iio: imu: inv_mpu6050: be more explicit on supported chips
 2019-08-05 16:30 UTC  (2+ messages)

[PATCH] dma-buf: fix stack corruption in dma_fence_chain_release
 2019-08-05 16:30 UTC  (4+ messages)

[PATCH] kernel-doc: ignore __printf attribute
 2019-08-05 16:29 UTC 

[PATCH v2] of/fdt: implement a "merge-cmdline" property
 2019-08-05 16:29 UTC  (2+ messages)

[PATCH] ndctl, check: Ensure mmap of BTT sections work with 64K page-size
 2019-08-05 16:26 UTC  (4+ messages)

[PATCH 1/4] pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller init
 2019-08-05 16:27 UTC  (2+ messages)
` [PATCH 4/4] pinctrl: samsung: Fix device node refcount leaks in init code


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.