All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-28 22:33:54 to 2022-01-29 00:05:12 UTC [more...]

[PATCH v7 0/6] implement branch --recurse-submodules
 2022-01-29  0:04 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/6] branch: move --set-upstream-to behavior to dwim_and_setup_tracking()
  ` [PATCH v8 2/6] branch: make create_branch() always create a branch
  ` [PATCH v8 3/6] branch: add a dry_run parameter to create_branch()

[PATCH v3 00/40] bsd-user: upstream signal implementation
 2022-01-28 23:28 UTC  (30+ messages)
` [PATCH v3 01/40] bsd-user: Complete FreeBSD siginfo
` [PATCH v3 02/40] bsd-user: Create setup_sigframe_arch to setup sigframe context
` [PATCH v3 03/40] bsd-user/arm/signal.c: Implement setup_sigframe_arch for arm
` [PATCH v3 04/40] bsd-user/arm/signal.c: get_mcontext should zero vfp data
` [PATCH v3 05/40] bsd-user: Remove vestiges of signal queueing code
` [PATCH v3 06/40] bsd-user: Bring in docs from linux-user for signal_pending
` [PATCH v3 07/40] bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-user
` [PATCH v3 08/40] bsd-user/signal.c: implement force_sig_fault
` [PATCH v3 09/40] bsd-user/signal-common.h: Move signal functions prototypes to here
` [PATCH v3 10/40] bsd-user/signal.c: Implement cpu_loop_exit_sigsegv
` [PATCH v3 11/40] bsd-user/signal.c: implement cpu_loop_exit_sigbus
` [PATCH v3 12/40] bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT together
` [PATCH v3 13/40] bsd-user/arm/target_arch_cpu.h: Correct code pointer
` [PATCH v3 14/40] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF
` [PATCH v3 15/40] bsd-user/arm/target_arch_cpu.h: Implement data faults
` [PATCH v3 16/40] bsd-user/signal.c: implement abstract target / host signal translation
` [PATCH v3 18/40] bsd-user/signal.c: Add si_type argument to queue_signal
` [PATCH v3 19/40] bsd-user/host/arm/host-signal.h: Implement host_signal_*
` [PATCH v3 20/40] bsd-user/host/i386/host-signal.h: "
` [PATCH v3 23/40] bsd-user: Add trace events for bsd-user
` [PATCH v3 24/40] bsd-user/signal.c: host_to_target_siginfo_noswap
` [PATCH v3 25/40] bsd-user/signal.c: Implement rewind_if_in_safe_syscall
` [PATCH v3 26/40] bsd-user/signal.c: Implement host_signal_handler
` [PATCH v3 29/40] bsd-user/signal.c: Fill in queue_signal
` [PATCH v3 33/40] bsd-user/signal.c: tswap_siginfo
` [PATCH v3 34/40] bsd-user/signal.c: process_pending_signals
` [PATCH v3 37/40] bsd-user/signal.c: do_sigaltstack
` [PATCH v3 38/40] MAINTAINERS: Add tests/vm/*bsd to the list to get reviews on
` [PATCH v3 39/40] bsd-user: Rename arg name for target_cpu_reset to env

[PATCH V8 00/44] PKS/PMEM: Add Stray Write Protection
 2022-01-29  0:02 UTC  (25+ messages)
` [PATCH V8 02/44] Documentation/protection-keys: Clean up documentation for User Space pkeys
` [PATCH V8 03/44] x86/pkeys: Create pkeys_common.h
` [PATCH V8 04/44] x86/pkeys: Add additional PKEY helper macros
` [PATCH V8 05/44] x86/fpu: Refactor arch_set_user_pkey_access()
` [PATCH V8 06/44] mm/pkeys: Add Kconfig options for PKS
` [PATCH V8 07/44] x86/pkeys: Add PKS CPU feature bit
` [PATCH V8 08/44] x86/fault: Adjust WARN_ON for PKey fault
` [PATCH V8 09/44] x86/pkeys: Enable PKS on cpus which support it
` [PATCH V8 10/44] Documentation/pkeys: Add initial PKS documentation
` [PATCH V8 11/44] mm/pkeys: Define static PKS key array and default values

[PATCH][gatesgarth] CI: pin Kas container to 2.6.3
 2022-01-29  0:01 UTC  (2+ messages)

[PATCH][dunfell] CI: use the latest release of the Kas container
 2022-01-29  0:01 UTC  (2+ messages)

[PATCH 0/4] Factorize i18n
 2022-01-28 23:58 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] i18n: factorize more 'incompatible options' messages

[PATCH v4 meta-oe] rtc-tools: Add a recipe
 2022-01-28 23:57 UTC  (2+ messages)

[PATCH v7 bpf-next 0/9] bpf_prog_pack allocator
 2022-01-28 23:45 UTC  (10+ messages)
` [PATCH v7 bpf-next 1/9] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v7 bpf-next 2/9] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v7 bpf-next 3/9] bpf: use size instead of pages in bpf_binary_header
` [PATCH v7 bpf-next 4/9] bpf: use prog->jited_len in bpf_prog_ksym_set_addr()
` [PATCH v7 bpf-next 5/9] x86/alternative: introduce text_poke_copy
` [PATCH v7 bpf-next 6/9] bpf: introduce bpf_arch_text_copy
` [PATCH v7 bpf-next 7/9] bpf: introduce bpf_prog_pack allocator
` [PATCH v7 bpf-next 8/9] bpf: introduce bpf_jit_binary_pack_[alloc|finalize|free]
` [PATCH v7 bpf-next 9/9] bpf, x86_64: use bpf_jit_binary_pack_alloc

[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O
 2022-01-28 23:55 UTC  (3+ messages)

ncme-tcp: io_work NULL pointer when racing with queue stop
 2022-01-28 23:55 UTC  (7+ messages)

[PATCH 0/3] Add hugetlb MADV_DONTNEED support
 2022-01-28 23:53 UTC  (6+ messages)
` [PATCH 2/3] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [PATCH 3/3] userfaultfd/selftests: enable huegtlb remap and remove event testing

[PATCH net-next] ipv4: Make ip_idents_reserve static
 2022-01-28 23:53 UTC 

[PATCH] xfs: require an rcu grace period before inode recycle
 2022-01-28 23:53 UTC  (11+ messages)

[Bug 215361] New: SL-6000 zaurus USB error - 'bad CDC descriptors'
 2022-01-28 23:52 UTC  (2+ messages)
` [Bug 215361] "

[PATCH v3] ACPI / fan: Properly handle fine grain control
 2022-01-28 23:51 UTC 

[PATCH 0/3] SoC: SOF: ipc: Optimizations for tx message
 2022-01-28 23:47 UTC  (2+ messages)

[PATCH v2] ASoC: cs42l51: Improve error handling in cs42l51_remove()
 2022-01-28 23:47 UTC  (2+ messages)

[PATCH v3 0/6] ASOC: amd: acp: Add generic PDM and PCI driver support for ACP
 2022-01-28 23:46 UTC  (2+ messages)

[PATCH v2 0/3] (Re)enable DP/HDMI audio for RK3399 Gru
 2022-01-28 23:46 UTC  (5+ messages)
` (subset) "

[PATCH] ASoC: ops: Check for negative values before reading them
 2022-01-28 23:46 UTC  (2+ messages)

[PATCH v2 0/2] ASoC DPCM lockdep fixes
 2022-01-28 23:46 UTC  (2+ messages)

[PATCH] ASoC: rt5682: Fix deadlock on resume
 2022-01-28 23:46 UTC  (2+ messages)

[linux-next:master 2450/2855] drivers/dma/fsl-edma.c:302: undefined reference to `devm_ioremap_resource'
 2022-01-28 23:47 UTC  (2+ messages)

[ogabbay:habanalabs-next 32/33] drivers/misc/habanalabs/common/irq.c:178:5: warning: no previous prototype for 'handle_registration_node'
 2022-01-28 23:47 UTC  (2+ messages)

[PATCH] ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks
 2022-01-28 23:46 UTC  (2+ messages)

[PATCH v3 0/9] regulator: rpi-panel: Support official Raspberry Pi 7 inches touchscreen
 2022-01-28 23:47 UTC  (2+ messages)

[PATCH] spi: qcom: geni: Simplify DMA setting
 2022-01-28 23:47 UTC  (2+ messages)

[PATCH v1] ASoC: hdmi-codec: Fix OOB memory accesses
 2022-01-28 23:46 UTC  (2+ messages)

[PATCH] scsi: megaraid: cleanup formatting of megaraid
 2022-01-28 23:45 UTC  (9+ messages)

[PATCH v11 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-01-28 23:39 UTC  (12+ messages)
` [f2fs-dev] "
` [PATCH v11 1/5] fscrypt: add functions for direct I/O support
  ` [f2fs-dev] "
` [PATCH v11 2/5] iomap: support direct I/O with fscrypt using blk-crypto
  ` [f2fs-dev] "
` [PATCH v11 3/5] ext4: "
  ` [f2fs-dev] "
` [PATCH v11 4/5] f2fs: "
  ` [f2fs-dev] "
` [PATCH v11 5/5] fscrypt: update documentation for direct I/O support
  ` [f2fs-dev] "

[PATCH] Kconfig.debug: Make DEBUG_INFO always default=n
 2022-01-28 23:39 UTC  (2+ messages)

[PATCH v4 0/4] page table check fixes and cleanups
 2022-01-28 23:39 UTC  (3+ messages)
` [PATCH v4 4/4] mm/page_table_check: check entries at pmd levels

[PATCH 0/3] interconnect: qcom: msm8939: Coalesce snoc and snoc_mm
 2022-01-28 23:38 UTC  (6+ messages)
` [PATCH 2/3] interconnect: qcom: msm8939: Merge snoc and snoc_mm into one

[linux-next:master 2851/2855] fs/btrfs/block-group.c:2463: undefined reference to `__aeabi_uldivmod'
 2022-01-28 23:37 UTC  (2+ messages)

[PATCH] squashfs: Fix sqfsls errors when root is a ldir
 2022-01-28 23:36 UTC  (2+ messages)

rtnet rt_igb I210 not working with ARM
 2022-01-28 23:31 UTC  (5+ messages)

[PATCH] kbuild: Add environment variables for userprogs flags
 2022-01-28 23:29 UTC  (7+ messages)
` [PATCH v2] "

[OpenRISC] [PATCH] or1k: Define PI_STATIC_AND_HIDDEN
 2022-01-28 23:28 UTC 

[PATCH v3 0/2] Multicolor PWM LED support
 2022-01-28 23:26 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: leds: Add multicolor PWM LED bindings

[PATCH bpf-next v5 0/9] libbpf: Implement BTFGen
 2022-01-28 23:23 UTC  (5+ messages)
` [PATCH bpf-next v5 7/9] bpftool: Implement btfgen_get_btf()
` [PATCH bpf-next v5 8/9] bpftool: gen min_core_btf explanation and examples
` [PATCH bpf-next v5 9/9] selftest/bpf: Implement tests for bpftool gen min_core_btf

[PATCH] wayland-protocols: upgrade 1.24 -> 1.25
 2022-01-28 23:23 UTC 

[Intel-wired-lan] [PATCH v4 intel-next] ice: add TTY for GNSS module for E810T device
 2022-01-28 23:21 UTC  (2+ messages)

[dm-devel] [PATCH] udev: create symlinks and watch even in suspended state
 2022-01-28 23:21 UTC  (9+ messages)
            `  "

💥 PANICKED: Test report for kernel 5.17.0-rc1 (mainline.kernel.org-clang, df000154)
 2022-01-28 23:18 UTC 

[PATCH] checkpatch: Add checks for U-Boot
 2022-01-28 23:18 UTC 

[ammarfaizi2-block:tiwai/sound/topic/fw-loader-zstd-5.17 1/3] drivers/base/firmware_loader/main.c:326:16: warning: result of comparison of constant 18446744073709551614 with expression of type 'size_t' (aka 'unsigned int') is always false
 2022-01-28 23:17 UTC  (2+ messages)

[PULL 0/4] NBD patches for 2022-01-28
 2022-01-28 23:00 UTC  (5+ messages)
` [PULL 1/4] nbd/server.c: Remove unused field
` [PULL 2/4] qapi/block: Cosmetic change in BlockExportType schema
` [PULL 3/4] block/io: Update BSC only if want_zero is true
` [PULL 4/4] iotests/block-status-cache: New test

[PATCH] drm/amd/display: Update watermark values for DCN301
 2022-01-28 23:13 UTC  (2+ messages)

[qemu-mainline test] 167936: tolerable FAIL - PUSHED
 2022-01-28 23:11 UTC 

[PATCH 0/4] clk drivers: Terminate clk_div_table with sentinel element
 2022-01-28 23:09 UTC  (7+ messages)
` [PATCH 1/4] clk: actions: "
` [PATCH 2/4] clk: loongson1: "
` [PATCH 3/4] clk: hisilicon: "
` [PATCH 4/4] clk: clps711x: "

[RESEND PATCH 0/2] regulator: scmi: add support for registering SCMI regulators by name
 2022-01-28 23:09 UTC  (5+ messages)
` [RESEND PATCH 1/2] dt-bindings: firmware: arm,scmi: define support for name based regulators

A fio job that just waits?
 2022-01-28 23:09 UTC  (4+ messages)

[PATCH v13 0/7] Add vmnet.framework based network backend
 2022-01-28 23:00 UTC  (7+ messages)
` [PATCH v13 2/7] net/vmnet: add vmnet backends to qapi/net

[PATCH v2 0/2] block/io: Update BSC only if want_zero is true
 2022-01-28 22:55 UTC  (4+ messages)
` [PATCH v2 2/2] iotests/block-status-cache: New test

[PATCH 5.16 0/9] 5.16.4-rc1 review
 2022-01-28 23:05 UTC  (2+ messages)

[PATCHSET 00/45] xfsprogs: sync libxfs with 5.15
 2022-01-28 23:04 UTC  (7+ messages)
` [PATCH 39/45] libxfs: remove pointless *XFS_MOUNT* flags
  ` [PATCH v1.1 "
` [PATCH 42/45] libxfs: replace XFS_BUF_SET_ADDR with a function

[PATCH 3/4] nvme-fabrics: add tp8010 support
 2022-01-28 23:02 UTC  (8+ messages)

[PATCH 00/11] target/ppc: powerpc_excp improvements [BookE] (6/n)
 2022-01-28 22:40 UTC  (12+ messages)
` [PATCH 01/11] target/ppc: Introduce powerpc_excp_booke
` [PATCH 02/11] target/ppc: Simplify powerpc_excp_booke
` [PATCH 03/11] target/ppc: booke: Critical exception cleanup
` [PATCH 04/11] target/ppc: booke: Machine Check cleanups
` [PATCH 05/11] target/ppc: booke: Data Storage exception cleanup
` [PATCH 06/11] target/ppc: booke: Instruction storage "
` [PATCH 07/11] target/ppc: booke: External interrupt cleanup
` [PATCH 08/11] target/ppc: booke: Alignment "
` [PATCH 09/11] target/ppc: booke: System Call exception cleanup
` [PATCH 10/11] target/ppc: booke: Watchdog Timer interrupt
` [PATCH 11/11] target/ppc: booke: System Reset exception cleanup

[Intel-gfx] [PATCH v2 0/4] Use drm_clflush* instead of clflush
 2022-01-28 22:59 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Use drm_clflush* instead of clflush (rev2)

[PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
 2022-01-28 22:58 UTC  (11+ messages)

【ハットレンタル】お問合せ有難うございます。(自動返信メール)
 2022-01-28 22:49 UTC 

[RFC PATCH v3 09/13] module: Move kallsyms support into a separate file
 2022-01-28 22:56 UTC  (2+ messages)

[PATCH 00/82] remove unnecessary null checks
 2022-01-28 22:51 UTC  (5+ messages)
` [PATCH v2 00/83] "
  ` [PATCH v2 01/83] lib: update documentation of XXX_free() functions

linux-next: build failure after merge of the akpm-current tree
 2022-01-28 22:49 UTC  (2+ messages)

[PATCH] random: wake up /dev/random writers after zap
 2022-01-28 22:49 UTC 

[PATCH] HID: i2c-hid: goodix: Fix a lockdep splat
 2022-01-28 22:48 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/pmu: Fix KMD and GuC race on accessing busyness
 2022-01-28 22:46 UTC  (4+ messages)

[WIP/RFC] create-spdx: Get SPDX-License-Identifier from source
 2022-01-28 22:44 UTC  (2+ messages)

[PATCHSET 00/17] xfsprogs: various 5.15 fixes
 2022-01-28 22:44 UTC  (2+ messages)
` [PATCH 18/17] xfs_scrub: fix reporting if we can't open raw block devices

[PATCH v4 0/4] rockchip: sdhci: Fix reinit and add HS400 Enhanced Strobe support
 2022-01-28 22:42 UTC  (5+ messages)
` [PATCH v4 1/4] mmc: sdhci: Add "
` [PATCH v4 2/4] rockchip: sdhci: Fix RK3399 eMMC PHY power cycling
` [PATCH v4 3/4] rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3399
` [PATCH v4 4/4] rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568

fstab autodegrag with 5.10 & 5.15 kernels, Debian?
 2022-01-28 22:42 UTC  (4+ messages)

[PATCH v2 00/12] Add support for SUNIV and F1C100s
 2022-01-28 22:40 UTC  (8+ messages)
` [PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

pull request: bluetooth 2022-01-28
 2022-01-28 22:40 UTC  (5+ messages)

[PATCH 0/2] C99: harder dependency on variadic macros
 2022-01-28 22:40 UTC  (4+ messages)
` [PATCH v2 0/2] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
  ` [PATCH v2 2/2] "

[PATCH 0/2] Fix deferred probing in the EDAC drivers
 2022-01-28 22:39 UTC  (2+ messages)

[PATCH 0/4] Add vibration motor support to U-Boot
 2022-01-28 22:39 UTC  (3+ messages)
` [PATCH 1/4] drivers: Introduce vibrator uclass

[PATCH v2 0/4] rockchip: sdhci: Fix reinit and add HS400 Enhanced Strobe support
 2022-01-28 22:37 UTC  (4+ messages)
` [PATCH v2 2/4] rockchip: sdhci: Fix RK3399 eMMC PHY power cycling

[PATCH] usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition
 2022-01-28 22:36 UTC 

[RFC PATCH v3 13/13] module: Move version support into a separate file
 2022-01-28 22:36 UTC  (2+ messages)

[PATCH] random: remove batched entropy locking
 2022-01-28 22:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
 2022-01-28 22:33 UTC 

[PATCH v10 00/13] External ECC engines & Macronix support
 2022-01-28 22:34 UTC  (5+ messages)

[PATCH v2] arm64: move efi_reboot to restart handler
 2022-01-28 22:32 UTC  (3+ messages)


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.