All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-31 16:58:29 to 2021-08-31 18:02:14 UTC [more...]

BUG: `git commit` adding unstaged chunks of files to commits on 2.33.0
 2021-08-31 18:01 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: remoteproc: Add fsl,imx-dsp-rproc binding document
 2021-08-31 18:01 UTC  (3+ messages)
` [PATCH v2 2/2] remoteproc: imx_dsp_rproc: add remoteproc driver for dsp on i.MX

[frank-w-bpi-r2-4.14:5.14-otg2 7/29] drivers/misc/mediatek/connectivity/common/conn_soc/mt7623/mtk_wcn_consys_hw.c:191:6: error: no previous prototype for 'mtk_wcn_consys_power_on'
 2021-08-31 18:00 UTC 

[PATCH v2 00/19] target/ppc: DFP instructions using decodetree
 2021-08-31 17:59 UTC  (17+ messages)
` [PATCH v2 01/19] host-utils: Fix overflow detection in divu128()
` [PATCH v2 02/19] host-utils: move abs64() to host-utils as uabs64()
` [PATCH v2 03/19] host-utils: move checks out of divu128/divs128
` [PATCH v2 04/19] host-utils: add 128-bit quotient support to divu128/divs128
` [PATCH v2 12/19] target/ppc: Implement DCTFIXQQ
` [PATCH v2 13/19] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
` [PATCH v2 14/19] target/ppc: Move d{add, sub, mul, div, iex}[q] "
` [PATCH v2 15/19] target/ppc: Move dcmp{u, o}[q], dts{tex, tsf, tsfi}[q] "
` [PATCH v2 16/19] target/ppc: Move dquai[q], drint{x, n}[q] "
` [PATCH v2 17/19] target/ppc: Move dqua[q], drrnd[q] "
` [PATCH v2 18/19] target/ppc: Move dct{dp, qpq}, dr{sp, dpq}, dc{f, t}fix[q], dxex[q] "
` [PATCH v2 19/19] target/ppc: Move ddedpd[q], denbcd[q], dscli[q], dscri[q] "

[PATCH] target/i386: add missing bits to CR4_RESERVED_MASK
 2021-08-31 17:57 UTC  (2+ messages)

Upgrade uninative to fix multiple native build failures in old unprivileged docker
 2021-08-31 17:58 UTC  (2+ messages)
    ` [OE-core] "

[RFC PATCH v2 00/19] PKS write protected page tables
 2021-08-31 17:58 UTC  (12+ messages)
` [RFC PATCH v2 16/19] x86/mm: Protect page tables with PKS
` [RFC PATCH v2 17/19] x86/mm/cpa: PKS protect direct map page tables
` [RFC PATCH v2 18/19] x86/mm: Add PKS table soft mode

[PATCH 0/9] arm: dts: ls1028a: sync device tree with linux
 2021-08-31 17:57 UTC  (3+ messages)
` [PATCH 4/9] arm: dts: ls1028a: update the labels

fs/fuse/dax.c:197 dmap_removemapping_list() error: uninitialized symbol 'ret'
 2021-08-31 17:56 UTC 

qemu-sockets: account for trailing \0 byte in unix socket pathname
 2021-08-31 17:51 UTC  (6+ messages)

[PATCH 6/7] fs/ntfs3: Change right headers to lznt.c
 2021-08-31 17:54 UTC  (3+ messages)

[RFC PATCH v8 00/24] ceph+fscrypt: context, filename and symlink support
 2021-08-31 17:54 UTC  (7+ messages)
` [RFC PATCH v8 09/24] ceph: add ability to set fscrypt_auth via setattr

[PATCH 2/2] of: property: fw_devlink: Set 'optional_con_dev' for parse_power_domains
 2021-08-31 17:50 UTC  (3+ messages)

[PATCH 00/24] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-08-31 17:50 UTC  (25+ messages)
` [PATCH 01/24] x86/traps: Remove stack-protector from traps.c
` [PATCH 02/24] x86/traps: Move arch/x86/kernel/traps.c to arch/x86/entry/
` [PATCH 03/24] x86/traps: Move declaration of native_irq_return_iret up
` [PATCH 04/24] x86/entry: Expose the address of .Lgs_change to traps.c
` [PATCH 05/24] x86/entry: Introduce __entry_text for entry code written in C
` [PATCH 06/24] x86/entry: Move PTI_USER_* to arch/x86/include/asm/processor-flags.h
` [PATCH 07/24] x86: Mark __native_read_cr3() & native_write_cr3() as __always_inline
` [PATCH 08/24] x86/traps: Add C verion of SWITCH_TO_KERNEL_CR3 as switch_to_kernel_cr3()
` [PATCH 09/24] x86/traps: Add fence_swapgs_{user,kernel}_entry()
` [PATCH 10/24] x86/traps: Move pt_regs only in fixup_bad_iret()
` [PATCH 11/24] x86/entry: Replace the most of asm code of error_entry to C code
` [PATCH 12/24] x86/traps: Reconstruct pt_regs on task stack directly in fixup_bad_iret()
` [PATCH 13/24] x86/traps: Mark sync_regs() and fixup_bad_iret() as static __always_inline
` [PATCH 14/24] x86/entry: Make paranoid_exit() callable
` [PATCH 15/24] x86/entry: Call paranoid_exit() in asm_exc_nmi()
` [PATCH 16/24] x86/entry: Use skip_rdi instead of save_ret for PUSH_AND_CLEAR_REGS
` [PATCH 17/24] x86/entry: Introduce struct ist_regs
` [PATCH 18/24] x86/entry: Add the C version ist_switch_to_kernel_cr3()
` [PATCH 19/24] x86/entry: Add the C version ist_restore_cr3()
` [PATCH 20/24] x86/entry: Add the C version get_percpu_base()
` [PATCH 21/24] x86/entry: Add the C version ist_switch_to_kernel_gsbase()
` [PATCH 22/24] x86/entry: Implement and use do_paranoid_entry() and paranoid_exit()
` [PATCH 23/24] x86/entry: Remove the unused ASM macros
` [PATCH 24/24] x86/syscall/64: Move the checking for sysret to C code

[PATCH] drm/mipi: set fwnode when a mipi_dsi_device is registered
 2021-08-31 17:52 UTC  (3+ messages)

ipv6 connexion fail - ipv4 OK
 2021-08-31 17:50 UTC  (13+ messages)
      ` [Warning: DMARC Fail Email] "

[igt-dev] [PATCH i-g-t 0/6] lib/igt_fb: Remove stride, offset restrictions on CCS FBs
 2021-08-31 17:52 UTC  (13+ messages)
` [igt-dev] [PATCH i-g-t 1/6] tests/kms_ccs: Make sure to free GEM and FB objects
` [igt-dev] [PATCH i-g-t 2/6] tests/kms_ccs: Use test pattern when possible
` [igt-dev] [PATCH i-g-t 3/6] tests/kms_ccs: Fix small aux stride subtest
` [igt-dev] [PATCH i-g-t 4/6] tests/kms_ccs: Test bad params for all CCS planes
` [igt-dev] [PATCH i-g-t 5/6] lib/igt_fb: Add support for remapping CCS FBs
` [igt-dev] [PATCH i-g-t 6/6] for-ci: Check for ccs remap support

[dpdk-dev] [PATCH] lib/cmdline: release cl when cmdline exit
 2021-08-31 17:52 UTC  (3+ messages)

Device doesnt show up on Ble Scanner - gatt-service example in tools folder as per Documentation(doc)
 2021-08-31  6:38 UTC  (3+ messages)

[PATCH v24 00/11] Log Attribute Replay
 2021-08-31 17:50 UTC  (4+ messages)
` [PATCH v24 02/11] xfs: Capture buffers for delayed ops

[PATCH v2 1/2] mmc: fsl_esdhc_imx: initialize data for imx7ulp
 2021-08-31 17:49 UTC  (2+ messages)
` [PATCH v2 2/2] mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP

[PATCH] usb: testusb: Fix for showing the connection speed
 2021-08-31 17:47 UTC 

[dpdk-dev] Running DPDK application without non-previlege mode
 2021-08-31 17:49 UTC  (8+ messages)
` [dpdk-dev] Running DPDK application with "

[GIT PULL] s390 updates for 5.15 merge window
 2021-08-31 17:49 UTC  (8+ messages)

[PATCH v7] media: vimc: Enable set resolution at the scaler src pad
 2021-08-31 17:48 UTC 

[XEN RFC PATCH 00/40] Add device tree based NUMA support to Arm64
 2021-08-31 17:47 UTC  (4+ messages)
` [XEN RFC PATCH 25/40] xen/arm: unified entry to parse all NUMA data from device tree

Community meeting 9/1/2021 @ 9AM PT
 2021-08-31 17:47 UTC 

[PATCH v2 00/13] kbuild: second round of Clang LTO refactoring
 2021-08-31 17:46 UTC  (24+ messages)
` [PATCH v2 02/13] kbuild: rename __objtool_obj to objtool
` [PATCH v2 03/13] kbuild: store the objtool command in *.cmd files
` [PATCH v2 04/13] kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macro
` [PATCH v2 05/13] kbuild: detect objtool update without using .SECONDEXPANSION
` [PATCH v2 06/13] kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modules
` [PATCH v2 07/13] kbuild: do not create built-in.a.symversions or lib.a.symversions
` [PATCH v2 08/13] kbuild: build modules in the same way with/without Clang LTO
` [PATCH v2 09/13] kbuild: add cmd_and_savecmd macro
` [PATCH v2 10/13] kbuild: rebuild modules when objtool is updated for CONFIG_LTO_CLANG

[PATCH v3 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-31 17:46 UTC  (4+ messages)
` [PATCH v3 4/5] Makefile: Enable -Warray-bounds

ucontext, kernel vs. userspace (glibc)
 2021-08-31 17:44 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_83143
 2021-08-31 17:43 UTC  (9+ messages)
        ` [Buildroot] [PATCH v2 0/2] Add and workaround gcc bug 83143
          ` [Buildroot] [PATCH v2 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_83143
          ` [Buildroot] [PATCH v2 2/2] package/ruby: fix build failure due to gcc bug 83143

[PATCH v4 05/25] midx: clear auxiliary .rev after replacing the MIDX
 2021-08-31 17:44 UTC  (20+ messages)

[PATCH 2/2] upload-pack: use stdio in send_ref callbacks
 2021-08-31 17:44 UTC  (5+ messages)
` [PATCH v3 0/2] send_ref buffering

[GIT PULL] cifs/smb3 client fixes
 2021-08-31 17:43 UTC  (4+ messages)

[PATCH] arm64: kdump: Skip kmemleak scan reserved memory for kdump
 2021-08-31 17:40 UTC  (3+ messages)

[PATCH] semaphore: Add might_sleep() to down_*() family
 2021-08-31 17:42 UTC  (4+ messages)

[PATCH] ARM: imx_v6_v7_defconfig: enable driver of the LTC3676 PMIC
 2021-08-31 17:38 UTC  (7+ messages)

[GIT PULL] Memory folios for v5.15
 2021-08-31 17:40 UTC  (12+ messages)

[dpdk-dev] [PATCH v1 00/13] app/test: enable subset of tests on Windows
 2021-08-31 17:39 UTC  (12+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 02/13] driver/mempool: build mempool stack "
  ` [dpdk-dev] [PATCH v2 12/13] app/test: replace .sh scripts with .py scripts
  ` [dpdk-dev] [PATCH v2 13/13] app/test: enable subset of unit tests on Windows

[PATCH 0/6] Fix GIT_TEST_SPLIT_INDEX
 2021-08-31 17:38 UTC  (4+ messages)
` [PATCH v2 "

Doing DMA from peripheral to userland memory
 2021-08-31 17:37 UTC  (3+ messages)

[PULL 00/15] Misc bugfix patches for 2021-07-22
 2021-08-31 17:35 UTC  (5+ messages)
` [PULL 08/15] target/i386: Added consistency checks for CR4

[PATCH 1/2] mmc: fsl_esdhc_imx: initialize data for imx7ulp
 2021-08-31 17:35 UTC  (5+ messages)
` [PATCH 2/2] mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP

[RFC v4] VFIO Migration
 2021-08-31 17:25 UTC 

[PATCH 1/2] of: property: fw_devlink: Rename 'node_not_dev' to 'optional_con_dev'
 2021-08-31 17:30 UTC  (3+ messages)

virtual providers don't apply to runtime dependencies?
 2021-08-31 17:32 UTC  (3+ messages)
` [docs] "

9pfs: Twalk crash
 2021-08-31 17:04 UTC  (4+ messages)

Dynamic DHCP server assignment and spin-up on batman-adv mesh network
 2021-08-31 17:28 UTC 

[PATCH v6 kspp-next 00/22] Function Granular KASLR
 2021-08-31 17:27 UTC  (2+ messages)

[PATCH 0/8] RISC V partial support for 128-bit architecture
 2021-08-31 17:25 UTC  (4+ messages)

[PATCH 00/10] stm32mp1: Support falcon mode with OP-TEE payloads
 2021-08-31 17:27 UTC  (9+ messages)
` [PATCH 07/10] stm32mp1: spl: Configure MAC address when booting OP-TEE
` [PATCH 08/10] lib: Makefile: Make optee library available in SPL
` [PATCH 09/10] ARM: dts: stm32mp: Add OP-TEE "/firmware" node to SPL dtb
` [PATCH 10/10] stm32mp1: spl: Copy optee nodes to target FDT for OP-TEE payloads

[PATCH 1/2] KVM: stats: Add counters for VMX all/L2/nested exit reasons
 2021-08-31 17:27 UTC  (4+ messages)
` [PATCH 2/2] KVM: stats: Add counters for SVM "

[GIT PULL] exit cleanups for v5.15-rc1
 2021-08-31 17:25 UTC 

[PATCH] dev-manual: explicit that devpyshell is a task
 2021-08-31 17:24 UTC  (3+ messages)
` [docs] "

[PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets
 2021-08-31 16:51 UTC  (8+ messages)

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-08-31 17:21 UTC  (9+ messages)
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory

[PATCH] Add qemu_vga.ndrv to build/pc-bios folder
 2021-08-31 16:50 UTC 

[PATCH net v2 0/2] mptcp: Prevent tcp_push() crash and selftest temp file buildup
 2021-08-31 17:19 UTC  (3+ messages)
` [PATCH net v2 1/2] mptcp: fix possible divide by zero
` [PATCH net v2 2/2] selftests: mptcp: clean tmp files in simult_flows

[syzbot] BUG: unable to handle kernel paging request in vga16fb_fillrect
 2021-08-31 17:19 UTC  (9+ messages)
      ` [PATCH] fbmem: don't allow too huge resolutions

[PATCH v3 1/2] kunit: drop assumption in kunit-log-test about current suite
 2021-08-31 17:19 UTC  (2+ messages)
` [PATCH v3 2/2] kunit: tool: allow filtering test cases via glob

OpenBmc Redfish support etag property error
 2021-08-31 17:17 UTC  (2+ messages)

DE2.0 YV12 playback issues after ea067aee45a8
 2021-08-31 17:18 UTC  (4+ messages)
  `  "

[PATCH v3 00/18] UFS patches for kernel v5.15
 2021-08-31 17:18 UTC  (6+ messages)
` [PATCH v3 16/18] scsi: ufs: Synchronize SCSI and UFS error handling

[PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-31 17:16 UTC  (5+ messages)

[PATCH 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules
 2021-08-31 17:16 UTC  (3+ messages)
` [PATCH v4 1/3] Remove unused var

[PATCH] vfio/pci: Add support for PCIe extended capabilities
 2021-08-31 17:14 UTC  (2+ messages)

[dpdk-dev] [PATCH] bus/vmbus: map to the correct ring buffer addresses for the secondary process
 2021-08-31 17:15 UTC  (2+ messages)

[PATCH] libs/light: fix tv_sec fprintf format
 2021-08-31 17:14 UTC  (4+ messages)

renesas-drivers-2021-08-31-v5.14
 2021-08-31 17:14 UTC 

rcu_preempt detected stalls
 2021-08-31 17:11 UTC  (7+ messages)

[PATCH 0/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans
 2021-08-31 16:53 UTC  (3+ messages)
` [PATCH 1/2] hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix

[intel-tdx:kvm 23/181] arch/x86/kernel/cpu/tdx/tdmr-sysmem.c:39:7: warning: assignment to 'struct page *' from 'int' makes pointer from integer without a cast
 2021-08-31 17:12 UTC  (2+ messages)

[PATCH v3] stmmac: dwmac-loongson: change the pr_info() to dev_err() in loongson_dwmac_probe()
 2021-08-31 17:10 UTC  (3+ messages)

stable-rc/queue/4.9 build: 185 builds: 0 failed, 185 passed, 4 warnings (v4.9.281)
 2021-08-31 17:10 UTC 

[PATCH 0/3] iommu/amd: Fix unable to handle page fault due to AVIC
 2021-08-31 17:10 UTC  (3+ messages)

[PATCH igt v3 0/3] Initial igt tests for drm/msm ioctls
 2021-08-31 17:10 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Initial igt tests for drm/msm ioctls (rev3)

[PATCH v2] iio: accel: adxl355: Add triggered buffer support
 2021-08-31 17:09 UTC  (3+ messages)

[PATCH] dev-manual: correct note about virtual providers
 2021-08-31 17:09 UTC  (7+ messages)
` [docs] "

[OpenRISC] Continue OpenRISC contibution
 2021-08-31 17:08 UTC  (7+ messages)

[PATCH RESEND v2] make: add install-stripped target
 2021-08-31 17:06 UTC  (2+ messages)

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-08-31 17:05 UTC  (7+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH] common/rc: fix MKSWAP_PROG quoting
 2021-08-31 17:05 UTC  (5+ messages)

[syzbot] INFO: task hung in do_proc_bulk
 2021-08-31 17:03 UTC  (8+ messages)
  ` [PATCH] USB: core: Make usb_start_wait_urb() interruptible

[PATCH liburing v2] tests: test early-submit link fails
 2021-08-31 17:03 UTC  (2+ messages)

nand/am335x_spl_bch - SPL NAND loading hang on power on only
 2021-08-31 15:10 UTC 

[PATCH 0/4] Fixup register offsets to support per core L3 DCVS
 2021-08-31 17:04 UTC  (4+ messages)
` [PATCH 3/4] arm64: dts: qcom: sc7280: Fixup the cpufreq node

[RESEND v2] tracing/gpu: Add imported size to gpu_mem_imported tracepoint
 2021-08-31 17:02 UTC 

[GIT PULL] iomap: new code for 5.15
 2021-08-31 17:01 UTC 

[PATCH] lib: fix typos in Kconfig
 2021-08-31 17:01 UTC  (2+ messages)

[Buildroot] [PATCH] support/scripts/pkg-stats: prefer stable version from release-monitoring.org
 2021-08-31 17:00 UTC 

[DRAFT liburing] man: document new register/update API
 2021-08-31 17:00 UTC  (4+ messages)

[RFD] drivers: base: A driver's ->sync_state() callback don't get called
 2021-08-31 16:59 UTC  (2+ messages)

[PATCH liburing 0/2] add direct open/accept helpers
 2021-08-31 17:00 UTC  (2+ messages)

Fwd: Re: [PATCH] efi_loader: Omit memory with "no-map" when returning memory map
 2021-08-31 16:59 UTC  (3+ messages)

[PATCH v3 0/2] selftests: KVM: verify page stats in kvm x86/mmu
 2021-08-31 16:58 UTC  (4+ messages)
` [PATCH v3 2/2] selftests: KVM: use dirty logging to check if page stats work correctly

[GIT PULL] arm64 fix for 5.14
 2021-08-31 16:56 UTC  (7+ messages)

[PATCH bpf] libbpf: don't crash on object files with no symbol tables
 2021-08-31 16:58 UTC 


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.