All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-28 23:11:20 to 2022-01-29 00:53:29 UTC [more...]

[PATCH v10 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2022-01-29  0:53 UTC  (7+ messages)
` [PATCH v10 2/2] leds: Add driver for Qualcomm LPG

[RFC 0/5] Privilege version update
 2022-01-29  0:52 UTC  (7+ messages)
` [RFC 1/5] target/riscv: Add the privileged spec version 1.12.0
` [RFC 2/5] target/riscv: Introduce privilege version field in the CSR ops

[PATCH 00/11 v2] AB8500 charging fixes
 2022-01-29  0:49 UTC  (12+ messages)
` [PATCH 01/11 v2] power: supply: ab8500: Drop BATCTRL thermal mode
` [PATCH 02/11 v2] power: supply: ab8500: Swap max and overvoltage
` [PATCH 03/11 v2] power: supply: ab8500: Integrate thermal zone
` [PATCH 04/11 v2] power: supply: ab8500_fg: Break loop for measurement
` [PATCH 05/11 v2] power: supply: ab8500_fg: Break out load compensated voltage
` [PATCH 06/11 v2] power: supply: ab8500_fg: Safeguard "
` [PATCH 07/11 v2] power: supply: ab8500_fg: Drop useless parameter
` [PATCH 08/11 v2] power: supply: ab8500_chargalg: Drop charging step
` [PATCH 09/11 v2] power: supply: ab8500_chargalg: Drop enable/disable sysfs
` [PATCH 10/11 v2] power: supply: ab8500_charger: Restrict ADC retrieveal
` [PATCH 11/11 v2] power: supply: ab8500_charger: Fix VBAT interval check

[Intel-gfx] [PATCH] drm/i915/dg2: s/engine->i915/i915/ for engine workarounds
 2022-01-29  0:51 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v2] scripts/get_abi.pl: Ignore hidden files
 2022-01-29  0:50 UTC 

💥 PANICKED: Test report for kernel 5.17.0-rc1 (mainline.kernel.org-clang, 073819e0)
 2022-01-29  0:49 UTC 

[PATCH] mm: remove offset check on page->compound_head and folio->lru
 2022-01-29  0:47 UTC  (11+ messages)

[PATCH v2] riscv: fix oops caused by irq on/off tracer
 2022-01-29  0:42 UTC  (2+ messages)

[PATCH] rpcbind: fix double free in init_transport
 2022-01-29  0:44 UTC 

[Buildroot] [PATCH 1/3] package/qt5/qt5webkit: widgets are mandatory
 2022-01-29  0:38 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/qt5/qt5webkit: fix build without opengl

[PATCH] f2fs: fix to avoid potential deadlock
 2022-01-29  0:37 UTC  (5+ messages)
    ` [f2fs-dev] "

[PATCH bpf-next] bpf: limit bpf_core_types_are_compat() recursion
 2022-01-29  0:35 UTC  (11+ messages)

[PATCH] f2fs: don't check IPU policy during file defragment
 2022-01-29  0:35 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2 12/35] mm: separate mmap locked assertion from find_vma
 2022-01-29  0:33 UTC  (5+ messages)

[PATCH 00/11] target/ppc: powerpc_excp improvements [BookE] (6/n)
 2022-01-29  0:07 UTC  (2+ messages)

[PATCH] Revert "featimage: refactor style"
 2022-01-29  0:29 UTC 

Upcoming TOF elections
 2022-01-29  0:27 UTC  (4+ messages)
  ` TOF Nominations

[PATCH v3 00/40] bsd-user: upstream signal implementation
 2022-01-28 23:28 UTC  (41+ 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 17/40] bsd-user/signal.c: Implement signal_init()
` [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 21/40] bsd-user/host/x86_64/host-signal.h: "
` [PATCH v3 22/40] bsd-user: Add host signals to the build
` [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 27/40] bsd-user/strace.c: print_taken_signal
` [PATCH v3 28/40] bsd-user/signal.c: Implement dump_core_and_abort
` [PATCH v3 29/40] bsd-user/signal.c: Fill in queue_signal
` [PATCH v3 30/40] bsd-user/signal.c: sigset manipulation routines
` [PATCH v3 31/40] bsd-user/signal.c: setup_frame
` [PATCH v3 32/40] bsd-user/signal.c: handle_pending_signal
` [PATCH v3 33/40] bsd-user/signal.c: tswap_siginfo
` [PATCH v3 34/40] bsd-user/signal.c: process_pending_signals
` [PATCH v3 35/40] bsd-user/signal.c: implement do_sigreturn
` [PATCH v3 36/40] bsd-user/signal.c: implement do_sigaction
` [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 v3 40/40] bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchState args

[f2fs-dev] [PATCH v11 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-01-29  0:27 UTC  (14+ 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
  `  "

[PATCH] mm/memory_hotplug: build zonelist for managed_zone
 2022-01-29  0:27 UTC  (5+ messages)

do you have plan to add kaslrseed support to extlinux.conf
 2022-01-28 22:24 UTC  (2+ messages)

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-29  0:25 UTC  (8+ messages)

[PATCH v3 00/14] CXL Region driver
 2022-01-29  0:25 UTC  (3+ messages)
` [PATCH v3 02/14] cxl/region: Introduce concept of region configuration

[PATCH V8 00/44] PKS/PMEM: Add Stray Write Protection
 2022-01-29  0:22 UTC  (19+ messages)
` [PATCH V8 06/44] mm/pkeys: Add Kconfig options for PKS
` [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 V8 14/44] x86/pkeys: Introduce pks_write_pkrs()
` [PATCH V8 15/44] x86/pkeys: Preserve the PKS MSR on context switch

[PATCH 0/3] Add hugetlb MADV_DONTNEED support
 2022-01-29  0:19 UTC  (7+ 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

[Intel-wired-lan] [PATCH net v2] ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler
 2022-01-29  0:19 UTC  (2+ messages)

[hverkuil-media-tree:for-v5.18k 104/107] ld.lld: error: undefined symbol: vb2_dma_contig_memops
 2022-01-29  0:18 UTC  (2+ messages)

[geert-renesas-devel:topic/renesas-defconfig] BUILD SUCCESS 3ebd0d0977ca3db9e2f7ae3a860e8c67bd8d61c6
 2022-01-29  0:17 UTC 

[geert-renesas-devel:next] BUILD SUCCESS 7fb968536682d96db805b040a0d8376c36c718a5
 2022-01-29  0:17 UTC 

[geert-renesas-devel:master] BUILD SUCCESS ba94d205dc71120401744a925da52c4098644e40
 2022-01-29  0:17 UTC 

[geert-renesas-devel:renesas-arm-defconfig-for-v5.18] BUILD SUCCESS 485d710685b1a914230f9c18db9fbb9d08e16475
 2022-01-29  0:17 UTC 

[geert-renesas-devel:renesas-drivers-for-v5.18] BUILD SUCCESS 92dfff382af0ce65216e05f056e7cb7f18ef6f78
 2022-01-29  0:17 UTC 

[geert-renesas-devel:renesas-arm-dt-for-v5.18] BUILD SUCCESS 0e684f6e935317b26dfe9b9f3197d2cecbb7d429
 2022-01-29  0:16 UTC 

[geert-renesas-drivers:renesas-pinctrl] BUILD SUCCESS 742dd872d37f93841fbf9319ced6e99f8c32e01e
 2022-01-29  0:17 UTC 

A fio job that just waits?
 2022-01-29  0:16 UTC  (4+ messages)

[PATCH net-next] ipv4: Make ip_idents_reserve static
 2022-01-29  0:14 UTC  (2+ messages)

Question about 1.40
 2022-01-29  0:14 UTC 

[PATCH] ata: pata_platform: Fix a NULL pointer dereference in __pata_platform_probe()
 2022-01-29  0:12 UTC  (5+ messages)

[PATCH v7 0/6] implement branch --recurse-submodules
 2022-01-29  0:04 UTC  (8+ 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 v8 4/6] builtin/branch: consolidate action-picking logic in cmd_branch()
  ` [PATCH v8 5/6] branch: add --recurse-submodules option for branch creation
  ` [PATCH v8 6/6] branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaks

[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] 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] 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  (6+ 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  (3+ messages)
` [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  (2+ messages)
` [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  (3+ messages)
` [PATCH 1/4] clk: actions: "
` [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  (4+ messages)
` [RESEND PATCH 1/2] dt-bindings: firmware: arm,scmi: define support for name based regulators


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.