All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-25 23:55:57 to 2022-04-26 01:16:38 UTC [more...]

[PATCH 1/4] scsi: core: constify pointer to scsi_host_template
 2022-04-26  1:16 UTC  (11+ messages)

linux-next: build warning after merge of the imx-mxs tree
 2022-04-26  1:15 UTC  (2+ messages)

[PATCH v35 00/29] LSM: Module stacking for AppArmor
 2022-04-26  1:08 UTC  (15+ messages)
` [PATCH v35 21/29] LSM: Extend security_secid_to_secctx to include module selection
` [PATCH v35 22/29] Audit: Keep multiple LSM data in audit_names
` [PATCH v35 23/29] Audit: Create audit_stamp structure
` [PATCH v35 24/29] LSM: Add a function to report multiple LSMs
` [PATCH v35 25/29] Audit: Allow multiple records in an audit_buffer
` [PATCH v35 26/29] Audit: Add record for multiple task security contexts

RTT-PROBE: lore-subspace-rtt
 2022-04-26  1:14 UTC 

[PATCH] xfs: fix the ABBA deadlock around agf and inode
 2022-04-26  1:14 UTC  (4+ messages)

[PATCH] drm/bridge: tc358762: drop connector field
 2022-04-26  1:13 UTC 

[PATCH v2 0/2] ci: avoid perforce/brew issues affecting macOS
 2022-04-26  1:12 UTC  (4+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] ci: make failure to find perforce more user friendly

[PATCH v4 0/3] Skip phy initialization for DWC3 USB Controllers
 2022-04-26  1:12 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-26  1:04 UTC 

[ovmf test] 169721: regressions - FAIL
 2022-04-26  1:04 UTC 

[PATCH v2 0/6] Apple M1 (Pro/Max) NVMe driver
 2022-04-26  0:59 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: iommu: Add Apple SART DMA address filter
` [PATCH v2 2/6] dt-bindings: nvme: Add Apple ANS NVMe

[PATCH v2 1/2] mfd: da9062: enable being a system-power-controller
 2022-04-26  1:01 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: mfd: da9062 can be a system power controller

mmotm 2022-04-25-17-59 uploaded
 2022-04-26  0:59 UTC  (2+ messages)

[PATCH V3 1/2] ASoC: dt-bindings: max98396: add amplifier driver
 2022-04-26  0:55 UTC  (3+ messages)

[PATCH v5 0/9] Add new formats support to vkms
 2022-04-26  0:56 UTC  (6+ messages)
` [PATCH v5 5/9] drm: vkms: Add fb information to `vkms_writeback_job`

possible deadlock in display_open
 2022-04-26  0:54 UTC  (8+ messages)
            ` [PATCH] media: imon: remove redundant serialization

RTT-PROBE: lore-subspace-rtt
 2022-04-26  0:53 UTC 

[PATCH v3 1/2] dt-bindings: mailbox: qcom-ipcc: add missing compatible for SM8450
 2022-04-26  0:53 UTC  (4+ messages)

Linux Kernel JTAG Support
 2022-04-26  0:52 UTC  (2+ messages)

Ihr Kontakt zu uns
 2022-04-26  0:42 UTC 

[PATCH v4 0/2] Add generic serial MIDI driver using serial bus API
 2022-04-26  0:49 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: sound: Add generic serial MIDI device

[PATCH v3 1/2] dt-bindings: display: bridge: ldb: Implement simple NXP i.MX8MP LDB bridge
 2022-04-26  0:49 UTC  (3+ messages)

[PATCH v3 0/5] Add initial support for MA35D1 SoC
 2022-04-26  0:47 UTC  (12+ messages)
` [PATCH v3 5/5] dt-bindings: arm: Add initial bindings for Nuvoton Platform

[igt-dev] [CI i-g-t] tests/i915_pm_disag_freq: New test for media freq factor
 2022-04-26  0:47 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v3 0/8] RZN1 USB Host support
 2022-04-26  0:47 UTC  (6+ messages)
` [PATCH v3 1/8] dt-bindings: PCI: pci-rcar-gen2: Convert bindings to json-schema
` [PATCH v3 2/8] dt-bindings: PCI: renesas,pci-rcar-gen2: Add device tree support for r9a06g032

[PATCH v5 00/19] Add writeback block support for DPU
 2022-04-26  0:46 UTC  (10+ messages)
` [PATCH v5 10/19] drm/msm/dpu: make changes to dpu_encoder to support virtual encoder
` [PATCH v5 14/19] drm/msm/dpu: add the writeback connector layer
` [PATCH v5 15/19] drm/msm/dpu: initialize dpu encoder and connector for writeback

[PATCH bpf-next 00/10] Teach libbpf to "fix up" BPF verifier log
 2022-04-26  0:45 UTC  (11+ messages)
` [PATCH bpf-next 01/10] libbpf: fix anonymous type check in CO-RE logic
` [PATCH bpf-next 02/10] libbpf: drop unhelpful "program too large" guess
` [PATCH bpf-next 03/10] libbpf: fix logic for finding matching program for CO-RE relocation
` [PATCH bpf-next 04/10] libbpf: avoid joining .BTF.ext data with BPF programs by section name
` [PATCH bpf-next 05/10] selftests/bpf: add CO-RE relos and SEC("?...") to linked_funcs selftests
` [PATCH bpf-next 06/10] libbpf: record subprog-resolved CO-RE relocations unconditionally
` [PATCH bpf-next 07/10] libbpf: refactor CO-RE relo human description formatting routine
` [PATCH bpf-next 08/10] libbpf: simplify bpf_core_parse_spec() signature
` [PATCH bpf-next 09/10] libbpf: fix up verifier log for unguarded failed CO-RE relos
` [PATCH bpf-next 10/10] selftests/bpf: add libbpf's log fixup logic selftests

[Intel-gfx] [PATCH 0/8] drm/i915: Media freq factor and per-gt enhancements/fixes
 2022-04-26  0:43 UTC  (8+ messages)
` [Intel-gfx] [PATCH 5/8] drm/i915/gt: Add media RP0/RPn to per-gt sysfs
` [Intel-gfx] [PATCH v2 0/9] drm/i915: Media freq factor and per-gt enhancements/fixes
  ` [Intel-gfx] [PATCH 2/9] drm/i915/gt: Add media freq factor to per-gt sysfs

RTT-PROBE: lore-subspace-rtt
 2022-04-26  0:42 UTC 

[PATCH mptcp-next v8 0/3] BPF round-robin scheduler
 2022-04-26  0:42 UTC  (3+ messages)
` [PATCH mptcp-next v8 1/3] mptcp: add bpf get_subflows helper

[vgupta-arc:for-next 3/4] arch/arc/kernel/disasm.c:494:23: error: 'struct pt_regs' has no member named 'gp'; did you mean 'fp'?
 2022-04-26  0:41 UTC  (2+ messages)

[PATCH v1] drm/msm: select DRM_DP_AUX_BUS for the AUX bus support
 2022-04-26  0:41 UTC  (2+ messages)

[PATCH v3 0/2] Apple ADMAC driver
 2022-04-26  0:38 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: dma: Add Apple ADMAC

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-04-26  0:38 UTC  (5+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT

[PATCH v3 0/2] AD4130
 2022-04-26  0:37 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: add AD4130

RTT-PROBE: lore-subspace-rtt
 2022-04-26  0:32 UTC 

[PATCH v3 0/3] A few fixup patches for mm
 2022-04-26  0:31 UTC  (6+ messages)
` [PATCH v3 1/3] mm/swapfile: unuse_pte can map random data if swap read fails

[Intel-gfx] [PATCH] i915/guc/reset: Make __guc_reset_context aware of guilty engines
 2022-04-26  0:30 UTC 

[PATCH v3 0/2] remoteproc: mediatek: allow different SCP firmware names
 2022-04-26  0:28 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: remoteproc: mediatek: add firmware-name property

[Intel-gfx] [PATCH v2 0/9] drm/i915: Media freq factor and per-gt enhancements/fixes
 2022-04-26  0:28 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/9] drm/i915/gt: Add media freq factor to per-gt sysfs

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-26  0:28 UTC  (7+ messages)

[linux-linus test] 169714: tolerable FAIL - PUSHED
 2022-04-26  0:27 UTC 

[PATCH] drm/msm/dp: move add fail safe mode to dp_connector_get_mode()
 2022-04-26  0:26 UTC  (7+ messages)

[PATCH] Makefile: fix a typo
 2022-04-26  0:25 UTC 

[asahilinux:pr/22 78/189] kernel/reboot.c:527: warning: expecting prototype for devm_register_sys_off_handler(). Prototype was for register_sys_off_handler() instead
 2022-04-26  0:21 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-26  0:21 UTC 

[Intel-gfx] [PATCH 0/2] drm/i915: Media freq factor
 2022-04-26  0:20 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915: Introduce has_media_ratio_mode
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Add media freq factor to per-gt sysfs

[PATCH v5 00/15] MediaTek MT8186 clock support
 2022-04-26  0:14 UTC  (61+ messages)
` [PATCH v5 01/15] dt-bindings: ARM: MediaTek: Add new document bindings of MT8186 clock
` [PATCH v5 02/15] clk: mediatek: Add MT8186 mcusys clock support
` [PATCH v5 03/15] clk: mediatek: Add MT8186 topckgen "
` [PATCH v5 04/15] clk: mediatek: Add MT8186 infrastructure "
` [PATCH v5 05/15] clk: mediatek: Add MT8186 apmixedsys "
` [PATCH v5 06/15] clk: mediatek: Add MT8186 imp i2c wrapper "
` [PATCH v5 07/15] clk: mediatek: Add MT8186 mfgsys "
` [PATCH v5 08/15] clk: mediatek: Add MT8186 mmsys "
` [PATCH v5 09/15] clk: mediatek: Add MT8186 wpesys "
` [PATCH v5 10/15] clk: mediatek: Add MT8186 imgsys "
` [PATCH v5 11/15] clk: mediatek: Add MT8186 vdecsys "
` [PATCH v5 12/15] clk: mediatek: Add MT8186 vencsys "
` [PATCH v5 13/15] clk: mediatek: Add MT8186 camsys "
` [PATCH v5 14/15] clk: mediatek: Add MT8186 mdpsys "
` [PATCH v5 15/15] clk: mediatek: Add MT8186 ipesys "

[PATCH 0/2] Fix cache flush issues considering PMD sharing
 2022-04-26  0:20 UTC  (5+ messages)
` [PATCH 1/2] mm: hugetlb: Considering PMD sharing when flushing cache/TLBs
` [PATCH 2/2] mm: rmap: Move the cache flushing to the correct place for hugetlb PMD sharing

[PATCH qemu v7 00/14] Add tail agnostic behavior for rvv instructions
 2022-04-26  0:19 UTC  (4+ messages)
` [PATCH qemu v7 03/14] target/riscv: rvv: Early exit when vstart >= vl

[PATCH net-next v6 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
 2022-04-26  0:19 UTC  (5+ messages)
` [PATCH net-next v6 02/13] net: wwan: t7xx: Add control DMA interface
` [PATCH net-next v6 13/13] net: wwan: t7xx: Add maintainers and documentation

[PATCH v4 00/20] Add writeback block support for DPU
 2022-04-26  0:18 UTC  (3+ messages)
` [PATCH v4 11/20] drm/msm/dpu: make changes to dpu_encoder to support virtual encoder

[EXT] Re: [PATCH v2] target/riscv: Fix incorrect PTE merge in walk_pte
 2022-04-26  0:16 UTC  (4+ messages)
` [PATCH v3] "

[PATCH mptcp-next v14 0/8] BPF packet scheduler
 2022-04-26  0:17 UTC  (3+ messages)
` [PATCH mptcp-next v14 6/8] mptcp: add bpf_mptcp_sched_ops

[PATCH v2 0/3] i915: Upstream initial DG2 PCI IDs
 2022-04-26  0:17 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] ✗ Fi.CI.IGT: "

[PATCH v2 0/2] fix DP phy compliance test
 2022-04-26  0:16 UTC  (6+ messages)
` [PATCH v2 1/2] drm/msm/dp: reset DP controller before transmit phy test pattern
` [PATCH v2 2/2] drm/msm/dp: do not stop transmitting phy test pattern during DP phy compliance test

[PATCH v3 0/6] Convert Qcom BAM dma binding to json format
 2022-04-26  0:16 UTC  (3+ messages)
` [PATCH v3 6/6] dt-bindings: dma: Convert Qualcomm BAM DMA "

[patch v12 04/13] add prctl task isolation prctl docs and samples
 2022-04-26  0:15 UTC  (2+ messages)

kselftest/next build: 8 builds: 0 failed, 8 passed (v5.18-rc3-17-g68c4844985d1f)
 2022-04-26  0:14 UTC 

[PATCH] arm64/crashdump-arm64: increase CRASH_MAX_MEMORY_RANGES to 32k
 2022-04-26  0:14 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] New BPF helpers to accelerate synproxy
 2022-04-26  0:12 UTC  (3+ messages)
` [PATCH bpf-next v6 5/6] bpf: Add selftests for raw syncookie helpers

RTT-PROBE: lore-subspace-rtt
 2022-04-26  0:10 UTC 

[PATCH bpf-next v2] bpf: use bpf_prog_run_array_cg_flags everywhere
 2022-04-26  0:10 UTC  (2+ messages)

[to-be-updated] mm-memory-failure-add-new-memory-failure-message-mf_msg_huge_zero.patch removed from -mm tree
 2022-04-26  0:08 UTC 

[phosphor-state-manager] Error reading HostFirmware condition, error: sd_bus_call: org.freedesktop.DBus.Error.ServiceUnknown
 2022-04-26  0:06 UTC  (3+ messages)

[PATCH v2 00/43] Add LoongArch softmmu support
 2022-04-26  0:06 UTC  (3+ messages)
` [PATCH v2 29/43] target/loongarch: Add timer related instructions support

[PATCH v1] virtio: Improve queue_reset polarity to match to default reset state
 2022-04-26  0:06 UTC 

[PATCH v6 1/2] PCI/ACPI: Support Microsoft's "DmaProperty"
 2022-04-26  0:06 UTC  (4+ messages)
` [PATCH v6 2/2] PCI: Rename pci_dev->untrusted to pci_dev->untrusted_dma

[PATCH] drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume
 2022-04-26  0:05 UTC  (3+ messages)

[PATCH v3 00/21] TDX host kernel support
 2022-04-26  0:05 UTC  (7+ messages)
` [PATCH v3 08/21] x86/virt/tdx: Do logical-cpu scope TDX module initialization
` [PATCH v3 09/21] x86/virt/tdx: Get information about TDX module and convertible memory

[RFC 0/1] refactor all tasklet users into other APIs
 2022-04-26  0:04 UTC  (6+ messages)
` [RFC 1/1] drivers/dma/*: replace tasklets with workqueue

[PATCH v3 1/2] extcon: ptn5150: add queue work sync before driver release
 2022-04-26  0:04 UTC  (2+ messages)

"Dying CPU not properly vacated" splat
 2022-04-26  0:03 UTC  (5+ messages)

[PATCH 1/3] dt-bindings: timer: cdns,ttc: drop unneeded minItems
 2022-04-26  0:01 UTC  (8+ messages)
    ` [PATCH 2/3] dt-bindings: timer: samsung,exynos4210-mct: "
    ` [PATCH 3/3] dt-bindings: timer: samsung,exynos4210-mct: define strict clock order

RTT-PROBE: lore-subspace-rtt
 2022-04-26  0:00 UTC 

[PATCH BlueZ] client/player: Add transport.receive command
 2022-04-26  0:00 UTC 

+ mm-memory-failure-add-new-memory-failure-message-mf_msg_huge_zero.patch added to -mm tree
 2022-04-26  0:00 UTC  (2+ messages)

[failures] scsi-bfa-use-time_is_before_jiffies-instead-of-open-coding-it.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[failures] net-decnet-use-time_is_before_jiffies-instead-of-open-coding-it.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[failures] md-use-time_is_before_eq_jiffies-instead-of-open-coding-it-fix.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[failures] net-wireless-marvell-use-time_is_before_jiffies-instead-of-open-coding-it.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[failures] md-use-time_is_before_eq_jiffies-instead-of-open-coding-it.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[failures] gpu-drm-radeon-use-time_is_before_jiffies-instead-of-open-coding-it.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[failures] hid-use-time_is_after_jiffies-instead-of-open-coding-it.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[failures] gpu-drm-i915-use-time_is_after_jiffies-instead-of-open-coding-it.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[failures] block-xen-use-time_is_before_eq_jiffies-instead-of-open-coding-it.patch removed from -mm tree
 2022-04-25 23:59 UTC 

[proc/sysctl] 1dd38979b2: BUG:kernel_NULL_pointer_dereference,address
 2022-04-25 23:57 UTC  (7+ messages)
          ` [proc/sysctl] 1dd38979b2: BUG:kernel_NULL_pointer_dereference, address

[PATCH v5 00/21] migration: Postcopy Preemption
 2022-04-25 23:38 UTC  (3+ messages)
` [PATCH v5 16/21] migration: Add helpers to detect TLS capability
` [PATCH v5 21/21] tests: Add postcopy preempt tests

[PATCH V4 00/31] x86/sgx and selftests/sgx: Support SGX2
 2022-04-25 23:56 UTC  (11+ 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.