All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-13 17:13:33 to 2020-07-13 17:59:08 UTC [more...]

[PATCH 00/25] Rid W=1 warnings in Pinctrl
 2020-07-13 17:58 UTC  (3+ messages)
` [PATCH 04/25] pinctrl: bcm: pinctrl-iproc-gpio: Rename incorrectly documented function param

[PATCH for-5.1 0/4] Document virt and a few other Arm boards
 2020-07-13 17:57 UTC 

[f2fs-dev] possible to allocate a full segment for a direct IO with blocksize 2MB?
 2020-07-13 17:57 UTC  (3+ messages)

qed (qed_int.c) "MFW indication via attention" SPAM every 5 minutes
 2020-07-13 17:56 UTC 

[RFC PATCH 00/35] Move all PCIBIOS* definitions into arch/x86
 2020-07-13 18:55 UTC 

[PATCH ghak122 v1] audit: store event sockaddr in case of no rules
 2020-07-13 17:55 UTC  (4+ messages)

[PULL 0/3] Migration patches
 2020-07-13 17:52 UTC  (4+ messages)
` [PULL 1/3] migration: fix memory leak in qmp_migrate_set_parameters
` [PULL 2/3] migration/savevm: respect qemu_fclose() error code in save_snapshot()
` [PULL 3/3] migration/migration.c: Remove superfluous breaks

[PATCH] ocxl: Replace HTTP links with HTTPS ones
 2020-07-13 17:55 UTC 

[PATCH v2] scsi: fcoe: add missed kfree() in an error path
 2020-07-13 17:53 UTC  (2+ messages)

[PATCH 0/6] crypto: add CRYPTO_ALG_ALLOCATES_MEMORY
 2020-07-13 17:53 UTC  (5+ messages)
` [PATCH 5/6] crypto: set the flag CRYPTO_ALG_ALLOCATES_MEMORY

xenomai.supported_cpus not working as intended?
 2020-07-13 17:52 UTC  (2+ messages)

Seeing a problem in multi hw thread runs where memory mapped pcie device register reads are returning incorrect values using QEMU 4.2
 2020-07-13 17:52 UTC 

[PATCH 0/2] two generic block layer fixes for 5.9
 2020-07-13 17:50 UTC  (4+ messages)
` [PATCH 2/2] block: improve discard bio alignment in __blkdev_issue_discard()

[PATCH v5 00/11] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-13 17:50 UTC  (7+ messages)
` [PATCH v5 06/11] hw/arm: Load -bios image as a boot ROM for npcm7xx
` [PATCH v5 09/11] hw/ssi: NPCM7xx Flash Interface Unit device model

KernelCI Community Survey
 2020-07-13 17:49 UTC  (4+ messages)

[PATCH] rculist: Fix _list_check_srcu() macro
 2020-07-13 17:48 UTC 

[Bug 1884719] [NEW] Function not implemented when using libaio
 2020-07-13 17:38 UTC  (2+ messages)
` [Bug 1884719] "

[PATCH] docker.py: fix fetching of FROM layers
 2020-07-13 17:46 UTC  (2+ messages)

gpio-omap: handle bias flag for gpio line
 2020-07-13 17:47 UTC  (5+ messages)

[PATCH] iwlwifi: Don't IWL_WARN on FW reconfiguration
 2020-07-13 17:41 UTC  (4+ messages)

[PATCH v3 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-13 17:23 UTC  (39+ messages)
` [PATCH v3 01/12] kexec_file: allow archs to handle special regions while locating memory hole
` [PATCH v3 02/12] powerpc/kexec_file: mark PPC64 specific code
` [PATCH v3 03/12] powerpc/kexec_file: add helper functions for getting memory ranges
` [PATCH v3 04/12] ppc64/kexec_file: avoid stomping memory used by special regions
` [PATCH v3 05/12] powerpc/drmem: make lmb walk a bit more flexible
` [PATCH v3 06/12] ppc64/kexec_file: restrict memory usage of kdump kernel
` [PATCH v3 07/12] ppc64/kexec_file: add support to relocate purgatory
` [PATCH v3 08/12] ppc64/kexec_file: setup the stack for purgatory
` [PATCH v3 09/12] ppc64/kexec_file: setup backup region for kdump kernel
` [PATCH v3 10/12] ppc64/kexec_file: prepare elfcore header for crashing kernel
` [PATCH v3 11/12] ppc64/kexec_file: add appropriate regions for memory reserve map
` [PATCH v3 12/12] ppc64/kexec_file: fix kexec load failure with lack of memory hole

[PATCH bpf-next v4 00/16] Run a BPF program on socket lookup
 2020-07-13 17:46 UTC  (17+ messages)
` [PATCH bpf-next v4 01/16] bpf, netns: Handle multiple link attachments
` [PATCH bpf-next v4 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v4 03/16] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 04/16] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 05/16] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 06/16] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 07/16] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 08/16] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 09/16] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 10/16] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 11/16] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v4 12/16] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v4 13/16] tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
` [PATCH bpf-next v4 14/16] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v4 15/16] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v4 16/16] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH v6 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-13 17:45 UTC  (5+ messages)
` [PATCH v6 02/26] arm64: mte: CPU feature detection and initial sysreg configuration

[PATCH 0/2] Fixes for env->user_features
 2020-07-13 17:44 UTC  (3+ messages)
` [PATCH 1/2] i368/cpu: Clear env->user_features after loading versioned CPU model
` [PATCH 2/2] i386/cpu: Don't add unavailable_features to env->user_features

FS broken by defrag and balance at the same time hitting enospc
 2020-07-13 17:46 UTC  (2+ messages)

[PATCH] ocfs2: Replace HTTP links with HTTPS ones
 2020-07-13 17:44 UTC  (2+ messages)
` [Ocfs2-devel] "

[net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-13
 2020-07-13 17:43 UTC  (6+ messages)
` [net-next 1/5] ice: add the virtchnl handler for AdminQ command
` [net-next 2/5] ice: add DCF cap negotiation and state machine
` [net-next 3/5] ice: support to get the VSI mapping
` [net-next 4/5] ice: enable DDP package info querying
` [net-next 5/5] ice: add switch rule management for DCF

[PATCH] CREDITS: replace HTTP links with HTTPS ones and add myself
 2020-07-13 17:43 UTC  (3+ messages)
` [PATCH] CREDITS: Replace HTTP links with HTTPS ones

[PATCH net] net: dsa: link interfaces with the DSA master to get rid of lockdep warnings
 2020-07-13 17:42 UTC  (5+ messages)

hwmon (nct6775): Please fix Invalid temperature source error for NCT6798D
 2020-07-13 17:40 UTC  (3+ messages)

Problem when compiling Xenomai 3.0.8 user libraries with enable-debug
 2020-07-13 17:40 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v3 0/3] drivers: ide: use generic power management
 2020-07-13 17:36 UTC  (8+ messages)
`  "
` [Linux-kernel-mentees] [PATCH v3 1/3] "
  `  "
` [Linux-kernel-mentees] [PATCH v3 2/3] ide: sc1200: "
  `  "
` [Linux-kernel-mentees] [PATCH v3 3/3] ide: delkin_cb: "
  `  "

[RFC 00/65] target/riscv: support vector extension v0.9
 2020-07-13 17:38 UTC  (5+ messages)
` [RFC 62/65] fpu: add api to handle alternative sNaN propagation

[PATCH v18 01/14] mm/page_ext: Export lookup_page_ext() to GPL modules
 2020-07-13 17:38 UTC  (4+ messages)
`  "
    `  "

[PATCH v2 0/6] iommu-arm-smmu: Add auxiliary domains and per-instance pagetables
 2020-07-13 17:35 UTC  (7+ messages)
` [PATCH v2 1/6] iommu/arm-smmu: Add auxiliary domain support for arm-smmuv2
    ` [Freedreno] "

[dpdk-dev] [PATCH v3] mempool/ring: add support for new ring sync modes
 2020-07-13 17:37 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 0/2] "
  ` [dpdk-dev] [PATCH v4 2/2] "

[SELinux-notebook RFC] mypolicy is a simple CIL policy with Makefile to get started with
 2020-07-13 17:37 UTC 

[PATCH] drm/amdgpu: don't ignore the return from thermal_init
 2020-07-13 17:36 UTC  (2+ messages)

[PATCH] net: wan: cosa: Replace HTTP links with HTTPS ones
 2020-07-13 17:34 UTC 

[PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones
 2020-07-13 17:34 UTC  (3+ messages)
  ` [OpenRISC] "

[PATCH] S390: Replace HTTP links with HTTPS ones
 2020-07-13 17:33 UTC  (2+ messages)

[PATCH v2 0/3] Fix couple of issues with AMD topology
 2020-07-13 17:32 UTC  (7+ messages)
` [PATCH v2 1/3] hw/i386: Initialize topo_ids from CpuInstanceProperties

[PATCH] Replace HTTP links with HTTPS ones: DISKQUOTA
 2020-07-13 17:30 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: GCOV BASED KERNEL PROFILING
 2020-07-13 17:29 UTC  (2+ messages)

[PATCH] ASoC: rockchip: spdif: Handle clk by pm runtime
 2020-07-13 17:27 UTC  (4+ messages)

[PATCH] Replace HTTP links with HTTPS ones: 9P FILE SYSTEM
 2020-07-13 17:28 UTC  (2+ messages)

[PATCH v7 0/2] tmpfs: inode: Reduce risk of inum overflow
 2020-07-13 17:28 UTC  (3+ messages)
` [PATCH v7 1/2] tmpfs: Per-superblock i_ino support
` [PATCH v7 2/2] tmpfs: Support 64-bit inums per-sb

[PATCH] regulator: cros-ec: Constify cros_ec_regulator_voltage_ops
 2020-07-13 17:28 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
 2020-07-13 17:27 UTC  (2+ messages)

Branch renames
 2020-07-13 17:27 UTC  (2+ messages)

[linux-linus test] 151856: regressions - FAIL
 2020-07-13 17:26 UTC 

[PATCH 0/2] Fix Armada 38x mvneta lockups when switching speeds
 2020-07-13 17:21 UTC  (8+ messages)
` [PATCH 2/2] phy: armada-38x: fix NETA lockup when repeatedly "

[PATCH] Replace HTTP links with HTTPS ones: AFS FILESYSTEM
 2020-07-13 17:25 UTC  (2+ messages)

[PATCH v5 00/12] python/machine.py: refactor shutdown
 2020-07-13 17:24 UTC  (7+ messages)
` [PATCH v5 01/12] python/machine.py: consolidate _post_shutdown()
` [PATCH v5 03/12] python/machine.py: Add _early_cleanup hook
` [PATCH v5 04/12] python/machine.py: Perform early cleanup for wait() calls, too

[PATCH 0/1] crypto: af_alg - add extra parameters for DRBG interface
 2020-07-13 17:25 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] Replace HTTP links with HTTPS ones: OMFS
 2020-07-13 17:24 UTC  (2+ messages)

[PATCH] net: jme: Replace HTTP links with HTTPS ones
 2020-07-13 17:24 UTC 

[PATCH] Documentation/filesystems/proc.rst: copy-editing cleanup
 2020-07-13 17:24 UTC  (2+ messages)

[RFC PATCH 00/35] Move all PCIBIOS* definitions into arch/x86
 2020-07-13 18:24 UTC  (9+ messages)
` [RFC PATCH 02/35] ssb: Change PCIBIOS_SUCCESSFUL to 0
    ` [Linux-kernel-mentees] "
` [RFC PATCH 09/35] nvme-pci: "
      ` [Linux-kernel-mentees] "

[PATCH v4 1/2] dt-bindings: arm: fsl: Add MYiR Tech boards
 2020-07-13 17:22 UTC  (3+ messages)

[PATCH v5] scripts/simplebench: compare write request performance
 2020-07-13 17:22 UTC 

[PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-13 17:21 UTC  (8+ messages)
` [PATCH v2 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[PATCH v2 01/14] Kconfig: Introduce CONFIG_SYS_HAS_SRAM
 2020-07-13 17:23 UTC  (3+ messages)
` [PATCH v2 14/14] common/board_r: Move blkcache_init call earlier in the boot sequence

[RFC PATCH] interconnect: qcom: add functions to query addr/cmds for a path
 2020-07-13 17:22 UTC  (4+ messages)

[PATCH v2 0/5] mm/migrate: avoid device private invalidations
 2020-07-13 17:21 UTC  (18+ messages)
` [PATCH v2 1/5] nouveau: fix storing invalid ptes
` [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
` [PATCH v2 3/5] mm/notifier: add migration invalidation type
` [PATCH v2 4/5] nouveau/svm: use the new migration invalidation
` [PATCH v2 5/5] mm/hmm/test: "

[PATCH v4 0/2] Add Intel LGM soc DMA support
 2020-07-13 17:22 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: dma: Add bindings for intel LGM SOC

pull-request: wireless-drivers-2020-07-13
 2020-07-13 17:21 UTC 

[PATCH v9 0/7] iommu/arm-smmu: Enable split pagetable support
 2020-07-13 17:19 UTC  (6+ messages)
` [PATCH v9 4/7] iommu/arm-smmu: Add a pointer to the attached device to smmu_domain
    ` [Freedreno] "

Participate in build test (MIPS/Loongson)
 2020-07-13 17:21 UTC  (5+ messages)

[PATCH v3 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-13 17:18 UTC  (3+ messages)

[PATCH 1/1] Dockerfile: compile QEMU for Nokia N900 emulation
 2020-07-13 17:20 UTC  (2+ messages)

[PATCH 00/17] Documentation/driver-api: eliminate duplicated words
 2020-07-13 17:20 UTC  (3+ messages)

[v1] drm/msm/dpu: add support for clk and bw scaling for display
 2020-07-13 17:20 UTC  (5+ messages)
  ` [Freedreno] "

[PATCH] memsize: Make get_ram_size() work with arbitary RAM size
 2020-07-13 17:18 UTC  (2+ messages)

[PATCH 0/3] ASoC: sh: remove discriminatory terms
 2020-07-13 17:16 UTC  (4+ messages)
` [PATCH 1/3] ASoC: rsnd: don't use discriminatory terms for function names

What is the purpose of corectl
 2020-07-13 17:17 UTC  (2+ messages)

stable-2.02 - lvconvert: preset raid1 in case of striped conversions
 2020-07-13 17:17 UTC 

[PATCH] net: ethernet: Replace HTTP links with HTTPS ones
 2020-07-13 17:14 UTC  (2+ messages)

FETCH_HEAD files and mirrored repos
 2020-07-13 17:13 UTC  (8+ messages)


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.