messages from 2022-03-31 22:42:21 to 2022-04-01 00:08:38 UTC [more...]
[PATCH 0/5] nSVM: L1 -> L2 event injection fixes and a self-test
2022-04-01 0:08 UTC (7+ messages)
` [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events
[PATCH v3] riscv: Ensure only ASIDLEN is used for sfence.vma
2022-04-01 0:06 UTC (3+ messages)
[BUG] rcu-tasks : should take care of sparse cpu masks
2022-04-01 0:06 UTC (8+ messages)
[PATCH 00/21] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
2022-04-01 0:06 UTC (3+ messages)
` [PATCH 16/21] dt-bindings: ata: ahci: Add DWC AHCI SATA controller DT schema
[PATCH] Documentation: riscv: remove non-existent document from table of contents
2022-04-01 0:05 UTC (3+ messages)
linux-next: build warning after merge of the risc-v tree
2022-04-01 0:05 UTC (2+ messages)
[PATCH v2 00/23] sunxi: Add and use a pinctrl driver
2022-04-01 0:04 UTC (41+ messages)
` [PATCH v2 02/23] sunxi: pinctrl: Implement pin muxing functions
` [PATCH v2 03/23] sunxi: pinctrl: Implement get_pin_muxing function
` [PATCH v2 05/23] pinctrl: sunxi: Add UART pinmuxes
` [PATCH v2 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y
` [PATCH v2 07/23] pinctrl: sunxi: Add sun4i EMAC pinmuxes
` [PATCH v2 08/23] net: sunxi_emac: Remove non-DM pin setup
` [PATCH v2 09/23] pinctrl: sunxi: Add sunxi GMAC pinmuxes
` [PATCH v2 10/23] sunxi: Remove non-DM GMAC pin setup
` [PATCH v2 11/23] pinctrl: sunxi: Add sun8i EMAC pinmuxes
` [PATCH v2 12/23] net: sun8i_emac: Remove non-DM pin setup
` [PATCH v2 15/23] sunxi: Remove non-DM I2C clock/pin setup from U-Boot
` [PATCH v2 16/23] i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2C
` [PATCH v2 17/23] i2c: sun8i_rsb: "
` [PATCH v2 18/23] pinctrl: sunxi: Add MMC pinmuxes
` [PATCH v2 19/23] sunxi: Remove non-DM MMC pin setup
` [PATCH v2 20/23] pinctrl: sunxi: Add the A64 PWM pinmux
` [PATCH v2 21/23] pwm: sunxi: Remove non-DM pin setup
` [PATCH v2 22/23] pinctrl: sunxi: Add SPI0 pinmuxes
` [PATCH v2 23/23] spi: sun4i_spi: Remove non-DM pin setup
drivers/char/tpm/tpm_atmel.h:96 tpm_read_index() warn: ignoring unreachable code
2022-04-01 0:02 UTC
[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
2022-03-31 23:59 UTC (3+ messages)
[PATCH v5] tracking branches: add advice to ambiguous refspec error
2022-03-31 23:57 UTC (4+ messages)
` [PATCH v6] "
[PATCH v7 00/19] fscache, erofs: fscache-based on-demand read semantics
2022-03-31 23:56 UTC (3+ messages)
` [PATCH v7 00/19] fscache,erofs: "
[PATCH] mount.cifs.rst: add FIPS information
2022-03-31 23:52 UTC
[PATCH] dt-bindings: display: bridge: Drop requirement on input port for DSI devices
2022-03-31 23:52 UTC (3+ messages)
[PULL 0/2] riscv-to-apply queue
2022-03-31 23:44 UTC (3+ messages)
` [PULL 1/2] target/riscv: Avoid leaking "no translation" TLB entries
` [PULL 2/2] target/riscv: rvv: Add missing early exit condition for whole register load/store
[PATCH BlueZ] btdev: Check parameter for CIG related commands
2022-03-31 23:49 UTC (2+ messages)
` [BlueZ] "
+ fs-proc-kcorec-remove-check-of-list-iterator-against-head-past-the-loop-body-fix.patch added to -mm tree
2022-03-31 23:48 UTC
+ fs-proc-kcorec-remove-check-of-list-iterator-against-head-past-the-loop-body.patch added to -mm tree
2022-03-31 23:48 UTC
[PATCH] fs/proc/kcore.c: remove check of list iterator against head past the loop body
2022-03-31 23:48 UTC (2+ messages)
[PATCH] powerpc/boot: Build wrapper for an appropriate CPU
2022-03-31 23:44 UTC (9+ messages)
[PATCH 00/29] UFS patches for kernel v5.19
2022-03-31 23:50 UTC (10+ messages)
` [PATCH 02/29] scsi: ufs: Remove superfluous boolean conversions
` [PATCH 03/29] scsi: ufs: Simplify statements that return a boolean
` [PATCH 14/29] scsi: ufs: Make the config_scaling_param calls type safe
` [PATCH 22/29] scsi: ufs: qcom: Fix ufs_qcom_resume()
` [PATCH 29/29] scsi: ufs: Split the drivers/scsi/ufs directory
[PATCH V2] dt-bindings: serial: fsl-lpuart: Add imx93 compatible string
2022-03-31 23:44 UTC (2+ messages)
[PATCH] ARM: dts: Add TS-7553-V2 support
2022-03-31 23:44 UTC (2+ messages)
[RFC PATCH v3 00/23] Modernize U-Boot shell
2022-03-31 23:27 UTC (24+ messages)
` [RFC PATCH v3 01/23] video: sandbox: Add dummy function for sandbox_sdl_remove_display()
` [RFC PATCH v3 02/23] test: Add framework to test hush behavior
` [RFC PATCH v3 03/23] test: hush: Test hush if/else
` [RFC PATCH v3 04/23] test/py: hush_if_test: Remove the test file
` [RFC PATCH v3 05/23] test: hush: Test hush variable expansion
` [RFC PATCH v3 06/23] test: hush: Test hush commands list
` [RFC PATCH v3 07/23] test: hush: Test hush loops
` [RFC PATCH v3 08/23] cli: Add Busybox upstream hush.c file
` [RFC PATCH v3 09/23] cli: Port Busybox 2021 hush to U-Boot
` [RFC PATCH v3 10/23] cli: Add menu for hush parser
` [RFC PATCH v3 11/23] global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
` [RFC PATCH v3 12/23] cmd: Add new parser command
` [RFC PATCH v3 13/23] cli: Enables using hush 2021 parser as command line parser
` [RFC PATCH v3 14/23] cli: hush_2021: Enable variables expansion for hush 2021
` [RFC PATCH v3 15/23] cli: hush_2021: Add functions to be called from run_command()
` [RFC PATCH v3 16/23] cli: add hush 2021 as parser for run_command*()
` [RFC PATCH v3 17/23] test: hush: Fix instructions list tests for hush 2021
` [RFC PATCH v3 18/23] test: hush: Fix variable expansion "
` [RFC PATCH v3 19/23] cli: hush_2021: Enable using \< and \> as string compare operators
` [RFC PATCH v3 20/23] cli: hush_2021: Enable if keyword
` [RFC PATCH v3 21/23] test: hush: Fix if tests for hush 2021
` [RFC PATCH v3 22/23] cli: hush_2021: Enable loops
` [RFC PATCH v3 23/23] test: hush: Fix loop tests for hush 2021
+ hugetlb-remove-use-of-list-iterator-variable-after-loop.patch added to -mm tree
2022-03-31 23:43 UTC
[ammarfaizi2-block:axboe/linux-block/sock-nolock 7/9] net/socket.c:1571:9-16: WARNING: ERR_CAST can be used with sock
2022-03-31 23:42 UTC (2+ messages)
` [PATCH] net: fix err_cast.cocci warnings
[RFC PATCH v5 000/104] KVM TDX basic feature support
2022-03-31 23:41 UTC (5+ messages)
` [RFC PATCH v5 024/104] KVM: TDX: create/destroy VM structure
btrfs volume can't see files in folder
2022-03-31 23:39 UTC (2+ messages)
[PATCH] ftrace: remove check of list iterator against head past the loop body
2022-03-31 23:39 UTC (5+ messages)
[PATCH 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP
2022-03-31 23:38 UTC (3+ messages)
[PATCH 5.10.y-cip 00/39] Add SD/eMMC support for Renesas RZ/G2L SoC
2022-03-31 23:35 UTC (5+ messages)
PANIC: "Oops: 0000 [#1] PREEMPT SMP PTI" starting from 5.17 on dual socket Intel Xeon Gold servers
2022-03-31 23:33 UTC (8+ messages)
[PATCH 00/12] Additional patches for 5.18
2022-03-31 23:32 UTC (2+ messages)
[PATCH v6 0/8] Add support for the eDP panel over aux_bus
2022-03-31 23:24 UTC (24+ messages)
` [PATCH v6 1/8] drm/msm/dp: Add eDP support via aux_bus
` [PATCH v6 2/8] drm/msm/dp: wait for hpd high before aux transaction
` [PATCH v6 3/8] drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP
` [PATCH v6 5/8] drm/msm/dp: prevent multiple votes for dp resources
` [PATCH v6 6/8] drm/msm/dp: remove unnecessary delay during boot
` [PATCH v6 7/8] drm/msm/dp: Support edp/dp without hpd
` [PATCH v6 8/8] drm/msm/dp: Handle eDP mode_valid differently from dp
[PATCH v8 00/15] image: add a stage pre-load
2022-03-31 23:22 UTC (31+ messages)
` [PATCH v8 01/15] arch: Kconfig: imply BINMAN for SANDBOX
` [PATCH v8 02/15] lib: Kconfig: enhance help for ASN1
` [PATCH v8 03/15] lib: Kconfig: enhance the help of OID_REGISTRY
` [PATCH v8 04/15] lib: allow to build asn1 decoder and oid registry in SPL
` [PATCH v8 05/15] lib: crypto: allow to build crypyo "
` [PATCH v8 06/15] lib: rsa: allow rsa verify with pkey "
` [PATCH v8 07/15] boot: image: add a stage pre-load
` [PATCH v8 08/15] cmd: bootm: "
` [PATCH v8 09/15] common: spl: fit_ram: allow to use image pre load
` [PATCH v8 10/15] mkimage: add public key for image pre-load stage
` [PATCH v8 11/15] Makefile: provide sah-key to binman
` [PATCH v8 12/15] tools: binman: add support for pre-load header
` [PATCH v8 13/15] configs: sandbox_defconfig: enable stage pre-load in bootm
` [PATCH v8 14/15] test: py: vboot: add test for global image signature
` [PATCH v8 15/15] cmd: bootm: add subcommand preload
💥 PANICKED: Test report for kernel 5.17.0 (mainline.kernel.org-clang, 787af64d)
2022-03-31 23:28 UTC
[Bug 15025] New: CVE-2022-27239: Buffer overflow in mount.cifs options parser
2022-03-31 23:25 UTC (2+ messages)
` [Bug 15025] "
[XEN PATCH] tools/libs/light/libxl_pci.c: explicitly grant access to Intel IGD opregion
2022-03-31 23:23 UTC (3+ messages)
[GIT PULL] JFFS2, UBI and UBIFS fixes for 5.18
2022-03-31 23:22 UTC (3+ messages)
[GIT PULL] UML updates for 5.18
2022-03-31 23:22 UTC (3+ messages)
[Cluster-devel] [GIT PULL] gfs fixes for 5.18-rc1
2022-03-31 23:22 UTC (3+ messages)
` "
[GIT PULL] netfs: Prep for write helpers
2022-03-31 23:22 UTC (2+ messages)
NVME performance regression in Linux 5.x due to lack of block level IO queueing
2022-03-31 23:22 UTC (5+ messages)
[PATCH -next v5 0/5] bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate)
2022-03-31 23:20 UTC (3+ messages)
[PATCH v5, 1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format
2022-03-31 23:20 UTC (4+ messages)
` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format
[Intel-gfx] [PATCH v2] drm/i915/hwconfig: Add DG2 support
2022-03-31 23:17 UTC
[Bug 215783] New: kernel NULL pointer dereference and general protection fault in fs/xfs/xfs_buf_item_recover.c: xlog_recover_do_reg_buffer() when mount a corrupted image
2022-03-31 23:17 UTC (4+ messages)
` [Bug 215783] "
[PATCH v2 14/14] rrm: use ULL for static values
2022-03-31 23:16 UTC
[PATCH v2 13/14] auto-t: iwd.py: use IO watch for station debug events
2022-03-31 23:16 UTC
[PATCH v2 12/14] auto-t: hostapd.py: use IO watch for hostapd events
2022-03-31 23:16 UTC
[PATCH v2 11/14] auto-t: cleanup testRRM
2022-03-31 23:16 UTC
[PATCH v2 10/14] auto-t: wait for roam events in proper order
2022-03-31 23:16 UTC
[PATCH v2 09/14] auto-t: fix testBSSBlacklist typo
2022-03-31 23:16 UTC
[PATCH v2 08/14] test-runner: add time-travel to kernel config
2022-03-31 23:16 UTC
[PATCH v2 07/14] test-runner: don't kill dmesg after individual tests
2022-03-31 23:16 UTC
[PATCH v2 06/14] test-runner: use may_block=True for context iteration (and move location)
2022-03-31 23:16 UTC
[PATCH v2 05/14] test-runner: fix logging for namespaces and pre-test processes
2022-03-31 23:16 UTC
[PATCH v2 04/14] test-runner: add initial UmlRunner implementation
2022-03-31 23:16 UTC
[PATCH v2 03/14] test-runner: rename test-runner, add run-tests
2022-03-31 23:16 UTC
[PATCH v2 02/14] test-runner: remove environment specific code
2022-03-31 23:16 UTC
[PATCH v2 01/14] test-runner: Move environment setup into own module
2022-03-31 23:16 UTC
mmotm 2022-03-30-13-01 uploaded
2022-03-31 23:14 UTC (3+ messages)
` mmotm 2022-03-30-13-01 uploaded (kernel/sched/ and sysctls)
[xen-4.16-testing test] 169048: regressions - FAIL
2022-03-31 23:13 UTC
[PATCH v2 01/14] test-runner: Move environment setup into own module
2022-03-31 23:13 UTC
arch/mips/kvm/mips.c:161:6: warning: no previous prototype for 'kvm_mips_free_vcpus'
2022-03-31 23:11 UTC
[PATCH v2] media: nxp: imx-mips-csis depends on VIDEO_DEV
2022-03-31 23:11 UTC
+ arm64-implement-stack_trace_save_shadow-fix.patch added to -mm tree
2022-03-31 23:10 UTC
[hnaz-mm:master 29/122] arch/arm64/kernel/stacktrace.c:289:13: error: implicit declaration of function 'task_scs' is invalid in C99
2022-03-31 23:10 UTC (3+ messages)
[Intel-gfx] [PATCH v6 0/1] Splitting up platform-specific calls
2022-03-31 23:10 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
[PATCH 1/2] drbd: remove usage of list iterator variable after loop for list_for_each_entry_safe_from()
2022-03-31 23:09 UTC (5+ messages)
` [PATCH 2/2] drbd: remove check of list iterator against head past the loop body
` [Drbd-dev] "
[igt-dev] [PATCH i-g-t 0/2] Unload mei_gsc before i915
2022-03-31 23:09 UTC (4+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/igt_kmod: Wait for a kmod to finish its probe before unloding it
[PATCH] media: nxp: RB532: fix return value of __setup handler
2022-03-31 23:09 UTC (2+ messages)
[PATCH v7 0/8] IPI virtualization support for VM
2022-03-31 23:07 UTC (5+ messages)
` [PATCH v7 4/8] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v7 5/8] KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
[PATCH 1/3] iio: buffer: remove usage of list iterator variable for list_for_each_entry_continue_reverse()
2022-03-31 23:06 UTC (3+ messages)
` [PATCH 2/3] iio: ssp_sensors: replace usage of found with dedicated list iterator variable
` [PATCH 3/3] iio: sysfs-trigger: "
[PATCH RFC bpf-next 0/2] Mmapable task local storage
2022-03-31 23:06 UTC (12+ messages)
linux 5.17.1 disregarding ACK values resulting in stalled TCP connections
2022-03-31 23:06 UTC (10+ messages)
[PATCH v2 1/3] ata: ahci: Add new board low_power_no_debounce_delay
2022-03-31 23:04 UTC (9+ messages)
` [PATCH v2 3/3] ata: ahci: Skip 200 ms debounce delay for AMD 300 Series Chipset SATA Controller
[PATCH] riscv: cpu.c: don't use kernel-doc markers for comments
2022-03-31 23:03 UTC (3+ messages)
[PATCH v3] serial: make uart_console_write->putchar()'s character an unsigned char
2022-03-31 22:59 UTC (7+ messages)
[PATCH] fs: change test in inode_insert5 for adding to the sb list
2022-03-31 22:56 UTC
[igt-dev] [PATCH i-g-t 0/2] i915/gem_concurrent_all: Add no-reloc
2022-03-31 22:56 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_concurrent_all: Add no-reloc (rev7)
[PATCH v2 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML
2022-03-31 22:54 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: clock: convert rockchip, rk3288-cru.txt "
[PATCH v5 0/6] Fix some bugs related to ramp and dax
2022-03-31 22:48 UTC (4+ messages)
[PATCH v3 1/2] dt-bindings: clock: convert rockchip,rk3188-cru.txt to YAML
2022-03-31 22:51 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: clock: convert rockchip, rk3188-cru.txt "
[PATCH] IB/hfi1: remove check of list iterator against head past the loop body
2022-03-31 22:45 UTC
[PATCH] hugetlb: remove use of list iterator variable after loop
2022-03-31 22:43 UTC
[PATCH] mt76: mt7921: Add hotspot mode support
2022-03-31 22:32 UTC
[PATCH v8 0/4] Determine the number of DMA channels by 'dma-channels' property
2022-03-31 22:42 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.