All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-27 19:28:38 to 2021-05-27 20:37:21 UTC [more...]

[Buildroot] [Bug 13586] New: grub failure with BR2_OPTIMIZE_3
 2021-05-27 20:37 UTC  (5+ messages)

stable-rc/linux-4.19.y baseline: 105 runs, 3 regressions (v4.19.192-4-gf96d7c02c0d0)
 2021-05-27 20:36 UTC 

[PATCH 0/8] dt-bindings: firmware: Convert SCPI and SCMI to json schema
 2021-05-27 20:33 UTC  (16+ messages)
` [PATCH 1/8] dt-bindings: firmware: arm,scpi: Move arm,scpi-shmem "
  ` [PATCH 1/8] dt-bindings: firmware: arm, scpi: Move arm, scpi-shmem "
` [PATCH 6/8] dt-bindings: mailbox : arm,mhu: Fix arm,scpi example used here
  ` [PATCH 6/8] dt-bindings: mailbox : arm, mhu: Fix arm, scpi "
` [PATCH 7/8] dt-bindings: firmware: amlogic,scpi: Convert to json schema
  ` [PATCH 7/8] dt-bindings: firmware: amlogic, scpi: "
` [PATCH 8/8] dt-bindings: firmware: arm,scmi: "
    ` [PATCH 8/8] dt-bindings: firmware: arm, scmi: "

[PATCH 5.10 0/9] 5.10.41-rc1 review
 2021-05-27 20:34 UTC  (3+ messages)

[PATCH v3 0/3] am335x: set pinmux registers from pins debug file
 2021-05-27 20:33 UTC  (8+ messages)
` [PATCH v3 2/3] pinctrl: core: configure pinmux "

[PATCH] tcg/ppc: Fix building with Clang
 2021-05-27 20:32 UTC  (7+ messages)

[PATCH v21 RESEND 1/4] i2c: core: support bus regulator controlling in adapter
 2021-05-27 20:32 UTC  (2+ messages)

[PATCH v2] Input: elants_i2c - Fix NULL dereference at probing
 2021-05-27 20:31 UTC  (4+ messages)

[PATCH 4.19 00/12] bpf: fix verifier selftests, add CVE-2021-29155 fixes
 2021-05-27 20:31 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: fix stm32mp157c-odyssey card detect pin
 2021-05-27 19:59 UTC  (3+ messages)

[PATCH net-next] dt-bindings: net: brcm, iproc-mdio: convert to the json-schema
 2021-05-27 20:28 UTC  (2+ messages)
` [PATCH net-next] dt-bindings: net: brcm,iproc-mdio: "

[PATCH v1 1/1] i2c: core: Make debug message even more debuggish
 2021-05-27 20:30 UTC  (2+ messages)

linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single
 2021-05-27 20:28 UTC  (12+ messages)
              ` [PATCH] x86/thermal: Fix LVT thermal setup for SMI delivery mode

[RFC connman 1/1] WIP: Add WPA3-SAE support
 2021-05-27 20:28 UTC  (2+ messages)

[PATCH v1 1/6] i2c: acpi: Export i2c_acpi_find_client_by_adev() for users
 2021-05-27 20:26 UTC  (2+ messages)

[dunfell-backport][PATCH] gcc-cross-canadian: Install gcc/g++ wrappers for musl
 2021-05-27 20:25 UTC  (2+ messages)
` [OE-core] "

[PATCH] percpu: initialize best_upa variable
 2021-05-27 20:24 UTC  (5+ messages)

[PATCH v1 0/2] Change CIFS_FULL_KEY_DUMP ioctl to return variable size keys
 2021-05-27 20:23 UTC  (3+ messages)
` [PATCH v1 1/2] cifs: set server->cipher_type to AES-128-CCM for SMB3.0

[PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs
 2021-05-27 20:23 UTC  (28+ messages)
` [PATCH v3 01/27] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v3 02/27] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v3 03/27] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v3 04/27] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH v3 05/27] mm/swap: Introduce the idea of special swap ptes
` [PATCH v3 06/27] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH v3 07/27] mm: Drop first_index/last_index in zap_details
` [PATCH v3 08/27] mm: Introduce zap_details.zap_flags
` [PATCH v3 09/27] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH v3 10/27] mm: Pass zap_flags into unmap_mapping_pages()
` [PATCH v3 11/27] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH v3 12/27] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH v3 13/27] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v3 14/27] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH v3 15/27] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH v3 16/27] mm/hugetlb: Drop __unmap_hugepage_range definition from hugetlb.h
` [PATCH v3 17/27] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v3 18/27] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH v3 19/27] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v3 20/27] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH v3 21/27] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH v3 22/27] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH v3 23/27] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH v3 24/27] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH v3 25/27] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v3 26/27] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH v3 27/27] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH 1/3] hwmon: (pmbus) Add driver for Delta DPS-920AB PSU
 2021-05-27 20:23 UTC  (13+ messages)

[PATCH] i2c: core: Add stub for i2c_verify_client() if !CONFIG_I2C
 2021-05-27 20:23 UTC  (2+ messages)

[PATCH v5 1/5] PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions
 2021-05-27 20:23 UTC  (6+ messages)
` [PATCH v5 2/5] PCI/sysfs: Use return value from dsm_label_utf16s_to_utf8s() directly
` [PATCH v5 3/5] PCI/sysfs: Fix trailing newline handling of resource_alignment_param
` [PATCH v5 4/5] PCI/sysfs: Add missing trailing newline to devspec_show()
` [PATCH v5 5/5] PCI/sysfs: Only show value when driver_override is not NULL

[PATCH 0/9] Improve I/O priority support
 2021-05-27 20:23 UTC  (23+ messages)
` [PATCH 1/9] block/mq-deadline: Add several comments
` [PATCH 4/9] block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()
` [PATCH 5/9] block/mq-deadline: Improve compile-time argument checking
` [PATCH 6/9] block/mq-deadline: Reduce the read expiry time for non-rotational media
` [PATCH 7/9] block/mq-deadline: Reserve 25% of tags for synchronous requests
` [PATCH 8/9] block/mq-deadline: Add I/O priority support

[PATCH RFC libnetfilter_queue 1/1] Eliminate packet copy when constructing struct pkt_buff
 2021-05-27 20:23 UTC  (3+ messages)
` [PATCH libnetfilter_queue v2 "

[robh:for-kernelci 3/7] fdt.c:undefined reference to `fdt_init_reserved_mem'
 2021-05-27 20:23 UTC 

[GIT PULL] percpu changes for v5.13-rc4
 2021-05-27 20:23 UTC 

[RESEND] i2c: mediatek: Rename i2c irq name
 2021-05-27 20:13 UTC  (4+ messages)

[PATCH] i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset
 2021-05-27 20:14 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/adlp: Add missing TBT AUX -> PW#2 power domain dependencies
 2021-05-27 20:21 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] arm: Consistently use "Cortex-Axx", not "Cortex Axx"
 2021-05-27 20:18 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/unscd: disable on riscv32
 2021-05-27 20:19 UTC 

[PATCH V2 1/7] ext4: remove the 'group' parameter of ext4_trim_extent
 2021-05-27 20:18 UTC  (10+ messages)
  ` [PATCH V2 2/7] ext4: add new helper interface ext4_try_to_trim_range()
    ` [PATCH V2 3/7] ext4: remove the repeated comment of ext4_trim_all_free
      ` [PATCH V2 4/7] ext4: add new helper interface ext4_insert_free_data
          ` [PATCH V2 7/7] ext4: get discard out of jbd2 commit kthread contex

stable-rc/linux-4.14.y baseline: 99 runs, 6 regressions (v4.14.234-7-g599af343b6b7)
 2021-05-27 20:18 UTC 

[PATCH v2 0/6] block: file-posix queue
 2021-05-27 20:14 UTC  (4+ messages)
` [PATCH v2 2/6] file-posix: try BLKSECTGET on block devices too, do not round to power of 2

[PATCH v2] Bluetooth: fix the erroneous flush_work() order
 2021-05-27 20:14 UTC  (2+ messages)

[PATCH] perf/x86/intel/uncore: Fix a kernel WARNING triggered by maxcpus=1
 2021-05-27 20:13 UTC  (2+ messages)

[Bug 213245] New: Logitech bluetooth mouse V270 doesn't wake up properly on move only on click/roll
 2021-05-27 20:14 UTC 

[PATCH bpf-next v2 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-05-27 20:13 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] bpf: support specifying ingress via "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add test for "

[PATCH 00/10] Add support for older Rockchip SoCs to V4L2 hantro and rkvdec drivers
 2021-05-27 20:11 UTC  (8+ messages)
` [PATCH 05/10] media: hantro: add support for Rockchip RK3036

[PATCH] docs/pinctrl: fix the reference to the u300 platform
 2021-05-27 20:13 UTC 

[PATCH v5 1/3] drm/dp_mst: Add self-tests for up requests
 2021-05-27 20:12 UTC  (6+ messages)
` [PATCH v5 3/3] drm_dp_cec: add MST support

[PATCH] fpga: fix spelling mistakes
 2021-05-27 20:09 UTC  (3+ messages)

[PATCH] i2c: i801: Use standard PCI constants instead of own ones
 2021-05-27 20:10 UTC  (2+ messages)

[PATCH 0/3] meson: Minor improvements
 2021-05-27 20:08 UTC  (3+ messages)
` [PATCH 3/3] meson: List modules built in summary

[PATCH 0/2] i2c: i801: Replace waitqueue with completion API
 2021-05-27 20:09 UTC  (6+ messages)
` [PATCH 1/2] i2c: i801: Remove unneeded warning after wait_event_timeout timeout
` [PATCH 2/2] i2c: i801: Replace waitqueue with completion API

[RFC PATCH v5 00/27] NVMeTCP Offload ULP and QEDN Device Driver
 2021-05-27 20:03 UTC  (5+ messages)
` [RFC PATCH v5 04/27] nvme-tcp-offload: Add controller level implementation

[Buildroot] [PATCH 1/1] package/libcamera: fix build on sparc v8
 2021-05-27 20:03 UTC 

[PATCH net-next v3 0/2] bonding/balance-alb: support VMs behind bridges better
 2021-05-27 20:00 UTC  (3+ messages)
` [PATCH net-next v3 1/2] bonding: add pure source-mac-based tx hashing option
` [PATCH net-next v3 2/2] bonding/balance-alb: put all slaves into promisc

[RFC PATCH] drm/ttm: Fix swapping dereferences of freed memory
 2021-05-27 19:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[RFT] Testing 1.22
 2021-05-27 19:55 UTC  (5+ messages)

[PATCH] i2c: i801: Don't generate an interrupt on bus reset
 2021-05-27 19:56 UTC  (2+ messages)

[PATCH v2 0/2] Gitlab: Add issue templates
 2021-05-27 19:55 UTC  (2+ messages)

[PATCH v3] kcov: add __no_sanitize_coverage to fix noinstr for all architectures
 2021-05-27 19:55 UTC  (2+ messages)

[PATCH nf,v2] netfilter: nft_ct: skip expectations for confirmed conntrack
 2021-05-27 19:54 UTC 

[PATCH] drm/amdgpu: Register bad page handler for Aldebaran
 2021-05-27 19:54 UTC  (13+ messages)

[PATCH v1] hugetlb: pass head page to remove_hugetlb_page()
 2021-05-27 19:54 UTC  (3+ messages)

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-27 19:53 UTC  (5+ messages)

[PATCH] staging: media: atomisp: pci: Remove checks before kfree/kvfree
 2021-05-27 19:52 UTC  (2+ messages)

git push doesn't use local branch name as default
 2021-05-27 19:51 UTC  (2+ messages)

[PATCH 0/2] tests/acceptance: Add tests for the Pegasos2 machine
 2021-05-27 19:50 UTC  (3+ messages)
` [PATCH 1/2] tests/acceptance: Ignore binary data sent on serial console

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-27 19:44 UTC  (4+ messages)
` [RFC PATCH 24/97] drm/i915/guc: Add flag for mark broken CTB
  ` [Intel-gfx] "

[PATCH v2] i2c: aspeed: disable additional device addresses on ast2[56]xx
 2021-05-27 19:46 UTC  (4+ messages)

[PATCH] afs: fix no return statement in function returning non-void
 2021-05-27 19:48 UTC  (4+ messages)

[PATCH for-next v3 0/3] Fix memory ordering errors in queues
 2021-05-27 19:47 UTC  (4+ messages)
` [PATCH for-next v3 1/3] RDMA/rxe: Add a type flag to rxe_queue structs
` [PATCH for-next v3 2/3] RDMA/rxe: Protect user space index loads/stores
` [PATCH for-next v3 3/3] RDMA/rxe: Protext kernel index from user space

[PATCH 0/4] DT address cleanups and refactoring
 2021-05-27 19:45 UTC  (5+ messages)
` [PATCH 1/4] PCI: Add empty stub for pci_register_io_range()
` [PATCH 2/4] of: Merge of_get_address() and of_get_pci_address() implementations
` [PATCH 3/4] of: address: Use IS_ENABLED() for !CONFIG_PCI
` [PATCH 4/4] of: Merge of_address_to_resource() and of_pci_address_to_resource() implementations

[PATCH v5 0/2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-05-27 19:45 UTC  (6+ messages)
` [PATCH v5 2/2] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH] docs: replace ``FOO`` by :term:`FOO` where possible
 2021-05-27 19:45 UTC  (2+ messages)
` [docs] "

[PATCH 1/2] arch: arm64: dts: msm8996: Rename speedbin node
 2021-05-27 19:44 UTC  (2+ messages)
` [PATCH 2/2] arch: arm64: dts: msm8996: Add CPU opps

how to rollback / to a snapshot ?
 2021-05-27 19:43 UTC  (6+ messages)

[PATCH] mmc: dw_mmc-pltfm: Remove unused <linux/clk.h>
 2021-05-27 19:42 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915/ddi: Flush encoder power domain ref puts during driver unload
 2021-05-27 19:41 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] "

[PATCH] dt-bindings: usb: cdns,usb3: Fix interrupts order
 2021-05-27 19:39 UTC 

[PATCH 00/16] Rid W=1 warnings from I2C
 2021-05-27 19:38 UTC  (22+ messages)
` [PATCH 01/16] i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'
` [PATCH 02/16] i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers
` [PATCH 03/16] i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc
` [PATCH 08/16] i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param
` [PATCH 10/16] i2c: busses: i2c-ocores: Place the expected function names into the documentation headers
` [PATCH 13/16] i2c: busses: i2c-st: Fix copy/paste function misnaming issues
` [PATCH 14/16] i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name
` [PATCH 16/16] i2c: busses: i2c-st: trivial: Fix spelling issue 'enmpty => empty'

[PATCH 1/2] iommu: Remove unused of_get_dma_window()
 2021-05-27 19:37 UTC  (6+ messages)
` [PATCH 2/2] iommu: Drop unnecessary of_iommu.h includes

renesas/next baseline: 196 runs, 11 regressions (renesas-next-2021-05-27-v5.13-rc1)
 2021-05-27 19:39 UTC 

renesas/next baseline-nfs: 19 runs, 4 regressions (renesas-next-2021-05-27-v5.13-rc1)
 2021-05-27 19:39 UTC 

[PATCH] of: Move reserved memory private function declarations
 2021-05-27 19:38 UTC 

[PATCH v6 00/19] i386: KVM: expand Hyper-V features early
 2021-05-27 19:35 UTC  (10+ messages)
` [PATCH v6 17/19] i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed

[PATCH 0/6 v2] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-27 19:36 UTC  (2+ messages)

[PATCH v5 00/28] x86: Support Intel Advanced Matrix Extensions
 2021-05-27 19:35 UTC  (7+ messages)
` [PATCH v5 15/28] x86/arch_prctl: Create ARCH_GET_XSTATE/ARCH_PUT_XSTATE
      ` second, sync-alloc syscall

[PATCH V4] char: pcmcia: scr24x_cs: Fix failure handling of device_create()
 2021-05-27 19:34 UTC 

[PATCH V3 1/2] char: pcmcia: cm4000_cs: Fix failure handling
 2021-05-27 19:33 UTC  (2+ messages)
` [PATCH V3 2/2] char: pcmcia: cm4040_cs: "

[PATCH v2] kcov: add __no_sanitize_coverage to fix noinstr for all architectures
 2021-05-27 19:33 UTC  (2+ messages)

[ebtables PATCH 1/2] ebtables.h: restore KERNEL_64_USERSPACE_32 checks
 2021-05-27 19:30 UTC  (5+ messages)
` [ebtables PATCH 2/2] configure.ac: add option --enable-kernel-64-userland-32

[PATCH] arm64: dts: qcom: msm8996: Make CPUCC actually probe (and work)
 2021-05-27 19:29 UTC 

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-05-27 19:29 UTC  (10+ messages)

iwlwifi/cfg/22000.c: kernel 5.10.x LTS only have IWL_22000_UCODE_API_MAX 59
 2021-05-27 19:29 UTC 

[PATCH] KVM: X86: fix tlb_flush_guest()
 2021-05-27 19:28 UTC  (5+ 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.