All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-28 12:02:54 to 2020-05-28 12:31:18 UTC [more...]

[PATCH] media: staging: tegra-vde: fix runtime pm imbalance on error
 2020-05-28 12:31 UTC  (14+ messages)
    `  "

[dpdk-dev] [PATCH] devtools: forbid variable declaration inside for
 2020-05-28 12:30 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 00/11] mmc: sdio: Move SDIO IDs from drivers to common include file
 2020-05-28 12:29 UTC  (7+ messages)
` [PATCH 03/11] mmc: sdio: Move SDIO IDs from mwifiex driver "
  ` [EXT] "
` [PATCH 04/11] mmc: sdio: Move SDIO IDs from btmrvl "
  ` [EXT] "

[PATCH] kernel-shark: Do not change the PLUGIN_UNTOUCHED bit flag when filtering
 2020-05-28 12:28 UTC  (2+ messages)

[RFC][PATCH 0/7] Fix the scheduler-IPI mess
 2020-05-28 12:28 UTC  (3+ messages)
` [RFC][PATCH 2/7] smp: Optimize flush_smp_call_function_queue()

[PATCH u-boot-v2016.07] libfdt: Make it compatible with newer dtc
 2020-05-28 12:28 UTC  (4+ messages)

[PATCH] drm/doc: device hot-unplug for userspace
 2020-05-28 12:27 UTC  (17+ messages)

[PATCH v5] workqueue: Remove unnecessary kfree() call in rcu_free_wq()
 2020-05-28 12:25 UTC  (8+ messages)
    ` 回复: "
        ` 回复: [PATCH v5] workqueue: Remove unnecessary =?UTF-8?B?IGtmc
          ` 回复: [PATCH v5] workqueue: Remove unnecessary kfree() call

[PATCH 0/1] Add IMR driver for Keem Bay
 2020-05-28 12:27 UTC  (11+ messages)
` [PATCH 1/1] soc: keembay: Add Keem Bay IMR driver

[PATCH v3 0/6] bus/memory: Add Baikal-T1 SoC APB/AXI/L2 drivers
 2020-05-28 12:27 UTC  (6+ messages)
` [PATCH v3 4/6] bus: Add Baikal-T1 AXI-bus driver
` [PATCH v3 5/6] bus: Add Baikal-T1 APB-bus driver

[PATCH 1/4] exfat: redefine PBR as boot_sector
 2020-05-28 12:27 UTC  (3+ messages)

[PATCH bpf-next 0/8] Link-based program attachment to network namespaces
 2020-05-28 12:26 UTC  (4+ messages)
` [PATCH bpf-next 5/8] bpf: Add link-based BPF program attachment to network namespace

[PATCH] powerpc/bpf: Enable bpf_probe_read{, str}() on powerpc again
 2020-05-28 12:23 UTC  (5+ messages)

[Linux-kernel-mentees] [PATCH v2 00/25] cocci: Improve C parsing of attributes
 2020-05-28 12:24 UTC  (52+ messages)
` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 01/25] parsing_c: parse_c: Ignore TMacroAttr and TMacroEndAttr in passed tokens
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 02/25] parsing_c: parsing_hacks: Label end attributes correctly
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 03/25] parsing_c: parsing_hacks: Commentize attributes before qualif/type
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 04/25] parsing_c: parser: Add rule for multiple end attributes
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 05/25] parsing_c: parser: Add expression statement attributes
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 06/25] parsing_c: parser: Add attribute production in spec_qualif_list
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 07/25] parsing_c: parser: Add init_declarator_attrs rule
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 08/25] parsing_c: parser: Add field declaration end attributes production
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 09/25] parsing_c: parser: Handle struct/union/enum end attributes
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 10/25] parsing_c: parser: Add MacroDecl end attributes production
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 11/25] parsing_c: parser: cpp_other "
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 12/25] parsing_c: cpp_token_c: Introduce MACROANNOTATION hint
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 13/25] cocci: standard.h: Annotate attributes with MACROANNOTATION
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 14/25] parsing_c: visitor_c: Add vk_attribute and vk_attribute_s
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 15/25] parsing_c: lib_parsing_c: Add ii_of_attr
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 16/25] engine: Add distrf_attr to PARAM functor
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 17/25] engine: cocci_vs_c: Add allminus argument to attribute_list
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 18/25] parsing_c: parser: Make abstract_declarator pass attributes
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 19/25] cocci: Add parameter attributes to C AST
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 20/25] parsing_c: parser: Place parameter attributes in "
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 21/25] parsing_c: visitor_c: Visit parameter attributes
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 22/25] parsing_c: unparse_hrule: Add parameter attributes in record
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 23/25] parsing_c: type_c: Add parameter attributes to record
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 24/25] engine: cocci_vs_c: "Match" parameter attributes
  ` [Cocci] "
` [Linux-kernel-mentees] [PATCH v2 25/25] engine: c_vs_c: Match "
  ` [Cocci] "

[PATCH] checkout -p: handle new files correctly
 2020-05-27 23:03 UTC  (3+ messages)

[PATCH] gpio: fix locking open drain IRQ lines
 2020-05-28 12:24 UTC  (2+ messages)

Processing PLDM FRU information with entity manager
 2020-05-28 12:24 UTC  (10+ messages)
` D-Bus interface to provide data to entity manager (was: Processing PLDM FRU information with entity manager)
  ` D-Bus interface to provide data to entity manager

[PATCH] debugfs: Add mount restriction option
 2020-05-28 12:23 UTC  (6+ messages)

[RESEND PATCH v11] Add matrix keypad driver support for Mediatek SoCs
 2020-05-28 12:22 UTC  (7+ messages)
` [RESEND PATCH v11 2/3] drivers: input: keyboard: Add mtk keypad driver

[PATCH v2 1/4] dt-bindings: power: Add BQ27561 compatible
 2020-05-28 12:21 UTC  (4+ messages)
` [PATCH v2 2/4] power: supply: bq27xxx_battery: Add the BQ27561 Battery monitor
` [PATCH v2 3/4] dt-bindings: power: Add BQ28z610 compatible
` [PATCH v2 4/4] power: supply: bq27xxx_battery: Add the BQ28z610 Battery monitor

[PATCH v3] submodule: port subcommand 'set-branch' from shell to C
 2020-05-28 12:21 UTC  (5+ messages)
` [PATCH v4] "

[PATCHES] Networking
 2020-05-28 12:21 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/8] Windows basic memory management
 2020-05-28 12:21 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 04/11] eal/mem: extract common code for memseg list initialization
  ` [dpdk-dev] [PATCH v5 05/11] eal/mem: extract common code for dynamic memory allocation

[PATCH v3 01/11] cfg80211: use only HE capability to set prohibited flags in 6 GHz
 2020-05-28 12:20 UTC  (4+ messages)
` [PATCH v3 07/11] mac80211: add HE 6 GHz Band Capability IE in Assoc. Request

[PATCH AUTOSEL 4.4 1/7] ARC: Fix ICCM & DCCM runtime size checks
 2020-05-28 11:58 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 4/7] net/ethernet/freescale: rework quiesce/activate for ucc_geth

[linux-stable-rc:linux-4.14.y 8384/9999] drivers/iommu/intel-iommu.c:4174:9: warning: variable 'length' set but not used
 2020-05-28 12:17 UTC 

[PATCH AUTOSEL 4.9 1/9] ARC: Fix ICCM & DCCM runtime size checks
 2020-05-28 11:57 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 5/9] net/ethernet/freescale: rework quiesce/activate for ucc_geth

[dpdk-dev] [RFC 0/6] Power-optimized RX for Ethernet devices
 2020-05-28 12:15 UTC  (3+ messages)
` [dpdk-dev] [RFC 2/6] ethdev: add simple power management API

[PATCH] twist: allow converting pr_devel()/pr_debug() into printk(KERN_DEBUG)
 2020-05-28 12:14 UTC  (11+ messages)

Tools for testing Grub / Go OpenPGP compatibility
 2020-05-28 12:13 UTC  (3+ messages)

[lkundrak-linux-mmp:lr/nand/cafe-nand-exec-op-debug 13/21] drivers/mtd/nand/raw/cafe_nand.c:757:7: warning: variable 'waitrdy' set but not used
 2020-05-28 12:13 UTC 

[PATCH net] net: mvpp2: Enable autoneg bypass for 1000BaseX/2500BaseX ports
 2020-05-28 12:11 UTC 

[PATCH AUTOSEL 5.6 01/47] ARC: Fix ICCM & DCCM runtime size checks
 2020-05-28 11:56 UTC  (35+ messages)
` [PATCH AUTOSEL 5.6 02/47] ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
` [PATCH AUTOSEL 5.6 03/47] efi/libstub: Avoid returning uninitialized data from setup_graphics()
` [PATCH AUTOSEL 5.6 04/47] evm: Fix RCU list related warnings
` [PATCH AUTOSEL 5.6 05/47] scsi: pm: Balance pm_only counter of request queue during system resume
` [PATCH AUTOSEL 5.6 06/47] efi/earlycon: Fix early printk for wider fonts
` [PATCH AUTOSEL 5.6 07/47] x86/hyperv: Properly suspend/resume reenlightenment notifications
` [PATCH AUTOSEL 5.6 08/47] dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpy
` [PATCH AUTOSEL 5.6 10/47] io_uring: initialize ctx->sqo_wait earlier
` [PATCH AUTOSEL 5.6 12/47] io_uring: fix FORCE_ASYNC req preparation
` [PATCH AUTOSEL 5.6 14/47] net sched: fix reporting the first-time use timestamp
` [PATCH AUTOSEL 5.6 15/47] x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables
` [PATCH AUTOSEL 5.6 16/47] net: bmac: Fix read of MAC address from ROM
` [PATCH AUTOSEL 5.6 19/47] s390/mm: fix set_huge_pte_at() for empty ptes
` [PATCH AUTOSEL 5.6 21/47] drm/amd/display: DP training to set properly SCRAMBLING_DISABLE
` [PATCH AUTOSEL 5.6 22/47] riscv: Fix print_vm_layout build error if NOMMU
` [PATCH AUTOSEL 5.6 24/47] wireguard: queueing: preserve flow hash across packet scrubbing
` [PATCH AUTOSEL 5.6 25/47] null_blk: return error for invalid zone size
` [PATCH AUTOSEL 5.6 27/47] net: sgi: ioc3-eth: Fix return value check in ioc3eth_probe()
` [PATCH AUTOSEL 5.6 29/47] net: mvpp2: fix RX hashing for non-10G ports
` [PATCH AUTOSEL 5.6 30/47] net/ethernet/freescale: rework quiesce/activate for ucc_geth
` [PATCH AUTOSEL 5.6 31/47] net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x
` [PATCH AUTOSEL 5.6 32/47] mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set in case reload fails
` [PATCH AUTOSEL 5.6 33/47] selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer
` [PATCH AUTOSEL 5.6 34/47] r8169: fix OCP access on RTL8117
` [PATCH AUTOSEL 5.6 35/47] net: mscc: ocelot: fix address ageing time (again)
` [PATCH AUTOSEL 5.6 36/47] net: sun: fix missing release regions in cas_init_one()
` [PATCH AUTOSEL 5.6 37/47] net/mlx5: Add command entry handling completion
` [PATCH AUTOSEL 5.6 38/47] net/mlx5: Fix a race when moving command interface to events mode
` [PATCH AUTOSEL 5.6 39/47] net/mlx5e: Fix inner tirs handling
` [PATCH AUTOSEL 5.6 40/47] net/mlx5: Fix memory leak in mlx5_events_init
` [PATCH AUTOSEL 5.6 41/47] net/mlx5: Fix cleaning unmanaged flow tables
` [PATCH AUTOSEL 5.6 42/47] net/mlx5e: Update netdev txq on completions during closure
` [PATCH AUTOSEL 5.6 43/47] net/mlx5: Fix error flow in case of function_setup failure
` [PATCH AUTOSEL 5.6 47/47] net: smsc911x: Fix runtime PM imbalance on error

[PATCH AUTOSEL 4.14 01/13] ARC: Fix ICCM & DCCM runtime size checks
 2020-05-28 11:57 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 08/13] net/ethernet/freescale: rework quiesce/activate for ucc_geth

[Intel-gfx] [RFC PATCH 0/4] drm/i915: Resolve device hotunplug issues
 2020-05-28 12:10 UTC  (4+ messages)
` [Intel-gfx] [RFC PATCH 1/4] drm/i915: Drop user contexts on driver remove

[PATCH 0/3] KVM: arm64: aarch32 ACTLR accesses
 2020-05-28 12:10 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: Stop writing aarch32's CSSELR into ACTLR

[RFC PATCH] iommu/arm-smmu: Add module parameter to set msi iova address
 2020-05-28 12:09 UTC  (12+ messages)

[PATCH] KVM: selftests: Add .gitignore entry for KVM_SET_GUEST_DEBUG test
 2020-05-28 11:56 UTC  (2+ messages)

[PATCH 1/2] perf record: Respect --no-switch-events
 2020-05-28 12:08 UTC  (2+ messages)
` [PATCH 2/2] perf intel-pt: Refine kernel decoding only warning message

[PATCH v5 0/6] Add basic SoC Support for Mediatek MT6779 SoC
 2020-05-28 11:59 UTC  (4+ messages)
` [PATCH v5 2/6] pinctrl: mediatek: update pinmux definitions for mt6779

[PATCH v6 00/18] Introduce the generic ECC engine abstraction
 2020-05-28 12:08 UTC  (5+ messages)
` [PATCH v6 02/18] mtd: rawnand: Create a new enumeration to describe OOB placement

Dynamically change enumeration list of DRM enumeration property
 2020-05-28 12:08 UTC  (6+ messages)

[PATCH v6 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-05-28 12:07 UTC  (4+ messages)
` [PATCH v6 2/5] softmmu/vl: Let -fw_cfg option take a 'blob_id' argument

[PATCH v2 0/3] scsi: ufs: cleanup ufs initialization
 2020-05-28 11:56 UTC  (3+ messages)
` [PATCH v2 2/3] scsi: ufs: delete ufshcd_read_desc()
` [PATCH v2 3/3] scsi: ufs: cleanup ufs initialization path

[PATCH AUTOSEL 4.19 01/17] ARC: Fix ICCM & DCCM runtime size checks
 2020-05-28 11:57 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 02/17] ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
` [PATCH AUTOSEL 4.19 03/17] evm: Fix RCU list related warnings
` [PATCH AUTOSEL 4.19 05/17] net sched: fix reporting the first-time use timestamp
` [PATCH AUTOSEL 4.19 06/17] x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables
` [PATCH AUTOSEL 4.19 07/17] net: bmac: Fix read of MAC address from ROM
` [PATCH AUTOSEL 4.19 12/17] net/ethernet/freescale: rework quiesce/activate for ucc_geth

next-20200515: Xorg killed due to "OOM"
 2020-05-28 12:07 UTC  (6+ messages)

[Bug 1877052] [NEW] KVM Win 10 guest pauses after kernel upgrade
 2020-05-28 11:59 UTC  (3+ messages)
` [Bug 1877052] "

[PATCH] 16C950 UART enable Hardware Flow Control
 2020-05-28 12:06 UTC  (5+ messages)

TSC problems with Acer TravelMate 5735Z
 2020-05-28 12:06 UTC  (3+ messages)

[PATCH] RDMA/qib: Fix several reference count leak qib_create_port_files
 2020-05-28 12:05 UTC  (2+ messages)

[PATCH] btrfs: select FS_IOMAP
 2020-05-28 12:05 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 01/26] ARC: Fix ICCM & DCCM runtime size checks
 2020-05-28 11:56 UTC  (18+ messages)
` [PATCH AUTOSEL 5.4 03/26] evm: Fix RCU list related warnings
` [PATCH AUTOSEL 5.4 04/26] scsi: pm: Balance pm_only counter of request queue during system resume
` [PATCH AUTOSEL 5.4 05/26] i2c: altera: Fix race between xfer_msg and isr thread
` [PATCH AUTOSEL 5.4 06/26] io_uring: initialize ctx->sqo_wait earlier
` [PATCH AUTOSEL 5.4 09/26] net: bmac: Fix read of MAC address from ROM
` [PATCH AUTOSEL 5.4 10/26] r8152: support additional Microsoft Surface Ethernet Adapter variant
` [PATCH AUTOSEL 5.4 11/26] drm/edid: Add Oculus Rift S to non-desktop list
` [PATCH AUTOSEL 5.4 13/26] null_blk: return error for invalid zone size
` [PATCH AUTOSEL 5.4 14/26] net: mvpp2: fix RX hashing for non-10G ports
` [PATCH AUTOSEL 5.4 15/26] net/ethernet/freescale: rework quiesce/activate for ucc_geth
` [PATCH AUTOSEL 5.4 17/26] selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer
` [PATCH AUTOSEL 5.4 18/26] net: sun: fix missing release regions in cas_init_one()
` [PATCH AUTOSEL 5.4 19/26] net/mlx5: Add command entry handling completion
` [PATCH AUTOSEL 5.4 20/26] net/mlx5e: Fix inner tirs handling
` [PATCH AUTOSEL 5.4 22/26] net/mlx5e: Update netdev txq on completions during closure
` [PATCH AUTOSEL 5.4 23/26] net/mlx5: Fix error flow in case of function_setup failure
` [PATCH AUTOSEL 5.4 25/26] net/mlx4_core: fix a memory leak bug

[linux-next:master 7858/12912] drivers/net/wireless/mediatek/mt76/mt7915/mcu.c:1775:21: warning: variable 'msta' set but not used
 2020-05-28 12:05 UTC 

[PATCH] rtc: abx80x: Add Device Tree matching table
 2020-05-28 11:46 UTC 

[PATCH v2 00/14] x86: Support for CET Supervisor Shadow Stacks
 2020-05-28 12:03 UTC  (3+ messages)
` [PATCH v2 04/14] x86/traps: Implement #CP handler and extend #PF for shadow stacks

[dpdk-dev] [PATCH] bus/vmbus: fix wrong allocation for device.name
 2020-05-28 12:03 UTC 

[PATCHv2 0/2] Stateful Encoding: final bits
 2020-05-28 12:02 UTC  (7+ messages)
` [PATCHv2 1/2] media: docs-rst: Document memory-to-memory video encoder interface

[PATCH] Revert "ath: add support for special 0x0 regulatory domain"
 2020-05-28 12:02 UTC  (2+ 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.