All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-03 10:53:21 to 2021-03-03 12:06:29 UTC [more...]

anonymous enums in kernel doc
 2021-03-03  9:27 UTC  (7+ messages)

[PATCH 0/7] Add build ID to stacktraces
 2021-03-03 10:25 UTC  (10+ messages)
` [PATCH 5/7] printk: Make %pS and friends print module build ID
` [PATCH 7/7] kdump: Use vmlinux_build_id() to simplify

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-03 10:19 UTC  (7+ messages)
` [PATCH 4/5] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 5/5] net: page_pool: use alloc_pages_bulk in refill code path

[RFC PATCH v1 0/6] badblocks improvement for multiple bad block ranges
 2021-03-03 11:45 UTC  (4+ messages)
` [RFC PATCH v1 1/6] badblocks: add more helper structure and routines in badblocks.h

[PATCH] recordmcount: Fix the wrong use of w* in arm64_is_fake_mcount()
 2021-03-03  1:25 UTC  (5+ messages)

drivers/mtd/parsers/qcomsmempart.c:109 parse_qcomsmem_part() warn: passing zero to 'PTR_ERR'
 2021-03-03 11:08 UTC  (3+ messages)

[PATCH v2 0/8] misc: Replace the words 'blacklist/whitelist'
 2021-03-03 12:04 UTC  (3+ messages)
` [PATCH v2 1/8] ui: Replace the word 'whitelist'

[RFC v3 00/23] arm cleanup experiment for kvm-only build
 2021-03-03 11:40 UTC  (22+ messages)
` [RFC v3 01/23] target/arm: move translate modules to tcg/
` [RFC v3 02/23] target/arm: move helpers "
` [RFC v3 03/23] arm: tcg: only build under CONFIG_TCG
` [RFC v3 04/23] target/arm: tcg: add sysemu and user subsirs
` [RFC v3 05/23] target/arm: only build psci for TCG
` [RFC v3 06/23] target/arm: split off cpu-sysemu.c
` [RFC v3 07/23] target/arm: move physical address translation to cpu-mmu
` [RFC v3 08/23] target/arm: split cpregs from tcg/helper.c
` [RFC v3 09/23] target/arm: move cpu definitions to common cpu module
` [RFC v3 10/23] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v3 11/23] target/arm: kvm: add stubs for some helpers
` [RFC v3 12/23] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v3 13/23] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v3 14/23] target/arm: split vfp state setting from tcg helpers
` [RFC v3 15/23] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v3 16/23] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v3 17/23] target/arm: move arm_sctlr away from tcg helpers
` [RFC v3 18/23] target/arm: move arm_cpu_list to common_cpu
` [RFC v3 20/23] target/arm: split 32bit cpu models from cpu.c to cpu32.c
` [RFC v3 21/23] target/arm: move sve_exception_el out of TCG helpers
` [RFC v3 23/23] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()

[PATCH 1/3] drm/amdgpu: drm/amdkfd: split amdgpu_mn_register
 2021-03-03 12:04 UTC  (5+ messages)
` [PATCH v2 2/3] drm/amdgpu: introduce kfd user flag for amdgpu_bo
` [PATCH v2 3/3] drm/amdgpu: drm/amdkfd: add amdgpu_kfd_bo struct

Problems with Windows client
 2021-03-03 12:01 UTC  (4+ messages)
` Problems with Windows client over PulseSecure VPN

[RFC PATCH v2 00/11] SBI HSM suspend implementation
 2021-03-03 12:02 UTC  (3+ messages)
` [RFC PATCH v2 09/11] lib: sbi: Implement SBI HSM suspend function

[PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
 2021-03-03 12:02 UTC  (4+ messages)

Linux and Xenomai task
 2021-03-03 12:02 UTC  (2+ messages)

[PATCH v3] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-03 11:40 UTC  (4+ messages)

[PATCH] automation: add a build job with NR_CPUS == 1
 2021-03-03 12:00 UTC  (4+ messages)

[PATCH] ASoC: soc-core: Prevent warning if no DMI table is present
 2021-03-03 11:50 UTC  (4+ messages)

[PATCH V2] ASoC: soc-core: Prevent warning if no DMI table is present
 2021-03-03 11:55 UTC 

[RFC net-next] net: dsa: rtl8366rb: support bridge offloading
 2021-03-03  4:35 UTC  (2+ messages)

[PATCH] swiotlb: Fix type of max_slot
 2021-03-03  4:33 UTC  (3+ messages)

[tip:x86/cpu] BUILD SUCCESS 191d799ecaca4d5c7f87c624ae36581237ab8a87
 2021-03-03  4:03 UTC 

[PATCH net 1/1] net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10
 2021-03-03 15:08 UTC 

[PATCH v3 00/11] SBI HSM suspend implementation
 2021-03-03 11:55 UTC  (12+ messages)
` [PATCH v3 01/11] include: sbi: Simplify HSM state define names
` [PATCH v3 02/11] lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines
` [PATCH v3 03/11] lib: sbi: Rename sbi_hsm_hart_started_mask() function
` [PATCH v3 04/11] lib: sbi: Remove redundant sbi_hsm_hart_started() function
` [PATCH v3 05/11] lib: sbi: Fix error codes returned by HSM start() and stop() functions
` [PATCH v3 06/11] include: sbi: Add HSM suspend related defines
` [PATCH v3 07/11] lib: sbi: Add sbi_hart_reinit() function
` [PATCH v3 08/11] include: sbi: Add hart_suspend() platform callback
` [PATCH v3 09/11] lib: sbi: Implement SBI HSM suspend function
` [PATCH v3 10/11] include: sbi: Upgrade SBI implementation version to v0.3
` [PATCH v3 11/11] lib: Remove redundant sbi_platform_ipi_clear() calls

[patch 0/2] highmem/ARM: kmap_atomic cleanups
 2021-03-03 11:45 UTC  (3+ messages)
` [patch 1/2] ARM: mm: Replace kmap_atomic_pfn()
` [patch 2/2] highmem: Remove kmap_atomic_pfn()

[dpdk-dev] [PATCH v2 0/2] EAL Thread TLS API enhancements
 2021-03-03 11:53 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 1/2] eal: error number enhancement for thread TLS API

[dunfell][PATCH] librepo: fix CVE-2020-14352
 2021-03-03 11:53 UTC 

[dpdk-dev] [PATCH v2 0/5] examples/l3fwd: add FIB lookup method to l3fwd
 2021-03-03 11:52 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 3/5] examples/l3fwd: add FIB infrastructure
  ` [dpdk-dev] [PATCH v3 4/5] examples/l3fwd: implement FIB lookup method

[peterz-queue:sched/core-sched 42/43] kernel/sched/core.c:381:31: error: '__sched_core_enabled' undeclared; did you mean
 2021-03-03 11:51 UTC 

[PATCH] KVM: arm64: Fix unaligned addr case in mmu walking
 2021-03-03 11:49 UTC  (5+ messages)

[PATCH v2 0/3] Some modifications about ram_save_host_page()
 2021-03-03 11:47 UTC  (4+ messages)
` [PATCH v2 3/3] migration/ram: Optimize ram_save_host_page()

[PATCH v4] kasan: remove redundant config option
 2021-03-03 11:48 UTC  (2+ messages)

[PATCH 0/3] soundwire: qcom: add Clock Stop and Auto Enumeration support
 2021-03-03 11:46 UTC  (4+ messages)
` [PATCH 3/3] soundwire: qcom: add clock stop via runtime pm support

[Intel-wired-lan] [PATCH net v3] i40e: Fix to not show opcode msg on unsuccessful VF MAC change
 2021-03-03 11:45 UTC 

[PATCH v2 0/4] psi: Add PSI_CPU_FULL state and some code optimization
 2021-03-03  3:46 UTC  (5+ messages)
` [PATCH v2 1/4] psi: Add PSI_CPU_FULL state
` [PATCH v2 2/4] psi: Use ONCPU state tracking machinery to detect reclaim
` [PATCH v2 3/4] psi: pressure states are unlikely
` [PATCH v2 4/4] psi: Optimize task switch inside shared cgroups

[PATCH v1 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-03 11:39 UTC  (7+ messages)
` [PATCH v1 7/9] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()

[meta-multimedia][PATCH 1/2] pipewire: Move to meta-multimedia
 2021-03-03 11:41 UTC  (2+ messages)
` [meta-multimedia][PATCH 2/2] pipewire: Rework 0.3 recipe and upgrade to 0.3.22

[PATCH v2] sched/cpuacct: Fix charge cpuacct.usage_sys incorrently
 2021-03-03  3:39 UTC  (3+ messages)
  ` [External] "

[PATCH net-next v2 0/3] net: phy: broadcom: Cleanups and APD
 2021-03-03  3:37 UTC  (5+ messages)
` [PATCH net-next v2 3/3] net: phy: broadcom: Allow BCM54210E to configure APD

5.11 regression: "ia64: add support for TIF_NOTIFY_SIGNAL" breaks ia64 boot
 2021-03-03  3:51 UTC  (13+ messages)
                ` [bisected] 5.12-rc1 hpsa regression: "scsi: hpsa: Correct dev cmds outstanding for retried cmds" breaks hpsa P600

[PATCH v3 00/14] Introduced multi-preference mempolicy
 2021-03-03 11:39 UTC  (3+ messages)
` [PATCH v3 RFC 14/14] mm: speedup page alloc for MPOL_PREFERRED_MANY by adding a NO_SLOWPATH gfp bit

[PATCH] ASoC: wm8960: Remove bitclk relax condition
 2021-03-03  3:03 UTC 

[chrome-os:chromeos-5.4 17/68] drivers/media/platform/camx/cam_utils/cam_packet_util.c:203:9: error: passing argument 3 of 'cam_mem_get_io_buf' from incompatible pointer type
 2021-03-03 11:37 UTC 

[SPDK] Re: Installation of Spdk and running bdev command
 2021-03-03 11:35 UTC 

[PATCH] ASoC: wm8962: Relax bit clock divider searching
 2021-03-03 11:21 UTC 

[PATCH 0/5] Flexspi cleanups for ls1028a and lx2160a
 2021-03-03 11:34 UTC  (6+ messages)
` [PATCH 1/5] configs: lx2160a: Unset CONFIG_SPI_FLASH_SPANSION
` [PATCH 2/5] configs: lx2160a: Remove unused Flexspi config options
` [PATCH 3/5] configs: ls1028a: Unset CONFIG_SPI_FLASH_SPANSION
` [PATCH 4/5] configs: ls1028aqds: Move CONFIG_SPI_FLASH_* definitions to defconfig
` [PATCH 5/5] configs: ls1028a: Correct CONFIG_ENV_SECT_SIZE

[peterz-queue:sched/core-sched 40/43] kernel/sched/core.c:384:16: sparse: sparse: context imbalance in 'raw_spin_rq_trylock' - wrong count at exit
 2021-03-03 11:32 UTC 

[PATCH v3 0/3] Use kvmalloc_array for radeon and amdgpu CS chunks
 2021-03-03 11:30 UTC  (2+ messages)

[PATCH] drm/amdgpu: enable one vf mode on sienna cichlid vf
 2021-03-03 11:30 UTC 

[PATCH RFC] Upstream A64FX cache driver
 2021-03-03 11:24 UTC  (3+ messages)
` [PATCH RFC] soc: fujitsu: Add cache driver code

[PATCH 1/2] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
 2021-03-03 11:27 UTC  (4+ messages)
` [PATCH 2/2] mmc: fsl_esdhc_imx: remove redundant cmd11 related code

[PATCH 00/13] rcu/nocb updates v2
 2021-03-03  2:17 UTC  (16+ messages)
` [PATCH 01/13] rcu/nocb: Fix potential missed nocb_timer rearm
` [PATCH 05/13] rcu/nocb: Merge nocb_timer to the rdp leader
  ` [PATCH 05/13] rcu/nocb: Use the rcuog CPU's ->nocb_timer
` [PATCH 10/13] rcu/nocb: Delete bypass_timer upon nocb_gp wakeup
` [PATCH 11/13] rcu/nocb: Only cancel nocb timer if not polling

[PATCH] riscv: Return -EFAULT if copy_to_user() failed in signal.c
 2021-03-03  1:53 UTC  (3+ messages)

[PATCH 0/2] tracing: Detect unsafe dereferencing of pointers from trace events
 2021-03-03  1:54 UTC  (9+ messages)

[PATCH] Squashfs: fix xattr id and id lookup sanity checks
 2021-03-03  0:58 UTC  (3+ messages)

[PATCH] module: remove duplicate include in ./arch/arm/include/asm/pgtable.h
 2021-03-03  2:04 UTC 

[PATCH v4] net/macos: implement vmnet-based netdev
 2021-03-03 11:24 UTC  (3+ messages)

[PATCH 0/2] tests/acceptance: Test Aspeed ARM machines
 2021-03-03 11:19 UTC  (5+ messages)
` [PATCH 1/2] tests/acceptance: Test ast2400 and ast2500 machines

[RFC PATCH 00/10] Add Fujitsu A64FX soc entry/hardware barrier driver
 2021-03-03 11:20 UTC  (10+ messages)

[PATCH] arm/ast2600: Fix SMP booting with -kernel
 2021-03-03 11:19 UTC  (2+ messages)

[PATCH] nvme: Elaborate on cache maintenance operation in get/set_features
 2021-03-03 11:13 UTC  (3+ messages)

[PATCH] drm/amdgpu: enable one vf mode on sienna cichlid vf
 2021-03-03 11:12 UTC  (3+ messages)

[PATCH next v4 00/15] printk: remove logbuf_lock
 2021-03-03 10:15 UTC  (2+ messages)
` [PATCH next v4 12/15] printk: introduce a kmsg_dump iterator

[GIT PULL] Misc 5.12 fixes
 2021-03-03  1:18 UTC 

[PATCH v3] drivers: hv: Fix whitespace errors
 2021-03-02 19:06 UTC  (3+ messages)

[PATCH v4] scsi: storvsc: Parameterize number hardware queues
 2021-03-02 17:28 UTC  (2+ messages)

[PATCH] riscv: Remove unused define in maix header
 2021-03-03 11:10 UTC  (2+ messages)

[PATCH v5 0/6] wdt: Add support for watchdogs on Kendryte K210
 2021-03-03 11:08 UTC  (3+ messages)
` [PATCH v5 6/6] riscv: Enable watchdog for the k210

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-03-03 11:04 UTC  (4+ messages)
` [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings

[PATCH v3 0/2] x86/setup: consolidate early memory reservations
 2021-03-03  0:39 UTC  (5+ messages)
` [PATCH v3 1/2] "

gssd: set $HOME to prevent recursion when home dirs are on kerberized NFS mount revisted
 2021-03-02 21:14 UTC  (6+ messages)

[PATCH 0/7 V4] The NFSv4 only mounting daemon
 2021-03-02 22:39 UTC  (5+ messages)

[PATCH v1 00/42] NFSv2/3 XDR encoder overhaul
 2021-03-03  7:13 UTC  (8+ messages)
` [PATCH v1 12/42] NFSD: Update the NFSv3 FSSTAT3res encoder to use struct xdr_stream
` [PATCH v1 14/42] NFSD: Update the NFSv3 PATHCONF3res "
` [PATCH v1 19/42] SUNRPC: Fix xdr_get_next_encode_buffer() page boundary handling

[PATCH] NFSv4.2: destination file needs to be released after inter-server copy is done
 2021-03-02 19:46 UTC 

[PATCH] NFS: Correct size calculation for create reply length
 2021-03-02 20:58 UTC 

[PATCH 1/2] NFS: Don't revalidate the directory permissions on a lookup failure
 2021-03-03  4:28 UTC  (2+ messages)
` [PATCH 2/2] NFS: Don't gratuitously clear the inode cache when lookup failed

[PATCH 0/5] nfs-utils: provide audit-logging of NFSv4 access
 2021-03-02 20:41 UTC  (2+ messages)

[PATCH v3 1/3] [security] Add new hook to compare new mount to an existing mount
 2021-03-02 18:51 UTC  (4+ messages)
` [PATCH v4 "

[PATCH 0/3] objtool: OBJTOOL_ARGS and --backup
 2021-03-03  0:29 UTC  (2+ messages)

[PATCH] sunrpc: fix refcount leak for rpc auth modules
 2021-03-02 15:48 UTC  (4+ messages)
    ` [PATCH] rpc: fix NULL dereference on kmalloc failure

[RFC PATCH 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-03-02 16:03 UTC  (6+ messages)
` [RFC PATCH 12/12] HV/Storvsc: Add bounce buffer support for Storvsc
      ` [EXTERNAL] "

[PATCH] NFSD: dst server needs to unmount src server's export after copy is done
 2021-03-02 19:48 UTC 

[igt-dev] [PATCH i-g-t v2] tests/kms_cursor_legacy: added test description
 2021-03-03 11:02 UTC  (2+ messages)

[PATCH] ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
 2021-03-02 23:40 UTC  (4+ messages)
` [PATCH] ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign

[PATCH 07/15] ASoC: cs42l42: Set clock source for both ways of stream
 2021-03-03  0:02 UTC  (2+ messages)

[PATCH] mfd: stmpe: Revert "Constify static struct resource"
 2021-03-02 23:47 UTC 

[PATCH] mm/memcg: set memcg when split pages
 2021-03-02 23:49 UTC  (5+ messages)

[PATCH net 1/1] stmmac: intel: Fix mdio bus registration issue for TGL-H/ADL-S
 2021-03-02 23:40 UTC  (2+ messages)

[PATCH] Revert "arm64: dts: amlogic: add missing ethernet reset ID"
 2021-03-02 23:28 UTC  (2+ messages)

[PATCH] USB: usblp: Add device status detection in usblp_poll()
 2021-03-03  7:15 UTC  (11+ messages)
  ` 回复: "
      ` 回复: "
          ` 回复: "

[PATCH V12 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-03-03  6:53 UTC  (3+ messages)
` [PATCH V12 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema

[PATCH] usb: hcd: remove unused including <linux/version.h>
 2021-03-03  7:31 UTC  (4+ messages)

[PATCH] usb: dwc3: document usb_psy in struct dwc3
 2021-03-03  6:57 UTC  (2+ messages)

[Patch v2] usb: dwc3: document usb_psy in struct dwc3
 2021-03-03  9:40 UTC 

[PATCH] ANDROID: usb: core: Send uevent when USB TOPO layer over 6
 2021-03-03  9:03 UTC  (3+ messages)

[PATCH v7] drm: Use USB controller's DMA mask when importing dmabufs
 2021-03-03 10:58 UTC  (2+ messages)

[PATCH] usb: mtu3: flush cache for next GPD
 2021-03-03 10:58 UTC  (2+ messages)

[RFC PATCH v1] powerpc: Enable KFENCE for PPC32
 2021-03-03 10:56 UTC  (14+ messages)

[PULL] u-boot-usb/master
 2021-03-03 10:57 UTC 

[dpdk-dev] [PATCH v3 1/3] service: add component useful work attribute
 2021-03-03 10:56 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] event/sw: add xstats to expose progress details

[linux-stable-rc:linux-4.4.y 9235/9999] arch/powerpc/platforms/83xx/mpc832x_rdb.c:134:13: error: comparison between signed and unsigned integer expressions
 2021-03-03 10:54 UTC 

Inconsistent virtio-net-pci MSI vector count
 2021-03-03 10:53 UTC 

[PATCH v1] pstore/ram: Rate-limit "uncorrectable error in header" message
 2021-03-02 22:53 UTC  (2+ messages)

[PATCH v2] mm: vmstat: add cma statistics
 2021-03-02 23:09 UTC  (2+ messages)

[PATCH] netdevsim: init u64 stats for 32bit hardware
 2021-03-02 23:10 UTC  (3+ messages)

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-03-03 10:23 UTC  (4+ messages)
` [PATCH v4 01/10] coresight: syscfg: Initial coresight system configuration

[PATCH 12/15] ASoC: cs42l42: Wait at least 150us after writing SCLK_PRESENT
 2021-03-02 22:56 UTC  (3+ messages)
` [PATCH] ASoC: cs42l42: fix semicolon.cocci warnings

[PATCH net] docs: networking: drop special stable handling
 2021-03-03  7:18 UTC  (2+ messages)

[PATCH v24 00/14] Subject: Introduce Data Access MONitor (DAMON)
 2021-02-04 15:31 UTC  (3+ messages)
` [PATCH v24 10/14] mm/damon/dbgfs: Support multiple contexts
` [PATCH v24 11/14] Documentation: Add documents for DAMON

linux uml segfault
 2021-03-03 10:53 UTC  (14+ messages)
                        ` Bug#983379: "

[PATCH v17 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-03  3:36 UTC  (4+ messages)
` [PATCH v17 4/9] mm: hugetlb: alloc the vmemmap pages associated with each "
    ` [External] "


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.