All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-11 01:20:44 to 2021-03-11 02:34:32 UTC [more...]

[PATCH v4 00/78] target/arm: Implement SVE2
 2021-03-11  2:33 UTC  (3+ messages)

[PATCH v3] f2fs: add sysfs nodes to get runtime compression stat
 2021-03-11  2:32 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] RFC: i915: Drop relocation support on Gen12+
 2021-03-11  2:32 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for RFC: i915: Drop relocation support on Gen12+ (rev3)

[OE-core][PATCH] Revert "uninative: Don't use single sstate for pseudo-native"
 2021-03-11  2:41 UTC  (3+ messages)

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-03-11  2:30 UTC  (11+ messages)
` [PATCH 41/45] xfs: move CIL ordering to the logvec chain
` [PATCH 42/45] xfs: __percpu_counter_compare() inode count debug too expensive
` [PATCH 43/45] xfs: avoid cil push lock if possible
` [PATCH 44/45] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 45/45] xfs: expanding delayed logging design with background material

[PATCH] infiniband/core: Fix a use after free in cm_work_handler
 2021-03-11  2:21 UTC 

[PATCH net-next] net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME
 2021-03-11  2:30 UTC 

[RFC v4 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-11  2:28 UTC  (4+ messages)
` [RFC v4 07/11] vduse: "
    `  "

[PATCH v2 0/5] Add option to mmap GEM buffers cached
 2021-03-11  2:27 UTC  (5+ messages)
` [PATCH v2 5/5] drm/ingenic: Add option to alloc cached GEM buffers

stable-rc/queue/4.4 baseline: 82 runs, 9 regressions (v4.4.260-7-ga6b92a3a006b5)
 2021-03-11  2:25 UTC 

[PATCH 0/3] sha256 fixes for filter-branch
 2021-03-11  2:24 UTC  (5+ messages)
` [PATCH 1/3] t7003: test ref rewriting explicitly

[PATCH][next] media: siano: Fix multiple out-of-bounds warnings in smscore_load_firmware_family2()
 2021-03-11  2:19 UTC 

[Intel-gfx] [PATCH 18/23] drm/i915: Shrink the size of intel_remapped_plane_info struct
 2021-03-11  2:19 UTC 

Adding keys to BMC production build
 2021-03-11  2:17 UTC 

[PATCH] configfs: Fix use-after-free issue in __configfs_open_file
 2021-03-11  2:16 UTC  (3+ messages)

[PATCH v2] block: Discard page cache of zone reset target range
 2021-03-11  2:15 UTC  (3+ messages)

[PATCH net-next 0/6] ionic Rx updates
 2021-03-11  2:14 UTC  (3+ messages)
` [PATCH net-next 2/6] ionic: implement Rx page reuse

[printk] 996e966640: stress-ng.klog.ops_per_sec 1097.4% improvement
 2021-03-11  2:14 UTC  (2+ messages)

[PATCH] hugetlb: select PREEMPT_COUNT if HUGETLB_PAGE for in_atomic use
 2021-03-11  2:13 UTC 

[PATCH net-next 0/2] net: hns3: two updates for -next
 2021-03-11  2:14 UTC  (3+ messages)
` [PATCH net-next 1/2] net: hns3: use FEC capability queried from firmware
` [PATCH net-next 2/2] net: hns3: use pause "

[PATCH net-next, v2 1/3] net: dsa: mt7530: setup core clock even in TRGMII mode
 2021-03-11  2:09 UTC  (9+ messages)
` [PATCH net-next,v2 "
` [PATCH net-next, v2 2/3] net: dsa: mt7530: clean up redundant clock enables
  ` [PATCH net-next,v2 "
` [PATCH net-next, v2 3/3] net: dsa: mt7530: disable TRGMII clock at reconfigure
  ` [PATCH net-next,v2 "

[PATCH v8 00/37] config-based hooks
 2021-03-11  2:10 UTC  (38+ messages)
` [PATCH v8 01/37] doc: propose hooks managed by the config
` [PATCH v8 02/37] hook: scaffolding for git-hook subcommand
` [PATCH v8 03/37] hook: add list command
` [PATCH v8 04/37] hook: include hookdir hook in list
` [PATCH v8 05/37] hook: teach hook.runHookDir
` [PATCH v8 06/37] hook: implement hookcmd.<name>.skip
` [PATCH v8 07/37] parse-options: parse into strvec
` [PATCH v8 08/37] hook: add 'run' subcommand
` [PATCH v8 09/37] hook: introduce hook_exists()
` [PATCH v8 10/37] hook: support passing stdin to hooks
` [PATCH v8 11/37] run-command: allow stdin for run_processes_parallel
` [PATCH v8 12/37] hook: allow parallel hook execution
` [PATCH v8 13/37] hook: allow specifying working directory for hooks
` [PATCH v8 14/37] run-command: add stdin callback for parallelization
` [PATCH v8 15/37] hook: provide stdin by string_list or callback
` [PATCH v8 16/37] run-command: allow capturing of collated output
` [PATCH v8 17/37] hooks: allow callers to capture output
` [PATCH v8 18/37] commit: use config-based hooks
` [PATCH v8 19/37] am: convert applypatch hooks to use config
` [PATCH v8 20/37] merge: use config-based hooks for post-merge hook
` [PATCH v8 21/37] gc: use hook library for pre-auto-gc hook
` [PATCH v8 22/37] rebase: teach pre-rebase to use hook.h
` [PATCH v8 23/37] read-cache: convert post-index-change hook to use config
` [PATCH v8 24/37] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH v8 25/37] git-p4: use 'git hook' to run hooks
` [PATCH v8 26/37] hooks: convert 'post-checkout' hook to hook library
` [PATCH v8 27/37] hook: convert 'post-rewrite' hook to config
` [PATCH v8 28/37] transport: convert pre-push hook to use config
` [PATCH v8 29/37] reference-transaction: look for hooks in config
` [PATCH v8 30/37] receive-pack: convert 'update' hook to hook.h
` [PATCH v8 31/37] proc-receive: acquire hook list from hook.h
` [PATCH v8 32/37] post-update: use hook.h library
` [PATCH v8 33/37] receive-pack: convert receive hooks to hook.h
` [PATCH v8 34/37] bugreport: use hook_exists instead of find_hook
` [PATCH v8 35/37] git-send-email: use 'git hook run' for 'sendemail-validate'
` [PATCH v8 36/37] run-command: stop thinking about hooks
` [PATCH v8 37/37] docs: unify githooks and git-hook manpages

[dpdk-dev] Duplicating traffic with RTE Flow
 2021-03-11  2:11 UTC  (6+ messages)

[PATCH] esp6: remove a duplicative condition
 2021-03-11  2:07 UTC 

[PULL 00/20] ppc-for-6.0 queue 20210310
 2021-03-11  1:47 UTC  (6+ messages)

[RFC PATCH 00/10] ethtool: Factor out common code related to writing ethtool strings
 2021-03-11  2:08 UTC  (24+ messages)
` [Intel-wired-lan] "
` [RFC PATCH 01/10] ethtool: Add common function for filling out strings
  ` [Intel-wired-lan] "
` [RFC PATCH 02/10] intel: Update drivers to use ethtool_gsprintf
  ` [Intel-wired-lan] "
` [RFC PATCH 03/10] nfp: Replace nfp_pr_et with ethtool_gsprintf
  ` [Intel-wired-lan] "
` [RFC PATCH 04/10] hisilicon: Update drivers to use ethtool_gsprintf
  ` [Intel-wired-lan] "
` [RFC PATCH 05/10] ena: Update driver "
  ` [Intel-wired-lan] "
` [RFC PATCH 06/10] netvsc: "
  ` [Intel-wired-lan] "
` [RFC PATCH 07/10] virtio_net: "
  ` [Intel-wired-lan] "
` [RFC PATCH 08/10] vmxnet3: "
  ` [Intel-wired-lan] "
` [RFC PATCH 09/10] bna: "
  ` [Intel-wired-lan] "
` [RFC PATCH 10/10] ionic: "
  ` [Intel-wired-lan] "

[PATCH] regulator: mt6315: Fix off-by-one for .n_voltages
 2021-03-11  2:05 UTC 

[PATCH v2 00/25] KVM SGX virtualization support
 2021-03-11  2:05 UTC  (5+ messages)

[RFC PATCH 00/21] contrib/gitdm: Add more companies entries
 2021-03-11  2:02 UTC  (4+ messages)
` [RFC PATCH 18/21] contrib/gitdm: Add Wind River to the domain map

[PATCH v3] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-03-11  2:01 UTC  (6+ messages)

[PATCH v2 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
 2021-03-11  2:01 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v6 0/6] wdt: Add support for watchdogs on Kendryte K210
 2021-03-11  2:02 UTC  (7+ messages)
` [PATCH v6 1/6] wdt: dw: Switch to using fls for log2
` [PATCH v6 2/6] wdt: dw: Switch to if(CONFIG()) instead of using #if
` [PATCH v6 3/6] wdt: dw: Enable the clock before using it
` [PATCH v6 4/6] wdt: dw: Free the clock on error
` [PATCH v6 5/6] riscv: Add watchdog bindings for the k210
` [PATCH v6 6/6] riscv: Enable watchdog "

[PATCH v3 0/9] Introduce vfio-pci-core subsystem
 2021-03-11  2:00 UTC  (11+ messages)
` [PATCH 8/9] vfio/pci: export nvlink2 support into vendor vfio_pci drivers

[PATCH 1/2] drm/amd/pm: Add LightSBR SMU MSG support
 2021-03-11  1:59 UTC 

[PATCH v10 0/3] mergetool: add hideResolved configuration (was automerge)
 2021-03-11  1:57 UTC  (6+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/3] mergetool: add hideResolved configuration
    ` [PATCH] mergetool: do not enable hideResolved by default

[RFC PATCH 0/4] Split security_task_getsecid() into subj and obj variants
 2021-03-11  1:56 UTC  (12+ messages)
` [RFC PATCH 1/4] lsm: separate security_task_getsecid() into subjective and objective variants

[PATCH -tip 0/5] kprobes: Fix stacktrace in kretprobes
 2021-03-11  1:54 UTC  (12+ messages)

[PATCH v2] virt: acrn: Fix document of acrn_msi_inject()
 2021-03-11  1:54 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: at25: add Fujitsu MB85RS4MT
 2021-03-11  1:52 UTC  (4+ messages)

[PATCH v3] virt: acrn: Fix document of acrn_msi_inject()
 2021-03-11  1:52 UTC 

[PATCH v4 01/12] dt-bindings: usb: fix yamllint check warning
 2021-03-11  1:51 UTC  (7+ messages)

[PATCH] doc: icicle: Fix incorrect board name in HSS docs
 2021-03-11  1:52 UTC  (2+ messages)

[PATCH v2] riscv: Remove unused define in maix header
 2021-03-11  1:51 UTC 

[PATCH] mm/oom_kill: Ensure MMU notifier range_end() is paired with range_start()
 2021-03-11  1:50 UTC  (4+ messages)

[PATCH] f2fs: allow to change discard policy based on cached discard cmds
 2021-03-11  1:47 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH/RFC 0/2] background initramfs unpacking, and CONFIG_MODPROBE_PATH
 2021-03-11  1:45 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] init/initramfs.c: allow asynchronous unpacking

[PATCH] checkpatch: Add warnings for using strn(cat|cpy)
 2021-03-11  1:45 UTC 

[PATCH 1/2] drm/amdgpu/powerplay/smu10: add support for gpu busy query (v2)
 2021-03-11  1:44 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/smu8: return an error rather than 50% if busy query fails

[PATCH v4 0/7] Add basic support for Loongson-2K1000
 2021-03-11  1:43 UTC  (4+ messages)
` [PATCH v4 6/7] dt-bindings: interrupt-controller: Add Loongson-2K1000 LIOINTC

[PATCH] fetch-pack: do not mix --pack_header and packfile uri
 2021-03-11  1:41 UTC  (3+ messages)

[PATCH v4] iio: cros: unify hw fifo attributes without API changes
 2021-03-11  1:41 UTC 

[PATCH 2/2] drm/amdgpu: Enable light SBR for SMU on passthrough and XGMI configuration
 2021-03-11  1:41 UTC  (2+ messages)

Build issue with 4.4.59 under arm8
 2021-03-11  1:40 UTC 

[PATCH 4.4 0/3] Backport patch series to update Futex from 4.9
 2021-03-11  1:39 UTC  (8+ messages)
` [PATCH 4.4 3/3] futex: fix dead code in attach_to_pi_owner()

[PATCH v4] kasan: remove redundant config option
 2021-03-11  1:32 UTC  (5+ messages)

[LTP] [PATCH 1/2] docparse: Use C standard comment end
 2021-03-11  1:38 UTC  (4+ messages)
` [LTP] [PATCH 2/2] docparse: Unify Description and Algorithm titles

[PATCH] arm64: dts: ti: k3-am65-mcu: Add RTI watchdog entry
 2021-03-11  1:36 UTC  (3+ messages)

[powerpc:fixes-test] BUILD SUCCESS bd73758803c2eedc037c2268b65a19542a832594
 2021-03-11  1:36 UTC 

[staging:staging-testing] BUILD SUCCESS 31673785d5353b8a8e882fc51ef315cc197f4483
 2021-03-11  1:36 UTC 

[PATCH] firmware: qcom_scm: remove a duplicative condition
 2021-03-11  1:32 UTC 

[PATCH] ptrace: Allow other threads to access tracee
 2021-03-11  1:31 UTC  (3+ messages)

[p2pmem:p2pdma_dma_map_ops_rfc 16/17] drivers/pci/p2pdma.c:1098:35: sparse: sparse: symbol 'pci_p2pdma_vmops' was not declared. Should it be
 2021-03-11  1:33 UTC  (2+ messages)
` [RFC PATCH p2pmem] PCI/P2PDMA: pci_p2pdma_vmops can be static

[drm/i915] 7962893ecb: WARNING:at_drivers/gpu/drm/i915/intel_runtime_pm.c:#intel_runtime_pm_driver_release[i915]
 2021-03-11  1:32 UTC  (4+ messages)
  ` [LKP] "

[PATCH] ARM: Make UNWINDER_ARM depend on ld.bfd or ld.lld 11.0.0+
 2021-03-11  1:30 UTC  (3+ messages)

[peterz-queue:x86/fpu 6/9] arch/x86/kernel/jump_label.c:40:27: error: 'JUMP_LABEL_NOP_SIZE' undeclared; did you mean
 2021-03-11  1:31 UTC 

[PATCH v4] pinctrl: qcom: sc8180x: add ACPI probe support
 2021-03-11  1:29 UTC  (3+ messages)

drivers/spi/spi-axi-spi-engine.c:501 spi_engine_probe() warn: missing error code 'ret'
 2021-03-11  1:30 UTC 

[PATCH V13 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-03-11  1:26 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/4] Support ice PMD on Windows
 2021-03-11  1:58 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/3] "
  ` [dpdk-dev] [PATCH v2 1/3] build: enable iavf base code to build on windows
  ` [dpdk-dev] [PATCH v2 2/3] net/ice: build on Windows
  ` [dpdk-dev] [PATCH v2 3/3] net/ice: disable ice DDP package "

[Intel-gfx] [PATCH] drm/i915: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads for Gen9
 2021-03-11  1:27 UTC  (13+ messages)
` [Intel-gfx] [PATCH v3] "

[PATCH] vfio: Support host translation granule size
 2021-03-11  1:24 UTC  (5+ messages)

[PATCH 3/3] filter-branch: drop $_x40 glob
 2021-03-11  1:23 UTC  (3+ messages)
` [PATCH 4/4] tests: get rid of $_x05 from the test suite

[PATCH v6 00/15] pinctrl: add BCM63XX pincontrol support
 2021-03-11  1:22 UTC  (6+ messages)
` [PATCH v6 04/15] dt-bindings: add BCM6328 pincontroller binding documentation

git premirror and corrupt source_mirror
 2021-03-11  1:23 UTC 

[LTP] [PATCH v2] syscalls/chdir04: Convert to the new API
 2021-03-11  1:23 UTC  (3+ messages)

[PATCH] ibmvfc: free channel_setup_buf during device tear down
 2021-03-11  1:22 UTC  (2+ messages)

[PATCH net] net: dsa: mt7530: setup core clock even in TRGMII mode
 2021-03-11  1:21 UTC  (3+ messages)

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2021-03-11  1:21 UTC  (18+ messages)

[PATCH 0/3] Add support for Actions Semi Owl Ethernet MAC
 2021-03-11  1:20 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: net: Add Actions Semi Owl Ethernet MAC binding
` [PATCH 2/3] net: ethernet: actions: Add Actions Semi Owl Ethernet MAC driver
` [PATCH 3/3] MAINTAINERS: Add entries for Actions Semi Owl Ethernet MAC


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.