linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-03 20:36:13 to 2021-11-04 02:13:38 UTC [more...]

[jpirko-mlxsw:petrm_soft_counters 6/6] net/core/rtnetlink.c:5486:32: error: unused variable 'ifla_stats_set_policy'
 2021-11-04  2:13 UTC 

[PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config
 2021-11-04  2:03 UTC  (12+ messages)

[PATCH v2] scsi: scsi_debug: fix type in min_t to avoid stack OOB
 2021-11-04  1:59 UTC  (2+ messages)

[PATCH v4] xen/balloon: add late_initcall_sync() for initial ballooning done
 2021-11-04  1:55 UTC  (2+ messages)

[PATCH v1] dt-bindings: convert qcom,spmi-pmic-arb binding to YAML format
 2021-11-04  1:54 UTC  (3+ messages)

[rppt:pks/v0.0 25/27] mm/page_alloc.c:5532:9: error: implicit declaration of function 'set_memory_4k'; did you mean 'set_memory_nx'?
 2021-11-04  1:52 UTC 

[PATCH bpf-next v5] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-11-04  1:50 UTC 

[PATCH v2] xen/balloon: rename alloc/free_xenballooned_pages
 2021-11-04  1:48 UTC  (2+ messages)

[PATCH v2] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-04  1:43 UTC  (3+ messages)

[PATCH 0/1] Mediatek pinctrl patch
 2021-11-04  1:40 UTC  (2+ messages)
` [PATCH] pinctrl: mediatek: fix global-out-of-bounds issue

[PATCH][next] rtw89: Fix potential dereference of the null pointer sta
 2021-11-04  1:38 UTC  (6+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-04  1:37 UTC  (2+ messages)

[PATCH] rcu: avoid alloc_pages() when recording stack
 2021-11-04  1:28 UTC  (9+ messages)

[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
 2021-11-04  1:21 UTC 

[PATCH] mm/hmm.c: Allow VM_MIXEDMAP to work with hmm_range_fault
 2021-11-04  1:20 UTC 

[PATCH] net/mlx5: use swap() to make code cleaner
 2021-11-04  1:17 UTC 

[tobetter:odroid-5.15.y 32/75] drivers/thermal/thermal_helpers.c:79: warning: expecting prototype for thermal_zone_get_temp(). Prototype was for CRITICAL_TEMP() instead
 2021-11-04  1:17 UTC 

[PATCH] lib/test_vmalloc.c: use swap() to make code cleaner
 2021-11-04  1:16 UTC 

[PATCH] use swap() to make code cleaner
 2021-11-04  1:14 UTC 

[PATCH v2 0/3] ARM: Support KFENCE feature
 2021-11-04  1:14 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: Support KFENCE for ARM

[PATCH] USB: UDC: use swap() to make code cleaner
 2021-11-04  1:12 UTC 

[PATCH] w1: w1_therm: use swap() to make code cleaner
 2021-11-04  1:11 UTC 

[PATCH] powerpc: use swap() to make code cleaner
 2021-11-04  1:09 UTC 

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-04  1:07 UTC  (2+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: test "

[RESEND, v13 0/4] Add SPMI support for Mediatek SoC IC
 2021-11-04  1:06 UTC  (3+ messages)
` [RESEND, v13 2/4] dt-bindings: spmi: document binding for the Mediatek SPMI controller

[PATCH v3 0/2] wcn36xx: populate band before determining rate on RX
 2021-11-04  1:05 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] wcn36xx: fix RX BD rate mapping for 5GHz legacy rates

[PATCH v2 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-04  1:05 UTC  (5+ messages)
` [PATCH v2 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series

[PATCH v11 4/4] drm/bridge: anx7625: add HDMI audio function
 2021-11-04  0:57 UTC  (6+ messages)

[tip:master] BUILD SUCCESS ea79c24a30aa27ccc4aac26be33f8b73f3f1f59c
 2021-11-04  0:51 UTC 

[PATCH 1/1] clk: composite: Fix 'switching' to same clock
 2021-11-04  0:50 UTC  (3+ messages)

[GIT PULL] clk changes for the merge window
 2021-11-04  0:48 UTC 

[PATCH] regulator: qcom_spmi: do no register unused regulators
 2021-11-04  0:43 UTC 

[PATCH] ARM: fix early early_iounmap()
 2021-11-04  0:37 UTC 

[PATCH] watchdog: Kconfig: enable MTK watchdog
 2021-11-04  0:33 UTC  (2+ messages)

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-04  0:25 UTC  (31+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 02/30] KVM: Disallow user memslot with size that exceeds "unsigned long"
` [PATCH v5.5 03/30] KVM: Require total number of memslot pages to fit in an unsigned long
` [PATCH v5.5 04/30] KVM: Open code kvm_delete_memslot() into its only caller
` [PATCH v5.5 05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired
` [PATCH v5.5 06/30] KVM: Use "new" memslot's address space ID instead of dedicated param
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 08/30] KVM: arm64: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 09/30] KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"
` [PATCH v5.5 10/30] KVM: PPC: Avoid referencing userspace memory region in memslot updates
` [PATCH v5.5 11/30] KVM: s390: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 12/30] KVM: x86: "
` [PATCH v5.5 13/30] KVM: RISC-V: "
` [PATCH v5.5 14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
` [PATCH v5.5 15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates
` [PATCH v5.5 16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
` [PATCH v5.5 17/30] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
` [PATCH v5.5 18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
` [PATCH v5.5 19/30] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
` [PATCH v5.5 21/30] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v5.5 22/30] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v5.5 23/30] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5.5 24/30] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5.5 25/30] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5.5 27/30] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v5.5 28/30] KVM: Optimize overlapping memslots check
` [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot
` [PATCH v5.5 30/30] KVM: Dynamically allocate "new" memslots from the get-go

[PATCH] media: use swap() to make code cleaner
 2021-11-04  0:26 UTC  (3+ messages)

[RFC PATCH 0/8] KVM: arm64: Add support for hypercall services selection
 2021-11-04  0:23 UTC  (9+ messages)
` [RFC PATCH 1/8] KVM: arm64: Factor out firmware register handling from psci.c
` [RFC PATCH 2/8] KVM: arm64: Setup base for hypercall firmware registers
` [RFC PATCH 3/8] KVM: arm64: Add standard secure service calls firmware register
` [RFC PATCH 6/8] tools: Import the firmware registers

[PATCH] ia64: use swap() to make code cleaner
 2021-11-04  0:19 UTC 

[PATCH] locking/ww-mutex: use swap() to make code cleaner
 2021-11-04  0:18 UTC 

[PATCH] zram: use ATTRIBUTE_GROUPS
 2021-11-04  0:12 UTC  (2+ messages)

[PATCH] ksmbd: fix flexible_array.cocci warnings
 2021-11-04  0:10 UTC  (3+ messages)

[PATCH v2 0/2] Indroduce Exynos Multi Core Timer version 2
 2021-11-04  0:21 UTC  (10+ messages)
  ` [PATCH v2 1/2] clocksource/drivers/exynos_mct_v2: introduce Exynos MCT version 2 driver for next Exynos SoC

[PATCH] PCI/MSI: Move non-mask check back into low level accessors
 2021-11-03 23:45 UTC 

[PATCH] afs: Fix ENOSPC, EDQUOT and other errors to fail a write rather than retrying
 2021-11-03 23:43 UTC 

[PATCH v4 1/2] dt-bindings: phy: Introduce Qualcomm eDP PHY binding
 2021-11-03 23:44 UTC  (2+ messages)
` [PATCH v4 2/2] phy: qcom: Introduce new eDP PHY driver

[PATCH 0/2] drm: Support input-boosted panel self-refresh exit
 2021-11-03 23:40 UTC  (3+ messages)
` [PATCH 1/2] drm/input_helper: Add new input-handling helper
` [PATCH 2/2] drm/self_refresh: Disable self-refresh on input events

[PATCH v7 0/7] PCI: brcmstb: have host-bridge turn on sub-device power
 2021-11-03 23:30 UTC  (9+ messages)
` [PATCH v7 4/7] PCI: pci_alloc_child_bus() return NULL if ->add_bus() returns -ENOLINK
` [PATCH v7 5/7] PCI: brcmstb: Add control of subdevice voltage regulators

[PATCH 1/4] block: add rq_flags to struct blk_mq_alloc_data
 2021-11-03 23:29 UTC  (4+ messages)

[syzbot] WARNING in io_poll_task_func (2)
 2021-11-03 23:27 UTC  (2+ messages)

[PATCH -next v2] bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
 2021-11-03 23:27 UTC  (2+ messages)

[PATCH v4 0/3] mwifiex: Add quirk to disable deep sleep with certain hardware revision
 2021-11-03 23:25 UTC  (3+ messages)

[PATCH] x86/sgx: Free backing memory after faulting the enclave page
 2021-11-03 23:22 UTC 

[PATCH v2] arm64: dts: imx8mm: Add NOC node
 2021-11-03 23:21 UTC  (4+ messages)

linux-next: manual merge of the input tree with Linus' tree
 2021-11-03 23:21 UTC 

[PATCH v3 0/2] Add wrapper to read GPR of INVPCID, INVVPID, and INVEPT
 2021-11-03 23:20 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: VMX: Add a wrapper to read index of GPR for "
` [PATCH v3 2/2] KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()

[PATCH net-next v2 0/3] net: ethernet: ti: cpsw: enable bc/mc storm prevention support
 2021-11-03 23:19 UTC  (6+ messages)
` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpsw: "

[syzbot] KASAN: use-after-free Write in io_submit_one
 2021-11-03 23:16 UTC 

[PATCH v3 0/7] Removal of bcm63xx-wdt
 2021-11-03 23:13 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
` [PATCH v3 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding
` [PATCH v3 3/7] watchdog: bcm7038_wdt: Support platform data configuration
` [PATCH v3 4/7] watchdog: Allow building BCM7038_WDT for BCM63XX
` [PATCH v3 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt
` [PATCH v3 6/7] MIPS: BCM63XX: Provide platform data to watchdog device
` [PATCH v3 7/7] watchdog: Remove BCM63XX_WDT

[PATCH v2 0/4] Add support for the Cypress cyttsp5
 2021-11-03 23:07 UTC  (3+ messages)
` [PATCH v2 2/4] Documentation: DT: bindings: input: Add documentation for cyttsp5

[PATCH v5 00/14] last set for add_disk() error handling
 2021-11-03 23:04 UTC  (15+ messages)
` [PATCH v5 01/14] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v5 02/14] nvdimm/btt: add error handling support for add_disk()
` [PATCH v5 03/14] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v5 04/14] nvdimm/blk: add error handling support for add_disk()
` [PATCH v5 05/14] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v5 06/14] nvdimm/pmem: use add_disk() error handling
` [PATCH v5 07/14] z2ram: add error handling support for add_disk()
` [PATCH v5 08/14] block/sunvdc: "
` [PATCH v5 09/14] mtd/ubi/block: "
` [PATCH v5 10/14] ataflop: remove ataflop_probe_lock mutex
` [PATCH v5 11/14] block: update __register_blkdev() probe documentation
` [PATCH v5 12/14] ataflop: address add_disk() error handling on probe
` [PATCH v5 13/14] floppy: "
` [PATCH v5 14/14] block: add __must_check for *add_disk*() callers

[PATCH v2 0/2] Add wrapper to read GPR of INVPCID, INVVPID, and INVEPT
 2021-11-03 23:00 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: Add a wrapper to read index of GPR for "

[PATCH] media: docs: dev-decoder: add restrictions about CAPTURE buffers
 2021-11-03 22:58 UTC  (6+ messages)
  ` [EXT] "

[tobetter:odroid-5.15.y 43/75] include/drm/drm_mipi_dbi.h:186:41: error: invalid use of undefined type 'struct spi_device'
 2021-11-03 22:51 UTC 

[PATCH] tcp: Use BIT() for OPTION_* constants
 2021-11-03 22:49 UTC  (2+ messages)

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-11-03 22:36 UTC  (13+ messages)

linux-next: manual merge of the arm64 tree with Linus' tree
 2021-11-03 22:32 UTC 

[PATCH] drm/msm/a6xx: Allocate enough space for GMU registers
 2021-11-03 22:31 UTC 

[PATCH] Documentation: kunit: fix path to .kunitconfig in start.rst
 2021-11-03 22:30 UTC 

[PATCH v3] perf evsel: Fix missing exclude_{host,guest} setting
 2021-11-03 22:29 UTC  (9+ messages)

[PATCH] smack: clean up smack_enabled to be more readable
 2021-11-03 22:24 UTC  (3+ messages)

[PATCH v2] tcp: Initial support for RFC5925 auth option
 2021-11-03 22:22 UTC  (14+ messages)
` [PATCH v2 07/25] tcp: Use BIT() for OPTION_* constants
` [PATCH v2 11/25] tcp: authopt: Implement Sequence Number Extension
` [PATCH v2 12/25] tcp: ipv6: Add AO signing for tcp_v6_send_response

[PATCH] arm64: cpufeature: Export this_cpu_has_cap helper
 2021-11-03 22:12 UTC 

[GIT PULL] vhost,virtio,vhost: fixes,features
 2021-11-03 22:04 UTC  (2+ messages)

task_group unthrottling and removal race (was Re: [PATCH] sched/fair: Use rq->lock when checking cfs_rq list) presence
 2021-11-03 22:03 UTC  (3+ messages)
` [PATCH] sched/fair: Prevent dead task groups from regaining cfs_rq's

[PATCH] mm/mremap_pages: Save a few cycles in 'get_dev_pagemap()'
 2021-11-03 22:01 UTC  (4+ messages)

[STACK DUMP][5.16-rc?] from (cpufreq: intel_pstate: Process HWP Guaranteed change notification)
 2021-11-03 21:58 UTC  (2+ messages)

[PATCH] mfd: simple-mfd-i2c: Fix linker error due to new mfd-core dependency
 2021-11-03 21:58 UTC  (2+ messages)

[PATCH v11 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-11-03 21:54 UTC  (5+ messages)
` [PATCH v11 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH] regmap: allow to define reg_update_bits for no bus configuration
 2021-11-03 21:53 UTC  (5+ messages)

[PATCH] x86/fpu: Optimize out sigframe xfeatures when in init state
 2021-11-03 21:48 UTC  (2+ messages)
` [tip: x86/urgent] "

[RFC v2 00/11] Intro to Hardware timestamping engine
 2021-11-03 21:43 UTC  (4+ messages)
` [RFC v2 04/11] dt-bindings: Add HTE bindings

[PATCH v7 0/6] serial: mvebu-uart: Support for higher baudrates
 2021-11-03 21:42 UTC  (2+ messages)

[PATCH] aio: Save a few cycles in 'lookup_ioctx()'
 2021-11-03 21:31 UTC 

[PATCH 5.10 00/77] 5.10.77-rc1 review
 2021-11-03 21:25 UTC  (7+ messages)
` [PATCH 5.10 32/77] drm/ttm: fix memleak in ttm_transfered_destroy
    ` [Nouveau] "

[PATCH] scsi: target: Save a few cycles in 'transport_lookup_[cmd|tmr]_lun()'
 2021-11-03 21:24 UTC 

[PATCH v5] spi: spi-geni-qcom: Add support for GPI dma
 2021-11-03 21:17 UTC  (2+ messages)

[PATCH] PCI/P2PDMA: Save a few cycles in 'pci_alloc_p2pmem()'
 2021-11-03 21:16 UTC 

xillybus_of.c:undefined reference to `devm_platform_ioremap_resource'
 2021-11-03 21:08 UTC 

[PATCH] arm64: module: Use aarch64_insn_write when updating relocations later on
 2021-11-03 21:07 UTC 

linux-next: manual merge of the rust tree with Linus' tree
 2021-11-03 21:01 UTC  (3+ messages)

[PATCH] drm/msm: Hangcheck timer fixes
 2021-11-03 21:04 UTC 

[PATCH 1/2] drm/msm/devfreq: Add some locking asserts
 2021-11-03 21:04 UTC  (2+ messages)
` [PATCH 2/2] drm/msm/gpu: Respect PM QoS constraints

[PATCH] mwifiex: Ignore BTCOEX events from the 88W8897 firmware
 2021-11-03 20:58 UTC 

arch/s390/boot/compressed/../../../../lib/xz/xz_dec_stream.c:393:28: sparse: sparse: incorrect type in argument 1 (different base types)
 2021-11-03 20:57 UTC 

[PATCH stable 4.9 0/2] zsmalloc MAX_POSSIBLE_PHYSMEM_BITS
 2021-11-03 20:57 UTC  (3+ messages)
` [PATCH stable 4.9 1/2] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
` [PATCH stable 4.9 2/2] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed

[PATCH stable 4.14 0/2] zsmalloc MAX_POSSIBLE_PHYSMEM_BITS
 2021-11-03 20:57 UTC  (3+ messages)
` [PATCH stable 4.14 1/2] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
` [PATCH stable 4.14 2/2] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed

[PATCH stable 4.19 1/1] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2021-11-03 20:56 UTC 

[PATCH v1] x86/fpu: Remove opmask state from avx512_timestamp check
 2021-11-03 20:56 UTC  (10+ messages)
` [PATCH v3 1/2] x86/fpu: Add helper function for tracking AVX512 status
  ` [PATCH v3 2/2] x86/xstate: Make AVX512 status tracking more accurate

[PATCH] staging: vchiq_core: remove superfluous static_assert statement
 2021-11-03 20:51 UTC 

[PATCH 0/2] Add support for AD7293 Power Amplifier
 2021-11-03 20:51 UTC  (3+ messages)
` [PATCH 1/2] iio:amplifiers:ad7293: add support for AD7293

[tobetter:odroid-5.15.y 43/75] include/drm/drm_mipi_dbi.h:186:34: error: dereferencing pointer to incomplete type 'struct spi_device'
 2021-11-03 20:40 UTC 

[PATCH v2] usb: core: reduce power-on-good delay time of root hub
 2021-11-03 20:37 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).