messages from 2023-04-06 21:09:20 to 2023-04-06 22:19:25 UTC [more...]
+ zram-fix-synchronous-reads.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-return-errors-from-read_from_bdev_sync.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-dont-return-errors-from-read_from_bdev_async.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-pass-a-page-to-read_from_bdev.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-dont-pass-a-bvec-to-__zram_bvec_write.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-refactor-zram_bdev_write.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-refactor-zram_bdev_read.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-directly-call-zram_read_page-in-writeback_store.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-dont-use-highmem-for-the-bounce-buffer-in-zram_bvec_readwrite.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-rename-__zram_bvec_read-to-zram_read_page.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-refactor-highlevel-read-and-write-handling.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-return-early-on-error-in-zram_bvec_rw.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-simplify-bvec-iteration-in-__zram_make_request.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-move-discard-handling-to-zram_submit_bio.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-make-zram_bio_discard-more-self-contained.patch added to mm-unstable branch
2023-04-06 22:18 UTC
+ zram-remove-valid_io_request.patch added to mm-unstable branch
2023-04-06 22:18 UTC
[Intel-xe] [PATCH 0/2] drm/xe: Revert coalescing of GGTT invalidations
2023-04-06 22:18 UTC (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[PATCH v2 0/3] blk-cgroup: some cleanup
2023-04-06 22:17 UTC (3+ messages)
[PATCH 1/2] Input: cs40l26: Support for CS40L26 Boosted Haptic Amplifier
2023-04-06 22:16 UTC
[tip:sched/core] BUILD SUCCESS d82caa273565b45fcf103148950549af76c314b0
2023-04-06 22:17 UTC
[PATCH v3 0/1] Switchtec Switch DMA Engine Driver
2023-04-06 21:03 UTC (2+ messages)
` [PATCH v3 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver
[PATCH 0/3] Dynptr Verifier Adjustments
2023-04-06 22:13 UTC (6+ messages)
` [PATCH 1/3] bpf: verifier: Accept dynptr mem as mem in helpers
` [PATCH 2/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
[PATCH RESEND 0/3] scripts/gdb: timerlist fixes
2023-04-06 22:12 UTC (4+ messages)
` [PATCH RESEND 1/3] scripts/gdb: timerlist: use range instead of xrange
` [PATCH RESEND 2/3] scripts/gdb: timerlist: fix rb_node access
` [PATCH RESEND 3/3] scripts/gdb: timerlist: convert int chunks to str
[f2fs-dev] [PATCH] f2fs: fix passing relative address when discard zones
2023-04-06 22:11 UTC (2+ messages)
` "
[PATCH V3 1/4] dt-bindings: Add Marantec vendor prefix
2023-04-06 21:53 UTC (4+ messages)
` [PATCH V3 2/4] dt-bindings: arm: fsl: Add Marantec maveo box as a DHCOR i.MX6ULL SoM based board
[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
2023-04-06 22:09 UTC (14+ messages)
[PATCH v3 0/3] ACPI: SBS: Fix various issues
2023-04-06 22:09 UTC (3+ messages)
[kvm-unit-tests PATCH] x86: Link with "-z noexecstack" to suppress irrelevant linker warnings
2023-04-06 22:08 UTC
+ selftests-mm-add-new-selftests-for-ksm.patch added to mm-unstable branch
2023-04-06 22:06 UTC
+ mm-add-new-ksm-process-and-sysfs-knobs.patch added to mm-unstable branch
2023-04-06 22:06 UTC
+ mm-add-new-api-to-enable-ksm-per-process.patch added to mm-unstable branch
2023-04-06 22:06 UTC
zram I/O path cleanups and fixups v2
2023-04-06 22:06 UTC (34+ messages)
` [PATCH 01/16] zram: remove valid_io_request
` [PATCH 02/16] zram: make zram_bio_discard more self-contained
` [PATCH 03/16] zram: simplify bvec iteration in __zram_make_request
` [PATCH 04/16] zram: move discard handling to zram_submit_bio
` [PATCH 05/16] zram: return early on error in zram_bvec_rw
` [PATCH 06/16] zram: refactor highlevel read and write handling
` [PATCH 07/16] zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}
` [PATCH 08/16] zram: rename __zram_bvec_read to zram_read_page
` [PATCH 09/16] zram: directly call zram_read_page in writeback_store
` [PATCH 10/16] zram: refactor zram_bdev_read
` [PATCH 11/16] zram: don't pass a bvec to __zram_bvec_write
` [PATCH 12/16] zram: refactor zram_bdev_write
` [PATCH 13/16] zram: pass a page to read_from_bdev
` [PATCH 14/16] zram: don't return errors from read_from_bdev_async
` [PATCH 15/16] zram: fix synchronous reads
` [PATCH 16/16] zram: return errors from read_from_bdev_sync
[Regression] drm/scheduler: track GPU active time per entity
2023-04-06 22:06 UTC (7+ messages)
[PATCH v2] scripts/gdb: Print interrupts
2023-04-06 22:04 UTC
[PATCH] mm/mprotect: Fix do_mprotect_pkey() return on error
2023-04-06 22:04 UTC (3+ messages)
[PATCH 0/9] x86emul: misc additions
2023-04-06 22:03 UTC (5+ messages)
` [PATCH 8/9] x86emul: support AVX-NE-CONVERT insns
` [PATCH 9/9] x86emul+VMX: support {RD,WR}MSRLIST
[RFC PATCH] PCI: Extend D3hot delay for NVIDIA HDA controllers
2023-04-06 22:01 UTC (3+ messages)
[PATCH] scripts/gdb: Print interrupts
2023-04-06 22:00 UTC (2+ messages)
[RFC 0/2] drm: fdinfo memory stats
2023-04-06 21:59 UTC (6+ messages)
` [RFC 1/2] drm: Add "
` [RFC 2/2] drm/msm: Add memory stats to fdinfo
[RFC PATCH net-next] net: dsa: mt7530: fix port specifications for MT7988
2023-04-06 21:57 UTC (6+ messages)
[RFC PATCH 0/7] x86/entry: Atomic statck switching for IST
2023-04-06 21:58 UTC (3+ messages)
` [RFC PATCH 3/7] x86/entry: Implement atomic-IST-entry
[PATCH 0/6] Initial Rust V4L2 support
2023-04-06 21:56 UTC (7+ messages)
` [PATCH 1/6] rust: media: add the media module
` [PATCH 2/6] rust: media: add initial videodev2.h abstractions
` [PATCH 3/6] rust: sync: introduce FfiMutex
` [PATCH 4/6] rust: media: videobuf2: add a videobuf2 abstraction
` [PATCH 5/6] rust: media: add {video|v4l2}_device_register support
` [PATCH 6/6] rust: media: add v4l2 rust sample
[PATCH] staging: octeon: remove typedef declaration for cvmx_fau_op_size
2023-04-06 21:58 UTC (2+ messages)
[Intel-gfx] [PATCH v7 4/8] drm/i915/pxp: Add GSC-CS backend to send GSC fw messages
2023-04-06 21:58 UTC (3+ messages)
[Intel-gfx] [PATCH v3 0/8] drm/i915/mtl: Add Support for C10 phy
2023-04-06 21:47 UTC (3+ messages)
` [Intel-gfx] [PATCH v3 5/8] drm/i915/mtl: Add vswing programming for C10 phys
[PATCH v12 0/3] Memory poison recovery in khugepaged collapsing
2023-04-06 21:56 UTC (5+ messages)
[PATCH] clone: error specifically with --local and symlinked objects
2023-04-06 21:55 UTC (6+ messages)
[PATCH v2 00/11] tools/nolibc: -std=c89 compatibility
2023-04-06 21:54 UTC (12+ messages)
` [PATCH v2 01/11] tools/nolibc: use standard __asm__ statements
` [PATCH v2 02/11] tools/nolibc: use __inline__ syntax
` [PATCH v2 03/11] tools/nolibc: i386: use C89 comment syntax
` [PATCH v2 04/11] tools/nolibc: x86_64: "
` [PATCH v2 05/11] tools/nolibc: riscv: "
` [PATCH v2 06/11] tools/nolibc: aarch64: "
` [PATCH v2 07/11] tools/nolibc: arm: "
` [PATCH v2 08/11] tools/nolibc: mips: "
` [PATCH v2 09/11] tools/nolibc: loongarch: "
` [PATCH v2 10/11] tools/nolibc: "
` [PATCH v2 11/11] tools/nolibc: validate C89 compatibility
[RFC v4 0/1] nvme: add passthrough admin error logging opt-in
2023-04-06 21:55 UTC (2+ messages)
` [RFC v4 1/1] "
drivers/gpu/drm/msm/adreno/a6xx_gmu.h:136:16: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-04-06 21:47 UTC
[PATCH V2 1/3] dt-bindings: Add Marantec vendor prefix
2023-04-06 21:52 UTC (9+ messages)
` [PATCH V2 3/3] ARM: dts: imx6ull-dhcor: Add Marantec maveo box
+ mm-mprotect-fix-do_mprotect_pkey-return-on-error.patch added to mm-hotfixes-unstable branch
2023-04-06 21:53 UTC
[PATCH] scripts/gdb: Raise error with reduced debugging information
2023-04-06 21:52 UTC
[PATCH] cpufreq: CPPC: use 10ms delay instead of 2us to avoid high error
2023-04-06 21:52 UTC (5+ messages)
[PATCH v2] PCI/EDR: Clear PCIe Device Status errors after EDR error recovery
2023-04-06 21:52 UTC (2+ messages)
[PATCH] SUNRPC: remove the maximum number of retries in call_bind_status
2023-04-06 21:51 UTC (11+ messages)
[PATCH] fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
2023-04-06 21:51 UTC
Semantics of blktrace with lockdown (integrity) enabled kernel
2023-04-06 21:43 UTC (6+ messages)
[PATCH 0/2] i2c: i2c-mt65xx: add support for MT7981
2023-04-06 21:41 UTC (6+ messages)
` [PATCH 1/2] i2c: mediatek: add support for MT7981 SoC
` [PATCH 2/2] dt-bindings: i2c: i2c-mt65xx: add binding "
[PATCH v3 1/2] perf pmu: Make parser reentrant
2023-04-06 21:42 UTC (6+ messages)
` [PATCH v3 2/2] perf pmu: Fix a few potential fd leaks
[PATCH v3] PCI/P2PDMA: Fix the comments on pci_p2pmem_find_many()
2023-04-06 21:40 UTC (2+ messages)
[RFC PATCH 0/6] Improve VM DVFS and task placement behavior
2023-04-06 21:39 UTC (8+ messages)
[PATCH] MIPS: generic: Do not select CPUs that are unsupported in clang
2023-04-06 21:39 UTC (6+ messages)
[PATCH 0/4] block: Split padded I/O vectors exceeding IOV_MAX
2023-04-06 21:35 UTC (9+ messages)
` [PATCH 2/4] "
[jimc:maph 6/7] lib/test_map_h.c:36:2: error: call to __compiletime_assert_175 declared with 'error' attribute: BUILD_BUG_ON failed: __builtin_memcmp(caten, "YESNOMAYBE", __builtin_strlen("YESNOMAYBE"))
2023-04-06 21:37 UTC
[BUG?] unchecked MSR access error: WRMSR to 0x19c
2023-04-06 21:36 UTC (2+ messages)
Litmus test names
2023-04-06 21:36 UTC
[Intel-wired-lan] [PATCH net v2 0/2] iavf: fix racing in VLANs and refactor states
2023-04-06 21:35 UTC (3+ messages)
` [Intel-wired-lan] [PATCH net v2 1/2] iavf: refactor VLAN filter states
` [Intel-wired-lan] [PATCH net v2 2/2] iavf: remove active_cvlans and active_svlans bitmaps
[PATCH v1 0/6] t: fix unused files, part 2
2023-04-06 21:35 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 3/6] t1300: don't create unused files
` git config tests for "'git config ignores pairs ..." (was Re: [PATCH v2 3/6] t1300: don't create unused files)
[PATCH] tools: Rename __fallthrough to fallthrough
2023-04-06 21:35 UTC (8+ messages)
[PATCH v5 0/6] userfaultfd: convert userfaultfd functions to use folios
2023-04-06 21:32 UTC (5+ messages)
` [PATCH v5 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio
` [PATCH v5 2/6] userfaultfd: use kmap_local_page() in copy_huge_page_from_user()
[PATCH v1 0/3] PCI: brcmstb: Clkreq# accomodations of downstream device
2023-04-06 21:31 UTC (3+ messages)
[PATCH] parport_pc: don't allow driver for SPARC32
2023-04-06 21:31 UTC (5+ messages)
[PATCH 0/3] arm64: qcom: add PMIC regulators for sa8775p
2023-04-06 21:31 UTC (2+ messages)
` (subset) "
[PATCH v2 0/8] Add support for Rockchip RK860X regulators
2023-04-06 21:31 UTC (2+ messages)
` (subset) "
[GIT PULL] OP-TEE load for v6.4
2023-04-06 21:30 UTC (2+ messages)
[GIT PULL] i.MX fixes for 6.3, 2nd round
2023-04-06 21:30 UTC (3+ messages)
[GIT PULL] RISC-V Devicetree fixes for v6.3-final
2023-04-06 21:30 UTC (3+ messages)
Patchwork summary for: linux-soc
2023-04-06 21:30 UTC
Patchwork summary for: linux-soc
2023-04-06 21:30 UTC
[PATCH] PCI: Add quirk to clear AMD strap_15B8 NO_SOFT_RESET dev2 f0
2023-04-06 21:30 UTC (2+ messages)
[meta-ti][master/kirkstone][PATCH 1/5] ti-sgx-ddk-um: Remove RDEPENDS on libdrm-omap
2023-04-06 21:30 UTC (6+ messages)
` [meta-ti][master/kirkstone][PATCH 5/5] meta-ti-bsp: graphics: Correct dependency chain
` [EXTERNAL] "
[meta-ti][master/kirkstone][PATCH] ti-sci-fw: Add SYSFW_SUFFIX to SYSFW_BINARY to match k3-image-gen
2023-04-06 21:29 UTC
[PATCH v4 0/6] userfaultfd: convert userfaultfd functions to use folios
2023-04-06 21:28 UTC (5+ messages)
` [PATCH v4 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio
[PATCH] perf/arm-cmn: Fix DTC reset
2023-04-06 21:25 UTC (3+ messages)
[PATCH bpf v5 00/12] bpf sockmap fixes
2023-04-06 21:25 UTC (2+ messages)
[Intel-xe] [PATCH] fixup! drm/xe: fix pvc unload issue
2023-04-06 21:24 UTC (2+ messages)
` [Intel-xe] ○ CI.BAT: info for "
Design to isolate BMC service access
2023-04-06 21:22 UTC (3+ messages)
[PATCH v2 0/2] arch_topology: Pre-allocate cacheinfo from primary CPU
2023-04-06 21:21 UTC (5+ messages)
` [PATCH v2 1/2] cacheinfo: Add arch specific early level initializer
[ANNOUNCE] v6.3-rc5-rt8
2023-04-06 21:22 UTC
[Intel-gfx] [PATCH] drm/i915: disable sampler indirect state in bindless heap
2023-04-06 21:22 UTC (4+ messages)
` [Intel-gfx] [v3] "
[PATCH bpf-next] xsk: Elide base_addr comparison in xp_unaligned_validate_desc
2023-04-06 21:21 UTC
Writeback cache all used
2023-04-06 21:21 UTC (11+ messages)
[PATCH v9 0/5] Device tree support for Hyper-V VMBus driver
2023-04-06 21:15 UTC (2+ messages)
[PATCH] MyFirstContribution: render literal *
2023-04-06 21:14 UTC (2+ messages)
[PATCH] mm-treewide-redefine-max_order-sanely-fix.txt
2023-04-06 21:14 UTC (5+ messages)
[PATCH bpf-next] bpf, sockmap: fix deadlocks in the sockhash and sockmap
2023-04-06 21:13 UTC (2+ messages)
[PATCH] Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
2023-04-06 21:11 UTC (3+ messages)
` [PATCH] Hexagon (target/hexagon) Updates to USR should use get_result_gpr
[PATCH v12 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-04-06 21:12 UTC (4+ messages)
` [PATCH v12 2/5] fs/proc/task_mmu: "
[bluez/bluez] a1b93d: main.conf: Fix parsing of CSIS group
2023-04-06 21:12 UTC
[PATCH] rust: sort uml documentation arch support table
2023-04-06 21:11 UTC (3+ messages)
[PATCH 1/1] net: replace /* Fall through */
2023-04-06 21:10 UTC (2+ messages)
[meta-oe][PATCHv5 1/8] glib-2.0: update 2.74.6 -> 2.76.1
2023-04-06 21:10 UTC (3+ messages)
` [OE-core] "
[PATCH] rust: kernel: Mark rust_fmt_argument as extern "C"
2023-04-06 21:09 UTC (2+ 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.