All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-14 08:16:59 to 2023-07-14 08:58:45 UTC [more...]

[PATCH] hwrng: imx-rngc - use dev_err_probe
 2023-07-14  8:58 UTC  (3+ messages)

[PATCH v12 0/2] Add ASPEED AST2600 I2Cv2 controller driver
 2023-07-14  8:57 UTC  (14+ messages)
` [PATCH v12 2/2] i2c: aspeed: support ast2600 i2c new register mode driver

[PATCH v4 00/11] PCI: Improve PCIe Capability RMW concurrency control
 2023-07-14  8:58 UTC  (3+ messages)
` [PATCH v4 03/11] PCI: pciehp: Use RMW accessors for changing LNKCTL

[tglx-devel:x86/topology 48/57] arch/x86/kernel/cpu/debugfs.c:31:45: error: use of undeclared identifier '__amd_nodes_per_pkg'
 2023-07-14  8:56 UTC 

[PATCH 0/2] hwrng: nomadik - two simple cleanups
 2023-07-14  8:56 UTC  (3+ messages)

[PATCH v6] crypto: qat - replace the if statement with min()
 2023-07-14  8:57 UTC  (2+ messages)

[RFC PATCH v3 00/11] KVM: guest memory: Misc enhacnement
 2023-07-14  8:57 UTC  (4+ messages)
` [RFC PATCH v3 08/11] KVM: Fix set_mem_attr ioctl when error case

[igt-dev] [PATCH i-g-t v2 0/6] IGT bits for small-bar
 2023-07-14  8:57 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2 6/6] tests/xe/mmap: sanity check small-bar

[PATCH 1/2] cifs: fix mid leak during reconnection after timeout threshold
 2023-07-14  8:56 UTC  (2+ messages)
` [PATCH 2/2] cifs: is_network_name_deleted should return a bool

[PATCH v4 0/5] crypto: qat - add heartbeat feature
 2023-07-14  8:56 UTC  (2+ messages)

[PATCH v2] crypto: qat - add fw_counters debugfs file
 2023-07-14  8:55 UTC  (2+ messages)

[PATCH] crypto: sig - Remove some unused functions
 2023-07-14  8:55 UTC  (2+ messages)

[PATCH v3 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-14  7:49 UTC  (2+ messages)
` [PATCH v3 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT

[PATCH] Revert "PCI: dwc: Wait for link up only if link is started"
 2023-07-14  8:55 UTC  (9+ messages)

[PATCH v5 00/11] Add dynamic boost control support
 2023-07-14  8:53 UTC  (2+ messages)

[PATCH v2 0/3] leds: turris-omnia: updates
 2023-07-14  8:52 UTC  (4+ messages)
` [PATCH v2 1/3] leds: turris-omnia: change max brightness from 255 to 1
` [PATCH v2 2/3] leds: turris-omnia: initialize multi-intensity to full
` [PATCH v2 3/3] leds: turris-omnia: support HW controlled mode via private trigger

[PATCH v3] KEYS: use kfree_sensitive with key
 2023-07-14  8:52 UTC  (2+ messages)

[PATCH v3 00/47] Add LoongArch LASX instructions
 2023-07-14  8:46 UTC  (48+ messages)
` [PATCH v3 01/47] target/loongarch: Add LASX data support
` [PATCH v3 02/47] target/loongarch: meson.build support build LASX
` [PATCH v3 03/47] target/loongarch: Add CHECK_ASXE maccro for check LASX enable
` [PATCH v3 04/47] target/loongarch: Implement xvadd/xvsub
` [PATCH v3 05/47] target/loongarch: Implement xvreplgr2vr
` [PATCH v3 06/47] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v3 07/47] target/loongarch: Implement xvneg
` [PATCH v3 08/47] target/loongarch: Implement xvsadd/xvssub
` [PATCH v3 09/47] target/loongarch: rename lsx_helper.c to vec_helper.c
` [PATCH v3 10/47] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH v3 11/47] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v3 12/47] target/loongarch: Implement xavg/xvagr
` [PATCH v3 13/47] target/loongarch: Implement xvabsd
` [PATCH v3 14/47] target/loongarch: Implement xvadda
` [PATCH v3 15/47] target/loongarch: Implement xvmax/xvmin
` [PATCH v3 16/47] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH v3 17/47] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH v3 18/47] target/loongarch; Implement xvdiv/xvmod
` [PATCH v3 19/47] target/loongarch: Implement xvsat
` [PATCH v3 20/47] target/loongarch: Implement xvexth
` [PATCH v3 21/47] target/loongarch: Implement vext2xv
` [PATCH v3 22/47] target/loongarch: Implement xvsigncov
` [PATCH v3 23/47] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v3 24/47] target/loognarch: Implement xvldi
` [PATCH v3 25/47] target/loongarch: Implement LASX logic instructions
` [PATCH v3 26/47] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v3 27/47] target/loongarch: Implement xvsllwil xvextl
` [PATCH v3 28/47] target/loongarch: Implement xvsrlr xvsrar
` [PATCH v3 29/47] target/loongarch: Implement xvsrln xvsran
` [PATCH v3 30/47] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v3 31/47] target/loongarch: Implement xvssrln xvssran
` [PATCH v3 32/47] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH v3 33/47] target/loongarch: Implement xvclo xvclz
` [PATCH v3 34/47] target/loongarch: Implement xvpcnt
` [PATCH v3 35/47] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v3 36/47] target/loongarch: Implement xvfrstp
` [PATCH v3 37/47] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v3 38/47] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v3 39/47] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v3 40/47] target/loongarch: Implement xvfcmp
` [PATCH v3 41/47] target/loongarch: Implement xvbitsel xvset
` [PATCH v3 42/47] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v3 43/47] target/loongarch: Implement xvreplve xvinsve0 xvpickve xvb{sll/srl}v
` [PATCH v3 44/47] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v3 45/47] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i xvextrins
` [PATCH v3 46/47] target/loongarch: Implement xvld xvst
` [PATCH v3 47/47] target/loongarch: CPUCFG support LASX

[RFC PATCH v2] x86/boot: add .sbat section to the bzImage
 2023-07-14  8:52 UTC  (5+ messages)

[PATCH] crypto: qat - change value of default idle filter
 2023-07-14  8:52 UTC  (2+ messages)

[RFC PATCH 00/10] net: phy/stmmac: Add Loongson platform support
 2023-07-14  8:52 UTC  (10+ messages)
` [RFC PATCH 10/10] net: stmmac: dwmac-loongson: Add GNET support

[dm-devel] [PATCH v8 10/12] crypto: x86/aesni - Use the proper data type in struct aesni_xts_ctx
 2023-07-14  8:51 UTC  (3+ messages)
` [PATCH] crypto: x86/aesni: Align the address before aes_set_key_common()

[PATCH 1/2] iomap: fix a regression for partial write errors
 2023-07-14  8:51 UTC  (2+ messages)
` [PATCH 2/2] iomap: micro optimize the ki_pos assignment in iomap_file_buffered_write

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-14  8:50 UTC  (9+ messages)
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access

[PATCH v2] crypto: Replace strlcpy with strscpy
 2023-07-14  8:51 UTC  (2+ messages)

[PATCH net v3] net: lan966x: fix parameter check in two functions
 2023-07-14  8:51 UTC 

[PATCH v3 1/2] dt-bindings: pinctrl: cypress,cy8c95x0: Add reset pin
 2023-07-14  8:51 UTC  (3+ messages)
` [PATCH v3 2/2] pinctrl: cy8c95x0: Add reset support

[PATCH -next] verify_pefile: fix kernel-doc warnings in verify_pefile
 2023-07-14  8:50 UTC  (2+ messages)

[PATCH] media: add missing spaces before '*' and remove spaces after '*'
 2023-07-14  8:50 UTC 

[PATCH v2 0/5] crypto: Accelerated Chacha20/Poly1305 implementation
 2023-07-14  8:49 UTC  (3+ messages)

[nft PATCH] nftables: add flag for nft context to avoid blocking getaddrinfo()
 2023-07-14  8:48 UTC  (4+ messages)
` [nft v2 PATCH 1/3] nftables: add input flags for nft_ctx
  ` [nft v2 PATCH 2/3] nftables: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking getaddrinfo()
  ` [nft v2 PATCH 3/3] py: add input_{set,get}_flags() API to helpers

[PATCH net v2] wifi: ath9k: Remove error checking for debugfs_create_dir()
 2023-07-14  8:49 UTC 

[PATCH v4] iommu: remove redundant parameter check in tegra_smmu_debugfs_init()
 2023-07-14  8:49 UTC  (5+ messages)
  ` 回复: "
      ` 回复: "

[PATCH] ns1650: refactor interrupt handling in ns16550_uart_dt_init()
 2023-07-14  8:48 UTC  (9+ messages)

[PATCH v7 net-next 00/10] Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2023-07-14  8:47 UTC  (5+ messages)
` [PATCH v7 net-next 06/10] net: fec: convert to "

[PATCH 0/2] tracing: Clean up how iter is freed
 2023-07-14  8:47 UTC  (5+ messages)
` [PATCH 1/2] tracing: Remove unnecessary copying of tr->current_trace
` [PATCH 2/2] tracing: Add free_trace_iter_content() helper function

[PATCH 1/3] MAINTAINERS: soc: reference maintainer profile
 2023-07-14  8:47 UTC  (9+ messages)
` [PATCH 2/3] Documentation/process: maintainer-soc: add clean platforms profile
` [PATCH 3/3] MAINTAINER: samsung: document dtbs_check requirement for Samsung

[PATCH] fwu: Show number of attempts in Trial State
 2023-07-14  8:47 UTC 

Perf + Opencsd (aarch64) Off Target Trace Decoding shows "could not read first record/send request"
 2023-07-14  8:46 UTC  (4+ messages)

[PATCH v6 0/5] Add RISC-V KVM AIA Support
 2023-07-14  8:44 UTC  (6+ messages)
` [PATCH v6 1/5] target/riscv: support the AIA device emulation with KVM enabled
` [PATCH v6 2/5] target/riscv: check the in-kernel irqchip support
` [PATCH v6 3/5] target/riscv: Create an KVM AIA irqchip
` [PATCH v6 4/5] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PATCH v6 5/5] target/riscv: select KVM AIA in riscv virt machine

[PATCH v5 0/3] clk: imx: add audio clock mux driver
 2023-07-14  8:10 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: clock: fsl,imx8-acm: Add audio clock mux support
` [PATCH v5 2/3] dt-bindings: clock: imx8-clock: Add audio clock mux related clock
` [PATCH v5 3/3] clk: imx: imx8: add audio clock mux driver

[PATCH] exfat: release s_lock before calling dir_emit()
 2023-07-14  8:43 UTC 

[RESEND PATCH] coresight: tmc: Explicit type conversions to prevent integer overflow
 2023-07-14  8:43 UTC  (2+ messages)

[PATCH] crypto: starfive - Add AES skcipher and aead support
 2023-07-14  8:44 UTC  (2+ messages)

[PATCH V2 0/2] Add pinctrl driver support for Amlogic C3 SoCs
 2023-07-14  8:43 UTC  (9+ messages)
` [PATCH V2 1/2] dt-bindings: gpio: Add a header file "

[PATCH 0/3] DRM scheduler documentation & bug fixes
 2023-07-14  8:43 UTC  (12+ messages)
` [PATCH 1/3] drm/scheduler: Add more documentation
` [PATCH 2/3] drm/scheduler: Fix UAF in drm_sched_fence_get_timeline_name
` [PATCH 3/3] drm/scheduler: Clean up jobs when the scheduler is torn down

[PATCH] btrfs: fix ordered extent split error handling in btrfs_dio_submit_io
 2023-07-14  8:42 UTC 

[XEN PATCH] x86/mce: change parameter names in function definitions to match the corresponding declarations
 2023-07-14  8:42 UTC  (2+ messages)

[PATCH mptcp-next 00/14] mptcp: get rid of msk->subflow
 2023-07-14  8:42 UTC  (11+ messages)
` [PATCH mptcp-next 03/14] mptcp: avoid additional __inet_stream_connect() call
` [PATCH mptcp-next 08/14] mptcp: avoid additional indirection in mptcp_listen()
` [PATCH mptcp-next 10/14] mptcp: avoid unneeded indirection in mptcp_stream_accept()

[kvm-unit-tests PATCH v5 0/6] s390x: Add support for running guests without MSO/MSL
 2023-07-14  8:40 UTC  (11+ messages)
` [kvm-unit-tests PATCH v5 3/6] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v5 6/6] s390x: add a test for SIE without MSO/MSL

[PATCH v2 1/2] binfmt_misc: cleanup on filesystem umount
 2023-07-14  8:41 UTC  (11+ messages)
` [PATCH v2 2/2] binfmt_misc: enable sandboxed mounts

[PATCH] of: property: fw_devlink: fixup return value check of strcmp_suffix in parse_gpios
 2023-07-14  7:53 UTC  (4+ messages)
` [PATCH V2] "

[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-07-14  8:35 UTC  (4+ messages)

[PATCH] [media] dvb-frontends: add missing spaces before ','
 2023-07-14  8:36 UTC 

[igt-dev] [PATCH i-g-t] tests/i915_pm_rpm: Try the standard "ddc" symlink for i2c read
 2023-07-14  8:35 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH for-rc 0/2] RDMA/bnxt_re: Bug fixes
 2023-07-14  8:22 UTC  (3+ messages)
` [PATCH for-rc 1/2] RDMA/bnxt_re: Prevent handling any completions after qp destroy
` [PATCH for-rc 2/2] bnxt_re: Fix hang during driver unload

[RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
 2023-07-14  8:34 UTC  (6+ messages)

[PATCH] media: dvb: add missing spaces before '*' and around '=', remove spaces after '*'
 2023-07-14  8:31 UTC 

[PATCH v5] Randomized slab caches for kmalloc()
 2023-07-14  8:31 UTC  (3+ messages)

[yocto] wic cp doesn't work with ext4 partition
 2023-07-14  6:40 UTC  (2+ messages)
`  "

[PATCH] proc: Fix four errors in kmsg.c
 2023-07-14  8:31 UTC  (3+ messages)

linux-next: duplicate patches in the ftrace tree
 2023-07-14  8:31 UTC  (2+ messages)

[PATCH] app/test-pipeline: relax RSS hash requirement
 2023-07-14  8:27 UTC  (2+ messages)
` [PATCH v2] "

[igt-dev] [PATCH 1/1] tests/intel-ci/xe.blocklist: Add not present tests
 2023-07-14  8:26 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [1/1] "

[PATCH] arm64: Add the arm64.nolse_atomics command line option
 2023-07-14  8:23 UTC  (12+ messages)

[PATCH net v1] net:bonding:Fix error checking for debugfs_create_dir()
 2023-07-14  8:23 UTC  (2+ messages)
` [PATCH] net: bonding: Fix "

[PATCH] arm: dts: imx8mm-phyboard-polis-rdk: Sync dts files with kernel
 2023-07-14  8:23 UTC 

Fwd: [PATCH] scsi: arcmsr: (ina2xx) Convert sysfs sprintf/snprintf family to sysfs_emit
 2023-07-14  8:22 UTC 

[PATCH v3] migration: hold the BQL during setup
 2023-07-14  8:20 UTC  (2+ messages)

[PATCH net v1] net: ethernet: Remove repeating expression
 2023-07-14  8:20 UTC  (2+ messages)

[PATCH net-next v3 0/2] add MACsec offload selftests
 2023-07-14  8:20 UTC  (2+ messages)

Dedykowana centrala
 2023-07-14  8:10 UTC 

[PATCH v2] net: lan966x: fix parameter check in two functions
 2023-07-14  8:18 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] PCI/ASPM: Enable ASPM on external PCIe devices
 2023-07-14  8:17 UTC  (4+ messages)

[PATCH v6] wifi: ath5k: remove phydir check from ath5k_debug_init_device()
 2023-07-14  8:16 UTC 

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-07-14  8:10 UTC  (6+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA


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.