All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-03 03:56:35 to 2021-06-03 05:23:10 UTC [more...]

[PATCH 00/39 v5] xfs: CIL and log optimisations
 2021-06-03  5:22 UTC  (17+ messages)
` [PATCH 01/39] xfs: log stripe roundoff is a property of the log
` [PATCH 02/39] xfs: separate CIL commit record IO
` [PATCH 03/39] xfs: remove xfs_blkdev_issue_flush
` [PATCH 04/39] xfs: async blkdev cache flush
` [PATCH 06/39] xfs: remove need_start_rec parameter from xlog_write()
` [PATCH 07/39] xfs: journal IO cache flush reductions
` [PATCH 08/39] xfs: Fix CIL throttle hang when CIL space used going backwards
` [PATCH 09/39] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 11/39] xfs: CIL work is serialised, not pipelined
` [PATCH 13/39] xfs: only CIL pushes require a start record
` [PATCH 14/39] xfs: embed the xlog_op_header in the unmount record
` [PATCH 15/39] xfs: embed the xlog_op_header in the commit record
` [PATCH 17/39] xfs: move log iovec alignment to preparation function
` [PATCH 19/39] xfs: log ticket region debug is largely useless
` [PATCH 22/39] xfs:_introduce xlog_write_partial()
` [PATCH 23/39] xfs: xlog_write() no longer needs contwr state

[PATCH v4 0/4] mtd: spi-nor: otp: 4 byte mode fix and erase support
 2021-06-03  5:22 UTC  (8+ messages)
` [PATCH v4 3/4] mtd: spi-nor: otp: return -EROFS if region is read-only
` [PATCH v4 4/4] mtd: spi-nor: otp: implement erase for Winbond and similar flashes

arch/arm64/include/asm/irqflags.h:37:9: sparse: sparse: context imbalance in 'split_huge_page_to_list' - different lock contexts for basic block
 2021-06-03  5:21 UTC 

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-03  5:18 UTC  (11+ messages)
` [PATCH v5 01/10] fs: make do_mkdirat() take struct filename
` [PATCH v5 02/10] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v5 03/10] fs: make do_mknodat() take struct filename
` [PATCH v5 04/10] fs: make do_symlinkat() "
` [PATCH v5 05/10] namei: add getname_uflags()
` [PATCH v5 06/10] fs: make do_linkat() take struct filename
` [PATCH v5 07/10] fs: update do_*() helpers to return ints
` [PATCH v5 08/10] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v5 09/10] io_uring: add support for IORING_OP_LINKAT
` [PATCH v5 10/10] io_uring: add support for IORING_OP_MKNODAT

[RFC] /dev/ioasid uAPI proposal
 2021-06-03  5:18 UTC  (17+ messages)

[kbuild] [mchinth: sep_socwatch_linux_5_9 32/41] drivers/platform/x86/socperf/pci.c:54:1: iwyu: warning: superfluous #include <asm/page.h>
 2021-06-03  5:18 UTC 

[PATCH v3 0/2] Gitlab: Add issue templates
 2021-06-03  5:16 UTC  (5+ messages)
` [PATCH v3 1/2] GitLab: Add "Bug" issue reporting template
` [PATCH v3 2/2] GitLab: Add "Feature Request" issue template

[PATCH] efi: Restrict the simple file system protocol to support only FAT
 2021-06-03  5:15 UTC  (4+ messages)

[PATCH 0/2] [GSOC] ref-filter: add %(raw) atom
 2021-06-03  5:11 UTC  (5+ messages)
` [PATCH 1/2] [GSOC] ref-filter: add obj-type check in grab contents

[PATCH 00/20] GuC CTBs changes + a few misc patches
 2021-06-03  5:16 UTC  (44+ messages)
` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [PATCH 01/20] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
  ` [Intel-gfx] "
` [PATCH 02/20] drm/i915/guc: use probe_error log for CT enablement failure
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 03/20] drm/i915/guc: enable only the user interrupt when using GuC submission
  `  "
` [PATCH 04/20] drm/i915/guc: Remove sample_forcewake h2g action
  ` [Intel-gfx] "
` [PATCH 05/20] drm/i915/guc: Keep strict GuC ABI definitions
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 06/20] drm/i915/guc: Drop guc->interrupts.enabled
  `  "
` [PATCH 07/20] drm/i915/guc: Stop using fence/status from CTB descriptor
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 08/20] drm/i915: Promote ptrdiff() to i915_utils.h
  `  "
` [PATCH 09/20] drm/i915/guc: Only rely on own CTB size
  ` [Intel-gfx] "
` [PATCH 10/20] drm/i915/guc: Don't repeat CTB layout calculations
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 11/20] drm/i915/guc: Replace CTB array with explicit members
  `  "
` [Intel-gfx] [PATCH 12/20] drm/i915/guc: Update sizes of CTB buffers
  `  "
` [PATCH 13/20] drm/i915/guc: Relax CTB response timeout
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 14/20] drm/i915/guc: Start protecting access to CTB descriptors
  `  "
` [Intel-gfx] [PATCH 15/20] drm/i915/guc: Ensure H2G buffer updates visible before tail update
  `  "
` [Intel-gfx] [PATCH 16/20] drm/i915/guc: Stop using mutex while sending CTB messages
  `  "
` [Intel-gfx] [PATCH 17/20] drm/i915/guc: Don't receive all G2H messages in irq handler
  `  "
` [PATCH 18/20] drm/i915/guc: Always copy CT message to new allocation
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 19/20] drm/i915/guc: Early initialization of GuC send registers
  `  "
` [Intel-gfx] [PATCH 20/20] drm/i915/guc: Use guc_class instead of engine_class in fw interface
  `  "

[PATCH v5 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-06-03  5:10 UTC  (3+ messages)
` [PATCH v5 3/3] mm,hwpoison: Send SIGBUS with error virutal address

Zdravstvujte Vas interesujut klientskie bazy dannyh?
 2021-06-03  6:31 UTC 

[PATCH] ASoC: qcom: Fix for DMA interrupt clear reg overwriting
 2021-06-03  5:05 UTC 

[PATCH -next] phy: Sparx5 Eth SerDes: check return value after calling platform_get_resource()
 2021-06-03  5:10 UTC  (2+ messages)

Toaster and Posgres database
 2021-06-03  5:04 UTC  (2+ messages)
` [Toaster] "

Gmail OAuth2 in git send-email
 2021-06-03  5:02 UTC 

[PATCH v4 00/16] Enable VAS and NX-GZIP support on powerVM
 2021-06-03  4:59 UTC  (22+ messages)
` [PATCH v4 03/16] powerpc/vas: Add platform specific user window operations
` [PATCH v4 04/16] powerpc/vas: Create take/drop pid and mm references
` [PATCH v4 05/16] powerpc/vas: Move update_csb/dump_crb to common book3s platform
` [PATCH v4 06/16] powerpc/vas: Define and use common vas_window struct
` [PATCH v4 07/16] powerpc/pseries/vas: Define VAS/NXGZIP HCALLs and structs
` [PATCH v4 14/16] crypto/nx: Register and unregister VAS interface
` [PATCH v4 16/16] crypto/nx: Add sysfs interface to export NX capabilities

[PATCH v7 0/2] hwspinlock: add sun6i hardware spinlock support
 2021-06-03  4:59 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: hwlock: add sun6i_hwspinlock

[dpdk-dev] [PATCH] net: introduce IPv4 ihl and version fields
 2021-06-03  4:59 UTC  (5+ messages)

[PATCHSET RFC 00/10] fstests: move test group lists into test files
 2021-06-03  4:58 UTC  (3+ messages)
` [PATCH 04/10] fstests: move test group info to "

[PATCH 1/5] drm/amd/pm: drop the incomplete fix for Navi14 runpm issue
 2021-06-03  4:56 UTC  (5+ messages)
` [PATCH 2/5] drm/amd/pm: correct the runpm handling for BACO supported ASIC
` [PATCH 3/5] drm/amdgpu: correct the audio function initial Dstate
` [PATCH 4/5] drm/amd/pm: clear the cached dpm feature status
` [PATCH 5/5] drm/amd/pm: correct the dpm features disablement for Navi1x

[PATCHSET 0/2] xfs: rename struct xfs_eofblocks
 2021-06-03  4:55 UTC  (5+ messages)
` [PATCH 1/2] xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_
` [PATCH 2/2] xfs: rename struct xfs_eofblocks to xfs_icwalk

arch/sh/mm/cache-sh2a.c:71:46: sparse: sparse: incorrect type in argument 1 (different base types)
 2021-06-03  4:53 UTC  (2+ messages)

[PATCH] [v2] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-03  4:50 UTC  (3+ messages)
`  "

[PATCH] [v2] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-03  4:50 UTC  (3+ messages)
`  "

[RFC 0/6] WWAN netdev creation framework tweaks
 2021-06-03  4:49 UTC  (7+ messages)
` [RFC 1/6] rtnetlink: fix alloc() method introduction
` [RFC 2/6] wwan: fix module initialization
` [RFC 3/6] rtnetlink: fill IFLA_PARENT_DEV_NAME on link dump
` [RFC 4/6 iproute2] Update kernel headers
` [RFC 5/6 iproute2] iplink: add support for parent device
` [RFC 6/6 iproute2] iplink: support for WWAN devices

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-06-03  4:47 UTC  (10+ messages)
` [Intel-gfx] "

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-06-03  4:45 UTC  (4+ messages)
` [PATCH RFC 5/7] kvm: x86: Revise CPUID.D.1.EBX for alignment rule

[syzbot] UBSAN: shift-out-of-bounds in ___bpf_prog_run
 2021-06-03  4:43 UTC  (4+ messages)
` [PATCH v3] bpf: core: fix "

ld: warning: orphan section `.data..decrypted' from `arch/x86/kernel/cpu/vmware.o' being placed in section `.data..decrypted'
 2021-06-03  4:42 UTC  (2+ messages)

[PATCHSET v2 0/3] xfs: preserve inode health reports for longer
 2021-06-03  4:42 UTC  (7+ messages)
` [PATCH 1/3] xfs: only reset incore inode health state flags when reclaiming an inode
` [PATCH 2/3] xfs: drop IDONTCACHE on inodes when we mark them sick
` [PATCH 3/3] xfs: don't let background reclaim forget sick inodes

[Bug 212955] New: Possible kernel regression USB2 (not USB3) port EDIROL UA-101 (in USB 1.1 mode, not USB2) error -110
 2021-06-03  4:42 UTC  (2+ messages)
` [Bug 212955] "

[dpdk-dev] Arm roadmap for 21.08
 2021-06-03  4:41 UTC 

[PATCH] docs: networking: Replace strncpy() with strscpy()
 2021-06-03  4:40 UTC  (2+ messages)

[PATCH] arm: bootm: wrong lmb region reservation when PRAM is used
 2021-06-03  4:40 UTC  (3+ messages)

[PATCH 1/7] Input: cy8ctmg110_ts - rely on platform code to supply interrupt
 2021-06-03  4:37 UTC  (7+ messages)
` [PATCH 2/7] Input: cy8ctmg110_ts - do not hard code interrupt trigger
` [PATCH 3/7] Input: cy8ctmg110_ts - do not hardcode as wakeup source
` [PATCH 4/7] Input: cy8ctmg110_ts - let I2C core configure wake interrupt
` [PATCH 5/7] Input: cy8ctmg110_ts - use endian helpers when converting data on wire
` [PATCH 6/7] Input: cy8ctmg110_ts - switch to using managed resources
` [PATCH 7/7] Input: cy8ctmg110_ts - switch to using gpiod API

[PATCH] Input: elan_i2c: Disable irq on shutdown
 2021-06-03  4:33 UTC  (6+ messages)

[PATCH bpf-next v3 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-06-03  4:34 UTC  (3+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH] phy: ralink: phy-mt7621-pci: drop 'of_match_ptr' to fix -Wunused-const-variable
 2021-06-03  4:32 UTC 

[mchinth: sep_socwatch_linux_5_9 35/41] drivers/platform/x86/socwatch/sw_pci.c:64:6: sparse: sparse: symbol 'sw_print_pci_devices_i' was not declared. Should it be static?
 2021-06-03  4:33 UTC 

[PATCH] Documentation: kdump: update kdump guide
 2021-06-03  4:30 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH v4 0/3] gpio: gpio-regmap: Support few custom operations
 2021-06-03  4:26 UTC  (6+ messages)
` [PATCH v4 2/3] gpio: gpio-regmap: Use devm_add_action_or_reset()

arch/mips/kvm/vz.c:391:10: warning: variable 'freeze_time' set but not used
 2021-06-03  4:28 UTC  (2+ messages)

[mchinth: sep_socwatch_linux_5_9 32/41] drivers/platform/x86/socperf/npk_uncore.c:292:39: sparse: sparse: cast removes address space '__iomem' of expression
 2021-06-03  4:26 UTC 

The git spring cleanup challenge
 2021-06-03  4:25 UTC  (5+ messages)

[PATCH V11 clocksource 0/6] Do not mark clocks unstable due to delays for v5.13
 2021-06-03  4:25 UTC  (9+ messages)

[mchinth: sep_socwatch_linux_5_9 34/41] drivers/platform/x86/socwatch/sw_counter_list.c:88:25: sparse: sparse: incorrect type in argument 2 (different base types)
 2021-06-03  4:23 UTC 

[PATCH v2 1/6] Modify smu_get_power_limit to implement Powerplay API
 2021-06-03  4:23 UTC  (9+ messages)
` [PATCH 2/6] amdgpu/pm: clean up smu_get_power_limit function signature

[mchinth:sep_socwatch_linux_5_9 1/1] drivers/platform/x86/sepdk/pax/pax.c:720 pax_Device_Control() warn: maybe return -EFAULT instead of the bytes remaining?
 2021-06-03  4:22 UTC 

[linux-next:master 1932/6331] drivers/phy/ralink/phy-mt7621-pci.c:341:34: warning: unused variable 'mt7621_pci_phy_ids'
 2021-06-03  4:18 UTC  (7+ messages)

[PATCH v2 intel-net 0/2] ice XDP fixes
 2021-06-03  4:15 UTC  (4+ messages)
` [PATCH v2 intel-net 1/2] ice: add ndo_bpf callback for safe mode netdev ops
  ` [Intel-wired-lan] "

[PATCH v4] /dev/mem: Revoke mappings when a driver claims the region
 2021-06-03  4:15 UTC  (3+ messages)

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-03  4:13 UTC  (3+ messages)

[PATCH v3 0/3] pinctrl: pinctrl-g6: Add the 2nd sgpio
 2021-06-03  4:12 UTC  (6+ messages)
` [PATCH v3 2/3] ARM: dts: aspeed-g6: Add pinctrl settings

[PATCH] arm64: defconfig: remove duplicated MTK_PMIC_WRAP
 2021-06-03  4:11 UTC 

[PATCH] ARM: config: aspeed: Add DEBUG_FS and EXT4
 2021-06-03  4:09 UTC 

[mchinth: sep_socwatch_linux_5_9 32/41] drivers/platform/x86/socperf/pci.c:93:17: sparse: sparse: cast removes address space '__iomem' of expression
 2021-06-03  4:10 UTC  (2+ messages)
` [RFC PATCH mchinth] read_telem() can be static

next/pending-fixes baseline: 320 runs, 10 regressions (v5.13-rc4-286-g6bd26f0b60ab)
 2021-06-03  4:09 UTC 

[pull] amdgpu drm-fixes-5.13
 2021-06-03  4:04 UTC  (2+ messages)

linux-next: manual merge of the tip tree with the jc_docs tree
 2021-06-03  4:04 UTC 

Virtio hardening for TDX
 2021-06-03  4:02 UTC  (4+ messages)
` [PATCH v1 4/8] x86/tdx: Add arch_has_restricted_memory_access "

[PATCH v4,0/6] Support H264 4K on MT8192
 2021-06-03  3:55 UTC  (5+ messages)
` [PATCH v4,5/6] media: mtk-vcodec: Add MT8192 H264 venc driver

[PATCH 0/8] PALcode fixes required to run NetBSD/alpha
 2021-06-03  3:53 UTC  (6+ messages)
` [PATCH 3/8] Fix initialization of the hwrpb.hwrpb.cpuid field
` [PATCH 4/8] Make some PCI macros available to other files. NFC
` [PATCH 5/8] Fix incorrect initialization of PCI BARs
` [PATCH 6/8] Provide interrupt mapping information in PCI config registers
` [PATCH 7/8] Provide a Console Terminal Block in the HWRPB

[kbuild] [mchinth: sep_socwatch_linux_5_9 19/41] drivers/platform/x86/sepdk/sep/sys_info.c:939 SYS_INFO_Build() warn: should 'k_sysinfo.totalram << 12' be a 64 bit type?
 2021-06-03  3:56 UTC 

[PATCH 00/39 v4] xfs: CIL and log optimisations
 2021-06-03  3:56 UTC  (8+ messages)
` [PATCH 30/39] xfs: implement percpu cil space used calculation


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.