The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2022-12-23 00:58:16 to 2022-12-23 07:01:29 UTC [more...]

[PATCH v3 00/11] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2022-12-23  7:02 UTC  (7+ messages)
` [PATCH v3 02/11] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v3 03/11] reset: Create subdirectory for StarFive drivers

[PATCH 00/13] A few bugfix and cleanup patches for blk-mq
 2022-12-23 12:52 UTC  (18+ messages)
` [PATCH 01/13] blk-mq: avoid sleep in blk_mq_alloc_request_hctx
` [PATCH 02/13] blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
` [PATCH 03/13] blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
` [PATCH 04/13] blk-mq: Fix potential io hung for shared sbitmap per tagset
` [PATCH 05/13] blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly
` [PATCH 06/13] blk-mq: remove unncessary error count and flush in blk_mq_plug_issue_direct
` [PATCH 07/13] blk-mq: remove error count and unncessary flush in blk_mq_try_issue_list_directly
` [PATCH 08/13] blk-mq: simplify flush check in blk_mq_dispatch_rq_list
` [PATCH 09/13] blk-mq: remove unnecessary error count and "
` [PATCH 10/13] blk-mq: remove set of bd->last when get driver tag for next request fails
` [PATCH 11/13] blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct
` [PATCH 12/13] blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly
` [PATCH 13/13] blk-mq: correct stale comment of .get_budget

[PATCH] riscv: avoid enabling vectorized code generation
 2022-12-23  6:57 UTC  (6+ messages)

[syzbot] WARNING: refcount bug in gadgetfs_kill_sb
 2022-12-23  6:57 UTC 

[PATCH for-next v3 0/7] On-Demand Paging on SoftRoCE
 2022-12-23  6:51 UTC  (8+ messages)
` [PATCH for-next v3 1/7] RDMA/rxe: Convert triple tasklets to use workqueue
` [PATCH for-next v3 2/7] RDMA/rxe: Always schedule works before accessing user MRs
` [PATCH for-next v3 3/7] RDMA/rxe: Cleanup code for responder Atomic operations
` [PATCH for-next v3 4/7] RDMA/rxe: Add page invalidation support
` [PATCH for-next v3 5/7] RDMA/rxe: Allow registering MRs for On-Demand Paging
` [PATCH for-next v3 6/7] RDMA/rxe: Add support for Send/Recv/Write/Read operations with ODP
` [PATCH for-next v3 7/7] RDMA/rxe: Add support for the traditional Atomic "

[syzbot] BUG: stack guard page was hit in inet6_release
 2022-12-23  6:50 UTC 

[paulmck-rcu:slownmi.2022.12.19a] BUILD SUCCESS d333cecea3024fa2c5c97896234b9b9eb8e6a99a
 2022-12-23  6:46 UTC 

[paulmck-rcu:haltnmi2.2022.12.19a] BUILD SUCCESS f7f35d3e8eda8463384354a752a7c068fce216d5
 2022-12-23  6:46 UTC 

[paulmck-rcu:haltnmi1.2022.12.19a] BUILD SUCCESS bd591fa6c102b2b180ce925a01a23523a9d84138
 2022-12-23  6:46 UTC 

[paulmck-rcu:haltnmi3glacial.2022.12.22a] BUILD SUCCESS c8b00fe7faea3ba4c5ba6ecf67637bab169256f6
 2022-12-23  6:46 UTC 

[paulmck-rcu:haltnmi3.2022.12.21a] BUILD SUCCESS 79237a508a57aaec52d98013b232f04148bdb55f
 2022-12-23  6:46 UTC 

[paulmck-rcu:glacialnmi.2022.12.19a] BUILD SUCCESS 5c0a404395f13150a2081b72a67ec9f6251aa580
 2022-12-23  6:46 UTC 

[PATCH net-next] wl18xx: use strscpy() to instead of strncpy()
 2022-12-23  6:31 UTC  (2+ messages)

[PATCH net V2] virtio-net: correctly enable callback during start_xmit
 2022-12-23  6:29 UTC  (6+ messages)

[PATCH] virtio_blk: mark all zone fields LE
 2022-12-23  6:28 UTC  (3+ messages)

regression: nfs mount (even idle) eventually hangs server
 2022-12-23  6:28 UTC  (10+ messages)

[linus:master] [mm] 0ba09b1733: will-it-scale.per_thread_ops -21.1% regression in mmap1 benchmark
 2022-12-23  6:27 UTC  (8+ messages)

[PATCH v2 0/7] perf cs_etm: Basic support for virtual/kernel timestamps
 2022-12-23  6:26 UTC  (10+ messages)
` [PATCH v2 1/7] perf: Remove duplication around EVENT_SOURCE_DEVICE_PATH
` [PATCH v2 2/7] perf: Use perf_pmu__open_file() and perf_pmu__scan_file()
` [PATCH v2 3/7] perf: Remove remaining duplication of bus/event_source/devices/
` [PATCH v2 4/7] perf pmu: Add function to check if a pmu file exists

[PATCH v2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2022-12-23  6:25 UTC  (11+ messages)
        ` [PATCH] lib/mpi: Fix buffer overrun when SG is too long
              ` [v2 PATCH] "

[PATCH] vdpa_sim: get rid of DMA ops
 2022-12-23  6:15 UTC  (2+ messages)

[PATCH V3 0/4] Vendor stats support in vdpasim_net
 2022-12-23  5:55 UTC  (5+ messages)
` [PATCH V3 1/4] vdpa_sim: switch to use __vdpa_alloc_device()
` [PATCH V3 2/4] vdpasim: customize allocation size
` [PATCH V3 3/4] vdpa_sim: support vendor statistics
` [PATCH V3 4/4] vdpa_sim_net: vendor satistics

[PATCH 0/9] Rework SCMI initialization and probing sequence
 2022-12-23  5:36 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel paging request in take_dentry_name_snapshot
 2022-12-23  5:32 UTC  (2+ messages)
` [syzbot] [reiserfs?] [fat?] "

[PATCH v2 0/4] staging: vchiq: Rework child platform device (un)register
 2022-12-23  5:28 UTC  (4+ messages)
` [PATCH v2 1/4] staging: vc04_services: Stop leaking platform device on error path

[PATCH] ext4: fix underflow in group bitmap calculation
 2022-12-23  5:08 UTC  (4+ messages)

[PATCH] tracepoint: Allow livepatch module add trace event
 2022-12-23  5:08 UTC  (8+ messages)

[RFC 0/2] srcu: Remove pre-flip memory barrier
 2022-12-23  4:43 UTC  (4+ messages)

[PATCH v8 00/13] Implement AMD Pstate EPP Driver
 2022-12-23  4:23 UTC  (9+ messages)
` [PATCH v8 01/13] ACPI: CPPC: Add AMD pstate energy performance preference cppc control
` [PATCH v8 03/13] cpufreq: intel_pstate: use common macro definition for Energy Preference Performance(EPP)
` [PATCH v8 05/13] cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_param()

[PATCH v2] thunderbolt: Do not report errors if on-board retimers are found
 2022-12-23  4:22 UTC 

[RFC PATCH] clocksource: Suspend the watchdog temporarily when high read lantency detected
 2022-12-23  4:14 UTC  (13+ messages)

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-12-23  4:14 UTC  (4+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH 1/2] firmware: sysfb: Allow re-creating system framebuffer after init
 2022-12-23  4:14 UTC  (2+ messages)

[RFC PATCH] clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback
 2022-12-23  4:10 UTC  (2+ messages)

[PATCH] zram: fix typos in comments
 2022-12-23  4:03 UTC 

[git pull] drm fixes for 6.2-rc1
 2022-12-23  4:02 UTC 

[PATCH] RDMA/hns: Fix refcount leak in hns_roce_mmap
 2022-12-23  3:51 UTC  (2+ messages)

[PATCH v4 00/16] Qcom: LLCC/EDAC: Fix base address used for LLCC banks
 2022-12-23  3:43 UTC  (2+ messages)

[PATCH v17 0/3] EDAC/nuvoton: Add NPCM memory controller driver
 2022-12-23  3:28 UTC  (4+ messages)
` [PATCH v17 1/3] ARM: dts: nuvoton: Add node for NPCM memory controller
` [PATCH v17 2/3] dt-bindings: edac: nuvoton: Add document "
` [PATCH v17 3/3] EDAC/npcm: Add NPCM memory controller driver

[PATCH v9 1/3] arm64: dts: rockchip: Add EmbedFire LubanCat 1
 2022-12-23  3:18 UTC  (3+ messages)
` [PATCH v9 2/3] dt-bindings: arm: "
  ` [PATCH v9 3/3] dt-bindings: vendor-prefixes: Document EmbedFire

[PATCH v8 1/3] arm64: dts: rockchip: Add EmbedFire LubanCat 1
 2022-12-23  3:15 UTC  (4+ messages)
` [PATCH v8 2/3] dt-bindings: arm: "
  ` [PATCH v8 3/3] dt-bindings: vendor-prefixes: Document EmbedFire

[PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC
 2022-12-23  3:12 UTC  (9+ messages)
` [PATCH v3 1/7] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive 2 board
` [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree

[PATCH 1/2] dt-bindings: usb: ci-hdrc-usb2: add i.MX8MM compatible
 2022-12-23  3:10 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: usb: usbmisc-imx: add i.MX8MM usbmisc

[PATCH] dt-bindings: pinctrl: imx8m: Integrate duplicated i.MX 8M schemas
 2022-12-23  3:07 UTC 

[RFC PATCH 0/4] virtio-net: don't busy poll for cvq command
 2022-12-23  3:03 UTC  (8+ messages)
` [RFC PATCH 4/4] virtio-net: sleep instead of busy waiting "

[PATCH RESEND linux-next v3] docs: proc.rst: add softnet_stat to /proc/net table
 2022-12-23  3:04 UTC 

[PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
 2022-12-23  3:05 UTC 

[PATCH] ARM: dts: imx7s: correct iomuxc gpr mux controller cells
 2022-12-23  3:04 UTC 

[PATCH] dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7D
 2022-12-23  3:03 UTC 

[PATCH] arm64: dts: imx8mm-evk: update leds node
 2022-12-23  3:02 UTC 

[PATCH net-next] wlcore: use strscpy() to instead of strncpy()
 2022-12-23  3:00 UTC 

[PATCH net-next] wl1251: use strscpy() to instead of strncpy()
 2022-12-23  2:58 UTC 

[PATCH net-next] wifi: ipw2200: use strscpy() to instead of strncpy()
 2022-12-23  2:56 UTC 

[PATCH 0/5] binding: imx8m: add IOMUXC GPR
 2022-12-23  2:57 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: soc: imx: add IOMUXC GPR support
` [PATCH 2/5] arm64: dts: imx8mq: correct iomuxc-gpr compatible
` [PATCH 3/5] arm64: dts: imx8mm: "
` [PATCH 4/5] arm64: dts: imx8mn: update iomuxc-gpr node name
` [PATCH 5/5] arm64: dts: imx8mp: use syscon for iomuxc-gpr

[PATCH net-next] wifi: atmel: use strscpy() to instead of strncpy()
 2022-12-23  2:54 UTC 

[PATCH 0/2] HID: i2c-hid: use standard debugging APIs
 2022-12-23  2:53 UTC  (3+ messages)
` [PATCH 1/2] HID: i2c-hid: switch to "
` [PATCH 2/2] HID: i2c-hid: use uniform "

[PATCH net-next] wifi: airo: use strscpy() to instead of strncpy()
 2022-12-23  2:52 UTC 

[PATCH] mailbox: zynq-ipi: fix error handling while device_register() fails
 2022-12-23  2:50 UTC  (3+ messages)
` (no subject)
` [PATCH] mailbox: zynq-ipi: fix error handling while device_register()

[PATCH linux-next] selftests/vm: ksm_functional_tests: fix a typo in comment
 2022-12-23  2:50 UTC 

[PATCH linux-next] scsi: hpsa: use strscpy to instead of strncpy()
 2022-12-23  2:46 UTC 

[V3 PATCH 0/2] Execute hypercalls from guests according to cpu
 2022-12-23  2:45 UTC  (4+ messages)
` [V3 PATCH 1/2] KVM: selftests: x86: Cache the cpu vendor type

[PATCH linux-next] s390/zcrypt: use strscpy() to instead of strncpy()
 2022-12-23  2:45 UTC 

[PATCH] mailbox: zynq: Switch to flexible array to simplify code
 2022-12-23  2:44 UTC  (3+ messages)
` (no subject)

[PATCH linux-next] rpmsg: use strscpy() to instead of strncpy()
 2022-12-23  2:44 UTC 

[PATCH linux-next] power: supply: test-power: use strscpy() to instead of strncpy()
 2022-12-23  2:42 UTC 

[PATCH linux-next] parisc: use strscpy() to instead of strncpy()
 2022-12-23  2:40 UTC 

[PATCH linux-next] of: base: use strscpy() to instead of strncpy()
 2022-12-23  2:39 UTC 

[PATCH net-next] brcm80211: use strscpy() to instead of strncpy()
 2022-12-23  2:37 UTC 

[PATCH net-next] ath5k: use strscpy() to instead of strncpy()
 2022-12-23  2:34 UTC 

[syzbot] [reiserfs?] divide error in do_journal_end (3)
 2022-12-23  2:34 UTC 

[PATCH v7 0/5] lib,kprobes: kretprobe scalability improvement
 2022-12-23  2:29 UTC  (4+ messages)
` [PATCH v7 1/5] lib: objpool added: ring-array based lockless MPMC queue

[PATCH 1/2] dmaengine: dw-edma: Fix to change for continuous transfer
 2022-12-23  2:26 UTC  (2+ messages)
` [PATCH 2/2] dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2022-12-23  2:12 UTC  (5+ messages)
` [PATCH v2 01/15] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers

[PATCH v6 00/18] mdss-dsi-ctrl binding and dts fixes
 2022-12-23  2:10 UTC  (19+ messages)
` [PATCH v6 01/18] dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraint
` [PATCH v6 02/18] dt-bindings: msm: dsi-controller-main: Fix power-domain constraint
` [PATCH v6 03/18] dt-bindings: msm: dsi-controller-main: Fix description of core clock
` [PATCH v6 04/18] dt-bindings: msm: dsi-controller-main: Add compatible strings for every current SoC
` [PATCH v6 05/18] dt-bindings: msm: dsi-controller-main: Document clocks on a per compatible basis
` [PATCH v6 06/18] dt-bindings: msm: dsi-controller-main: Add vdd* descriptions back in
` [PATCH v6 07/18] dt-bindings: display/msm: Add list of mdss-dsi-ctrl compats
` [PATCH v6 08/18] ARM: dts: qcom: apq8064: add compat qcom,apq8064-dsi-ctrl
` [PATCH v6 09/18] ARM: dts: qcom: msm8974: Add compat qcom,msm8974-dsi-ctrl
` [PATCH v6 10/18] arm64: dts: qcom: msm8916: Add compat qcom,msm8916-dsi-ctrl
` [PATCH v6 11/18] arm64: dts: qcom: msm8953: Add compat qcom,msm8953-dsi-ctrl
` [PATCH v6 12/18] arm64: dts: qcom: msm8996: Add compat qcom,msm8996-dsi-ctrl
` [PATCH v6 13/18] arm64: dts: qcom: sc7180: Add compat qcom,sc7180-dsi-ctrl
` [PATCH v6 14/18] arm64: dts: qcom: sc7280: Add compat qcom,sc7280-dsi-ctrl
` [PATCH v6 15/18] arm64: dts: qcom: sdm630: Add compat qcom,sdm660-dsi-ctrl
` [PATCH v6 16/18] arm64: dts: qcom: sdm660: "
` [PATCH v6 17/18] arm64: dts: qcom: sdm845: Add compat qcom,sdm845-dsi-ctrl
` [PATCH v6 18/18] arm64: dts: qcom: sm8250: Add compat qcom,sm8250-dsi-ctrl

[PATCH] LoongArch: Simplifying larch_insn_gen_xxx implementation
 2022-12-23  2:08 UTC 

[PATCH v3 1/2] arm64: dts: rockchip: Add RK3566 LubanCat 1
 2022-12-23  2:02 UTC  (4+ messages)

[PATCH net v2] powerpc: dts: t208x: Disable 10G on MAC1 and MAC2
 2022-12-23  2:00 UTC  (7+ messages)

[PATCH] rtl8723ae: fix obvious spelling error tyep->type
 2022-12-23  1:57 UTC  (2+ messages)

[PATCH v5 net-next 00/10] dt-binding preparation for ocelot switches
 2022-12-23  1:55 UTC  (9+ messages)
` [PATCH v5 net-next 04/10] dt-bindings: net: dsa: utilize base definitions for standard dsa switches

[PATCH] Documentation: stable: Add rule on what kind of patches are accepted
 2022-12-23  1:55 UTC  (4+ messages)

[PATCH v5 0/2] arm64: dts: mt8195: Add Ethernet controller
 2022-12-23  1:50 UTC  (3+ messages)
` [PATCH v5 1/2] stmmac: dwmac-mediatek: enable 2ns delay only for special cases
` [PATCH v5 2/2] arm64: dts: mt8195: Add Ethernet controller

[PATCH bpf-next v3 1/2] bpf: fix nullness propagation for reg to reg comparisons
 2022-12-23  1:39 UTC  (4+ messages)

[PATCH] tty: serial: fsl_lpuart: increase maximum uart_nr to eight
 2022-12-23  1:39 UTC  (2+ messages)

[PATCH v2 10/19] clk: mediatek: Add MT8188 mfgcfg clock support
 2022-12-23  1:36 UTC  (2+ messages)

[PATCH] libbpf: fix crash when input null program point in USDT API
 2022-12-23  1:09 UTC  (2+ messages)

[PATCH 0/2] sched/membarrier, selftests: Introduce MEMBARRIER_CMD_GET_REGISTRATIONS
 2022-12-23  1:05 UTC  (3+ messages)

[PATCH v4 0/4] Convert deactivate_page() to folio_deactivate()
 2022-12-23  1:04 UTC  (3+ messages)
` [PATCH v4 4/4] mm/swap: "

kismet: WARNING: unmet direct dependencies detected for IOMMU_IO_PGTABLE_LPAE when selected by IPMMU_VMSA
 2022-12-23  1:00 UTC  (2+ messages)

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2022-12-23  0:57 UTC  (24+ messages)
` [PATCH 05/27] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
` [PATCH 06/27] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
` [PATCH 07/27] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
` [PATCH 08/27] drm/i915/gvt: Hoist acquisition of vgpu_lock out to kvmgt_page_track_write()
` [PATCH 09/27] drm/i915/gvt: Protect gfn hash table with dedicated mutex
` [PATCH 10/27] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
` [PATCH 11/27] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
` [PATCH 12/27] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
` [PATCH 13/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
` [PATCH 14/27] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot
` [PATCH 15/27] KVM: x86: Add a new page-track hook to handle memslot deletion
` [PATCH 16/27] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()
` [PATCH 17/27] KVM: x86: Remove the unused page-track hook track_flush_slot()
` [PATCH 18/27] KVM: x86/mmu: Move KVM-only page-track declarations to internal header
` [PATCH 19/27] KVM: x86/mmu: Use page-track notifiers iff there are external users
` [PATCH 20/27] KVM: x86/mmu: Drop infrastructure for multiple page-track modes
` [PATCH 21/27] KVM: x86/mmu: Rename page-track APIs to reflect the new reality
` [PATCH 22/27] KVM: x86/mmu: Assert that correct locks are held for page write-tracking
` [PATCH 23/27] KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
` [PATCH 24/27] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
` [PATCH 25/27] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
` [PATCH 26/27] KVM: x86/mmu: Add page-track API to query if a gfn is valid
` [PATCH 27/27] drm/i915/gvt: Drop final dependencies on KVM internal details


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox