All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-03 21:06:58 to 2020-04-03 22:14:43 UTC [more...]

[PATCH v8 00/20] xfs: Delay Ready Attributes
 2020-04-03 22:12 UTC  (20+ messages)
` [PATCH v8 01/20] xfs: Add xfs_has_attr and subroutines
` [PATCH v8 02/20] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v8 03/20] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v8 04/20] xfs: Pull up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v8 05/20] xfs: Split apart xfs_attr_leaf_addname
` [PATCH v8 06/20] xfs: Refactor xfs_attr_try_sf_addname
` [PATCH v8 07/20] xfs: Pull up trans roll from xfs_attr3_leaf_setflag
` [PATCH v8 08/20] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v8 09/20] xfs: Pull up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v8 10/20] xfs: Add helper function __xfs_attr_rmtval_remove
` [PATCH v8 11/20] xfs: Add helper function xfs_attr_node_shrink
` [PATCH v8 12/20] xfs: Removed unneeded xfs_trans_roll_inode calls
` [PATCH v8 13/20] xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v8 14/20] xfs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v8 15/20] xfs: Add remote block helper functions
` [PATCH v8 16/20] xfs: Add helper function xfs_attr_node_removename_setup
` [PATCH v8 18/20] xfs: Add delay ready attr remove routines
` [PATCH v8 19/20] xfs: Add delay ready attr set routines
` [PATCH v8 20/20] xfs: Rename __xfs_attr_rmtval_remove

[PATCH v8 0/5] media: rockchip: Add the rkvdec driver
 2020-04-03 22:13 UTC  (6+ messages)
` [PATCH v8 1/5] media: v4l2-core: Add helpers to build the H264 P/B0/B1 reflists
` [PATCH v8 2/5] media: hantro: h264: Use the generic H264 reflist builder
` [PATCH v8 3/5] media: dt-bindings: rockchip: Document RK3399 Video Decoder bindings
` [PATCH v8 4/5] media: rkvdec: Add the rkvdec driver
` [PATCH v8 5/5] arm64: dts: rockchip: rk3399: Define the rockchip Video Decoder node

[PATCH 05/14] power: supply: bq25890: fix ADC mode configuration
 2020-04-03 22:14 UTC  (2+ messages)

What's cooking in git.git (Mar 2020, #10; Tue, 31)
 2020-04-03 22:13 UTC  (3+ messages)

[PATCH] elfnote: mark all .note sections SHF_ALLOC
 2020-04-03 22:13 UTC  (2+ messages)

[PATCH v2 2/2] diff: restrict when prefetching occurs
 2020-04-03 22:12 UTC  (3+ messages)

[PATCH v8 00/39] xfsprogs: Delay Ready Attributes
 2020-04-03 22:09 UTC  (40+ messages)
` [PATCH v8 01/39] xfsprogs: remove the ATTR_INCOMPLETE flag
` [PATCH v8 02/39] xfsprogs: merge xfs_attr_remove into xfs_attr_set
` [PATCH v8 03/39] xfsprogs: remove the name == NULL check from xfs_attr_args_init
` [PATCH v8 04/39] xfsprogs: remove the MAXNAMELEN "
` [PATCH v8 05/39] xfsprogs: turn xfs_da_args.value into a void pointer
` [PATCH v8 06/39] xfsprogs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH v8 07/39] xfsprogs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH v8 08/39] xfsprogs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH v8 09/39] xfsprogs: remove ATTR_KERNOVAL
` [PATCH v8 10/39] xfsprogs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH v8 11/39] xfsprogs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH v8 12/39] xfsprogs: factor out a xfs_attr_match helper
` [PATCH v8 13/39] xfsprogs: cleanup struct xfs_attr_list_context
` [PATCH v8 14/39] xfsprogs: remove the unused ATTR_ENTRY macro
` [PATCH v8 15/39] xfsprogs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH v8 16/39] xfsprogs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH v8 17/39] xfsprogs: clean up the ATTR_REPLACE checks
` [PATCH v8 18/39] xfsprogs: clean up the attr flag confusion
` [PATCH v8 19/39] xfsprogs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH v8 20/39] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v8 21/39] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v8 22/39] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v8 23/39] xfsprogs: Pull up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v8 24/39] xfsprogs: Split apart xfs_attr_leaf_addname
` [PATCH v8 25/39] xfsprogs: Refactor xfs_attr_try_sf_addname
` [PATCH v8 26/39] xfsprogs: Pull up trans roll from xfs_attr3_leaf_setflag
` [PATCH v8 27/39] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v8 28/39] xfsprogs: Pull up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v8 29/39] xfsprogs: Add helper function __xfs_attr_rmtval_remove
` [PATCH v8 30/39] xfsprogs: Add helper function xfs_attr_node_shrink
` [PATCH v8 31/39] xfsprogs: Removed unneeded xfs_trans_roll_inode calls
` [PATCH v8 32/39] xfsprogs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v8 33/39] xfsprogs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v8 34/39] xfsprogs: Add remote block helper functions
` [PATCH v8 35/39] xfsprogs: Add helper function xfs_attr_node_removename_setup
` [PATCH v8 36/39] xfsprogs: Add helper function xfs_attr_node_removename_rmt
` [PATCH v8 37/39] xfsprogs: Add delay ready attr remove routines
` [PATCH v8 38/39] xfsprogs: Add delay ready attr set routines
` [PATCH v8 39/39] xfsprogs: Rename __xfs_attr_rmtval_remove

[PATCH 0/4] Migrate enclave mapping to an anonymous inode
 2020-04-03 22:08 UTC  (10+ messages)
` [PATCH 2/4] x86/sgx: Put enclaves into anonymous files

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-04-03 22:07 UTC  (3+ messages)
` [PATCH 3/5] ci: configure GitHub Actions for CI/PR

[PATCH v6]crypto: amlogic - Delete duplicate dev_err in meson_crypto_probe()
 2020-04-03 22:07 UTC  (2+ messages)

[PATCH] nvdimm-utils: clean up headers and add license comment
 2020-04-03 22:05 UTC  (2+ messages)

[git pull] device mapper fixes for 5.7
 2020-04-03 22:05 UTC  (4+ messages)
` [git pull v2] "

[GIT PULL] PCI changes for v5.7
 2020-04-03 22:05 UTC  (2+ messages)

[PATCH v6 00/14] Add AMD SEV guest live migration support
 2020-04-03 22:01 UTC  (12+ messages)
` [PATCH v6 10/14] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v6 11/14] KVM: x86: Introduce KVM_SET_PAGE_ENC_BITMAP ioctl
` [PATCH v6 12/14] KVM: x86: Introduce KVM_PAGE_ENC_BITMAP_RESET ioctl

[PATCH v2 00/17] drm: Put drm_display_mode on diet
 2020-04-03 22:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Put drm_display_mode on diet (rev2)

[hch-misc:blkpg-partition-cleanup 9/12] ld.lld: error: section .rodata at 0xFFFFFFFF82095000 of size 0x4825DE exceeds available address space
 2020-04-03 22:03 UTC 

btrfs filesystem takes too long to mount, fails the first time it attempts during system boot
 2020-04-03 22:02 UTC  (4+ messages)

Build failed in Jenkins: libcamera #131
 2020-04-03 22:03 UTC 

[PATCH] ARC: Fix ICCM & DCCM runtime size checks
 2020-04-03 22:00 UTC  (3+ messages)

[PATCH] pseudo: Force seccomp to return success when in fact doing nothing
 2020-04-03 21:59 UTC 

[dpdk-dev] [PATCH 0/4] Introduce IF proxy library
 2020-04-03 21:57 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2 "

[GIT PULL] ARC updates for 5.7-rc1
 2020-04-03 21:57 UTC  (2+ messages)

[PATCH 1/3 RESEND] sched: Remove __rcu annotation from cred pointer
 2020-04-03 21:43 UTC  (10+ messages)
` [PATCH 3/3 RESEND] auditsc: Do not use RCU primitive to read "
        ` [Linux-kernel-mentees] "

linux-next: Fixes tag needs some work in the nfs tree
 2020-04-03 21:55 UTC 

[PATCH RT 0/3] Linux 4.19.106-rt46-rc1
 2020-04-03 21:55 UTC  (5+ messages)
` [PATCH RT 2/3] irq_work: Fix checking of IRQ_WORK_LAZY flag set on non PREEMPT_RT

[PATCH] xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()
 2020-04-03 21:53 UTC  (3+ messages)

[PATCH] tty/sysrq: Export sysrq_mask()
 2020-04-03 21:53 UTC  (6+ messages)

[patch 1/2] x86,module: Detect VMX modules and disable Split-Lock-Detect
 2020-04-03 21:49 UTC  (3+ messages)

KASAN: use-after-free Write in ath9k_htc_rx_msg
 2020-04-03 21:49 UTC  (2+ messages)

[cip-dev] Python 3.x vs 2.7
 2020-04-03 21:47 UTC  (2+ messages)

Help with IRQ-MSI-IRQ bridges
 2020-04-03 21:46 UTC  (6+ messages)

[GIT PULL 0/4] ARM: SoC changes for v5.7
 2020-04-03 21:45 UTC  (10+ messages)
` [GIT PULL 1/4] ARM: SoC updates
` [GIT PULL 2/4] ARM: driver updates
` [GIT PULL 3/4] ARM: defconfig updates
` [GIT PULL 4/4] ARM: devicetree updates

[PATCH RFC] SUNRPC: Backchannel RPCs don't fail when the transport disconnects
 2020-04-03 21:46 UTC  (4+ messages)

[PATCH BlueZ] Added Manufacturer Data for Scan Response
 2020-04-03 21:44 UTC  (4+ messages)
` [PATCH BlueZ] ManufacturerData field added to ScanResponse

Sighting: io_uring requests on unexpected core
 2020-04-03 21:44 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/6] tests/kms_vblank: Make sure that we have a mode set
 2020-04-03 21:43 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/6] "

[PATCH BlueZ] Fix error code in case of invalid offset
 2020-04-03 21:42 UTC  (4+ messages)
` [PATCH BlueZ] fix dbus error code in case of invalid offset (org.bluez.Error.InvalidOffset)

[PATCH 12/14] power: supply: bq25890: show VSYS as output voltage
 2020-04-03 21:41 UTC  (3+ messages)

[jpoimboe:livepatch-rwx 3/6] module.c:undefined reference to `text_poke'
 2020-04-03 21:40 UTC 

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-03 21:40 UTC  (5+ messages)
` Writeback fixes "
  ` [PATCH 1/2] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE

[PATCH 00/15] [RFC] Maintenance jobs and job runner
 2020-04-03 21:40 UTC  (2+ messages)

objc console new design
 2020-04-03 21:39 UTC 

[PATCH] arm: stm32mp1: activate data cache in SPL and before relocation
 2020-04-03 21:37 UTC  (6+ messages)

[PATCH] mpc8379erdb: Convert to DM_MMC
 2020-04-03 21:36 UTC 

[RFC Patch 0/3] multipath: new path validation library
 2020-04-03 21:35 UTC  (6+ messages)
` [RFC Patch 3/3] multipath: add libmpathvalid library

[PATCH] icu: Add knobs to generate a subset of ICU data
 2020-04-03 21:34 UTC  (5+ messages)
` [OE-core] "

[PATCH v2 0/3] media: add v4l2_pipeline_stream_{enable,disable} helpers
 2020-04-03 21:33 UTC  (4+ messages)
` [PATCH v2 1/3] media: v4l2-common: add helper functions to call s_stream() callbacks
` [PATCH v2 2/3] media: staging: rkisp1: use v4l2_pipeline_stream_{enable,disable} helpers
` [PATCH v2 3/3] media: vimc: "

[PATCH v2 0/2] arm: stm32mp1: activate data cache in SPL and before relocation
 2020-04-03 21:32 UTC  (5+ messages)
` [PATCH v2 1/2] arm: stm32mp: "
` [PATCH v2 2/2] arm: stm32mp: activate data cache on DDR in SPL

[PATCH V2] icu: Add knobs to generate a subset of ICU data
 2020-04-03 21:31 UTC 

KASAN: use-after-free Read in htc_connect_service
 2020-04-03 21:31 UTC  (2+ messages)

[PATCH 1/3] arm: caches: protect dram_bank_mmu_setup access to bi_dram
 2020-04-03 21:30 UTC  (6+ messages)
` [PATCH 2/3] arm: caches: add DCACHE_DEFAULT_OPTION
` [PATCH 3/3] arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviour

[Intel-gfx] [PATCH] drm/i915/gt: Treat idling as a RPS downclock event
 2020-04-03 21:29 UTC  (3+ messages)

[PATCH] kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h
 2020-04-03 21:24 UTC 

[PATCH v5.7 0/8] iwlwifi: fixes intended for v5.7 2020-04-03
 2020-04-03 21:26 UTC  (6+ messages)
` [PATCH v5.7 7/8] iwlwifi: mvm: fix inactive TID removal return value usage

[PATCH] nativesdk-binutils: correct path to ld.so.conf
 2020-04-03 21:25 UTC 

The closing bracket is missing
 2020-04-03 21:25 UTC  (3+ messages)

[PATCH 0/2] mm: few refinements to gfp flags documentation
 2020-04-03 21:23 UTC  (4+ messages)
` [PATCH 1/2] mm: clarify __GFP_MEMALLOC usage

[Buildroot] [RFC v4 1/3] package/qt5: bump version to 5.13.2
 2020-04-03 21:23 UTC  (3+ messages)
` [Buildroot] [RFC v4 2/3] package/qt5: bump version to 5.14.2
` [Buildroot] [RFC v4 3/3] package/qt5/qt5wayland: fix compile for rpi3

[oe][meta-python][PATCH 01/10] python-bitarray: consolidate inc and bb files into a single bb file
 2020-04-03 21:21 UTC  (10+ messages)
` [oe][meta-python][PATCH 02/10] python-zipp: "
` [oe][meta-python][PATCH 03/10] python-zopeinterface: "
` [oe][meta-python][PATCH 04/10] python-yarl: "
` [oe][meta-python][PATCH 05/10] python-yappi: "
` [oe][meta-python][PATCH 06/10] python-xxhash: "
` [oe][meta-python][PATCH 07/10] python-xstatic: "
` [oe][meta-python][PATCH 08/10] python-xstatic-font-awesome: "
` [oe][meta-python][PATCH 09/10] python-xlrd: "
` [oe][meta-python][PATCH 10/10] python-wtforms: "

[PATCH 1/2] cpufreq: qoriq: convert to a platform driver
 2020-04-03 21:21 UTC  (4+ messages)
` [PATCH 2/2] clk: qoriq: add cpufreq platform device

[PATCH v2 00/11] Finish converting git bisect to C part 2
 2020-04-03 21:19 UTC  (3+ messages)
` [PATCH v2 03/11] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C

[GIT PULL] remoteproc updates for v5.7
 2020-04-03 21:18 UTC  (5+ messages)
` [PATCH] remoteproc/omap: Fix set_load call in omap_rproc_request_timer

[PATCH] drm/amdgpu: Re-enable FRU check for most models v3
 2020-04-03 21:16 UTC  (4+ messages)

[PATCH v2 00/17] merge: learn --autostash
 2020-04-03 21:14 UTC  (8+ messages)
` [PATCH v3 00/19] "
  ` [PATCH v3 17/19] merge: teach --autostash option

[PATCH net] veth: xdp: use head instead of hard_start
 2020-04-03 21:12 UTC  (10+ messages)
` [PATCH net v2] "

KASAN: use-after-free Read in ath9k_wmi_ctrl_rx
 2020-04-03 21:13 UTC  (2+ messages)

[Intel-gfx] [CI] drm/i915/gt: Free request pool from virtual engines
 2020-04-03 21:12 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

question about drivers/net/dsa/sja1105/sja1105_main.c
 2020-04-03 21:10 UTC  (4+ messages)

[PATCH v3 0/7] clocksource: Add NVIDIA Tegra186 timers support
 2020-04-03 21:11 UTC  (8+ messages)
` [PATCH v3 2/7] clocksource: Add "
` [PATCH v3 5/7] arm64: tegra: Enable native timers on Jetson TX2

[PATCH v10 0/5] Add NUMA-awareness to qspinlock
 2020-04-03 20:59 UTC  (9+ messages)
` [PATCH v10 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v10 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v10 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v10 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v10 5/5] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA

[PATCH 11/14] power: supply: bq25890: show measured VBUS
 2020-04-03 21:06 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.