messages from 2022-08-15 07:41:27 to 2022-08-15 08:49:32 UTC [more...]
[RFC PATCH] Soundwire: Initialize multi_link with fwnode props
2022-08-15 8:16 UTC (6+ messages)
[PATCH v3 00/18] add "windowsize" (RFC 7440) support for tftp
2022-08-15 8:42 UTC (11+ messages)
` [PATCH v3 05/18] cmd:tftp: add '-P' option to set tftp server port number
` [PATCH v3 07/18] tftp: replace hardcoded blksize by global constant
` [PATCH v3 09/18] tftp: add sanity check for OACK response
` [PATCH v3 11/18] tftp: reduce block size on lookup requests
` [PATCH v3 13/18] tftp: detect out-of-memory situations
` [PATCH v3 14/18] tftp: implement 'windowsize' (RFC 7440) support
` [PATCH v3 15/18] tftp: do not use 'priv->block' for RRQ
` [PATCH v3 16/18] tftp: add debug_assert() macro
` [PATCH v3 17/18] tftp: reorder tftp packets
` [PATCH v3 18/18] tftp: add selftest
[PATCH net] l2tp: Serialize access to sk_user_data with sock lock
2022-08-15 8:43 UTC (4+ messages)
[PATCH v7 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
2022-08-15 6:48 UTC (2+ messages)
[PATCH v4 2/2] x86/rtc: rename mach_set_rtc_mmss
2022-08-15 8:49 UTC (2+ messages)
` [tip: x86/timers] x86/rtc: Rename mach_set_rtc_mmss() to mach_set_cmos_time()
[PATCH v4 1/2] x86/rtc: rewrite mach_get_cmos_time to delete duplicated code
2022-08-15 8:49 UTC (2+ messages)
` [tip: x86/timers] x86/rtc: Rewrite & simplify mach_get_cmos_time() by deleting duplicated functionality
[PATCH] x86/kprobes: fix JNG/JNLE emulation
2022-08-15 8:48 UTC (2+ messages)
` [tip: perf/urgent] x86/kprobes: Fix "
[PATCH] drivers: binderfs: fix memory leak in binderfs_fill_super
2022-08-15 8:47 UTC (8+ messages)
[xfs] 345a4666a7: vm-scalability.throughput -91.7% regression
2022-08-15 8:47 UTC (2+ messages)
[PATCH] fetch: use BPN instead
2022-08-15 8:46 UTC
[PATCH] drm/amdgpu: Add secure display TA load for Renoir
2022-08-15 8:45 UTC (2+ messages)
[PATCH] x86/reboot: Avoid nmi shutdown all CPUs twice
2022-08-15 8:45 UTC
[PATCH ipsec 0/2] xfrm: Fix bugs in stacked XFRM-I tunnels
2022-08-15 8:45 UTC (3+ messages)
` [PATCH ipsec 1/2] xfrm: Check policy for nested XFRM packets in xfrm_input
[PATCH v1 00/35] drm: Analog TV Improvements
2022-08-15 8:42 UTC (19+ messages)
` [PATCH v1 08/35] drm/client: Add some tests for drm_connector_pick_cmdline_mode()
` [PATCH v1 14/35] drm/atomic-helper: Add an analog TV atomic_check implementation
` [PATCH v1 24/35] drm/vc4: vec: Add support for more analog TV standards
[PATCH 0/2] clk: imx: introduce fsl,protected-clocks
2022-08-15 8:42 UTC (6+ messages)
` [PATCH 2/2] clk: imx: support fsl,protected-clocks
[PATCH V2 0/8] clk: imx93: new gate API and composite update
2022-08-15 8:40 UTC (11+ messages)
` [PATCH V2 1/8] dt-bindings: clock: imx93-clock: add more MU/SAI clocks
` [PATCH V2 2/8] clk: imx93: guard imx93_clk_of_match with CONFIG_OF
+ dma-pool-do-not-complain-if-dma-pool-is-not-allocated.patch added to mm-hotfixes-unstable branch
2022-08-15 8:42 UTC (7+ messages)
Patch "genirq: GENERIC_IRQ_IPI depends on SMP" has been added to the 5.4-stable tree
2022-08-15 8:39 UTC (2+ messages)
[PATCH 0/4] nvmem: Support non-stride-aligned NVMEM cell data
2022-08-15 8:37 UTC (4+ messages)
` [PATCH 2/4] nvmem: sunxi_sid: Drop the workaround on A64
[PATCH] nfs4_setfacl: add a specific option for indexes
2022-08-15 8:39 UTC
[PATCH v2 0/9] deferred_probe_timeout logic clean up
2022-08-15 8:38 UTC (4+ messages)
` [PATCH v2 3/9] net: mdio: Delete usage of driver_deferred_probe_check_state()
Xen 4.17: Current status of series floating in ML
2022-08-15 8:37 UTC (7+ messages)
[Intel-gfx] [PATCH] drm/i915/utils: remove unused KBps/MBps/GBps macros
2022-08-15 8:36 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
upstream kernel crashes
2022-08-15 8:34 UTC (20+ messages)
[PATCH] capabilities: new kernel.ns_modules_allowed sysctl
2022-08-15 8:33 UTC (5+ messages)
[PATCH 0/20] Convert nanoMIPS disassembler from C++ to C
2022-08-15 7:26 UTC (16+ messages)
` [PATCH 01/20] disas/nanomips: Remove namespace img
` [PATCH 04/20] disas/nanomips: Remove helper methods from class
` [PATCH 05/20] disas/nanomips: Remove __cond "
` [PATCH 06/20] disas/nanomips: Remove disasm "
` [PATCH 07/20] disas/nanomips: Remove Pool tables from the class
` [PATCH 10/20] disas/nanomips: Delete nanomips.h
` [PATCH 12/20] disas/nanomips: Replace std::string type
` [PATCH 13/20] disas/nanomips: Add free() calls
` [PATCH 14/20] disas/nanomips: Remove function overloading
` [PATCH 15/20] disas/nanomips: Replace exception handling
` [PATCH 16/20] disas/nanomips: Replace Cpp enums for C enums
` [PATCH 17/20] disas/nanomips: Remove argument passing by ref
` [PATCH 18/20] disas/nanomips: Add struct keyword
` [PATCH 19/20] disas/nanomips: Add modifier static
` [PATCH 20/20] disas/nanomips: Rename nanomips.cpp to nanomips.c
[xfs] 49dd4a937d: INFO:task_blocked_for_more_than#seconds
2022-08-15 8:32 UTC
[PATCH v3 0/3] ARM: dts: imx6ul-kontron: Improve devicetrees
2022-08-15 8:28 UTC (7+ messages)
` [PATCH v3 1/3] dt-bindings: arm: fsl: imx6ul-kontron: Update bindings
` [PATCH v3 2/3] ARM: dts: imx6ul-kontron: Simplify devicetree structure
` [PATCH v3 3/3] ARM: dts: imx6ul-kontron: Add imx6ull-kontron-bl to Makefile
fs/afs/server.c:406 afs_put_server() warn: variable dereferenced before check 'server' (see line 402)
2022-08-15 8:28 UTC (2+ messages)
[LTP] [PATCH v3 0/2] mount03: Convert to new API
2022-08-15 8:28 UTC (5+ messages)
[LTP] [PATCH] syscalls/prctl10: Add basic test for PR_SET/GET_TSC
2022-08-15 8:28 UTC (2+ messages)
[PATCH v2] capabilities: new kernel.ns_modules_allowed sysctl
2022-08-15 8:27 UTC
[PATCH] x86/spec-ctrl: Use IST RSB protection for !SVM systems
2022-08-15 8:26 UTC (2+ messages)
Simplify load_unaligned_zeropad() (was Re: [GIT PULL] Ceph updates for 5.20-rc1)
2022-08-15 8:26 UTC (5+ messages)
[LTP] [PATCH v2 1/2] syscalls/creat09: Add umask test condition
2022-08-15 9:27 UTC (8+ messages)
` [LTP] [PATCH v2 2/2] syscalls/openat: Add new regression test when using open(O_TMPFILE) under umask
` [LTP] [PATCH v3 1/2] syscalls/creat09: Add umask test condition
` [LTP] [PATCH v3 2/2] syscalls/openat: Add new regression test when using open(O_TMPFILE) under umask
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c:1856 mt7915_mcu_beacon_mbss() warn: potential spectre issue 'sub_elem->data' [r] (local cap)
2022-08-15 8:26 UTC
drivers/media/platform/renesas/rcar_fdp1.c:691:9: warning: use of NULL 'job' where non-null expected [CWE-476]
2022-08-15 8:25 UTC
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c:142 mlx5_eswitch_set_rule_source_port() warn: variable dereferenced before check 'attr' (see line 130)
2022-08-15 8:24 UTC (2+ messages)
[PATCH V2] clk: imx8mp: tune the order of enet_qos_root_clk
2022-08-15 8:22 UTC (7+ messages)
[PATCH 0/7] xen/arm: More clean-ups and improvement
2022-08-15 8:21 UTC (5+ messages)
` [PATCH 5/7] xen/arm32: head: Move earlyprintk messages to .rodata.str
[PATCH] smatch_allocations: Fix and improve the kernel_alloc_funcs list
2022-08-15 8:14 UTC
[PATCH] smatch_allocations: Remove dma_alloc_consistent() from the list
2022-08-15 8:21 UTC
[PATCH] smatch_allocations: Give a hint about dma_alloc_(attrs|coherent)
2022-08-15 8:18 UTC
[PATCH] Input: HID-rmi - ignore to rmi_hid_read_block after system resumes
2022-08-15 8:16 UTC (3+ messages)
[PATCH v14 00/14] Multi-Gen LRU Framework
2022-08-15 7:13 UTC (4+ messages)
` [PATCH v14 05/14] mm: multi-gen LRU: groundwork
` [PATCH v14 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v14 12/14] mm: multi-gen LRU: debugfs interface
[PATCH v6 0/3] amd/msr: implement MSR_VIRT_SPEC_CTRL for HVM guests
2022-08-15 8:15 UTC (3+ messages)
[PATCH -next] sched/cputime: Fix the bug of reading time backward from /proc/stat
2022-08-15 8:15 UTC (2+ messages)
ERROR: modpost: "__divsi3_table" [lib/lz4/lz4_compress.ko] undefined!
2022-08-15 8:13 UTC (3+ messages)
[RFC PATCH v4 00/28] Modernize U-Boot shell
2022-08-15 8:13 UTC (5+ messages)
` [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables
[PATCH] mm: correctly charge compressed memory to its memcg
2022-08-15 8:09 UTC (6+ messages)
[stable:linux-5.15.y 5373/9027] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
2022-08-15 8:10 UTC (3+ messages)
[linux-5.4 test] 172524: regressions - FAIL
2022-08-15 8:09 UTC
[PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency
2022-08-15 8:09 UTC (3+ messages)
security/loadpin/loadpin.c:365 dm_verity_ioctl() warn: maybe return -EFAULT instead of the bytes remaining?
2022-08-15 8:07 UTC (2+ messages)
Have fsl_elbc_nand controllers subpage write support?
2022-08-15 8:06 UTC (5+ messages)
[Ocfs2-devel] [PATCH v1] ocfs2: Fix freeing uninitialized resource on ocfs2_dlm_shutdown
2022-08-15 8:06 UTC (2+ messages)
[PATCH 1/2] dt-bindings: vertexcom-mse102x: Update email address
2022-08-15 8:06 UTC (2+ messages)
` [PATCH 2/2] net: vertexcom: mse102x: "
[PATCH 0/5] Drop of_gpio header
2022-08-15 8:06 UTC (4+ messages)
` [PATCH 5/5] drm/vc4: "
[PATCH v2] btrfs-progs: chunk tree search solution for btrfs249
2022-08-15 8:06 UTC (2+ messages)
arch/s390/kvm/gaccess.c:1064 access_guest_with_key() error: uninitialized symbol 'prot'
2022-08-15 8:04 UTC (2+ messages)
[Intel-gfx] [PATCH v6 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
2022-08-15 8:03 UTC (4+ messages)
` [Intel-gfx] [PATCH v6 5/8] drm/i915: Check for integer truncation on the configuration of ttm place
` "
[RFC] ftrace: Add support to keep some functions out of ftrace
2022-08-15 8:04 UTC (14+ messages)
[PATCH V2] tty: serial: lpuart: disable flow control while waiting for the transmit engine to complete
2022-08-15 8:04 UTC (2+ messages)
btqca firmware 20220811
2022-08-15 8:04 UTC (2+ messages)
[PATCH v2 0/6] i2c: Make remove callback return void
2022-08-15 8:02 UTC (8+ messages)
` [PATCH v2 1/6] drm/i2c/sil164: Drop no-op remove function
` [PATCH v2 2/6] leds: lm3697: Remove duplicated error reporting in .remove()
` [PATCH v2 3/6] leds: lm3601x: Don't use mutex after it was destroyed
` [PATCH v2 4/6] leds: lm3601x: Improve error reporting for problems during .remove()
` [PATCH v2 5/6] gpio: pca953x: Make platform teardown callback return void
[PATCH v12 0/6] Improve PMU support
2022-08-15 8:03 UTC (5+ messages)
` [PATCH v12 2/6] target/riscv: Simplify counter predicate function
` [PATCH v12 4/6] hw/riscv: virt: Add PMU DT node to the device tree
[RFC] Unable to use qemu-ppc to run 32-bit powerpc executables generated on gcc110 machine
2022-08-15 7:47 UTC (4+ messages)
[PATCH v7 00/14] perf: test: Add trace data quality tests for CoreSight
2022-08-15 8:02 UTC (7+ messages)
[PATCH] mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flag
2022-08-15 8:01 UTC
Missing MIPI IPU6 camera driver for Intel Alder Lake laptops
2022-08-15 7:59 UTC (11+ messages)
[f2fs-dev] [PATCH -next] f2fs: fix wrong dirty page count when race between mmap and fallocate
2022-08-15 8:15 UTC (2+ messages)
` "
[PATCH v3] soc: imx: gpcv2: Assert reset before ungating clock
2022-08-15 7:53 UTC (2+ messages)
[PATCH] PCI: Disable upstream port PTM during suspend
2022-08-15 7:55 UTC (2+ messages)
[PATCH] ALSA: hda: Skip creating captures in SOF context
2022-08-15 7:55 UTC (6+ messages)
[KVM] e923b0537d: kernel-selftests.kvm.rseq_test.fail
2022-08-15 7:50 UTC (2+ messages)
[PATCH v1] mm: migration: fix the FOLL_GET failure on following huge page
2022-08-15 7:50 UTC (4+ messages)
` [PATCH v5 0/2] fix follow_page related issues
` [PATCH v5 2/2] mm: fix the handling Non-LRU pages returned by follow_page
[PATCH] drm/sun4i: dsi: Prevent underflow when computing packet sizes
2022-08-15 7:47 UTC (4+ messages)
[PATCH] dt-bindings: display: sun4i: Add D1 TCONs to conditionals
2022-08-15 7:47 UTC (3+ messages)
[PATCH net v2] Revert "tcp: change pingpong threshold to 3"
2022-08-15 7:48 UTC (5+ messages)
[PATCH] ARM: uaccess: Disable KASAN for uaccess_with_memcpy.c
2022-08-15 7:45 UTC (3+ messages)
[PATCH v4 1/2] dt-bindings: arm: fsl: Add MSC SM2S-IMX8PLUS SoM and SM2-MB-EP1 Carrier
2022-08-15 7:45 UTC (9+ messages)
` [PATCH v4 2/2] arm64: dts: imx8mp-msc-sm2s: Add device trees for MSC SM2S-IMX8PLUS SoM and carrier board
[PATCH linux-next] drm/amdgpu/vcn: Remove unused assignment in vcn_v4_0_stop
2022-08-15 7:00 UTC
[PATCH 0/5] Adding more robustness to microcode loading
2022-08-15 7:46 UTC (4+ messages)
` [PATCH 3/5] x86/microcode/intel: Allow a late-load only if a min rev is specified
[REQUEST] Unusable state of Laptop powered by AMD SmartShift
2022-08-14 21:22 UTC
[PATCH 6.0] wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il4965_rs_fill_link_cmd()
2022-08-15 7:37 UTC
[PATCH 0/9] Input: synaptics-rmi4 - Bootloader v7/v8 firmware update improvements
2022-08-15 7:43 UTC (3+ messages)
[PATCH 01/13] iio: adc: ad7124: Benefit from devm_clk_get_enabled() to simplify
2022-08-15 7:41 UTC (7+ messages)
` [PATCH 06/13] iio: adc: rockchip_saradc: "
[PATCH v2 0/4] hw/ssi: ibex_spi: cleanup and fixup bugs
2022-08-15 7:41 UTC (3+ messages)
` [PATCH v2 2/4] hw/ssi: ibex_spi: fixup coverity issue
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.