All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-08 06:57:50 to 2022-01-08 09:19:20 UTC [more...]

[RFC PATCH v4 00/30] Add LoongArch softmmu support
 2022-01-08  9:14 UTC  (5+ messages)
` [RFC PATCH v4 02/30] target/loongarch: Add CSR registers definition
` [RFC PATCH v4 07/30] target/loongarch: Add LoongArch CSR instruction
` [RFC PATCH v4 09/30] target/loongarch: Add TLB instruction support
` [RFC PATCH v4 17/30] hw/loongarch: Add LoongArch ipi interrupt support(IPI)

[Buildroot] [PATCH 1/1] package/e2fsprogs: bump version to 1.46.5
 2022-01-08  9:17 UTC 

[Buildroot] [PATCH 1/1] package/btrfs-progs: bump version to 5.15.1
 2022-01-08  9:13 UTC 

[PATCH 1/9] Add a target to check example programs
 2022-01-08  9:12 UTC  (7+ messages)
` [PATCH 3/9] inet.3: Switch to _DEFAULT_SOURCE in the example
` [PATCH 4/9] matherr.3: Exclude the example from analysis

[PATCH v2 2/2] hwmon: Add "label" attribute
 2022-01-08  9:11 UTC 

[PATCH v1] misc: pci_endpoint_test: Use a semicolon as the end of the statement
 2022-01-08  9:09 UTC 

[PATCH 0/2] Misc driver improvements
 2022-01-08  9:08 UTC  (5+ messages)
` [PATCH 1/2] lib: utils/ipi: Fix size check in aclint_mswi_cold_init()
` [PATCH 2/2] lib: utils/sys: Extend HTIF library to allow custom base address

[efi:next] BUILD SUCCESS 42f4046bc4ba56c6e4d2af7a9d7f70eaa563daec
 2022-01-08  9:05 UTC 

[PATCH] KVM: Fix OOM vulnerability caused by continuously creating devices
 2022-01-08 16:49 UTC 

[Buildroot] [PATCH 1/1] package/exfatprogs: bump version to 1.1.3
 2022-01-08  9:00 UTC 

[PATCH v5 0/6] unpack large blobs in stream
 2022-01-08  8:54 UTC  (8+ messages)
` [PATCH v8 "
` [PATCH v8 1/6] unpack-objects: low memory footprint for get_data() in dry_run mode
` [PATCH v8 2/6] object-file.c: refactor write_loose_object() to several steps
` [PATCH v8 3/6] object-file.c: remove the slash for directory_size()
` [PATCH v8 4/6] object-file.c: add "stream_loose_object()" to handle large object
` [PATCH v8 5/6] unpack-objects: unpack_non_delta_entry() read data in a stream
` [PATCH v8 6/6] object-file API: add a format_object_header() function

[Buildroot] [PATCH 1/1] package/mtools: bump version to 4.0.36
 2022-01-08  8:55 UTC 

[PATCH] dmaengine: stm32-dmamux: Fix PM disable depth imbalance in stm32_dmamux_probe
 2022-01-08  8:53 UTC  (2+ messages)

[PULL 00/37] Bsd user arm patches
 2022-01-08  7:37 UTC  (76+ messages)
` [PULL 01/37] bsd-user/mips*: Remove mips support
` [PULL 02/37] bsd-user/freebsd: Create common target_os_ucontext.h file
` [PULL 03/37] bsd-user: create a per-arch signal.c file
` [PULL 04/37] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
` [PULL 05/37] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
` [PULL 06/37] bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD
` [PULL 07/37] bsd-user/i386: Move the inlines into signal.c
` [PULL 08/37] bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
` [PULL 09/37] bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h
` [PULL 10/37] bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t
` [PULL 11/37] bsd-user/x86_64: Move functions into signal.c
` [PULL 12/37] bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h
` [PULL 13/37] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
` [PULL 14/37] bsd-user/arm/target_syscall.h: Add copyright and update name
` [PULL 15/37] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PULL 16/37] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PULL 17/37] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PULL 18/37] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PULL 19/37] bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
` [PULL 20/37] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PULL 21/37] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PULL 22/37] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PULL 23/37] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PULL 24/37] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PULL 25/37] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PULL 26/37] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PULL 27/37] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PULL 28/37] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PULL 29/37] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PULL 30/37] bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signals
` [PULL 31/37] bsd-user/arm/target_arch_signal.h: Define size of *context_t
` [PULL 32/37] bsd-user/arm/signal.c: arm set_sigtramp_args
` [PULL 33/37] bsd-user/arm/signal.c: arm get_mcontext
` [PULL 34/37] bsd-user/arm/signal.c: arm set_mcontext
` [PULL 35/37] bsd-user/arm/signal.c: arm get_ucontext_sigreturn
` [PULL 36/37] bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE
` [PULL 37/37] bsd-user: add arm target build

[Buildroot] [PATCH 1/1] package/pngquant: bump version to 2.17.0
 2022-01-08  8:50 UTC 

[Buildroot] [PATCH 1/1] package/unrar: bump version to 6.1.3
 2022-01-08  8:47 UTC 

[PATCH 0/4] irqchip/meson-gpio: Add support for Meson-S4 SoC
 2022-01-08  8:42 UTC  (15+ messages)
` [PATCH 1/4] dt-bindings: interrupt-controller: New binding for Meson-S4 SoCs
` [PATCH 2/4] irqchip/meson-gpio: support more than 8 channels gpio irq line
` [PATCH 3/4] irqchip/meson-gpio: add select trigger type callback
` [PATCH 4/4] irqchip/meson-gpio: Add support for meson s4 SoCs

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2022-01-08  8:43 UTC  (6+ messages)
` [PATCH v4 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag

[PATCH 3/4] wcn36xx: Track SNR and RSSI for each RX frame
 2022-01-08  8:41 UTC  (3+ messages)

[agd5f:drm-next 20/53] drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm_internal.c:29:6: warning: no previous prototype for function 'amdgpu_dpm_get_active_displays'
 2022-01-08  8:41 UTC  (2+ messages)

[PATCH bpf] tools/bpf: only set obj->skeleton without err
 2022-01-08  8:40 UTC 

[PATCH] bcache: use default_groups in kobj_type
 2022-01-08  8:31 UTC  (3+ messages)

[PATCH 0/5] staging: r8188eu: remove some functions
 2022-01-08  8:27 UTC  (6+ messages)
` [PATCH 1/5] staging: r8188eu: rtw_hostapd_mlme_rx() is empty
` [PATCH 2/5] staging: r8188eu: convert switch to if statement in mgt_dispatcher()
` [PATCH 3/5] staging: r8188eu: rtw_os_recv_resource_free() is empty
` [PATCH 4/5] staging: r8188eu: rtw_os_recv_resource_init() does nothing
` [PATCH 5/5] staging: r8188eu: remove rtw_os_recv_resource_alloc()

[PATCH v2 1/2] kbuild: move headers_check.pl to usr/include/
 2022-01-08  8:24 UTC  (3+ messages)

[PATCH v1 0/3] Miscellaneous PMU fixes
 2022-01-08  8:24 UTC  (3+ messages)
` [PATCH v1 2/3] lib: sbi: Disable interrupt during config matching

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 2579/9999] mm/hmm.c:177:13: error: implicit declaration of function 'pmd_protnone'; did you mean 'pmd_none'?
 2022-01-08  8:20 UTC  (2+ messages)

[PATCH] mm: remove offset check on page->compound_head and folio->lru
 2022-01-08  8:13 UTC  (7+ messages)

[ammarfaizi2-block:google/android/kernel/common/android11-kiwi-5.4 9998/9999] drivers/virtio/virtio_pvclock.c:48:6: warning: no previous prototype for 'update_suspend_time'
 2022-01-08  8:20 UTC  (2+ messages)

[mingo-tip:sched/headers 1880/2372] arch/x86/entry/vdso/vdso32-setup.c:55:12: warning: no previous prototype for 'sysenter_setup'
 2022-01-08  8:20 UTC  (2+ messages)

[PATCH 3/3] tracing/filter: make filter_pred_pchar() survive the access to user space
 2022-01-08  8:20 UTC  (3+ messages)

[Buildroot] [git commit] support/testing: tyest_python_pybind.py: fix flake8 errors
 2022-01-08  8:15 UTC 

[Buildroot] [PATCH 1/3] package/libks: new package
 2022-01-08  8:16 UTC  (3+ messages)
` [Buildroot] [PATCH v2 3/3] package/freeswitch: bump version to 1.10.7

[dpdk-dev] [PATCH] net/virtio: fix uninitialized old_rss_key variable
 2022-01-08  8:14 UTC 

Powerpc grub_func_test never exits
 2022-01-08  8:11 UTC  (2+ messages)

[PATCH v4 00/12] tcg/mips: Unaligned access and other cleanup
 2022-01-08  6:36 UTC  (13+ messages)
` [PATCH v4 01/12] tcg/mips: Support unaligned access for user-only
` [PATCH v4 02/12] tcg/mips: Support unaligned access for softmmu
` [PATCH v4 03/12] tcg/mips: Move TCG_AREG0 to S8
` [PATCH v4 04/12] tcg/mips: Move TCG_GUEST_BASE_REG to S7
` [PATCH v4 05/12] tcg/mips: Unify TCG_GUEST_BASE_REG tests
` [PATCH v4 06/12] tcg/mips: Create and use TCG_REG_TB
` [PATCH v4 07/12] tcg/mips: Split out tcg_out_movi_one
` [PATCH v4 08/12] tcg/mips: Split out tcg_out_movi_two
` [PATCH v4 09/12] tcg/mips: Use the constant pool for 64-bit constants
` [PATCH v4 10/12] tcg/mips: Aggressively use the constant pool for n64 calls
` [PATCH v4 11/12] tcg/mips: Try tb-relative addresses in tcg_out_movi
` [PATCH v4 12/12] tcg/mips: Try three insns with shift and add "

[PATCH net-next] net: lantiq_etop: add blank line after declaration
 2022-01-08  8:04 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in sctp_inq_pop (2)
 2022-01-08  8:00 UTC 

[Buildroot] [PATCH 1/1] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.63
 2022-01-08  7:59 UTC 

[PATCH v2] iommu: Fix potential use-after-free during probe
 2022-01-08  7:55 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/virtio-user: check fd flags getting failure
 2022-01-08  7:52 UTC 

[dpdk-dev] [PATCH] ethdev: fix rxq_state leak in error path
 2022-01-08  7:51 UTC 

pull request: bluetooth 2022-01-07
 2022-01-08  7:50 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/libmicrohttpd: fix pthread detection
 2022-01-08  7:50 UTC 

[PATCH v4 0/7] tcg/arm: Unaligned access and other cleanup
 2022-01-08  6:33 UTC  (6+ messages)
` [PATCH v4 2/7] tcg/arm: Remove use_armv5t_instructions
` [PATCH v4 3/7] tcg/arm: Remove use_armv6_instructions
` [PATCH v4 4/7] tcg/arm: Check alignment for ldrd and strd
` [PATCH v4 6/7] tcg/arm: Reserve a register for guest_base
` [PATCH v4 7/7] tcg/arm: Support raising sigbus for user-only

[ammarfaizi2-block:google/android/kernel/common/android11-kiwi-5.4 754/9999] drivers/rtc/hctosys.c:24:5: warning: no previous prototype for function 'rtc_hctosys'
 2022-01-08  7:39 UTC  (2+ messages)

[PULL 00/37] riscv-to-apply queue
 2022-01-08  5:50 UTC  (8+ messages)
` [PULL 20/37] target/riscv: additional macros to check instruction support
` [PULL 24/37] target/riscv: moving some insns close to similar insns
` [PULL 25/37] target/riscv: accessors to registers upper part and 128-bit load/store
` [PULL 26/37] target/riscv: support for 128-bit bitwise instructions
` [PULL 28/37] target/riscv: support for 128-bit shift instructions
` [PULL 36/37] target/riscv: Fixup setting GVA
` [PULL 37/37] target/riscv: Implement the stval/mtval illegal instruction

[conntrack-tools PATCH] conntrackd: cthelper: ssdp: Fix parsing of IPv6 M-SEARCH requests
 2022-01-08  7:32 UTC 

[mingo-tip:sched/headers 1824/2372] lib/memcat_p.c:10:8: warning: no previous prototype for '__memcat_p'
 2022-01-08  7:29 UTC  (2+ messages)

[PATCH 0/4] Prepare general purpose clocks on msm8916
 2022-01-08  7:29 UTC  (7+ messages)
` [PATCH 1/4] clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled
` [PATCH 2/4] clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD register

[PATCH v3 0/2] hw/arm/virt: Support for virtio-mem-pci
 2022-01-08  7:21 UTC  (4+ messages)
` [PATCH v3 2/2] "

linux-next: Fixes tag needs some work in the devicetree tree
 2022-01-08  7:25 UTC 

linux-next: Signed-off-by missing for commit in the kvm tree
 2022-01-08  7:24 UTC 

[PATCH v5] receive-pack.c: consolidate find header logic
 2022-01-08  7:11 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] virtio: Simplify DMA setting
 2022-01-08  7:08 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc8 (mainline.kernel.org-clang, 35632d92)
 2022-01-08  7:05 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2022-01-07
 2022-01-08  7:05 UTC 

[Intel-gfx] [PATCH v2 0/7] Start cleaning up register definitions
 2022-01-08  7:00 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Start cleaning up register definitions (rev2)


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.