All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-08 00:55:43 to 2021-02-08 03:32:47 UTC [more...]

[PATCH v2 00/15] tcg/arm: host neon support
 2021-02-08  2:46 UTC  (3+ messages)
` [PATCH v2 01/15] tcg: Change parameters for tcg_target_const_match
` [PATCH v2 13/15] tcg/arm: Implement TCG_TARGET_HAS_shv_vec

[PATCH v3 00/70] TCI fixes and cleanups
 2021-02-08  2:37 UTC  (68+ messages)
` [PATCH v3 01/70] gdbstub: Fix handle_query_xfer_auxv
` [PATCH v3 02/70] tcg: Split out tcg_raise_tb_overflow
` [PATCH v3 03/70] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v3 04/70] tcg/tci: Merge identical cases in generation
` [PATCH v3 05/70] tcg/tci: Remove tci_read_r8
` [PATCH v3 06/70] tcg/tci: Remove tci_read_r8s
` [PATCH v3 07/70] tcg/tci: Remove tci_read_r16
` [PATCH v3 08/70] tcg/tci: Remove tci_read_r16s
` [PATCH v3 09/70] tcg/tci: Remove tci_read_r32
` [PATCH v3 10/70] tcg/tci: Remove tci_read_r32s
` [PATCH v3 11/70] tcg/tci: Reduce use of tci_read_r64
` [PATCH v3 12/70] tcg/tci: Merge basic arithmetic operations
` [PATCH v3 13/70] tcg/tci: Merge extension operations
` [PATCH v3 14/70] tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64
` [PATCH v3 15/70] tcg/tci: Merge bswap operations
` [PATCH v3 16/70] tcg/tci: Merge mov, not and neg operations
` [PATCH v3 17/70] tcg/tci: Rename tci_read_r to tci_read_rval
` [PATCH v3 18/70] tcg/tci: Split out tci_args_rrs
` [PATCH v3 19/70] tcg/tci: Split out tci_args_rr
` [PATCH v3 20/70] tcg/tci: Split out tci_args_rrr
` [PATCH v3 21/70] tcg/tci: Split out tci_args_rrrc
` [PATCH v3 22/70] tcg/tci: Split out tci_args_l
` [PATCH v3 23/70] tcg/tci: Split out tci_args_rrrrrc
` [PATCH v3 24/70] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PATCH v3 25/70] tcg/tci: Split out tci_args_ri and tci_args_rI
` [PATCH v3 26/70] tcg/tci: Reuse tci_args_l for calls
` [PATCH v3 27/70] tcg/tci: Reuse tci_args_l for exit_tb
` [PATCH v3 28/70] tcg/tci: Reuse tci_args_l for goto_tb
` [PATCH v3 29/70] tcg/tci: Split out tci_args_rrrrrr
` [PATCH v3 30/70] tcg/tci: Split out tci_args_rrrr
` [PATCH v3 31/70] tcg/tci: Clean up deposit operations
` [PATCH v3 32/70] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
` [PATCH v3 33/70] tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}
` [PATCH v3 34/70] tcg/tci: Hoist op_size checking into tci_args_*
` [PATCH v3 35/70] tcg/tci: Remove tci_disas
` [PATCH v3 36/70] tcg/tci: Implement the disassembler properly
` [PATCH v3 37/70] tcg: Build ffi data structures for helpers
` [PATCH v3 38/70] tcg/tci: Use ffi for calls
` [PATCH v3 39/70] tcg/tci: Improve tcg_target_call_clobber_regs
` [PATCH v3 40/70] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PATCH v3 41/70] tcg/tci: Push opcode emit into each case
` [PATCH v3 42/70] tcg/tci: Split out tcg_out_op_rrs
` [PATCH v3 43/70] tcg/tci: Split out tcg_out_op_l
` [PATCH v3 44/70] tcg/tci: Split out tcg_out_op_p
` [PATCH v3 45/70] tcg/tci: Split out tcg_out_op_rr
` [PATCH v3 46/70] tcg/tci: Split out tcg_out_op_rrr
` [PATCH v3 47/70] tcg/tci: Split out tcg_out_op_rrrc
` [PATCH v3 48/70] tcg/tci: Split out tcg_out_op_rrrrrc
` [PATCH v3 49/70] tcg/tci: Split out tcg_out_op_rrrbb
` [PATCH v3 50/70] tcg/tci: Split out tcg_out_op_rrcl
` [PATCH v3 51/70] tcg/tci: Split out tcg_out_op_rrrrrr
` [PATCH v3 52/70] tcg/tci: Split out tcg_out_op_rrrr
` [PATCH v3 53/70] tcg/tci: Split out tcg_out_op_rrrrcl
` [PATCH v3 54/70] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
` [PATCH v3 56/70] tcg/tci: Split out tcg_out_op_np
` [PATCH v3 57/70] tcg/tci: Split out tcg_out_op_r[iI]
` [PATCH v3 58/70] tcg/tci: Reserve r13 for a temporary
` [PATCH v3 59/70] tcg/tci: Emit setcond before brcond
` [PATCH v3 60/70] tcg/tci: Remove tci_write_reg
` [PATCH v3 61/70] tcg/tci: Change encoding to uint32_t units
` [PATCH v3 64/70] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v3 65/70] tcg/tci: Implement extract, sextract
` [PATCH v3 66/70] tcg/tci: Implement clz, ctz, ctpop
` [PATCH v3 67/70] tcg/tci: Implement mulu2, muls2
` [PATCH v3 68/70] tcg/tci: Implement add2, sub2
` [PATCH v3 69/70] tests/tcg: Increase timeout for TCI
` [PATCH v3 70/70] gitlab: Enable cross-i386 builds of TCI

[PATCH v3 1/2] powerpc/64s: Fix pte update for kernel memory on radix
 2021-02-08  3:29 UTC 

[PATCH net] virtio-net: suppress bad irq warning for tx napi
 2021-02-08  3:29 UTC  (9+ messages)

[Bug 1914696] [NEW] aarch64: migration failed: Segmentation fault (core dumped)
 2021-02-08  2:43 UTC  (2+ messages)
` [Bug 1914696] "

[PATCH] kbuild: simplify access to the kernel's version
 2021-02-08  3:28 UTC 

[RFC v4 PATCH] usb: xhci-mtk: improve bandwidth scheduling with TT
 2021-02-08  3:27 UTC  (2+ messages)

[PATCH] nvme-multipath: set nr_zones for zoned namespaces
 2021-02-08  3:28 UTC  (3+ messages)

[PATCH 0/4] timer: imx-gpt: Add timer support for i.MX SoCs family
 2021-02-08  3:21 UTC 

[PATCH] mm/memtest: Add ARCH_USE_MEMTEST
 2021-02-08  3:17 UTC  (9+ messages)

[PATCH 0/4] btrfs: Convert kmaps to core page calls
 2021-02-08  3:13 UTC  (4+ messages)
` [PATCH 1/4] mm/highmem: Lift memcpy_[to|from]_page to core

[hch-misc:swiotlb-struct 19/20] drivers/xen/swiotlb-xen.c:551:32: error: 'io_tlb_end' undeclared; did you mean
 2021-02-08  3:13 UTC 

How to have a menu in u-boot ? (newbie)
 2021-02-08  3:10 UTC  (2+ messages)

[meta-oe][PATCH] libsdl2-mixer: Fix build with autoconf 2.70+
 2021-02-08  3:09 UTC 

[PATCH for-next] RDMA/rxe: Cleanup init_send_wqe
 2021-02-08  3:08 UTC  (2+ messages)

[PATCH] cpufreq: schedutil: Don't use the limits_changed flag any more
 2021-02-08  3:07 UTC 

Linux 5.11-rc7
 2021-02-08  3:00 UTC  (2+ messages)

[PATCH v2] staging: gasket: fix indentation and lines ending with open parenthesis
 2021-02-08  2:59 UTC 

sound/soc/intel/boards/kbl_rt5663_max98927.c:410 kabylake_ssp_fixup() warn: ignoring unreachable code
 2021-02-08  2:59 UTC 

[PATCH] staging: gasket: fix indentation and lines ending with open parenthesis
 2021-02-08  2:55 UTC 

[PATCH] io_uring: don't issue reqs in iopoll mode when ctx is dying
 2021-02-08  2:50 UTC  (3+ messages)

[RFC PATCH v3 10/11] nvme-qedn: Add qedn probe
 2021-02-08  2:52 UTC  (3+ messages)

[PATCH v2] arm64: dts: renesas: add sdhi/mmc aliases
 2021-02-08  2:47 UTC 

ANNOUNCE: pahole v1.20 (gcc11 DWARF5's default, lots of ELF sections, BTF)
 2021-02-08  2:44 UTC  (2+ messages)

[PATCH] ima-evm-utils: Improve ima_measurement matching on busy system with >1 banks
 2021-02-08  2:37 UTC  (2+ messages)

[PATCH 0/3] timer: imx-gpt: Add timer support for i.MX SoCs family
 2021-02-08  2:37 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 4/4] timer: imx-gpt: Add basic "

[PATCH RESEND] mwl8k: assign value when defining variables
 2021-02-08  2:32 UTC 

[PATCH] drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQ
 2021-02-08  2:32 UTC 

[sound:for-next 76/104] powerpc-linux-ld: warning: orphan section `.data..LASANLOC27' from `sound/core/init.o' being placed in section `.data..LASANLOC27'
 2021-02-08  2:29 UTC  (4+ messages)
  ` [kbuild-all] "

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-08  2:27 UTC  (13+ messages)
` [RFC PATCH v3 1/2] "

[PATCH V2 0/1] fix messy code to be printed
 2021-02-08  2:26 UTC  (2+ messages)
` [PATCH V2 1/1] mmc-utils: fix messy code printed

[PATCH 0/8] mm: memcontrol: switch to rstat v2
 2021-02-08  2:28 UTC  (6+ messages)
` [PATCH 6/8] mm: memcontrol: switch to rstat
` [PATCH 7/8] mm: memcontrol: consolidate lruvec stat flushing

Investment research about your country
 2021-02-08  2:28 UTC 

[PATCH] scsi: mptsas: dequeue request object in case of an error (CVE-2021-3392)
 2021-02-08  2:25 UTC  (2+ messages)

[PATCH RESEND] wl1251: cmd: remove redundant assignment
 2021-02-08  2:25 UTC 

BUG: commit-reach.c:66: bad generation skip
 2021-02-08  2:26 UTC  (3+ messages)

[zen-kernel-zen-kernel:5.10/muqss 9/22] aarch64-linux-gnu-ld: kernel/sysctl.o:undefined reference to `hrtimer_granularity_us'
 2021-02-08  2:25 UTC 

drivers/soundwire/stream.c:260:12: warning: stack frame size of 2832 bytes in function 'sdw_program_port_params'
 2021-02-08  2:24 UTC  (2+ messages)

net-next build error (3)
 2021-02-08  2:20 UTC 

[Linux v5.11-rc7] x86: entry: Leftover of _TIF_SINGLESTEP define?
 2021-02-08  2:18 UTC  (5+ messages)

[PATCH 0/5] Generation Number v2: Fix a tricky split graph bug
 2021-02-08  2:01 UTC  (9+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] commit-graph: always parse before commit_graph_data_at()

[PATCH v7 0/2] PCI: cadence: Retrain Link to work around Gen2
 2021-02-08  2:00 UTC  (4+ messages)

[PATCH 00/18] new API for FS_IOC_[GS]ETFLAGS/FS_IOC_FS[GS]ETXATTR
 2021-02-08  2:00 UTC  (10+ messages)

stable-rc/linux-5.10.y baseline: 193 runs, 2 regressions (v5.10.14)
 2021-02-08  2:00 UTC 

[PATCH v1] tpm_tis_spi_main: set cs_change = 0 when timesout
 2021-02-08  2:43 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 0/4] perf vendor events: Support PMU events for A64FX
 2021-02-08  1:53 UTC  (6+ messages)

drivers/net/wireless/intel/iwlwifi/mvm/fw.c:974 iwl_mvm_ppag_send_cmd() error: buffer overflow 'gain' 11 <= 21
 2021-02-08  1:55 UTC 

[PATCH net-next] net: octeontx2: Fix the confusion in buffer alloc failure path
 2021-02-08  1:45 UTC 

[PATCH v3 0/3] Add check for max clock rate in mode_valid
 2021-02-08  1:42 UTC  (16+ messages)
` [PATCH v3 1/3] drm/mediatek: mtk_dpi: "
` [PATCH v3 2/3] drm/mediatek: mtk_dpi: Add dpi config for mt8192
` [PATCH v3 3/3] dt-bindings: mediatek,dpi: add mt8192 to mediatek,dpi

[PATCH v10 15/16] KVM: x86: Add kexec support for SEV Live Migration
 2021-02-08  1:46 UTC 

arm64: rk3399: Add support nanopi r4s
 2021-02-08  1:45 UTC 

[RFC PATCH 5/8] ext4: use memcpy_from_page() in pagecache_read()
 2021-02-08  1:45 UTC  (2+ messages)

[PATCH 0/3] close udev startup race condition for several devices
 2021-02-08  1:40 UTC  (4+ messages)
` [PATCH 1/3] virtio-blk: close udev startup race condition as default groups

[linux-stable-rc:linux-5.10.y 1007/1511] arch/powerpc/kernel/head_book3s_32.S:296: Error: attempt to move .org backwards
 2021-02-08  1:40 UTC 

[oe] [meta-oe] [PATCH] cpprest: upgrade 2.10.17 -> 2.10.18
 2021-02-08 13:38 UTC 

[PATCH v2 0/3] Add check for max clock rate in mode_valid
 2021-02-08  1:26 UTC  (16+ messages)
` [PATCH v2 1/3] drm/mediatek: mtk_dpi: "
` [PATCH v2 2/3] drm/mediatek: mtk_dpi: Add dpi config for mt8192
` [PATCH v2 3/3] dt-bindings: mediatek,dpi: add mt8192 to mediatek,dpi

[PATCH v3] video: sunxi_display: Convert to DM_VIDEO
 2021-02-08  1:36 UTC  (3+ messages)

Re:reply
 2021-02-08  1:33 UTC 

[linux-stable-rc:linux-5.10.y 1007/1511] arch/powerpc/kernel/head_book3s_32.S:296: Error: attempt to move .org backwards
 2021-02-08  1:32 UTC 

[freescale-fslc:pr/249 15428/16930] sound/soc/codecs/pcm512x.c:1658 pcm512x_probe() warn: missing error code 'ret'
 2021-02-08  1:28 UTC 

[PATCH v1] generic/608: verify S_DAX is active immediately for DONTCACHE
 2021-02-08  1:27 UTC  (2+ messages)

[PATCH RFC 0/4] Add HDMI support for Intel KeemBay I2S
 2021-02-08  1:25 UTC  (3+ messages)

[PATCH] wic: debug mode to keep tmp directory
 2021-02-08  1:22 UTC 

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-08  1:17 UTC  (7+ messages)
` [RFC PATCH 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware dirty log

[PATCH v2 0/4] MIPS: process: Some fixes and improvements about get_frame_info()
 2021-02-08  1:13 UTC  (4+ messages)
` [PATCH v2 2/4] MIPS: microMIPS: Fix the judgment of mm_jr16_op and mm_jalr_op

[PATCH] printk: Userspace format enumeration support
 2021-02-08  1:13 UTC  (3+ messages)

drivers/tee/amdtee/call.c:250 handle_map_shmem() warn: argument 2 to %llx specifier is cast from pointer
 2021-02-08  1:10 UTC 

stable-rc/queue/4.19 baseline: 164 runs, 5 regressions (v4.19.174-3-g9df30fc2980a)
 2021-02-08  1:08 UTC 

[linux-linus test] 159100: trouble: blocked/broken
 2021-02-08  1:08 UTC 

drivers/net/wireless/intel/iwlegacy/4965-mac.c:2822 il4965_hdl_tx() error: uninitialized symbol 'tid'
 2021-02-08  1:00 UTC 

Investment research about your country
 2021-02-08  0:57 UTC 

[meta-oe][PATCH 1/2] graphviz: drop unused SRCREV and outdated comment
 2021-02-08  0:56 UTC  (4+ messages)
` [meta-oe][PATCH 2/2] pidgin: upgrade to 2.14.1 and fix autoconf-2.71 compatibility
  ` [oe] "

[Buildroot] [PATCH 1/3] package/python-bluezero: depends on dbus-python and python-gobject
 2021-02-08  0:55 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/python-pyjwt: bump to version 2.0.1
` [Buildroot] [PATCH 3/3] package/python-rpi-ws281x: bump to version 4.2.5


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.