messages from 2022-10-14 20:15:32 to 2022-10-14 21:37:45 UTC [more...]
[PATCH v9 00/14] KVM: selftests: Add aarch64/page_fault_test
2022-10-14 21:37 UTC (17+ messages)
` [PATCH v9 01/14] KVM: selftests: Add a userfaultfd library
` [PATCH v9 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v9 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v9 12/14] KVM: selftests: aarch64: Add dirty logging "
[PATCH] dt-bindings: nvmem: add new stm32mp13 compatible for stm32-romem
2022-10-14 21:32 UTC (3+ messages)
[PATCH v5 0/3] further improvements to marvell,pp2.yaml
2022-10-14 21:32 UTC (4+ messages)
` [PATCH v5 1/3] dt-bindings: net: marvell,pp2: convert to json-schema
` [PATCH v5 2/3] arm64: dts: marvell: Update network description to match schema
` [PATCH v5 3/3] ARM: dts: armada-375: "
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-10-14 21:31 UTC (5+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
[PATCH V2 0/6] dt-bindings: usb: covert ci-hdrc-usb2/usbmisc-imx to yaml
2022-10-14 21:29 UTC (7+ messages)
` [PATCH V2 2/6] dt-bindings: usb: usbmisc-imx: add clocks property
` [PATCH V2 3/6] dt-bindings: usb: usbmisc-imx: add more i.MX compatible
[PATCH v2 0/5] media: i2c: ov5645 driver enhancements
2022-10-14 21:30 UTC (8+ messages)
` [PATCH v2 1/5] media: dt-bindings: ov5645: Convert OV5645 binding to a schema
` [PATCH v2 2/5] media: i2c: ov5645: Use runtime PM
[PATCH] dt-bindings: ufs: cdns,ufshc: add missing dma-coherent field
2022-10-14 21:28 UTC (2+ messages)
[PATCH RFC 0/2] Generate device tree node for pci devices
2022-10-14 21:25 UTC (10+ messages)
[PATCH 00/13] Make user_regset_copyin_ignore() *void*
2022-10-14 21:22 UTC (20+ messages)
` [PATCH 01/13] arc: ptrace: user_regset_copyin_ignore() always returns 0
` [PATCH 02/13] arm: "
` [PATCH 03/13] arm64: "
` [PATCH 04/13] hexagon: "
` [PATCH 05/13] ia64: "
` [PATCH 06/13] mips: "
` [PATCH 07/13] nios2: "
` [PATCH 09/13] parisc: "
` [PATCH 11/13] sh: "
` [PATCH 12/13] sparc: "
` [PATCH 13/13] regset: make user_regset_copyin_ignore() *void*
[PATCH v2 0/2] update internal patch-id to use "stable" algorithm
2022-10-14 21:24 UTC (8+ messages)
` [PATCH v3 0/7] patch-id fixes and improvements
` [PATCH v3 3/7] builtin: patch-id: fix patch-id with binary diffs
` [PATCH v3 4/7] patch-id: fix patch-id for mode changes
` [PATCH v3 5/7] builtin: patch-id: add --include-whitespace as a command mode
[syzbot] WARNING in c_start
2022-10-14 21:24 UTC (2+ messages)
[PATCH v5 0/5] dirty_log_perf_test vCPU pinning
2022-10-14 21:21 UTC (7+ messages)
[PATCH v4 0/4] pass -march= only to compiler
2022-10-14 21:21 UTC (15+ messages)
` [PATCH v4 1/4] ARM: remove lazy evaluation in Makefile
` [PATCH v4 2/4] ARM: use .arch directives instead of assembler command line flags
` [PATCH v4 3/4] ARM: only use -mtp=cp15 for the compiler
` [PATCH v4 4/4] ARM: pass -march= only to compiler
[PATCH v5 0/3] Support storing struct task_struct objects as kptrs
2022-10-14 21:21 UTC (4+ messages)
` [PATCH v5 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
` [PATCH v5 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
` [PATCH v5 3/3] bpf/selftests: Add selftests for new task kfuncs
[PATCH 5.19 00/33] 5.19.16-rc1 review
2022-10-14 21:20 UTC (2+ messages)
[PATCH v2 0/3] Bitmap percentage flushing
2022-10-14 21:10 UTC (2+ messages)
[PATCH] kbuild: fix single directory build
2022-10-14 21:18 UTC (2+ messages)
[Buildroot] [PATCH 1/2] package/micropython: Bug fix release 1.19.1
2022-10-14 21:18 UTC (6+ messages)
` [Buildroot] [PATCH 2/2] package/syslog-ng: Bump version to 3.38.1
[GIT PULL] UBI and UBIFS updates for 6.1-rc1
2022-10-14 21:17 UTC (2+ messages)
[GIT PULL] UML updates for 6.1-rc1
2022-10-14 21:17 UTC (2+ messages)
[GIT PULL] I3C changes for 6.1
2022-10-14 21:14 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package: add agent-proxy target and host packages
2022-10-14 21:14 UTC (4+ messages)
` [Buildroot] [PATCH 1/1] package: add kdmx "
Document 14 Oct 2022
2022-10-14 21:14 UTC
[PATCH v4 0/3] Support storing struct task_struct objects as kptrs
2022-10-14 21:13 UTC (5+ messages)
` [PATCH v4 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
` [PATCH v4 2/3] Now that BPF supports adding new kernel functions with kfuncs, and storing kernel objects in maps with kptrs, we can add a set of kfuncs which allow struct task_struct objects to be stored in maps as referenced kptrs. The possible use cases for doing this are plentiful. During tracing, for example, it would be useful to be able to collect some tasks that performed a certain operation, and then periodically summarize who they are, which cgroup they're in, how much CPU time they've utilized, etc
` [PATCH v4 3/3] bpf/selftests: Add selftests for new task kfuncs
[PATCH v2] ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile
2022-10-14 21:11 UTC (2+ messages)
[PATCH V2] dt-bindings: nvmem: u-boot,env: add Broadcom's variant binding
2022-10-14 21:09 UTC (3+ messages)
[PATCH 1/1 FYI] tools arch x86: Sync the msr-index.h copy with the kernel sources
2022-10-14 21:11 UTC
[PATCH] of: declare string literals const
2022-10-14 21:11 UTC (2+ messages)
[PATCH -next v2 0/2] of: introduce of_address_count() helper
2022-10-14 21:10 UTC (5+ messages)
` [PATCH -next v2 1/2] of/address: "
` [PATCH -next v2 2/2] of/platform: use "
[PATCH] dt-bindings: display: panel: use spi-peripheral-props.yaml
2022-10-14 21:10 UTC (3+ messages)
[PATCH v6 0/3] Add imx577 compatible to imx412
2022-10-14 21:09 UTC (3+ messages)
` [PATCH v6 1/3] media: dt-bindings: imx412: Extend compatible strings
[Buildroot] [git commit] package/agent-proxy: new package
2022-10-14 21:07 UTC
[PATCH v2 0/8] KVM: x86: allow compiling out SMM support
2022-10-14 21:06 UTC (5+ messages)
` [PATCH v2 4/8] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v2 8/8] KVM: x86: do not define KVM_REQ_SMI if SMM disabled
[PATCH v2 0/2] Changes for ufshcd.c
2022-10-14 21:05 UTC (10+ messages)
` [PATCH v2 1/2] scsi: ufs: core: Remove unnecessary if statement
` [PATCH v2 2/2] scsi: ufs: core: Cleanup ufshcd_slave_alloc()
privcmd.c not calling set_phys_to_machine
2022-10-14 21:04 UTC
[RFC PATCH 0/3] Use TAP in some more KVM selftests
2022-10-14 21:03 UTC (2+ messages)
[PATCH v4 00/17] common kmalloc v4
2022-10-14 20:58 UTC (3+ messages)
` [PATCH v4 10/17] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
[PATCH v18 0/2] Lattice sysCONFIG SPI FPGA manager
2022-10-14 20:27 UTC (3+ messages)
` [PATCH v18 1/2] fpga: lattice-sysconfig-spi: add Lattice sysCONFIG "
` [PATCH v18 2/2] dt-bindings: fpga: document "
Process question about dropped patches
2022-10-14 20:55 UTC
[PATCH] tests: Build correct sandbox configuration on 32bit
2022-10-14 20:52 UTC (2+ messages)
` [PATCH v2] "
[PATCH] dt-bindings: Remove "status" from schema examples, again
2022-10-14 20:51 UTC (4+ messages)
[GIT PULL] ARM: SoC fixes for 6.1
2022-10-14 20:50 UTC (4+ messages)
[bluez/bluez] 1096a9: monitor: Fix incorrect vendor name for vendor cmd
2022-10-14 20:51 UTC
[GIT PULL] asm-generic: arch/alpha regression fix for 6.1
2022-10-14 20:50 UTC (2+ messages)
[PATCH v1] dumpcap: fix select interface
2022-10-14 20:48 UTC (3+ messages)
` [PATCH v2] "
[BlueZ PATCH v2] monitor: Fix incorrect vendor name for vendor cmd and evt
2022-10-14 20:50 UTC (3+ messages)
` [BlueZ,v2] "
[PATCH -next] clocksource/drivers/timer-ti-dm: Fix some kernel-doc comments
2022-10-14 20:49 UTC (3+ messages)
[PATCH] MAINTAINERS: git://github -> https://github.com for hzhuang1, rjarzmik
2022-10-14 20:41 UTC (5+ messages)
[PATCH v2] lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
2022-10-14 20:42 UTC (2+ messages)
[PATCH v8 00/13] rcu: call_rcu() power improvements
2022-10-14 20:47 UTC (8+ messages)
` [PATCH v8 01/13] rcu: Fix missing nocb gp wake on rcu_barrier()
[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
2022-10-14 20:44 UTC (15+ messages)
[PATCH V3] clk: tegra: Fix Tegra PWM parent clock
2022-10-14 20:44 UTC (2+ messages)
[PATCH v4 0/4] Introduce MediaTek frequency hopping driver
2022-10-14 20:42 UTC (4+ messages)
` [PATCH v4 2/4] dt-bindings: arm: mediatek: Add new bindings of MediaTek frequency hopping
[PATCH v13 0/3] Add perf support for HiSilicon PCIe Tune and Trace device
2022-10-14 20:42 UTC (6+ messages)
` [PATCH v13 2/3] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
[PATCH v2] [OUTREACHY] t1002: modernize outdated conditional
2022-10-14 20:42 UTC (10+ messages)
` [PATCH v3] "
[PATCH v2] clk: at91: fix the build with binutils 2.27
2022-10-14 20:39 UTC (3+ messages)
[PATCH v2 0/9] cocci: make "incremental" possible + a ccache-like tool
2022-10-14 20:39 UTC (4+ messages)
` [PATCH v3 00/11] "
` [PATCH v3 05/11] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading
[PATCH v10 00/27] Rust support
2022-10-14 20:39 UTC (7+ messages)
` [PATCH v10 25/27] x86: enable initial "
[PATCH] clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocks
2022-10-14 20:39 UTC (2+ messages)
[PATCH v2] clk: mediatek: clk-mux: Add .determine_rate() callback
2022-10-14 20:38 UTC (3+ messages)
[RFC PATCH] selftests: mptcp: set test-case parameters consistently
2022-10-14 20:39 UTC
[PATCH v2 0/8] ext4: Convert inode preallocation list to an rbtree
2022-10-14 20:36 UTC (9+ messages)
` [PATCH v2 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v2 2/8] ext4: Refactor code related to freeing PAs
` [PATCH v2 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v2 4/8] ext4: Move overlap assert logic into a separate function
` [PATCH v2 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v2 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v2 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v2 8/8] ext4: Remove the logic to trim inode PAs
[PATCH 1/2] event/sw: fix missing flow ID init in selftest
2022-10-14 20:37 UTC (2+ messages)
` [PATCH 2/2] event/sw: fix invalid log "
[PATCH bpf 0/2] Fix pinning devmaps
2022-10-14 20:32 UTC (5+ messages)
` [PATCH bpf 1/2] Ignore RDONLY_PROG for devmaps in libbpf to allow re-loading of pinned devmaps
list_del corruption (NULL pointer dereference) on xhci-pci unbind
2022-10-14 20:29 UTC (4+ messages)
[linux-lvm] LVM2 : performance drop even after deleting the snapshot
2022-10-14 20:28 UTC (4+ messages)
[PATCH v2 0/3] Yocto Gitlab CI
2022-10-14 20:27 UTC (2+ messages)
[PATCH 00/10] run-command API: add run_command_{l,sv}_opt()
2022-10-14 20:27 UTC (5+ messages)
` [PATCH 03/10] run-command API: add and use a run_command_l_opt()
[RFC PATCH] x86/sev-es: Include XSS value in GHCB CPUID request
2022-10-14 20:27 UTC (2+ messages)
[PATCH] pinctrl: qcom: Avoid glitching lines when we first mux to output
2022-10-14 20:27 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/glibc: fix make-4.4 compatibility
2022-10-14 20:26 UTC (2+ messages)
[GIT PULL] sound fixes for 6.1-rc1
2022-10-14 20:24 UTC (2+ messages)
[GIT PULL] sched/psi changes for v6.1
2022-10-14 20:24 UTC (2+ messages)
[GIT PULL] LEDs changes for v6.1-rc
2022-10-14 20:24 UTC (2+ messages)
PATCH] bisect--helper: plug strvec leak in bisect_start()
2022-10-14 20:23 UTC (12+ messages)
` [PATCH v2] bisect--helper: plug strvec leak
[PATCH 1/2] tools/perf/tests/shell: Update stat+csv_output.sh to include sanity check for topology
2022-10-14 20:22 UTC (3+ messages)
[PATCH v3 1/2] kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGS
2022-10-14 20:21 UTC (4+ messages)
[Intel-gfx] [PATCH] drm/1915/guc: enable engine reset on CAT
2022-10-14 20:21 UTC (2+ messages)
[Buildroot] [git commit] package/glibc: fix make-4.4 compatibility
2022-10-14 20:18 UTC
[PATCH v3 0/3] Support storing struct task_struct objects as kptrs
2022-10-14 20:19 UTC (4+ messages)
` [PATCH v3 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
` [PATCH v3 3/3] bpf/selftests: Add selftests for new task kfuncs
[PATCH] cifs: fix double-fault crash during ntlmssp
2022-10-14 20:18 UTC (2+ messages)
Splat from net/wireless/wext-core.c
2022-10-14 20:16 UTC (3+ messages)
[PATCH 1/2] ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid
2022-10-14 20:14 UTC (2+ messages)
[PATCH] xen/arm: mark handle_linux_pci_domain() __init
2022-10-14 20:15 UTC (5+ 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.