All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-07 12:00:30 to 2020-05-07 12:25:52 UTC [more...]

[PATCH v2 1/2] CI: limit GitHub Actions to designated branches
 2020-05-07 12:25 UTC  (18+ messages)

[PATCH] PCI: Do not use pcie_get_speed_cap() to determine when to start waiting
 2020-05-07 12:24 UTC  (4+ messages)

[Intel-gfx] [PATCH v2 00/22] Introduce Rocket Lake
 2020-05-07 12:24 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 06/22] drm/i915/rkl: Update memory bandwidth parameters
` [Intel-gfx] [PATCH v2 07/22] drm/i915/rkl: Limit number of universal planes to 5
` [Intel-gfx] [PATCH v2 14/22] drm/i915/rkl: provide port/phy mapping for vbt

[PATCH v3 00/15] virtio-mem: paravirtualized memory
 2020-05-07 12:24 UTC  (11+ messages)
` [PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory()
            ` [virtio-dev] "

[PATCH 0/2] Add TI tps6598x DT binding and probe
 2020-05-07 12:23 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: usb: Add TI tps6598x device tree binding documentation
` [PATCH 2/2] usb: typec: tps6598x: Add OF probe binding

[PATCH v2 1/4] powerpc/64s: Always has full regs, so remove remnant checks
 2020-05-07 12:13 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc: Use set_trap() and avoid open-coding trap masking
` [PATCH v2 3/4] powerpc: trap_is_syscall() helper to hide syscall trap number
` [PATCH v2 4/4] powerpc: Use trap metadata to prevent double restart rather than zeroing trap

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-07 12:06 UTC  (2+ messages)
` [Bug 1856335] "

net: dsa: HSR/PRP support
 2020-05-07 12:21 UTC  (2+ messages)

[PATCH] kbuild: add -Werror=implicit-function-declaration
 2020-05-07 12:21 UTC 

libxfs 5.7 resync
 2020-05-07 12:18 UTC  (59+ messages)
` [PATCH 01/58] xfs: add agf freeblocks verify in xfs_agf_verify
` [PATCH 02/58] xfs: ensure that the inode uid/gid match values match the icdinode ones
` [PATCH 03/58] xfs: remove the icdinode di_uid/di_gid members
` [PATCH 04/58] xfs: remove the kuid/kgid conversion wrappers
` [PATCH 05/58] xfs: fix an undefined behaviour in _da3_path_shift
` [PATCH 06/58] xfs: open code insert range extent split helper
` [PATCH 07/58] xfs: remove the ATTR_INCOMPLETE flag
` [PATCH 08/58] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 09/58] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 10/58] xfs: remove the MAXNAMELEN "
` [PATCH 11/58] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 12/58] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 13/58] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 14/58] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 15/58] xfs: remove ATTR_KERNOVAL
` [PATCH 16/58] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 17/58] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 18/58] xfs: factor out a xfs_attr_match helper
` [PATCH 19/58] xfs: cleanup struct xfs_attr_list_context
` [PATCH 20/58] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 21/58] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 22/58] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 23/58] xfs: clean up the ATTR_REPLACE checks
` [PATCH 24/58] xfs: clean up the attr flag confusion
` [PATCH 25/58] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 26/58] xfs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH 27/58] xfs: remove the agfl_bno member from struct xfs_agfl
` [PATCH 28/58] xfs: remove the xfs_agfl_t typedef
` [PATCH 29/58] xfs: remove XFS_BUF_TO_AGI
` [PATCH 30/58] xfs: remove XFS_BUF_TO_AGF
` [PATCH 31/58] xfs: remove XFS_BUF_TO_SBP
` [PATCH 32/58] xfs: fix xfs_rmap_has_other_keys usage of ECANCELED
` [PATCH 33/58] xfs: add a function to deal with corrupt buffers post-verifiers
` [PATCH 34/58] xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails
` [PATCH 35/58] xfs: don't ever return a stale pointer from __xfs_dir3_free_read
` [PATCH 36/58] xfs: check owner of dir3 free blocks
` [PATCH 37/58] xfs: check owner of dir3 data blocks
` [PATCH 38/58] xfs: check owner of dir3 blocks
` [PATCH 39/58] xfs: introduce new private btree cursor names
` [PATCH 40/58] xfs: convert btree cursor ag-private member name
` [PATCH 41/58] xfs: convert btree cursor inode-private member names
` [PATCH 42/58] xfs: rename btree cursor private btree member flags
` [PATCH 43/58] xfs: make btree cursor private union anonymous
` [PATCH 44/58] xfs: make the btree cursor union members named structure
` [PATCH 45/58] xfs: make the btree ag cursor private union anonymous
` [PATCH 46/58] xfs: xfs_dabuf_map should return ENOMEM when map allocation fails
` [PATCH 47/58] xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
` [PATCH 48/58] xfs: introduce fake roots for ag-rooted btrees
` [PATCH 49/58] xfs: introduce fake roots for inode-rooted btrees
` [PATCH 50/58] xfs: support bulk loading of staged btrees
` [PATCH 51/58] xfs: add support for free space btree staging cursors
` [PATCH 52/58] xfs: add support for inode "
` [PATCH 53/58] xfs: add support for refcount "
` [PATCH 54/58] xfs: add support for rmap "
` [PATCH 55/58] xfs: add a new xfs_sb_version_has_v3inode helper
` [PATCH 56/58] xfs: only check the superblock version for dinode size calculation
` [PATCH 57/58] xfs: remove the di_version field from struct icdinode
` [PATCH 58/58] xfs: validate the realtime geometry in xfs_validate_sb_common

[PATCH V2 3/4] ARM: dts: stm32: enable stmpe811 on stm32429-disco board
 2020-05-07 12:20 UTC  (4+ messages)
    ` [PATCH "

[PATCH -next] dm mpath: Remove unused variable ret
 2020-05-07 12:26 UTC 

[PATCH 1/2] ASoC: rt1016: Add the rt1016 support
 2020-05-07 12:18 UTC  (2+ messages)

[PATCH v2 0/3] Fix proposal for the Micron shallow erase issue
 2020-05-07 12:20 UTC  (9+ messages)
` [EXT] [PATCH v2 3/3] mtd: rawnand: micron: Address the "

[PATCH 0/5] i2c: tegra: Various fixes and improvements
 2020-05-07 12:20 UTC  (6+ messages)
` [PATCH 2/5] i2c: tegra: Restore pinmux on system resume

Incorrect advertise flags in bluetooth beacon using BlueZ
 2020-05-07 12:20 UTC  (2+ messages)

XDP bpf_tail_call_redirect(): yea or nay?
 2020-05-07 12:20 UTC 

[PATCH -next] ASoC: rt5677: Use devm_snd_soc_register_component()
 2020-05-07 12:18 UTC  (4+ messages)

[PATCH for-5.1 V3 0/7] mips: Add Loongson-3 machine support (with KVM)
 2020-05-07 12:17 UTC  (6+ messages)

[PATCH -next] soc: fsl_asrc: Make some functions static
 2020-05-07 12:18 UTC  (3+ messages)

[dpdk-dev] [PATCH] mem: fix the alloc size roundup overflow
 2020-05-07 12:18 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "
    ` [dpdk-dev] [dpdk-stable] "

MSI interrupt for xhci still lost on 5.6-rc6 after cpu hotplug
 2020-05-07 12:18 UTC  (5+ messages)

[dpdk-dev] [PATCH v3 0/7] Windows bus/pci support
 2020-05-07 12:16 UTC  (8+ messages)
` [dpdk-dev] [PATCH v3 1/7] eal: move OS common functions to single file
` [dpdk-dev] [PATCH v3 2/7] pci: use OS generic memory mapping functions
` [dpdk-dev] [PATCH v3 3/7] pci: build on Windows
` [dpdk-dev] [PATCH v3 4/7] drivers: ignore pmdinfogen generation for Windows
` [dpdk-dev] [PATCH v3 5/7] drivers: fix incorrect meson import folder "
` [dpdk-dev] [PATCH v3 6/7] bus/pci: introduce Windows support with stubs
` [dpdk-dev] [PATCH v3 7/7] bus/pci: support Windows with bifurcated drivers

[Virtio-fs] [RFC 0/2] virtiofsd: Announce submounts
 2020-05-07 12:18 UTC  (6+ messages)
` [Virtio-fs] [RFC 2/2] virtiofsd: Set st_rdev for sub-mount points

[PATCH v6 0/5] 9pfs: readdir optimization
 2020-05-07 12:16 UTC  (4+ messages)
` [PATCH v6 3/5] 9pfs: add new function v9fs_co_readdir_many()

linux-next: build failure after merge of the akpm-current tree
 2020-05-07 12:17 UTC 

rebase -i: quick/inline reword
 2020-05-07 12:17 UTC  (4+ messages)

[PATCH] Documentation: update numastat explanation
 2020-05-07 12:17 UTC  (3+ messages)

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-07 12:16 UTC  (8+ messages)
` [PATCH v4 02/14] arm: add support for folded p4d page tables
      ` [OpenRISC] "

"--quiet" for git-push does not suppress remote hook output
 2020-05-07 12:16 UTC  (2+ messages)

[PATCH net,v4] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-07 12:15 UTC  (4+ messages)

[PATCH net] hinic: fix a bug of ndo_stop
 2020-05-07  4:32 UTC 

[PATCH 0/2] block/block-copy: Fix uninitialized variable in block_copy_task_entry
 2020-05-07 12:11 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block/block-copy: Simplify block_copy_do_copy()

[PATCH -next] mmc: sdhci-pci-gli: Make sdhci_pci_gli_resume static
 2020-05-07 12:20 UTC 

[rdma:wip/jgg-for-rc] BUILD SUCCESS 56c91440ff00d63b6d6cd206d8e2759918f6eebd
 2020-05-07 12:13 UTC 

[rcu:rcu/next] BUILD SUCCESS ad49dba5db65067e6a53256192749bc40e51833f
 2020-05-07 12:13 UTC 

[net PATCH v2] net: hsr: fix incorrect type usage for protocol variable
 2020-05-07 12:14 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v7 0/5] lpsp platform agnostic support
 2020-05-07 12:04 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for lpsp platform agnostic support (rev10)

[PATCH v5 00/13] Supporting restricted NAND controllers
 2020-05-07 12:12 UTC  (5+ messages)
` [PATCH v5 03/13] mtd: rawnand: Rename a NAND chip option
` [PATCH v5 07/13] mtd: rawnand: Add a helper to check supported operations

[PATCH V3 01/14] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
 2020-05-07 12:10 UTC  (4+ messages)

wandboard does not boot with current mainline
 2020-05-07 12:12 UTC 

[dpdk-dev] [PATCH] test/service: add perf test for service on app lcore
 2020-05-07 12:11 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v3 0/8] New Arasan NAND controller driver
 2020-05-07 12:11 UTC  (7+ messages)
` [PATCH v3 7/8] mtd: rawnand: arasan: Add new Arasan NAND controller
` [PATCH v3 8/8] mtd: rawnand: arasan: Support the hardware BCH ECC engine

[PATCH 0/9 v7] btrfs direct-io using iomap
 2020-05-07 12:10 UTC  (7+ messages)
` [PATCH 4/9] btrfs: Switch to iomap_dio_rw() for dio

Kernel panic while booting in single processor mode
 2020-05-07 12:10 UTC  (2+ messages)

[PATCH] interconnect: Add helpers for enabling/disabling a path
 2020-05-07 12:09 UTC  (3+ messages)

[PATCH v2] interconnect: Add helpers for enabling/disabling a path
 2020-05-07 12:08 UTC 

[PATCH] imx8mp_evk: Make SPL binary size smaller
 2020-05-07 12:08 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS a267cf4704df4f90ac579721dbb4010bdb1598b7
 2020-05-07 12:07 UTC 

[Virtio-fs] [RFC 0/5] fuse: Auto-mounted submounts
 2020-05-07 12:07 UTC  (6+ messages)
` [Virtio-fs] [RFC 3/5] fuse: Split fuse_mount off of fuse_conn

Btrfs progs release 5.6.1
 2020-05-07 12:06 UTC 

[PATCH] iomm/arm-smmu: Add stall implementation hook
 2020-05-07 12:06 UTC  (6+ messages)

[PATCH] drm/mediatek: stop iterating dma addresses when sg_dma_len() == 0
 2020-05-07 12:04 UTC  (9+ messages)

[PATCH 0/5 v2] gitignore: Clean up most of the gitignore mess
 2020-05-07 12:05 UTC  (3+ messages)
` [PATCH 4/5 v2] gitignore: Add leading slashes where appropriate

[PATCH RFC v3 00/12] perf pmu-events: Support event aliasing for system PMUs
 2020-05-07 11:57 UTC  (26+ messages)
` [PATCH RFC v3 01/12] perf jevents: Add support for an extra directory level
` [PATCH RFC v3 02/12] perf jevents: Add support for system events tables
` [PATCH RFC v3 03/12] perf vendor events arm64: Relocate hip08 events
` [PATCH RFC v3 04/12] perf vendor events arm64: Add Architected events smmuv3-pmcg.json
` [PATCH RFC v3 05/12] perf vendor events arm64: Add hip08 SMMUv3 PMCG events
` [PATCH RFC v3 06/12] perf pmu: Add pmu_id()
` [PATCH RFC v3 07/12] perf pmu: Add pmu_add_sys_aliases()
` [PATCH RFC v3 08/12] perf vendor events: Add JSON metrics for imx8mm DDR Perf
` [PATCH RFC v3 09/12] perf metricgroup: Split up metricgroup__add_metric()
` [PATCH RFC v3 10/12] perf metricgroup: Split up metricgroup__print()
` [PATCH RFC v3 11/12] perf metricgroup: Support printing metric groups for system PMUs
` [PATCH RFC v3 12/12] perf metricgroup: Support adding metrics "

[PATCH 00/10] efi_loader: add capsule update support
 2020-05-07 12:05 UTC  (7+ messages)
` [PATCH 04/10] efi_loader: capsule: add capsule_on_disk support

[PATCH v2 0/6] clocksource: Fix MIPS GIC and DW APB Timer for Baikal-T1 SoC support
 2020-05-07 12:03 UTC  (4+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 2/7] dt-bindings: timer: Move snps,dw-apb-timer DT schema from rtc

[linux-5.4 test] 150054: regressions - FAIL
 2020-05-07 12:04 UTC 

[PATCH] serial: Remove duplicated macro definition of port type
 2020-05-07 12:03 UTC 

[PULL 0/5] Misc crypto subsystem fixes
 2020-05-07 11:58 UTC  (6+ messages)
` [PULL 1/5] crypto: fix getter of a QCryptoSecret's property
` [PULL 2/5] crypto/secret: fix inconsequential errors
` [PULL 3/5] crypto: Redundant type conversion for AES_KEY pointer
` [PULL 4/5] block: luks: better error message when creating too large files
` [PULL 5/5] crypto: extend hash benchmark to cover more algorithms

[xenomai-images ][ PATCH v2 0/4] ci: Add configuration to run on gitlab.com
 2020-05-07 12:03 UTC  (5+ messages)
` [xenomai-images ][ PATCH v2 1/4] ci: Build and test from gitlab.com
` [xenomai-images ][ PATCH v2 2/4] ci: Add option to compress ext4-images
` [xenomai-images ][ PATCH v2 3/4] test/README: Update
` [xenomai-images ][ PATCH v2 4/4] scripts/run-lava-tests: Add LAVA_MASTER_URL

[dpdk-dev] [PATCH 1/3] ring: fix build for gcc O1 optimization
 2020-05-07 12:02 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/3] mempool/octeontx2: "
` [dpdk-dev] [PATCH 3/3] net/ena: fix build for "


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.