messages from 2021-12-02 22:57:12 to 2021-12-03 00:20:13 UTC [more...]
[PATCH v6 0/5] Add GCC and RPMh clock support for SDX65
2021-12-03 0:20 UTC (5+ messages)
` [PATCH v6 2/5] clk: qcom: Add LUCID_EVO PLL type "
` [PATCH v6 3/5] clk: qcom: Add SDX65 GCC support
[PATCH 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
2021-12-03 0:16 UTC (4+ messages)
linux-next: build failure after merge of the bpf-next tree
2021-12-03 0:15 UTC
per-inode locks in FUSE (kernel vs userspace)
2021-12-03 0:05 UTC
[RFC PATCH bpf-next v2 0/9] Introduce composable bpf types
2021-12-03 0:14 UTC (8+ messages)
` [RFC PATCH bpf-next v2 8/9] bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem
[PATCH v10 3/3] media: platform: mtk-mdp3: add Mediatek MDP3 driver
2021-12-03 0:11 UTC (3+ messages)
[ardb:arm-up-ti-in-task-v3 28/31] clang-14: error: hardware TLS register is not supported for the thumb sub-architecture
2021-12-03 0:11 UTC (2+ messages)
[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
2021-12-03 0:10 UTC (7+ messages)
` [LTP] [PATCH] uapi: Make __{u, s}64 match {u, }int64_t "
[PATCH v13 00/15] Add Mediatek Soc DRM (vdosys0) support for mt8195
2021-12-03 0:07 UTC (11+ messages)
` [PATCH v13 10/15] drm/mediatek: remove unused define in mtk_drm_ddp_comp.c
` [PATCH v13 11/15] drm/mediatek: rename the define of register offset
` [PATCH v13 12/15] drm/mediatek: adjust to the alphabetic order for mediatek-drm
[PATCH 1/2] clocksource/drivers/imx-sysctr: mark two variable with __ro_after_init
2021-12-03 0:05 UTC (3+ messages)
[PATCH v9 0/9] app/test: enable subset of tests on Windows
2021-12-03 0:06 UTC (15+ messages)
` [PATCH v10 "
` [PATCH v10 9/9] app/test: enable subset of unit "
` [PATCH v11 0/9] app/test: enable subset of "
` [PATCH v11 1/9] eal/windows: return ENOTSUP for not supported API
` [PATCH v11 2/9] app/test: remove POSIX-specific code
` [PATCH v11 3/9] app/test: fix incorrect errno variable
` [PATCH v11 4/9] app/test: skip interrupt tests on Windows
` [PATCH v11 5/9] app/test: skip two logs_autotest cases "
` [PATCH v11 6/9] app/test: differentiate a strerror on different OS
` [PATCH v11 7/9] app/test: remove two alarm_autotest cases
` [PATCH v11 8/9] app/test: replace .sh script with .py script
` [PATCH v11 9/9] app/test: enable subset of unit tests on Windows
[Intel-gfx] [PATCH 0/4] Assorted fixes/tweaks to GuC support
2021-12-03 0:06 UTC (10+ messages)
` "
` [PATCH 1/4] drm/i915/uc: Allow platforms to have GuC but not HuC
` [Intel-gfx] "
` [PATCH 2/4] drm/i915/guc: Request RP0 before loading firmware
` [Intel-gfx] "
` [Intel-gfx] [PATCH 3/4] drm/i915/guc: Increase GuC log size for CONFIG_DEBUG_GEM
` "
` [PATCH 4/4] drm/i915/guc: Don't go bang in GuC log if no GuC
` [Intel-gfx] "
[dunfell/master][PATCH] linux-ti-staging-5.10: Fix build failure in parallel build Env
2021-12-03 0:04 UTC (6+ messages)
` [meta-ti] "
[PATCH v3 3/3] irqchip: Add Qualcomm MPM controller driver
2021-12-03 0:00 UTC (3+ messages)
[RFC] [PATCH 00/36] xfs: more work towards shrinking
2021-12-03 0:01 UTC (37+ messages)
` [PATCH 01/36] xfs: make last AG grow/shrink perag centric
` [PATCH 02/36] xfs: kill xfs_ialloc_pagi_init()
` [PATCH 03/36] xfs: pass perag to xfs_ialloc_read_agi()
` [PATCH 04/36] xfs: kill xfs_alloc_pagf_init()
` [PATCH 05/36] xfs: pass perag to xfs_alloc_read_agf()
` [PATCH 06/36] xfs: pass perag to xfs_read_agi
` [PATCH 07/36] xfs: pass perag to xfs_read_agf
` [PATCH 08/36] xfs: pass perag to xfs_alloc_get_freelist
` [PATCH 09/36] xfs: pass perag to xfs_alloc_put_freelist
` [PATCH 10/36] xfs: pass perag to xfs_alloc_read_agfl
` [PATCH 11/36] xfs: Pre-calculate per-AG agbno geometry
` [PATCH 12/36] xfs: Pre-calculate per-AG agino geometry
` [PATCH 13/36] xfs: replace xfs_ag_block_count() with perag accesses
` [PATCH 14/36] xfs: make is_log_ag() a first class helper
` [PATCH 15/36] xfs: active perag reference counting
` [PATCH 16/36] xfs: rework the perag trace points to be perag centric
` [PATCH 17/36] xfs: convert xfs_imap() to take a perag
` [PATCH 18/36] xfs: use active perag references for inode allocation
` [PATCH 19/36] xfs: inobt can use perags in many more places than it does
` [PATCH 20/36] xfs: convert xfs_ialloc_next_ag() to an atomic
` [PATCH 21/36] xfs: perags need atomic operational state
` [PATCH 22/36] xfs: introduce xfs_for_each_perag_wrap()
` [PATCH 23/36] xfs: rework xfs_alloc_vextent()
` [PATCH 24/36] xfs: use xfs_alloc_vextent_this_ag() in _iterate_ags()
` [PATCH 25/36] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
` [PATCH 26/36] xfs: use xfs_alloc_vextent_this_ag() where appropriate
` [PATCH 27/36] xfs: factor xfs_bmap_btalloc()
` [PATCH 28/36] xfs: use xfs_alloc_vextent_first_ag() where appropriate
` [PATCH 29/36] xfs: use xfs_alloc_vextent_start_bno() "
` [PATCH 30/36] xfs: introduce xfs_alloc_vextent_near_bno()
` [PATCH 31/36] xfs: introduce xfs_alloc_vextent_exact_bno()
` [PATCH 32/36] xfs: introduce xfs_alloc_vextent_prepare()
` [PATCH 33/36] xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
` [PATCH 34/36] xfs: fold xfs_alloc_ag_vextent() into callers
` [PATCH 35/36] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
` [PATCH 36/36] xfs: convert trim to use for_each_perag_range
[PATCH bpf-next] libbpf: Fix null pointer when using old pref_buffer__new()
2021-12-03 0:01 UTC (2+ messages)
[RFC PATCH 12/15] KVM: x86/mmu: Split large pages when dirty logging is enabled
2021-12-03 0:00 UTC (12+ messages)
[PATCH v2 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
2021-12-02 23:58 UTC (4+ messages)
` [PATCH v2 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function
` [PATCH v2 2/3] x86/apic: Add helper function to get maximum physical APIC ID
` [PATCH v2 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
[PATCH v3] MAINTAINERS: Update Atish's email address
2021-12-02 23:58 UTC (3+ messages)
Confusing (maybe wrong?) conflict output with ort
2021-12-02 23:58 UTC (2+ messages)
[PATCH] CodingGuidelines: document which output goes to stdout vs. stderr
2021-12-02 23:58 UTC (3+ messages)
` [PATCH v2] "
[PATCH 1/2] board/sunxi/dram_sun4i_auto: use DRAM_MEMORY_TYPE_DDR3 instead of magic number 3
2021-12-02 23:57 UTC (2+ messages)
` [PATCH 2/2] board/sunxi/dram_sun5i_auto: "
[PATCH v3 00/17] UFS patches for kernel v5.17
2021-12-02 23:56 UTC (5+ messages)
` [PATCH v3 16/17] scsi: ufs: Optimize the command queueing code
[igt-dev] [PATCH i-g-t 0/3] tests/i915/kms_dsc: Add a new subtest to validate 10bpc format
2021-12-02 23:53 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/kms_dsc: Add a new subtest to validate 10bpc format (rev2)
[PATCH v2] MAINTAINERS: Update Atish's email address
2021-12-02 23:53 UTC (5+ messages)
[PATCH 0/4] Cancel sync commands if a TX failure occurs
2021-12-02 23:52 UTC (3+ messages)
` [PATCH 1/4] Bluetooth: Reset more state when cancelling a sync command
[PATCH] spmi: pmic-arb: Add support for PMIC v7
2021-12-02 23:51 UTC (4+ messages)
[RFC PATCH bpf-next v2 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
2021-12-02 23:50 UTC
[PATCH v1 1/1] x86: Skip WBINVD instruction for VM guest
2021-12-02 23:48 UTC (5+ messages)
` [PATCH v2] "
[PATCH 00/25] x86/sgx and selftests/sgx: Support SGX2
2021-12-02 23:48 UTC (3+ messages)
` [PATCH 10/25] x86/sgx: Support enclave page permission changes
[syzbot] WARNING in rtl92cu_hw_init
2021-12-02 23:47 UTC
[PATCH v6 00/25] fdt: Make OF_BOARD a boolean option
2021-12-02 23:46 UTC (12+ messages)
[PATCH 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
2021-12-02 23:43 UTC (6+ messages)
` [PATCH 4/7] thermal: intel: hfi: Handle CPU hotplug events
[Bug 209555] New: dwc2 driver stops working after sudden disconnect
2021-12-02 23:42 UTC (2+ messages)
` [Bug 209555] "
[bvanassche:ufs-for-next 16/17] drivers/scsi/ufs/ufshcd.c:1086:3: warning: variable 'pending' is uninitialized when used here
2021-12-02 23:40 UTC (2+ messages)
Help ironing out persistent mismatches on raid6
2021-12-02 23:33 UTC (2+ messages)
[PATCH bpf-next 0/9] Deprecate bpf_prog_load_xattr() API
2021-12-02 23:40 UTC (4+ messages)
` [PATCH bpf-next 1/9] libbpf: use __u32 fields in bpf_map_create_opts
[PATCH 0/2] patchwork-bot: Ignore empty context lines
2021-12-02 23:38 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] patchwork-bot: Add --pwhash for debugging
[PATCH v3 0/5] fix statistics and payload issues for error
2021-12-02 23:35 UTC (13+ messages)
` [PATCH v3 1/5] can: do not increase rx statistics when generating a CAN rx error message frame
` [PATCH v3 2/5] can: kvaser_usb: do not increase tx statistics when sending error message frames
` [PATCH v3 4/5] can: do not increase rx_bytes statistics for RTR frames
` [PATCH v3 5/5] can: do not increase tx_bytes "
[PATCH net] tcp: fix another uninit-value (sk_rx_queue_mapping)
2021-12-02 23:37 UTC
[PATCH 0/5] Convert iProc PCIe binding to YAML
2021-12-02 23:32 UTC (12+ messages)
` [PATCH 1/5] ARM: dts: Cygnus: Fixed iProc PCIe controller properties
` [PATCH 2/5] ARM: dts: HR2: "
` [PATCH 3/5] ARM: dts: NSP: "
` [PATCH 4/5] arm64: dts: ns2: Add missing interrupt-controller property
` [PATCH 5/5] dt-bindings: pci: Convert iProc PCIe to YAML
[RFC PATCH 0/2] Conditional config includes based on remote URL
2021-12-02 23:31 UTC (4+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] config: make git_config_include() static
` [PATCH v5 2/2] config: include file if remote URL matches a glob
[PATCH v4 0/2] Fix mediatek-drm suspend and resume issue
2021-12-02 23:28 UTC (11+ messages)
` [PATCH v4 1/2] drm/mediatek: add wait_for_event for crtc disable by cmdq
` [PATCH v4 2/2] drm/mediatek: add devlink to cmdq dev
[xen-unstable-smoke test] 167033: regressions - FAIL
2021-12-02 23:26 UTC
[PATCH v9 0/3] Add AD74413R driver
2021-12-02 23:25 UTC (4+ messages)
` [PATCH v9 1/3] iio: add addac subdirectory
` [PATCH v9 2/3] dt-bindings: iio: add AD74413R
` [PATCH v9 3/3] iio: addac: add AD74413R driver
[PATCH RFC] block: enable bio allocation cache for IRQ driven IO
2021-12-02 23:24 UTC
stable-rc/queue/4.14 baseline: 83 runs, 1 regressions (v4.14.256-72-g55679b43003d9)
2021-12-02 23:23 UTC
kworker/u32:5+btrfs-delalloc using 100% CPU
2021-12-02 23:16 UTC
+ mm-shmem-dont-truncate-page-if-memory-failure-happens-checkpatch-fixes.patch added to -mm tree
2021-12-02 23:21 UTC
[PATCH for-next v5 0/8] RDMA/rxe: Correct race conditions
2021-12-02 23:20 UTC (9+ messages)
` [PATCH for-next v5 1/8] RDMA/rxe: Replace RB tree by xarray for indexes
` [PATCH v5 for-next 2/8] RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
` [PATCH v5 for-next 3/8] RDMA/rxe: Cleanup pool APIs for keyed objects
` [PATCH v5 for-next 4/8] RDMA/rxe: Fix ref error in rxe_av.c
` [PATCH v5 for-next 5/8] RDMA/rxe: Replace mr by rkey in responder resources
` [PATCH v5 for-next 6/8] RDMA/rxe: Minor cleanups in rxe_pool.c,h
` [PATCH v5 for-next 7/8] RDMA/rxe: Replace rxe_alloc by kzalloc for rxe_mc_elem
` [PATCH v5 for-next 8/8] RDMA/rxe: Add wait for completion to obj destruct
+ mm-shmem-dont-truncate-page-if-memory-failure-happens.patch added to -mm tree
2021-12-02 23:20 UTC
[PATCH 1/2] sstate: don't limit the thread pool size when checking mirrors
2021-12-02 23:16 UTC (2+ messages)
` [OE-core] "
Unable to Mount Btrfs Partition used on Both Funtoo and Windows
2021-12-02 22:32 UTC (2+ messages)
[PATCH] clk: Use div64_ul instead of do_div
2021-12-02 23:15 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2 0/8] progress: assert "global_progress" + test fixes / cleanup
2021-12-02 23:14 UTC (6+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 10/10] progress.c: add & assert a "global_progress" variable
[PATCH v3 2/2] config: include file if remote URL matches a glob
2021-12-02 23:14 UTC (2+ messages)
+ mm-damon-move-damon_rand-definition-into-damonh.patch added to -mm tree
2021-12-02 23:12 UTC
[PATCH RESEND MERGE REQUEST] mm/damon: move damon_rand() definition into damon.h
2021-12-02 23:12 UTC (2+ messages)
[PATCH] KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
2021-12-02 23:10 UTC
stable-rc/queue/4.9 baseline: 105 runs, 1 regressions (v4.9.291-39-g8da2d5e984a85)
2021-12-02 23:10 UTC
[PATCH 0/4] s390x/pci: some small fixes
2021-12-02 23:06 UTC (5+ messages)
` [PATCH 1/4] s390x/pci: use a reserved ID for the default PCI group
[thesofproject:pr/3287 11/15] sound/soc/sof/topology.c:65:58: error: 'const struct ipc_ops' has no member named 'tplg_ipc_ops'
2021-12-02 23:09 UTC
[PATCH v4] phy: qcom-qmp: add support for display port voltage and pre-emphasis swing
2021-12-02 23:10 UTC (2+ messages)
[linux-next:master 3963/4921] arch/sparc/kernel/led.c:125:44: error: 'led_proc_ops' undeclared; did you mean 'proc_ops'?
2021-12-02 23:07 UTC (3+ messages)
+ proc-make-the-proc_create-stubs-static-inlines-fix2.patch added to -mm tree
2021-12-02 23:07 UTC
[PATCH] clk: qcom: regmap-mux: fix parent clock lookup
2021-12-02 23:07 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/snps: use div32 version of MPLLB word clock for UHBR
2021-12-02 23:05 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[PATCH 0/2] Kernel based Mesh support
2021-12-02 23:02 UTC (2+ messages)
[PATCH 0/2] workqueue: Fix hotplug/scheduler races
2021-12-02 23:01 UTC (2+ messages)
[git pull] drm fixes for 5.16-rc4
2021-12-02 22:51 UTC (2+ messages)
[Intel-gfx] [PATCH v3 0/5] i915: Additional DG2 workarounds
2021-12-02 23:00 UTC (5+ messages)
` [Intel-gfx] [PATCH v3 4/5] drm/i915/dg2: Add Wa_16013000631
` [Intel-gfx] [PATCH v3 5/5] drm/i915/dg2: extend Wa_1409120013 to DG2
+ mm-ksm-fix-use-after-free-kasan-report-in-ksm_might_need_to_copy.patch added to -mm tree
2021-12-02 22:59 UTC
[PATCH v1 0/5] ima: support fs-verity signatures stored as
2021-12-02 22:55 UTC (4+ messages)
` [PATCH v1 3/5] ima: limit including fs-verity's file digest in measurement list
ww_mutex.sh hangs since v5.16-rc1
2021-12-02 22:57 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.