All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-15 23:21:59 to 2022-12-16 01:03:34 UTC [more...]

[PATCH] bisect: remove check for fp and move the goto label after the fclose
 2022-12-16  1:03 UTC  (2+ messages)

linux-next: build failure after merge of the mm tree
 2022-12-16  1:03 UTC  (3+ messages)

[PATCH] tracing: Do not synchronize freeing of trigger filter on boot up
 2022-12-16  1:01 UTC  (11+ messages)

[PATCH v2] arm64: dts: qcom: sc7280: enable IPA in sc7280-herobrine-lte-sku.dtsi
 2022-12-16  1:01 UTC  (2+ messages)

[PATCH] KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()
 2022-12-16  0:52 UTC 

[Intel-gfx] [PATCH 00/13] drm/i915/dsb: DSB fixes/cleanups
 2022-12-16  0:57 UTC  (16+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915/dsb: Stop with the RMW
` [Intel-gfx] [PATCH 02/13] drm/i915/dsb: Inline DSB_CTRL writes into intel_dsb_commit()
` [Intel-gfx] [PATCH 03/13] drm/i915/dsb: Align DSB register writes to 8 bytes
` [Intel-gfx] [PATCH 04/13] drm/i915/dsb: Fix DSB command buffer size checks
` [Intel-gfx] [PATCH 05/13] drm/i915/dsb: Extract assert_dsb_has_room()
` [Intel-gfx] [PATCH 06/13] drm/i915/dsb: Extract intel_dsb_emit()
` [Intel-gfx] [PATCH 07/13] drm/i915/dsb: Improve the indexed reg write checks
` [Intel-gfx] [PATCH 08/13] drm/i915/dsb: Handle the indexed vs. not inside the DSB code
` [Intel-gfx] [PATCH 09/13] drm/i915/dsb: Introduce intel_dsb_align_tail()
` [Intel-gfx] [PATCH 10/13] drm/i915/dsb: Allow the caller to pass in the DSB buffer size
` [Intel-gfx] [PATCH 11/13] drm/i915/dsb: Add mode DSB opcodes
` [Intel-gfx] [PATCH 12/13] drm/i915/dsb: Define more DSB registers
` [Intel-gfx] [PATCH 13/13] drm/i915/dsb: Pimp debug/error prints
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsb: DSB fixes/cleanups
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH 1/1] cmd: allow sound command to play multiple sounds
 2022-12-16  0:56 UTC  (2+ messages)

[RFC PATCH v3 00/38] Xen HVM support under KVM
 2022-12-16  0:41 UTC  (39+ messages)
` [RFC PATCH v3 01/38] include: import xen public headers
` [RFC PATCH v3 02/38] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v3 03/38] xen: Add XEN_DISABLED mode and make it default
` [RFC PATCH v3 04/38] i386/kvm: Add xen-version machine property and init KVM Xen support
` [RFC PATCH v3 05/38] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH v3 06/38] xen-platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH v3 07/38] xen-platform: allow its creation with XEN_EMULATE mode
` [RFC PATCH v3 08/38] hw/xen_backend: refactor xen_be_init()
` [RFC PATCH v3 09/38] i386/xen: handle guest hypercalls
` [RFC PATCH v3 10/38] i386/xen: implement HYPERCALL_xen_version
` [RFC PATCH v3 11/38] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [RFC PATCH v3 12/38] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [RFC PATCH v3 13/38] i386/xen: manage and save/restore Xen guest long_mode setting
` [RFC PATCH v3 14/38] i386/xen: implement HYPERVISOR_memory_op
` [RFC PATCH v3 15/38] i386/xen: implement XENMEM_add_to_physmap_batch
` [RFC PATCH v3 16/38] i386/xen: implement HYPERVISOR_hvm_op
` [RFC PATCH v3 17/38] i386/xen: implement HYPERVISOR_vcpu_op
` [RFC PATCH v3 18/38] i386/xen: handle VCPUOP_register_vcpu_info
` [RFC PATCH v3 19/38] i386/xen: handle VCPUOP_register_vcpu_time_info
` [RFC PATCH v3 20/38] i386/xen: handle VCPUOP_register_runstate_memory_area
` [RFC PATCH v3 21/38] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [RFC PATCH v3 22/38] i386/xen: HVMOP_set_param / HVM_PARAM_CALLBACK_IRQ
` [RFC PATCH v3 23/38] i386/xen: implement HYPERVISOR_event_channel_op
` [RFC PATCH v3 24/38] i386/xen: implement HYPERVISOR_sched_op
` [RFC PATCH v3 25/38] hw/xen: Implement EVTCHNOP_status
` [RFC PATCH v3 26/38] hw/xen: Implement EVTCHNOP_close
` [RFC PATCH v3 27/38] hw/xen: Implement EVTCHNOP_unmask
` [RFC PATCH v3 28/38] hw/xen: Implement EVTCHNOP_bind_virq
` [RFC PATCH v3 29/38] hw/xen: Implement EVTCHNOP_bind_ipi
` [RFC PATCH v3 30/38] hw/xen: Implement EVTCHNOP_send
` [RFC PATCH v3 31/38] hw/xen: Implement EVTCHNOP_alloc_unbound
` [RFC PATCH v3 32/38] hw/xen: Implement EVTCHNOP_bind_interdomain
` [RFC PATCH v3 33/38] hw/xen: Implement EVTCHNOP_bind_vcpu
` [RFC PATCH v3 34/38] hw/xen: Implement EVTCHNOP_reset
` [RFC PATCH v3 35/38] i386/xen: add monitor commands to test event injection
` [RFC PATCH v3 36/38] i386/xen: Implement SCHEDOP_poll
` [RFC PATCH v3 37/38] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [RFC PATCH v3 38/38] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback

drivers/memory/tegra/tegra30-emc.c:1164:3: warning: Value stored to 'dram_type_str' is never read [clang-analyzer-deadcode.DeadStores]
 2022-12-16  0:52 UTC 

[PATCH v3 02/12] dt-bindings: media: i2c: max9286: Add property to select I2C speed
 2022-12-16  0:45 UTC  (2+ messages)
` [PATCH v3.1 "

[android-common:upstream-f2fs-stable-linux-5.4.y 665/897] fs/ubifs/file.c:1644:23: error: passing argument 1 of 'ubifs_getattr' from incompatible pointer type
 2022-12-16  0:42 UTC 

drivers/net/ethernet/neterion/s2io.c:6806 set_rxd_buffer_pointer() warn: missing unwind goto?
 2022-12-16  0:42 UTC 

[PATCH v4 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2
 2022-12-16  0:43 UTC  (2+ messages)

feature-request: silently stops ssh-agent.exe when upgrading (windows)
 2022-12-16  0:42 UTC  (2+ messages)

[merged mm-nonmm-stable] fault-injection-make-stacktrace-filter-works-as-expected.patch removed from -mm tree
 2022-12-16  0:41 UTC 

[merged mm-nonmm-stable] fault-injection-skip-stacktrace-filtering-by-default.patch removed from -mm tree
 2022-12-16  0:41 UTC 

[merged mm-nonmm-stable] fault-injection-make-some-stack-filter-attrs-more-readable.patch removed from -mm tree
 2022-12-16  0:41 UTC 

[PATCH 0/4] Remove get_kernel_pages()
 2022-12-16  0:41 UTC  (9+ messages)
` [PATCH 2/4] tee: Remove vmalloc page support

[merged mm-nonmm-stable] fault-injection-allow-stacktrace-filter-for-x86-64.patch removed from -mm tree
 2022-12-16  0:41 UTC 

[PATCH] dt-bindings: iio: adc: max1238: Fix a typo in the description
 2022-12-16  0:40 UTC 

[merged mm-stable] mm-use-stack_depot-for-recording-kmemleaks-backtrace.patch removed from -mm tree
 2022-12-16  0:38 UTC 

[merged mm-stable] maintainers-zram-zsmalloc-add-an-additional-co-maintainer.patch removed from -mm tree
 2022-12-16  0:39 UTC 

[merged mm-stable] maple_tree-update-copyright-dates-for-test-code.patch removed from -mm tree
 2022-12-16  0:38 UTC 

[merged mm-stable] mm-kmemleak-use-%pk-to-display-kernel-pointers-in-backtrace.patch removed from -mm tree
 2022-12-16  0:39 UTC 

[merged mm-stable] maple_tree-fix-mas_find_rev-comment.patch removed from -mm tree
 2022-12-16  0:38 UTC 

[merged mm-stable] mm-gup_test-free-memory-allocated-via-kvcalloc-using-kvfree.patch removed from -mm tree
 2022-12-16  0:38 UTC 

[PATCH 1/2] arm64: dts: imx8mp: Drop deprecated regulator-compatible from i.MX8M Plus DHCOM
 2022-12-16  0:36 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: imx8mp: Drop deprecated regulator-compatible from i.MX8M Plus PhyCore SoM

[PATCH v1] mtd: parsers: ofpart: Fix parsing when size-cells is 0
 2022-12-16  0:36 UTC  (19+ messages)

[PATCH v1 0/5] media: Replace media graph walk in several drivers
 2022-12-16  0:36 UTC  (4+ messages)
` [PATCH v1 5/5] media: xilinx: dma: Use media_pipeline_for_each_pad()

+ error-injection-remove-ei_etype_none-fix.patch added to mm-nonmm-unstable branch
 2022-12-16  0:35 UTC 

[PATCH v10 0/9] powerpc/code-patching: Use temporary mm for Radix MMU
 2022-12-16  0:23 UTC  (4+ messages)
` [PATCH v10 8/9] "

[PATCH v10 000/108] KVM TDX basic feature support
 2022-12-16  0:31 UTC  (14+ messages)
` [PATCH v10 047/108] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v10 056/108] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v10 062/108] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX

[PATCH BlueZ v2 1/5] client/player: Make transport.send non-blocking
 2022-12-16  0:30 UTC  (2+ messages)

[bluez/bluez] 89b207: client/player: Make transport.send non-blocking
 2022-12-16  0:28 UTC 

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-12-16  0:25 UTC  (3+ messages)
` [RFC PATCH v2 19/47] hugetlb: make hugetlb_follow_page_mask HGM-enabled

[Intel-gfx] [PATCH] drm/i915: ratelimit errors in display engine irq
 2022-12-16  0:24 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: ratelimit errors in display engine irq (rev2)

[PATCH v5 0/2] ceph: fix the use-after-free bug for file_lock
 2022-12-16  0:23 UTC  (4+ messages)
` [PATCH v5 1/2] ceph: switch to vfs_inode_has_locks() to fix file lock bug

[PATCH 0/6] arm64: dts: qcom: msm8956-loire: SDCard
 2022-12-16  0:16 UTC  (6+ messages)
` [PATCH 4/6] arm64: dts: qcom: msm8976: Declare and use SDC1 pins

Possible race with xsk_flush
 2022-12-16  0:14 UTC  (3+ messages)

stable-rc/queue/5.4 baseline: 68 runs, 12 regressions (v5.4.227-9-g0610cf4ac979)
 2022-12-16  0:13 UTC 

[PATCH] lds: align u-boot-nodtb with 8 bytes boundary
 2022-12-16  0:13 UTC  (3+ messages)

[PATCH RFC] bcachefs: use inode as write point index instead of task
 2022-12-16  0:09 UTC  (4+ messages)

[PATCH dwarves 0/1] LLD .BTF section patch
 2022-12-16  0:09 UTC  (13+ messages)
` [PATCH 1/1] btf_encoder: Generate a new .BTF section even if one exists

[PATCH v5 0/2] do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
 2022-12-16  0:09 UTC  (6+ messages)
` [PATCH v5 1/2] drm/msm/dp: "
` [PATCH v5 2/2] drm/msm/dp: enhance dp controller isr

[Intel-gfx] [PATCH v2] drm/i915/mtl: Add initial gt workarounds
 2022-12-16  0:09 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 0/2] mm: Fixes on pte markers
 2022-12-16  0:06 UTC  (5+ messages)
` [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker

[PATCH] arm64: dts: imx8mm: Reinstate GPIO watchdog always-running property on eDM SBC
 2022-12-16  0:05 UTC 

[6.2][regression] after commit ffcb754584603adf7039d7972564fbf6febdc542 all sound devices disappeared (due BUG at mm/page_alloc.c:3592!)
 2022-12-16  0:06 UTC  (2+ messages)

[PATCH v4 0/5] btrfs: data block group size classes
 2022-12-16  0:06 UTC  (6+ messages)
` [PATCH v4 1/5] btrfs: use ffe_ctl in btrfs allocator tracepoints
` [PATCH v4 2/5] btrfs: add more ffe tracepoints
` [PATCH v4 3/5] btrfs: introduce size class to block group allocator
` [PATCH v4 4/5] btrfs: load block group size class when caching
` [PATCH v4 5/5] btrfs: dont use size classes for zoned file systems

[PATCH] arm64: dts: imx8mm: Drop xtal clock specifier from eDM SBC
 2022-12-16  0:05 UTC 

holiday, vacation plans
 2022-12-16  0:06 UTC 

[PATCH v4 00/10] Make PAT handling less brittle
 2022-12-15 23:57 UTC  (11+ messages)
` [PATCH v4 01/10] x86: Add memory type constants
` [PATCH v4 02/10] x86/mm: Avoid hard-coding PAT in get_page_from_l1e()
` [PATCH v4 03/10] x86: Replace PAT_* with X86_MT_*
` [PATCH v4 04/10] x86: Replace MTRR_* constants with X86_MT_* constants
` [PATCH v4 05/10] x86: Replace EPT_EMT_* constants with X86_MT_*
` [PATCH v4 06/10] x86: Remove MEMORY_NUM_TYPES and NO_HARDCODE_MEM_TYPE
` [PATCH v4 07/10] x86: Derive XEN_MSR_PAT from its individual entries
` [PATCH v4 08/10] x86/mm: make code robust to future PAT changes
` [PATCH v4 09/10] x86/mm: Reject invalid cacheability in PV guests by default
` [PATCH v4 10/10] x86: Use Linux's PAT

[PATCH v2 3/4] soc: imx: imx8mp-blk-ctrl: expose high performance PLL clock
 2022-12-16  0:02 UTC  (2+ messages)

[PATCH 00/11] ASoC: dt-bindings: audio-graph-port related update
 2022-12-16  0:01 UTC  (10+ messages)
` [PATCH 06/11] ASoC: dt-bindings: ti,pcm3168a: Convert to json-schema
  ` [PATCH 06/11] ASoC: dt-bindings: ti, pcm3168a: "

[PATCH v4] cxl: add RAS status unmasking for CXL
 2022-12-16  0:01 UTC  (2+ messages)

[PATCH V10 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-12-16  0:00 UTC  (3+ messages)
` [PATCH V10 1/8] block, bfq: split sync bfq_queues on a per-actuator basis

[PATCH 1/3] arm64: dts: imx8mm: Drop deprecated regulator-compatible from Variscite VAR-SOM-MX8MM
 2022-12-15 23:58 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: imx8mn: Drop deprecated regulator-compatible from Variscite VAR-SOM-MX8MN
` [PATCH 3/3] arm64: dts: imx8mn: Add LDO5 regulator-name to "

[PATCH bpf-next 0/6] Support defragmenting IPv4 packets in BPF
 2022-12-15 23:58 UTC  (4+ messages)
` [PATCH bpf-next 3/6] bpf, net, frags: Add bpf_ip_check_defrag() kfunc

linux-next: manual merge of the pci tree with the arm-soc tree
 2022-12-15 23:56 UTC  (8+ messages)

[6.2][regression] after commit ffcb754584603adf7039d7972564fbf6febdc542 all sound devices disappeared (due BUG at mm/page_alloc.c:3592!)
 2022-12-15 23:52 UTC 

[PATCH v7 00/25] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-12-15 23:52 UTC  (6+ messages)
` [PATCH v7 23/25] PCI: dwc: Restore DMA-mask after MSI-data allocation

[PATCH v5 0/1] Subject: x86/resctrl: Fix task CLOSID update race
 2022-12-15 23:51 UTC  (3+ messages)
` [PATCH v5 1/1] x86/resctrl: Fix task CLOSID/RMID "

[PATCH 5.4 0/9] 5.4.228-rc1 review
 2022-12-15 23:51 UTC  (2+ messages)

[GIT PULL] exfat update for 6.2-rc1
 2022-12-15 23:50 UTC 

[PATCH 5.10 00/15] 5.10.160-rc1 review
 2022-12-15 23:50 UTC  (2+ messages)

[PATCH 5.15 00/14] 5.15.84-rc1 review
 2022-12-15 23:47 UTC  (2+ messages)

[PATCH 6.0 00/16] 6.0.14-rc1 review
 2022-12-15 23:45 UTC  (2+ messages)

[xen-unstable-smoke test] 175292: tolerable all pass - PUSHED
 2022-12-15 23:44 UTC 

[PATCH BlueZ] shared/gatt-client: Fix not marking service as active
 2022-12-15 23:44 UTC 

System Hang With 5.15.79-rt54 Patch Set
 2022-12-15 23:39 UTC  (2+ messages)

[RFC PATCH] fstests: add basic json output support
 2022-12-15 23:39 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm: Add Beacon EmbeddedWorks i.MX8M Plus kit
 2022-12-15 23:37 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx: Introduce imx8mp-beacon-kit

[PATCH bpf-next 1/2] bpf, x86: Improve PROBE_MEM runtime load check
 2022-12-15 23:38 UTC  (2+ messages)

[QUERY]: Avoiding tree wide changes
 2022-12-15 23:33 UTC 

[PATCH] arm64: errata: refer to config ARM64_ERRATUM_2645198 to make workaround work
 2022-12-15 23:31 UTC  (6+ messages)

[PATCH] RDMA/rxe: Avoid unused variable warnings on 32-bit targets
 2022-12-15 23:28 UTC 

[PATCH RFC 1/3] sched/pe: Exclude balance callback queuing during proxy()'s migrate
 2022-12-15 23:31 UTC  (2+ messages)

[GIT PULL] Writeback fixes for 6.2-rc1
 2022-12-15 23:30 UTC 

[PATCH] hte: tegra: fix 'struct of_device_id' build error
 2022-12-15 23:30 UTC  (2+ messages)

[LTP] [PATCH] security/ima: limit the scope of the LTP policy rules based on the UUID
 2022-12-15 23:29 UTC  (9+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2022-12-15 23:26 UTC  (2+ messages)

next/pending-fixes build: 62 builds: 0 failed, 62 passed, 1 error, 201 warnings (v6.1-11705-g1f2422ba386d)
 2022-12-15 23:26 UTC 

[PATCH] linux-user: Add translation for argument of msync()
 2022-12-15 23:23 UTC  (5+ messages)

[PULL 00/20] tcg patch queue
 2022-12-15 23:22 UTC  (4+ messages)
` [PULL 19/20] tcg/ppc: Optimize 26-bit jumps

[PATCH 1/4] dt-bindings: arm: Split i.MX8M Mini Toradex Verdin based boards
 2022-12-15 23:21 UTC  (8+ messages)
` [PATCH 2/4] dt-bindings: arm: Split i.MX8M Mini NITROGEN SoM "
` [PATCH 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM "
` [PATCH 4/4] dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry


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.