All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-10 14:01:41 to 2021-01-10 16:50:02 UTC [more...]

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-01-10 16:50 UTC 

Old platforms: bring out your dead
 2021-01-10 16:46 UTC  (9+ messages)

[Buildroot] [PATCH 1/2] package/zic: bump version to 2020f
 2021-01-10 16:47 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/tzdata: "

[PATCH v3] ehci: fix EHCI host controller initialization sequence
 2021-01-10 16:44 UTC  (4+ messages)

[PATCH] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR
 2021-01-10 16:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCHv4 0/4] Lost key-up interrupt handling for omap4-keypad
 2021-01-10 16:36 UTC  (4+ messages)
` [PATCH 4/4] Input: omap4-keypad - simplify probe with devm

[PATCH net-next] net: ethtool: allow MAC drivers to override ethtool get_ts_info
 2021-01-10 16:35 UTC  (2+ messages)

[PATCH 0/2] tcg/tci: Fix Clang build
 2021-01-10 16:27 UTC  (3+ messages)
` [PATCH 1/2] tcg: Mark more tcg_out*() functions with attribute 'unused'
` [RFC PATCH 2/2] gitlab-ci: Add a job building TCI with Clang

[PATCH v5] ehci: fix EHCI host controller initialization sequence
 2021-01-10 16:28 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.11-rc3
 2021-01-10 16:23 UTC 

[GIT PULL] Block fixes for 5.11-rc3
 2021-01-10 16:23 UTC 

[PATCH v1] drm/panel: simple: add SGD GKTW70SDAD1SD
 2021-01-10 16:22 UTC  (6+ messages)

[PATCH v2] net: phy: realtek: Add support for RTL9000AA/AN
 2021-01-10 16:22 UTC  (2+ messages)

[RFC v2] nvfs: a filesystem for persistent memory
 2021-01-10 16:20 UTC  (3+ messages)

[meta-security-compliance][PATCH] scap-security-guide: Fix openembedded platform tests and build
 2021-01-10 16:21 UTC 

[PATCH 1/1] image: usage of value ~0UL for intrd_high
 2021-01-10 16:20 UTC  (12+ messages)

[PATCH] tcg: Remove unused tcg_out_dupi_vec() stub
 2021-01-10 16:17 UTC  (2+ messages)

[PATCH v3 0/2] Synchronize user layer access with system PM ops and error handling
 2021-01-10 16:18 UTC  (11+ messages)
` [PATCH 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs

[PATCH] Add support for stack-protector
 2021-01-10 16:18 UTC  (2+ messages)

[PATCH] docs: filesystems: vfs: Correct the struct name
 2021-01-10  7:59 UTC 

[PATCH v8 0/3] Variscite DART-6UL SoM support
 2021-01-10 16:13 UTC  (9+ messages)
` [PATCH v8 2/3] ARM: dts: Add support for i.MX6 UltraLite DART Variscite Customboard
` [PATCH v3 3/3] dt-bindings: arm: fsl: Add Variscite i.MX6UL compatibles

[PATCH V14 00/16] Bail out if transaction can cause extent count to overflow
 2021-01-10 16:07 UTC  (17+ messages)
` [PATCH V14 01/16] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V14 02/16] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V14 03/16] xfs: Check for extent overflow when punching a hole
` [PATCH V14 04/16] xfs: Check for extent overflow when adding dir entries
` [PATCH V14 05/16] xfs: Check for extent overflow when removing "
` [PATCH V14 06/16] xfs: Check for extent overflow when renaming "
` [PATCH V14 07/16] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V14 08/16] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V14 09/16] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V14 10/16] xfs: Check for extent overflow when remapping an extent
` [PATCH V14 11/16] xfs: Check for extent overflow when swapping extents
` [PATCH V14 12/16] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V14 13/16] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH V14 14/16] xfs: Compute bmap extent alignments in a separate function
` [PATCH V14 15/16] xfs: Process allocated extent "
` [PATCH V14 16/16] xfs: Introduce error injection to allocate only minlen size extents for files

[Intel-gfx] [PATCH 01/11] drm/i915/gt: Limit VFE threads based on GT
 2021-01-10 16:05 UTC  (16+ messages)
`  "
` [Intel-gfx] [PATCH 02/11] drm/i915/gt: Restore clear-residual mitigations for Ivybridge, Baytrail
` [Intel-gfx] [PATCH 03/11] drm/i915: Allow the sysadmin to override security mitigations
  `  "
` [Intel-gfx] [PATCH 04/11] drm/i915/gt: Rearrange vlv workarounds
` [Intel-gfx] [PATCH 05/11] drm/i915/gt: Rearrange ivb workarounds
` [Intel-gfx] [PATCH 06/11] drm/i915/gt: Replace open-coded intel_engine_stop_cs()
` [Intel-gfx] [PATCH 07/11] drm/i915/gt: Reapply ppgtt enabling after engine resets
` [Intel-gfx] [PATCH 08/11] drm/i915/gt: Lift stop_ring() to reset_prepare
` [Intel-gfx] [PATCH 09/11] drm/i915/gt: Pull ring submission resume under its caller forcewake
` [Intel-gfx] [PATCH 10/11] drm/i915/selftests: Prepare the selftests for engine resets with ring submission
` [Intel-gfx] [PATCH 11/11] drm/i915: Mark per-engine-reset as supported on gen7
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915/gt: Limit VFE threads based on GT
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Buildroot] random segmentation fault during built
 2021-01-10 16:04 UTC  (2+ messages)

[PATCH v4 0/7] fuzz: improve crash case minimization
 2021-01-10 16:00 UTC  (5+ messages)
` [PATCH v4 1/7] fuzz: accelerate non-crash detection

[Buildroot] [PATCH] package/readline: bump to version 8.1
 2021-01-10 16:02 UTC  (2+ messages)

[Buildroot] [git commit] package/readline: bump to version 8.1
 2021-01-10 16:01 UTC 

[PATCH] arm64: dts: rockchip: more user friendly name of sound nodes
 2021-01-10 15:19 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/rppt/linux
 2021-01-10 15:57 UTC 

[PATCH v5 00/15] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2021-01-10 15:52 UTC  (22+ messages)
` [PATCH v5 01/15] software_node: Fix refcounts in software_node_get_next_child()
` [PATCH v5 03/15] device property: Return true in fwnode_device_is_available for NULL ops
` [PATCH v5 04/15] device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->secondary
` [PATCH v5 05/15] software_node: Enforce parent before child ordering of nodes arrays
` [PATCH v5 06/15] software_node: unregister software_nodes in reverse order
` [PATCH v5 08/15] software_node: Add support for fwnode_graph*() family of functions
` [PATCH v5 09/15] lib/test_printf.c: Use helper function to unwind array of software_nodes
    ` [Devel] "

EDAC driver for ARMv8 RAS extension is being worked on
 2021-01-10 15:48 UTC  (3+ messages)

[PATCH 0/8] FPGA DFL Changes for 5.12
 2021-01-10 15:46 UTC  (3+ messages)

dmaengine : xilinx_dma two issues
 2021-01-10 15:43 UTC  (9+ messages)

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-10 15:39 UTC  (8+ messages)
` [PATCH v2 2/2] "

cloning a btrfs drive with send and receive: clone is bigger than the original?
 2021-01-10 15:38 UTC  (7+ messages)
  `  "
    `  "

[PATCH 0/3] arm64: rockchip: rk3328: Add Radxa ROCK Pi E
 2021-01-10 15:37 UTC  (8+ messages)
` [PATCH 3/3] arm64: dts: "

[PATCH RFC net-next 00/19] net: mvpp2: Add TX Flow Control support
 2021-01-10 15:30 UTC  (20+ messages)
` [PATCH RFC net-next 01/19] doc: marvell: add cm3-mem device tree bindings description
` [PATCH RFC net-next 02/19] dts: marvell: add CM3 SRAM memory to cp115 ethernet device tree
` [PATCH RFC net-next 03/19] net: mvpp2: add CM3 SRAM memory map
` [PATCH RFC net-next 04/19] net: mvpp2: add PPv23 version definition
` [PATCH RFC net-next 05/19] net: mvpp2: always compare hw-version vs MVPP21
` [PATCH RFC net-next 06/19] net: mvpp2: increase BM pool size to 2048 buffers
` [PATCH RFC net-next 07/19] net: mvpp2: increase RXQ size to 1024 descriptors
` [PATCH RFC net-next 08/19] net: mvpp2: add FCA periodic timer configurations
` [PATCH RFC net-next 09/19] net: mvpp2: add FCA RXQ non occupied descriptor threshold
` [PATCH RFC net-next 10/19] net: mvpp2: add spinlock for FW FCA configuration path
` [PATCH RFC net-next 11/19] net: mvpp2: add flow control RXQ and BM pool config callbacks
` [PATCH RFC net-next 12/19] net: mvpp2: enable global flow control
` [PATCH RFC net-next 13/19] net: mvpp2: add RXQ flow control configurations
` [PATCH RFC net-next 14/19] net: mvpp2: add ethtool flow control configuration support
` [PATCH RFC net-next 15/19] net: mvpp2: add BM protection underrun feature support
` [PATCH RFC net-next 16/19] net: mvpp2: add PPv23 RX FIFO flow control
` [PATCH RFC net-next 17/19] net: mvpp2: set 802.3x GoP Flow Control mode
` [PATCH RFC net-next 18/19] net: mvpp2: add ring size validation before enabling FC
` [PATCH RFC net-next 19/19] net: mvpp2: add TX FC firmware check

[PATCH] t6016: move to lib-log-graph.sh framework
 2021-01-10 15:28 UTC  (2+ messages)
` [PATCH v2] "

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.250-21-g3f172b628d9d)
 2021-01-10 15:26 UTC 

post-receive: pub/scm/linux/kernel/git/legion/linux
 2021-01-10 15:19 UTC 

[PATCH mlx5-next v1 0/5] Dynamically assign MSI-X vectors count
 2021-01-10 15:07 UTC  (6+ messages)
` [PATCH mlx5-next v1 1/5] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs
` [PATCH mlx5-next v1 2/5] PCI: Add SR-IOV sysfs entry to read number of MSI-X vectors
` [PATCH mlx5-next v1 3/5] net/mlx5: Add dynamic MSI-X capabilities bits
` [PATCH mlx5-next v1 4/5] net/mlx5: Dynamically assign MSI-X vectors count
` [PATCH mlx5-next v1 5/5] net/mlx5: Allow to the users to configure number of MSI-X vectors

[PATCH v2 0/4] Config and device tree updates for the Librem 5 devkit
 2021-01-10 15:06 UTC  (4+ messages)

[PATCH v8 00/20] dlb: introduce DLB device driver
 2021-01-10 15:07 UTC  (7+ messages)
` [PATCH v8 04/20] dlb: add device ioctl layer and first three ioctls

What's the correct way to implement rfi and related instruction
 2021-01-10 15:00 UTC  (5+ messages)

[driver core] f9aa460672: will-it-scale.per_process_ops 2.4% improvement
 2021-01-10 15:06 UTC  (2+ messages)

split hard read-only vs read-only policy v3 (resend)
 2021-01-10 15:01 UTC  (13+ messages)
` [PATCH 2/6] block: remove the NULL bdev check in bdev_read_only
    ` [dm-devel] "
` [PATCH 4/6] block: propagate BLKROSET on the whole device to all partitions
    ` [dm-devel] "
` [PATCH 6/6] nvme: allow revalidate to set a namespace read-only
    ` [dm-devel] "

[PATCH] posix.py: ffix: Correctly format URIs
 2021-01-10 14:57 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH] drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printk
 2021-01-10 14:54 UTC 

[PATCH 0/2] Add Awinic AW9523(B) I2C GPIO Expander driver
 2021-01-10 14:56 UTC  (7+ messages)
` [PATCH 1/2] pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander

[Intel-wired-lan] [PATCH v1 1/1] igc: Remove unused MII_CR_RESET
 2021-01-10 14:56 UTC  (2+ messages)

[PATCH net-next] net: phy: at803x: use phy_modify_mmd()
 2021-01-10 14:54 UTC 

[RFC PATCH] x86/cpu: Do not check c->initialized in topology_phys_to_logical_die()
 2021-01-10 14:54 UTC  (3+ messages)
` [x86/cpu] 3756dbdf6f: WARNING:at_arch/x86/events/intel/uncore.c:#uncore_change_type_ctx[intel_uncore]

[PATCH] power: supply: z2_battery: Convert to GPIO descriptors
 2021-01-10 14:49 UTC  (2+ messages)

[PATCH] netlink.7: Fix minimal Linux version for NETLINK_CAP_ACK
 2021-01-10 14:49 UTC  (2+ messages)

[PATCH v2 0/2] refs: allow @{n} to work with n-sized reflog
 2021-01-10 14:44 UTC  (3+ messages)
` [PATCH v3 "

[Buildroot] [PATCH 1/1] package/zziplib: bump version to 0.13.72
 2021-01-10 14:45 UTC 

stable-rc/queue/4.4 build: 189 builds: 0 failed, 189 passed, 12 warnings (v4.4.250-15-g3a2cf95b7a62)
 2021-01-10 14:41 UTC 

[PATCH net-next] net: mvpp2: prs: improve ipv4 parse flow
 2021-01-10 14:30 UTC 

stable-rc/queue/4.14 build: 200 builds: 0 failed, 200 passed, 69 warnings (v4.14.214-27-gb5296d8236fa)
 2021-01-10 14:33 UTC 

[percpu_ref] 2b0d3d3e4f: reaim.jobs_per_min -18.4% regression
 2021-01-10 14:32 UTC  (2+ messages)

[PATCH v4 1/2] bundle: lost objects when removing duplicate pendings
 2021-01-10 14:30 UTC  (5+ messages)
` [PATCH v5 0/3] improvements for git-bundle
` [PATCH v5 1/3] test: add helper functions "
` [PATCH v5 2/3] bundle: lost objects when removing duplicate pendings
` [PATCH v5 3/3] bundle: arguments can be read from stdin

[PATCH mips-fixes] MIPS: relocatable: fix possible boot hangup with KASLR enabled
 2021-01-10 14:21 UTC 

[Buildroot] [PATCH 0/4] Misc fixes after mv-ddr-marvell update
 2021-01-10 14:16 UTC  (5+ messages)
` [Buildroot] [PATCH 1/4] configs/solidrun_macchiatobin: bump BSP components
` [Buildroot] [PATCH 2/4] support/testing: remove TestATFMarvell
` [Buildroot] [PATCH 3/4] support/testing: fix TestATFAllwinner test
` [Buildroot] [PATCH 4/4] DEVELOPERS: remove S. Matyukevich from mcbin BSP components

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.166-40-g6f3d9bf0e06e)
 2021-01-10 14:11 UTC 

[GIT PULL] USB driver fixes for 5.11-rc3
 2021-01-10 14:10 UTC 

[GIT PULL] Staging driver fixes for 5.11-rc3
 2021-01-10 14:10 UTC  (2+ messages)

[GIT PULL] Char/Misc driver fixes for 5.11-rc3
 2021-01-10 14:09 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2021-01-10 14:07 UTC 

[PATCH v4 00/10] [GSoC] Implement Corrected Commit Date
 2021-01-10 14:06 UTC  (4+ messages)
` [PATCH v5 00/11] "

[PATCH V4 0/3] Decouple config data for configfs
 2021-01-10 14:05 UTC  (8+ messages)
` [PATCH V4 1/3] drm/vkms: Add vkms_config type
` [PATCH V4 2/3] drm/vkms: Add support for writeback module
` [PATCH V4 3/3] drm/vkms: Add information about module options

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2021-01-10 14:05 UTC 

[PATCH 1/2] power: supply: max8903: Absorb pdata header
 2021-01-10 14:02 UTC  (2+ messages)
` [PATCH 2/2] power: supply: max8903: Convert to GPIO descriptors

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2021-01-10 14:03 UTC 

[PATCH] arm64: dts: lx2160a-cex7: delete RTC interrupt
 2021-01-10 13:58 UTC 


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.