All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-19 18:49:28 to 2019-12-19 19:00:36 UTC [more...]

[PATCH 4.19 00/47] 4.19.91-stable review
 2019-12-19 18:35 UTC  (44+ messages)
` [PATCH 4.19 02/47] mqprio: Fix out-of-bounds access in mqprio_dump
` [PATCH 4.19 03/47] net: bridge: deny dev_set_mac_address() when unregistering
` [PATCH 4.19 04/47] net: dsa: fix flow dissection on Tx path
` [PATCH 4.19 05/47] net: ethernet: ti: cpsw: fix extra rx interrupt
` [PATCH 4.19 06/47] net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues
` [PATCH 4.19 07/47] net: thunderx: start phy before starting autonegotiation
` [PATCH 4.19 08/47] openvswitch: support asymmetric conntrack
` [PATCH 4.19 09/47] tcp: md5: fix potential overestimation of TCP option space
` [PATCH 4.19 10/47] tipc: fix ordering of tipc module init and exit routine
` [PATCH 4.19 13/47] tcp: tighten acceptance of ACKs not matching a child socket
` [PATCH 4.19 14/47] tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()
` [PATCH 4.19 15/47] Revert "arm64: preempt: Fix big-endian when checking preempt count in assembly"
` [PATCH 4.19 17/47] mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response
` [PATCH 4.19 18/47] PCI/PM: Always return devices to D0 when thawing
` [PATCH 4.19 19/47] PCI: pciehp: Avoid returning prematurely from sysfs requests
` [PATCH 4.19 20/47] PCI: Fix Intel ACS quirk UPDCR register address
` [PATCH 4.19 21/47] PCI/MSI: Fix incorrect MSI-X masking on resume
` [PATCH 4.19 22/47] PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3
` [PATCH 4.19 23/47] xtensa: fix TLB sanity checker
` [PATCH 4.19 24/47] rpmsg: glink: Set tail pointer to 0 at end of FIFO
` [PATCH 4.19 25/47] rpmsg: glink: Fix reuse intents memory leak issue
` [PATCH 4.19 26/47] rpmsg: glink: Fix use after free in open_ack TIMEOUT case
` [PATCH 4.19 27/47] rpmsg: glink: Put an extra reference during cleanup
` [PATCH 4.19 28/47] rpmsg: glink: Fix rpmsg_register_device err handling
` [PATCH 4.19 29/47] rpmsg: glink: Dont send pending rx_done during remove
` [PATCH 4.19 30/47] rpmsg: glink: Free pending deferred work on remove
` [PATCH 4.19 31/47] cifs: smbd: Return -EAGAIN when transport is reconnecting
` [PATCH 4.19 32/47] cifs: smbd: Add messages on RDMA session destroy and reconnection
` [PATCH 4.19 33/47] cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE
` [PATCH 4.19 34/47] cifs: Dont display RDMA transport on reconnect
` [PATCH 4.19 35/47] CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
` [PATCH 4.19 36/47] CIFS: Close open handle after interrupted close
` [PATCH 4.19 37/47] ARM: dts: s3c64xx: Fix init order of clock providers
` [PATCH 4.19 38/47] ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()
` [PATCH 4.19 39/47] vfio/pci: call irq_bypass_unregister_producer() before freeing irq
` [PATCH 4.19 40/47] dma-buf: Fix memory leak in sync_file_merge()
` [PATCH 4.19 41/47] drm: meson: venc: cvbs: fix CVBS mode matching
` [PATCH 4.19 42/47] dm mpath: remove harmful bio-based optimization
` [PATCH 4.19 43/47] dm btree: increase rebalance threshold in __rebalance2()
` [PATCH 4.19 44/47] scsi: iscsi: Fix a potential deadlock in the timeout handler
` [PATCH 4.19 45/47] scsi: qla2xxx: Change discovery state before PLOGI
` [PATCH 4.19 46/47] drm/radeon: fix r1xx/r2xx register checker for POT textures
` [PATCH 4.19 47/47] xhci: fix USB3 device initiated resume race with roothub autosuspend

Async page fault delivered while irq are disabled?
 2019-12-19 19:00 UTC  (4+ messages)

[PATCH v2 0/6] Amazon's Annapurna Labs Alpine v3 device-tree
 2019-12-19 18:55 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: arm: amazon: rename al, alpine DT binding to amazon, al
  ` [PATCH v2 1/6] dt-bindings: arm: amazon: rename al,alpine DT binding to amazon,al
` [PATCH v2 3/6] dt-bindings: arm: amazon: update maintainers of amazon, al DT bindings
  ` [PATCH v2 3/6] dt-bindings: arm: amazon: update maintainers of amazon,al "

[PATCH] usb: phy: ab8500-usb: Keep PHY turned on in UART mode
 2019-12-19 18:46 UTC  (3+ messages)

[meta-oe][PATCH] dfu-util-native, sjf2410-linux-native: Fix Deploy in multimachine builds
 2019-12-19 18:59 UTC 

[RFC PATCH 00/13] hw/timer/allwinner: Make it reusable
 2019-12-19 18:51 UTC  (10+ messages)
` [PATCH 01/13] hw/timer/allwinner: Use the AW_A10_PIT_TIMER_NR definition
` [PATCH 02/13] hw/timer/allwinner: Add AW_PIT_TIMER_MAX definition
` [PATCH 03/13] hw/timer/allwinner: Remove unused definitions
` [PATCH 04/13] hw/timer/allwinner: Move definitions from header to source
` [RFC PATCH 07/13] hw/timer/allwinner: Move timer specific fields into AwA10TimerContext
` [RFC PATCH 08/13] hw/timer/allwinner: Add a timer_count field
` [RFC PATCH 10/13] hw/timer/allwinner: Rename AwA10PITState as AllwinnerTmrCtrlState
` [RFC PATCH 11/13] hw/timer/allwinner: Introduce TYPE_AW_COMMON_PIT abstract device
` [RFC PATCH 13/13] hw/timer/allwinner: Rename functions not specific to the A10 SoC

[PATCH v2 00/13] ppc/pnv: remove the use of qdev_get_machine() and get_system_memory()
 2019-12-19 18:56 UTC  (3+ messages)
` [PATCH v2 02/13] ppc/pnv: Introduce a "system-memory" property

[PATCH 5.4 00/80] 5.4.6-stable review
 2019-12-19 18:35 UTC  (86+ messages)
` [PATCH 5.4 01/80] USB: Fix incorrect DMA allocations for local memory pool drivers
` [PATCH 5.4 02/80] mmc: block: Make card_busy_detect() a bit more generic
` [PATCH 5.4 03/80] mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response
` [PATCH 5.4 04/80] mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()
` [PATCH 5.4 05/80] mmc: core: Re-work HW reset for SDIO cards
` [PATCH 5.4 06/80] PCI/switchtec: Read all 64 bits of part_event_bitmap
` [PATCH 5.4 07/80] PCI/PM: Always return devices to D0 when thawing
` [PATCH 5.4 08/80] PCI: pciehp: Avoid returning prematurely from sysfs requests
` [PATCH 5.4 09/80] PCI: Fix Intel ACS quirk UPDCR register address
` [PATCH 5.4 10/80] PCI/MSI: Fix incorrect MSI-X masking on resume
` [PATCH 5.4 11/80] PCI: Do not use bus number zero from EA capability
` [PATCH 5.4 12/80] PCI: rcar: Fix missing MACCTLR register setting in initialization sequence
` [PATCH 5.4 13/80] PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3
` [PATCH 5.4 14/80] PM / QoS: Redefine FREQ_QOS_MAX_DEFAULT_VALUE to S32_MAX
` [PATCH 5.4 15/80] block: fix "check bi_size overflow before merge"
` [PATCH 5.4 16/80] xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow map
` [PATCH 5.4 17/80] gfs2: Multi-block allocations in gfs2_page_mkwrite
` [PATCH 5.4 18/80] gfs2: fix glock reference problem in gfs2_trans_remove_revoke
` [PATCH 5.4 19/80] xtensa: fix TLB sanity checker
` [PATCH 5.4 20/80] xtensa: fix syscall_set_return_value
` [PATCH 5.4 21/80] rpmsg: glink: Set tail pointer to 0 at end of FIFO
` [PATCH 5.4 22/80] rpmsg: glink: Fix reuse intents memory leak issue
` [PATCH 5.4 23/80] rpmsg: glink: Fix use after free in open_ack TIMEOUT case
` [PATCH 5.4 24/80] rpmsg: glink: Put an extra reference during cleanup
` [PATCH 5.4 25/80] rpmsg: glink: Fix rpmsg_register_device err handling
` [PATCH 5.4 26/80] rpmsg: glink: Dont send pending rx_done during remove
` [PATCH 5.4 27/80] rpmsg: glink: Free pending deferred work on remove
` [PATCH 5.4 28/80] cifs: smbd: Return -EAGAIN when transport is reconnecting
` [PATCH 5.4 29/80] cifs: smbd: Only queue work for error recovery on memory registration
` [PATCH 5.4 30/80] cifs: smbd: Add messages on RDMA session destroy and reconnection
` [PATCH 5.4 31/80] cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE
` [PATCH 5.4 32/80] cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state
` [PATCH 5.4 33/80] cifs: Dont display RDMA transport on reconnect
` [PATCH 5.4 34/80] CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
` [PATCH 5.4 35/80] CIFS: Close open handle after interrupted close
` [PATCH 5.4 36/80] CIFS: Do not miss cancelled OPEN responses
` [PATCH 5.4 37/80] CIFS: Fix NULL pointer dereference in mid callback
` [PATCH 5.4 38/80] cifs: Fix retrieval of DFS referrals in cifs_mount()
` [PATCH 5.4 39/80] ARM: dts: s3c64xx: Fix init order of clock providers
` [PATCH 5.4 40/80] ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()
` [PATCH 5.4 41/80] vfio/pci: call irq_bypass_unregister_producer() before freeing irq
` [PATCH 5.4 42/80] dma-buf: Fix memory leak in sync_file_merge()
` [PATCH 5.4 43/80] drm/panfrost: Fix a race in panfrost_ioctl_madvise()
` [PATCH 5.4 44/80] drm/panfrost: Fix a BO leak in panfrost_ioctl_mmap_bo()
` [PATCH 5.4 45/80] drm/panfrost: Fix a race in panfrost_gem_free_object()
` [PATCH 5.4 46/80] drm/mgag200: Extract device type from flags
` [PATCH 5.4 47/80] drm/mgag200: Store flags from PCI driver data in device structure
` [PATCH 5.4 48/80] drm/mgag200: Add workaround for HW that does not support startadd
` [PATCH 5.4 49/80] drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>
` [PATCH 5.4 50/80] drm: meson: venc: cvbs: fix CVBS mode matching
` [PATCH 5.4 51/80] dm mpath: remove harmful bio-based optimization
` [PATCH 5.4 52/80] dm btree: increase rebalance threshold in __rebalance2()
` [PATCH 5.4 53/80] dm clone metadata: Track exact changes per transaction
` [PATCH 5.4 54/80] dm clone metadata: Use a two phase commit
` [PATCH 5.4 55/80] dm clone: Flush destination device before committing metadata
` [PATCH 5.4 56/80] dm thin metadata: Add support for a pre-commit callback
` [PATCH 5.4 57/80] dm thin: Flush data device before committing metadata
` [PATCH 5.4 58/80] scsi: ufs: Disable autohibern8 feature in Cadence UFS
` [PATCH 5.4 59/80] scsi: iscsi: Fix a potential deadlock in the timeout handler
` [PATCH 5.4 60/80] scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmd
` [PATCH 5.4 61/80] scsi: qla2xxx: Initialize free_work before flushing it
` [PATCH 5.4 62/80] scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XX
` [PATCH 5.4 63/80] scsi: qla2xxx: Change discovery state before PLOGI
` [PATCH 5.4 64/80] scsi: qla2xxx: Correctly retrieve and interpret active flash region
` [PATCH 5.4 65/80] scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB Cmd
` [PATCH 5.4 66/80] drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBN
` [PATCH 5.4 67/80] drm/nouveau/kms/nv50-: Store the bpc were using in nv50_head_atom
` [PATCH 5.4 68/80] drm/nouveau/kms/nv50-: Limit MST BPC to 8
` [PATCH 5.4 69/80] drm/i915/fbc: Disable fbc by default on all glk+
` [PATCH 5.4 70/80] drm/radeon: fix r1xx/r2xx register checker for POT textures
` [PATCH 5.4 71/80] drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()
` [PATCH 5.4 72/80] drm/amd/display: re-enable wait in pipelock, but add timeout
` [PATCH 5.4 73/80] drm/amd/display: add default clocks if not able to fetch them
` [PATCH 5.4 74/80] drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhub
` [PATCH 5.4 75/80] drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10
` [PATCH 5.4 76/80] drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhalt
` [PATCH 5.4 77/80] drm/amdgpu/gfx10: re-init clear state buffer after gpu reset
` [PATCH 5.4 78/80] drm/i915/gvt: Fix cmd length check for MI_ATOMIC
` [PATCH 5.4 79/80] drm/amdgpu: avoid using invalidate semaphore for picasso
` [PATCH 5.4 80/80] drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9

[PATCH 0/1] [Outreachy] commit: display advice hints when commit fails
 2019-12-19 18:54 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2019-12-19 18:56 UTC  (8+ messages)
` [PATCH v10 Kernel 4/5] vfio iommu: Implementation of ioctl to for dirty pages tracking

[PATCH] fscrypt: include <linux/ioctl.h> in UAPI header
 2019-12-19 18:56 UTC 

[PATCH 0/2] ath10k: SAR power limit vendor command
 2019-12-19 18:55 UTC  (7+ messages)
` [PATCH 1/2] nl80211: vendor-cmd: qca: add dynamic SAR power limits

[PATCH][next] rtc: rv3029: remove redundant return statement
 2019-12-19 18:56 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 7 warnings (v4.19.90-48-gb3300fab1bdd)
 2019-12-19 18:53 UTC 

[PATCH] classes/kernel-yocto: Apply patches from BSP
 2019-12-19 18:53 UTC  (3+ messages)

[PATCH v2 0/2] drm/panel: simple: Rocktech RK101II01D-CT + binding
 2019-12-19 18:51 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: DT schema for rocktech,rk101ii01d-ct panel

[PATCH 4.14 00/36] 4.14.160-stable review
 2019-12-19 18:34 UTC  (28+ messages)
` [PATCH 4.14 01/36] net: bridge: deny dev_set_mac_address() when unregistering
` [PATCH 4.14 02/36] net: dsa: fix flow dissection on Tx path
` [PATCH 4.14 05/36] openvswitch: support asymmetric conntrack
` [PATCH 4.14 06/36] tcp: md5: fix potential overestimation of TCP option space
` [PATCH 4.14 07/36] tipc: fix ordering of tipc module init and exit routine
` [PATCH 4.14 08/36] tcp: fix rejected syncookies due to stale timestamps
` [PATCH 4.14 09/36] tcp: tighten acceptance of ACKs not matching a child socket
` [PATCH 4.14 11/36] inet: protect against too small mtu values
` [PATCH 4.14 12/36] nvme: host: core: fix precedence of ternary operator
` [PATCH 4.14 13/36] Revert "regulator: Defer init completion for a while after late_initcall"
` [PATCH 4.14 14/36] PCI/PM: Always return devices to D0 when thawing
` [PATCH 4.14 15/36] PCI: Fix Intel ACS quirk UPDCR register address
` [PATCH 4.14 16/36] PCI/MSI: Fix incorrect MSI-X masking on resume
` [PATCH 4.14 17/36] PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3
` [PATCH 4.14 18/36] xtensa: fix TLB sanity checker
` [PATCH 4.14 20/36] rpmsg: glink: Fix reuse intents memory leak issue
` [PATCH 4.14 23/36] rpmsg: glink: Fix rpmsg_register_device err handling
` [PATCH 4.14 25/36] rpmsg: glink: Free pending deferred work on remove
` [PATCH 4.14 26/36] CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
` [PATCH 4.14 27/36] ARM: dts: s3c64xx: Fix init order of clock providers
` [PATCH 4.14 28/36] ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()
` [PATCH 4.14 31/36] dm btree: increase rebalance threshold in __rebalance2()
` [PATCH 4.14 32/36] scsi: iscsi: Fix a potential deadlock in the timeout handler
` [PATCH 4.14 33/36] drm/radeon: fix r1xx/r2xx register checker for POT textures
` [PATCH 4.14 34/36] xhci: fix USB3 device initiated resume race with roothub autosuspend
` [PATCH 4.14 35/36] net: stmmac: use correct DMA buffer size in the RX descriptor
` [PATCH 4.14 36/36] net: stmmac: dont stop NAPI processing when dropping a packet

[Xen-devel] [PATCH v2 00/20] VM forking
 2019-12-19 18:51 UTC  (5+ messages)
` [Xen-devel] [PATCH v2 04/20] x86/mem_sharing: cleanup code and comments in various locations

[PATCH 4.9 000/199] 4.9.207-stable review
 2019-12-19 18:34 UTC  (14+ messages)
` [PATCH 4.9 164/199] scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return value
` [PATCH 4.9 168/199] mm/shmem.c: cast the type of unmap_start to u64
` [PATCH 4.9 169/199] ext4: fix a bug in ext4_wait_for_tail_page_commit
` [PATCH 4.9 171/199] workqueue: Fix missing kfree(rescuer) in destroy_workqueue()
` [PATCH 4.9 172/199] sunrpc: fix crash when cache_head become valid before update
` [PATCH 4.9 173/199] net/mlx5e: Fix SFF 8472 eeprom length
` [PATCH 4.9 191/199] ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()
` [PATCH 4.9 193/199] dma-buf: Fix memory leak in sync_file_merge()
` [PATCH 4.9 194/199] dm btree: increase rebalance threshold in __rebalance2()
` [PATCH 4.9 195/199] scsi: iscsi: Fix a potential deadlock in the timeout handler
` [PATCH 4.9 196/199] drm/radeon: fix r1xx/r2xx register checker for POT textures
` [PATCH 4.9 197/199] xhci: fix USB3 device initiated resume race with roothub autosuspend
` [PATCH 4.9 198/199] net: stmmac: use correct DMA buffer size in the RX descriptor


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.