All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-30 02:50:05 to 2019-08-30 04:15:56 UTC [more...]

[PATCH] python-manilaclient: upgrade 1.27.0 -> 1.28.0
 2019-08-30  4:15 UTC  (2+ messages)

[PATCH internal net-next 0/2] Minor refactor in devlink
 2019-08-30  4:13 UTC  (4+ messages)
` [PATCH internal net-next 1/2] devlink: Make port index data type as unsigned int
` [PATCH internal net-next 2/2] devlink: Use switch-case instead of if-else

mmotm 2019-08-27-20-39 uploaded
 2019-08-30  4:10 UTC  (9+ messages)
` mmotm 2019-08-27-20-39 uploaded (objtool: xen)

broken userland ABI in configfs binary attributes
 2019-08-30  4:10 UTC  (8+ messages)
` [RFC] "

[meta-oe][PATCH V2] cryptsetup: add libdevmapper to RDEPENDS
 2019-08-30  4:07 UTC  (5+ messages)
` [PATCH V3] "

[dpdk-dev] [PATCH] net/octeontx2: allow vfs to enable back pressure
 2019-08-30  4:04 UTC 

[PATCH] iommu/qcom_iommu: Use struct_size() helper
 2019-08-30  4:03 UTC 

[PATCH] clarify documentation for remote helpers
 2019-08-30  4:03 UTC  (2+ messages)

[PATCH nft v6] meta: add ibrpvid and ibrvproto support
 2019-08-30  4:01 UTC 

Enable KCS interface in zaius
 2019-08-30  3:59 UTC  (2+ messages)

[RESEND, PATCH v7 0/11] Add mt7629 and fix mt7628 pwm
 2019-08-30  3:57 UTC  (24+ messages)
` [PATCH v7 01/11] pwm: mediatek: add a property "num-pwms"
` [PATCH v7 02/11] pwm: mediatek: droping the check for of_device_get_match_data
` [PATCH v7 03/11] pwm: mediatek: remove a property "has-clks"
` [PATCH v7 04/11] pwm: mediatek: allocate the clks array dynamically
` [PATCH v7 05/11] pwm: mediatek: use pwm_mediatek as common prefix
` [PATCH v7 06/11] pwm: mediatek: update license and switch to SPDX tag
` [PATCH v7 07/11] dt-bindings: pwm: pwm-mediatek: add a property "num-pwms"
` [PATCH v7 08/11] arm64: dts: mt7622: add a property "num-pwms" for PWM
` [PATCH v7 09/11] arm: dts: mt7623: "
` [PATCH v7 10/11] dt-bindings: pwm: update bindings for MT7629 SoC
` [PATCH v7 11/11] arm: dts: mediatek: add mt7629 pwm support

[PATCH 1/2] perf top: Decay all events in the evlist
 2019-08-30  3:58 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/null: update license text to SPDX format
 2019-08-30  3:57 UTC 

[SMB3][PATCH] Add more detailed log information on cache=ro mounts
 2019-08-30  3:57 UTC  (2+ messages)

[PATCH] mm/vmalloc: move 'area->pages' after if statement
 2019-08-30  3:57 UTC 

IPMI: Failed to execute IPMI commands with new user
 2019-08-30  3:54 UTC 

[dpdk-dev] [PATCH] doc: Update license text to SPDX format
 2019-08-30  3:57 UTC 

[PATCH v2 1/2] usb: gadget: net2280: Move all "ll" registers in one structure
 2019-08-30  3:56 UTC 

[PATCH v2 2/2] usb: gadget: net2280: Add workaround for AB chip Errata 11
 2019-08-30  3:56 UTC 

[PATCHSET 0/9] perf: Improve cgroup profiling (v1)
 2019-08-30  3:56 UTC  (6+ messages)
` [PATCH 1/9] perf/core: Add PERF_RECORD_CGROUP event

[PATCH net-next v2 00/22] bnxt_en: health and error recovery
 2019-08-30  3:55 UTC  (23+ messages)
` [PATCH net-next v2 01/22] bnxt_en: Use a common function to print the same ethtool -f error message
` [PATCH net-next v2 02/22] bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg()
` [PATCH net-next v2 03/22] bnxt_en: Convert error code in firmware message response to standard code
` [PATCH net-next v2 04/22] bnxt_en: Simplify error checking in the SR-IOV message forwarding functions
` [PATCH net-next v2 05/22] bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode
` [PATCH net-next v2 06/22] bnxt_en: Prepare bnxt_init_one() to be called multiple times
` [PATCH net-next v2 07/22] bnxt_en: Refactor bnxt_sriov_enable()
` [PATCH net-next v2 08/22] bnxt_en: Register buffers for VFs before reserving resources
` [PATCH net-next v2 09/22] bnxt_en: Handle firmware reset status during IF_UP
` [PATCH net-next v2 10/22] bnxt_en: Discover firmware error recovery capabilities
` [PATCH net-next v2 11/22] bnxt_en: Pre-map the firmware health monitoring registers
` [PATCH net-next v2 12/22] bnxt_en: Enable health monitoring
` [PATCH net-next v2 13/22] bnxt_en: Add BNXT_STATE_IN_FW_RESET state
` [PATCH net-next v2 14/22] bnxt_en: Add new FW devlink_health_reporter
` [PATCH net-next v2 15/22] bnxt_en: Handle RESET_NOTIFY async event from firmware
` [PATCH net-next v2 16/22] bnxt_en: Handle firmware reset
` [PATCH net-next v2 17/22] bnxt_en: Add devlink health reset reporter
` [PATCH net-next v2 18/22] bnxt_en: Retain user settings on a VF after RESET_NOTIFY event
` [PATCH net-next v2 19/22] bnxt_en: Do not send firmware messages if firmware is in error state
` [PATCH net-next v2 20/22] bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task()
` [PATCH net-next v2 21/22] bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors
` [PATCH net-next v2 22/22] bnxt_en: Add FW fatal devlink_health_reporter

[PATCH v7 0/7] KVMPPC driver to manage secure guest pages
 2019-08-30  3:54 UTC  (6+ messages)
` [PATCH v7 1/7] kvmppc: Driver to manage pages of secure guest

[Ksummit-discuss] DRAFT Kernel Summit Track schedule
 2019-08-30  3:54 UTC  (7+ messages)

[RESEND PATCH v7 0/11] Add mt7629 and fix mt7628 pwm
 2019-08-30  3:53 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2019-08-30  3:53 UTC 

[igt-dev] [PATCH i-g-t v12 0/3] Remove global igt_global_mmio
 2019-08-30  3:52 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Remove global igt_global_mmio (rev12)

[git pull] drm fixes for 5.3-rc7
 2019-08-30  3:51 UTC 

[RESEND PATCH v7 0/11] Add mt7629 and fix mt7628 pwm
 2019-08-30  3:50 UTC  (2+ messages)

[dpdk-dev] [PATCH] common/cpt: add support for new firmware
 2019-08-30  3:51 UTC  (2+ messages)

[PATCH] help: make help_unknown_ref() NORETURN
 2019-08-30  3:50 UTC  (4+ messages)

[PATCH v7 0/11] Add mt7629 and fix mt7628 pwm
 2019-08-30  3:49 UTC  (2+ messages)

[PATCH] virtio: Change typecasts in vring_init()
 2019-08-30  3:48 UTC  (3+ messages)

[PATCH] x86/hpet: Disable HPET on Intel Coffe Lake
 2019-08-30  3:47 UTC  (6+ messages)
      ` [RFD] x86/tsc: Loosen the requirements for watchdog - (was x86/hpet: Disable HPET on Intel Coffe Lake)

Inconsistent SDP database after HSP AG registered
 2019-08-30  3:45 UTC 

[PATCH net-next, 0/2] Enable sg as tunable, sync offload settings to VF NIC
 2019-08-30  3:45 UTC  (3+ messages)
` [PATCH net-next, 1/2] hv_netvsc: Allow scatter-gather feature to be tunable
` [PATCH net-next, 2/2] hv_netvsc: Sync offloading features to VF NIC

[PATCH] compiler: enable CONFIG_OPTIMIZE_INLINING forcibly
 2019-08-30  3:43 UTC 

[PATCH] ext4: change the type of ext4 cache stats to percpu_counter to improve performance
 2019-08-30  3:33 UTC  (7+ messages)
` [ext4] [confidence: ] 2f7f60cf9f: WARNING:at_lib/list_debug.c:#__list_add_valid
  ` [LTP] "

[PATCH v2 1/7] erofs: on-disk format should have explicitly assigned numbers
 2019-08-30  3:38 UTC  (38+ messages)
` [PATCH v2 2/7] erofs: some marcos are much more readable as a function
      ` [PATCH v3 1/7] erofs: on-disk format should have explicitly assigned numbers
        ` [PATCH v3 2/7] erofs: some macros are much more readable as a function
          ` [PATCH v4 "
        ` [PATCH v3 3/7] erofs: use a better form for complicated on-disk fields
        ` [PATCH v3 4/7] erofs: kill __packed for on-disk structures
        ` [PATCH v3 5/7] erofs: kill erofs_{init,exit}_inode_cache
        ` [PATCH v3 6/7] erofs: remove all likely/unlikely annotations
        ` [PATCH v3 7/7] erofs: redundant assignment in __erofs_get_meta_page()
` [PATCH v2 3/7] erofs: use a better form for complicated on-disk fields
` [PATCH v2 4/7] erofs: kill __packed for on-disk structures
` [PATCH v2 5/7] erofs: kill erofs_{init,exit}_inode_cache
` [PATCH v2 6/7] erofs: remove all likely/unlikely annotations
` [PATCH v2 7/7] erofs: reduntant assignment in __erofs_get_meta_page()

[PATCH v6 0/2] Restrict xmon when kernel is locked down
 2019-08-30  3:37 UTC  (3+ messages)
` [PATCH v6 1/2] powerpc/xmon: Allow listing and clearing breakpoints in read-only mode
` [PATCH v6 2/2] powerpc/xmon: Restrict when kernel is locked down

[PATCH 0/5] kernel-yocto: misc build / config changes
 2019-08-30  3:40 UTC  (6+ messages)
` [PATCH 1/5] kernel-devsrc: tweak for v5.3+

[PATCH] spp: optimize strip_common_prefix function
 2019-08-30  3:39 UTC  (4+ messages)
` ✗ patchtest: failure for "

[PATCH 1/2] vhost/test: fix build for vhost test
 2019-08-30  3:38 UTC  (6+ messages)
` [PATCH 2/2] "

gnome-shell stuck because of amdgpu driver [5.3 RC5]
 2019-08-30  3:29 UTC 

[PATCH] powerpc: Replace GPL boilerplate with SPDX identifiers
 2019-08-30  3:23 UTC  (3+ messages)

[Xen-devel] [PATCH v9 00/15] improve late microcode loading
 2019-08-30  3:30 UTC  (8+ messages)
` [Xen-devel] [PATCH v9 10/15] microcode: split out apply_microcode() from cpu_request_microcode()
` [Xen-devel] [PATCH v9 13/15] x86/microcode: Synchronize late microcode loading

[PATCH v2] powerpc/mm: Implement STRICT_MODULE_RWX
 2019-08-30  3:22 UTC  (3+ messages)

[PATCH v4 1/2] drivers: hv: vmbus: Introduce latency testing
 2019-08-30  3:23 UTC  (2+ messages)

[bpf-next, v2] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-08-29 20:41 UTC  (3+ messages)

linux-next: build failure after merge of the pci tree
 2019-08-30  3:23 UTC 

[dpdk-dev] [PATCH 00/22] add hns3 ethernet PMD driver
 2019-08-30  3:22 UTC  (4+ messages)
` [dpdk-dev] [PATCH 22/22] net/hns3: add hns3 build files

[PATCH v3 0/8] ath10k: improve throughout of tcp/udp TX/RX of sdio
 2019-08-30  3:19 UTC  (18+ messages)
` [PATCH v3 1/8] ath10k: adjust skb length in ath10k_sdio_mbox_rx_packet
` [PATCH v3 2/8] ath10k: enable RX bundle receive for sdio
` [PATCH v3 3/8] ath10k: change max RX bundle size from 8 to 32 "
` [PATCH v3 7/8] ath10k: enable alt data of TX path "
` [PATCH v3 8/8] ath10k: enable napi on RX "

[Ksummit-discuss] Topics for the Maintainer's Summit
 2019-08-30  3:17 UTC 

[meta-raspberrypi] Error trying to generate Raspberry Pi initramfs
 2019-08-30  3:15 UTC  (2+ messages)

[PATCH v1 03/38] KVM: arm/arm64: vgic: Prevent access to invalid SPIs
 2019-08-30  3:10 UTC 

[Fuego] Distro for test
 2019-08-30  3:07 UTC  (3+ messages)

[PATCH] Remove LSB support
 2019-08-30  3:04 UTC  (2+ messages)

[PATCH i-g-t 1/4] igt/kms_flip_tiling: Check GEM availability before use
 2019-08-30  3:03 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/4] "

[PATCH v2 2/2] reset: Reset controller driver for Intel LGM SoC
 2019-08-30  3:01 UTC  (11+ messages)

linux-next: manual merge of the vfs tree with the fuse tree
 2019-08-30  3:01 UTC 

[PATCH] __div64_const32(): improve the generic C version
 2019-08-30  2:59 UTC  (2+ messages)

[PATCH v5 0/5] Add HDMI jack support on RK3288
 2019-08-30  2:55 UTC  (4+ messages)

[PATCH] ath10k: add fw coredump for sdio when firmware assert
 2019-08-30  2:54 UTC  (5+ messages)

[PATCH v2 0/7] ath10k: improve throughout of tcp/udp TX/RX of sdio
 2019-08-30  2:52 UTC  (19+ messages)
` [PATCH v2 4/7] ath10k: disable TX complete indication of htt for sdio
` [PATCH v2 5/7] ath10k: add htt TX bundle "
` [PATCH v2 6/7] ath10k: enable alt data of TX path "
` [PATCH v2 7/7] ath10k: enable napi on RX "

[PATCH] zbd: Improve job zonesize initialization checks
 2019-08-30  2:51 UTC  (2+ messages)

[PATCH v5 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-08-30  2:50 UTC  (6+ messages)
` [PATCH v5 2/2] mailbox: introduce ARM SMC based mailbox


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.