linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 12:01:37 to 2021-05-19 14:34:57 UTC [more...]

[RFC net-next 0/4] Marvell Prestera Switchdev initial updates for firmware version 3.0
 2021-05-19 14:33 UTC  (4+ messages)
` [RFC net-next 1/4] net: marvell: prestera: try to load previous fw version
` [RFC net-next 3/4] net: marvell: prestera: align flood setting according to latest firmware version
` [RFC net-next 4/4] net: marvell: prestera: bump supported firmware version to 3.0

[PATCH] nbd: provide a way for userspace processes to identify device backends
 2021-05-19 14:33 UTC  (8+ messages)

[PATCH v1 1/1] backlight: lm3630a_bl: Put fwnode in error case during ->probe()
 2021-05-19 14:33 UTC  (2+ messages)

[RFC PATCH 0/3] Add additional MOK vars
 2021-05-19 14:32 UTC  (2+ messages)

[PATCH 00/25] AMD MCA Address Translation Updates
 2021-05-19 14:32 UTC  (4+ messages)

[PATCH v5 00/14] media: mtk-vcodec: support for MT8183 decoder
 2021-05-19 14:30 UTC  (15+ messages)
` [PATCH v5 01/14] media: mtk-vcodec: vdec: Support H264 profile control
` [PATCH v5 02/14] media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMD
` [PATCH v5 03/14] media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limits
` [PATCH v5 04/14] media: mtk-vcodec: make flush buffer reusable by encoder
` [PATCH v5 05/14] media: mtk-vcodec: venc: support START and STOP commands
` [PATCH v5 06/14] media: mtk-vcodec: vdec: move stateful ops into their own file
` [PATCH v5 07/14] media: mtk-vcodec: vdec: handle firmware version field
` [PATCH v5 08/14] media: mtk-vcodec: support version 2 of decoder firmware ABI
` [PATCH v5 09/14] media: add Mediatek's MM21 format
` [PATCH v5 10/14] media: mtk-vcodec: vdec: support stateless API
` [PATCH v5 11/14] media: mtk-vcodec: vdec: support stateless H.264 decoding
` [PATCH v5 12/14] media: mtk-vcodec: vdec: add media device if using stateless api
` [PATCH v5 13/14] dt-bindings: media: document mediatek,mt8183-vcodec-dec
` [PATCH v5 14/14] media: mtk-vcodec: enable MT8183 decoder

[PATCH] virtio_net: Use BUG_ON instead of if condition followed by BUG
 2021-05-19 14:31 UTC  (6+ messages)
` virtio_net: BQL?
      ` [Bloat] "

[PATCH] arm64: dts: fsl-ls1028a: Correct ECAM PCIE window ranges
 2021-05-19 14:28 UTC  (9+ messages)

[PATCH v2 00/17] Adding support for controlling the leds found on Intel NUC
 2021-05-19 14:24 UTC  (8+ messages)
` [PATCH v2 16/17] leds: leds-nuc: add support for changing the ethernet type indicator

[PATCH 1/6] staging: rtl8188eu: use safe iterator in rtw_free_network_queue
 2021-05-19 14:20 UTC  (6+ messages)
    ` [PATCH] w1: fix loop in w1_fini()
    ` [PATCH] scsi: libsas: use _safe() loop in sas_resume_port()

[PATCH][next] ALSA: rawmidi: fix incorrect array bounds check on clock_names
 2021-05-19 14:20 UTC  (2+ messages)

BPF: failed module verification on linux-next
 2021-05-19 14:19 UTC 

[PATCH v9 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
 2021-05-19 14:19 UTC  (2+ messages)
` [tip: x86/fpu] uapi/auxvec: "

[PATCH v9 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
 2021-05-19 14:19 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH v9 6/6] selftest/x86/signal: Include test cases for validating sigaltstack
 2021-05-19 14:19 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH v9 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
 2021-05-19 14:19 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH v9 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
 2021-05-19 14:19 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH v9 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
 2021-05-19 14:19 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH] virtio_net: Remove BUG() to aviod machine dead
 2021-05-19 14:18 UTC  (3+ messages)

[RFC v2 00/23] io_uring BPF requests
 2021-05-19 14:13 UTC  (24+ messages)
` [PATCH 01/23] io_uring: shuffle rarely used ctx fields
` [PATCH 02/23] io_uring: localise fixed resources fields
` [PATCH 03/23] io_uring: remove dependency on ring->sq/cq_entries
` [PATCH 04/23] io_uring: deduce cq_mask from cq_entries
` [PATCH 05/23] io_uring: kill cached_cq_overflow
` [PATCH 06/23] io_uring: rename io_get_cqring
` [PATCH 07/23] io_uring: extract struct for CQ
` [PATCH 08/23] io_uring: internally pass CQ indexes
` [PATCH 09/23] io_uring: extract cq size helper
` [PATCH 10/23] io_uring: add support for multiple CQs
` [PATCH 11/23] io_uring: enable mmap'ing additional CQs
` [PATCH 12/23] bpf: add IOURING program type
` [PATCH 13/23] io_uring: implement bpf prog registration
` [PATCH 14/23] io_uring: add support for bpf requests
` [PATCH 15/23] io_uring: enable BPF to submit SQEs
` [PATCH 16/23] io_uring: enable bpf to submit CQEs
` [PATCH 17/23] io_uring: enable bpf to reap CQEs
` [PATCH 18/23] libbpf: support io_uring
` [PATCH 19/23] io_uring: pass user_data to bpf executor
` [PATCH 20/23] bpf: Add bpf_copy_to_user() helper
` [PATCH 21/23] io_uring: wire bpf copy to user
` [PATCH 22/23] io_uring: don't wait on CQ exclusively
` [PATCH 23/23] io_uring: enable bpf reqs to wait for CQs

[RFC PATCH 0/6] soc-pcm: Add separate snd_pcm_runtime for BEs
 2021-05-19 14:15 UTC  (2+ messages)

[PATCH] arch/mips/boot/compressed/string.c: Fix build warnings
 2021-05-19 14:14 UTC  (3+ messages)

[PATCH v2 0/3] memblock, arm: fixes for freeing of the memory map
 2021-05-19 14:14 UTC  (4+ messages)
` [PATCH v2 1/3] memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
` [PATCH v2 2/3] memblock: align freed memory map on pageblock boundaries with SPARSEMEM
` [PATCH v2 3/3] arm: extend pfn_valid to take into accound freed memory map alignment

[sched,fair] 0c2de3f054: aim7.jobs-per-min -4.1% regression
 2021-05-19 14:30 UTC 

[smp] a32a4d8a81: netperf.Throughput_tps -2.1% regression
 2021-05-19 14:27 UTC 

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-19 14:09 UTC  (13+ messages)
` [PATCH v12 5/8] arm64: kvm: Save/restore MTE registers
` [PATCH v12 6/8] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [PATCH v12 7/8] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v12 8/8] KVM: arm64: Document MTE capability and ioctl

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-19 14:09 UTC  (27+ messages)
` [PATCH v8 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v8 5/8] mm: Device exclusive memory access

[PATCH -next] watch_queue: Fix error return code in watch_queue_set_size()
 2021-05-19 14:16 UTC 

[PATCH -next] erofs: fix error return code in erofs_read_superblock()
 2021-05-19 14:16 UTC 

[PATCH -next] vp_vdpa: fix error return code in vp_vdpa_probe()
 2021-05-19 14:16 UTC 

[PATCH -next] reset: mchp: sparx5: fix return value check in mchp_sparx5_map_io()
 2021-05-19 14:16 UTC 

[PATCH] arch/mips/kernel/asm-offsets.c: Make local functions static
 2021-05-19 14:04 UTC  (2+ messages)

[PATCH v1 1/2] perf auxtrace: Change to use SMP memory barriers
 2021-05-19 14:03 UTC  (2+ messages)
` [PATCH v1 2/2] perf auxtrace: Optimize barriers with load-acquire and store-release

[syzbot] WARNING: locking bug in complete_all
 2021-05-19 14:02 UTC 

[PATCH] pci: add NVMe FLR quirk to the SM951 SSD
 2021-05-19 12:54 UTC  (2+ messages)

[PATCH v2] add longer timeout for verify signature command
 2021-05-19 14:00 UTC  (2+ messages)
` [PATCH v2] tpm2: "

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-19 13:58 UTC  (9+ messages)

[PATCH] vgaarb: Use ACPI HID name to find integrated GPU
 2021-05-19 13:57 UTC 

[PATCH v5 2/5] hwmon: (max31790) Fix and split pwm*_enable
 2021-05-19 13:55 UTC  (3+ messages)

[PATCH v2 0/8] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-05-19 13:52 UTC  (9+ messages)
` [PATCH v2 1/8] x86/sev-es: Don't return NULL from sev_es_get_ghcb()
` [PATCH v2 2/8] x86/sev-es: Forward page-faults which happen during emulation
` [PATCH v2 3/8] x86/sev-es: Use __put_user()/__get_user() for data accesses
` [PATCH v2 4/8] x86/sev-es: Fix error message in runtime #VC handler
` [PATCH v2 5/8] x86/sev-es: Leave NMI-mode before sending signals
` [PATCH v2 6/8] x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()
` [PATCH v2 7/8] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()
` [PATCH v2 8/8] x86/sev-es: Propagate #GP if getting linear instruction address failed

[PATCH] staging: rtl8723bs: remove if (true) statement
 2021-05-19 13:51 UTC  (5+ messages)

[PATCH] greybus: audio: Fix sparse warning
 2021-05-19 13:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH -next] drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()
 2021-05-19 13:49 UTC 

[PATCH 0/3] vmalloc() vs bulk allocator v2
 2021-05-19 13:44 UTC  (3+ messages)
` [PATCH 2/3] mm/vmalloc: Switch to bulk allocator in __vmalloc_area_node()

[PATCH v2 0/4] Add guest support for SEV live migration
 2021-05-19 13:44 UTC  (12+ messages)
` [PATCH v2 2/4] mm: x86: Invoke hypercall when page encryption status is changed

[PATCH] kbuild: allow checking single device tree file
 2021-05-19 13:43 UTC  (2+ messages)

[PATCH] fs/ntfs3: make ntfs3 compile with clang-12
 2021-05-19 13:43 UTC 

[PATCH v3 1/2] platform/x86: samsung-laptop: use octal numbers for rwx file permissions
 2021-05-19 13:42 UTC  (2+ messages)

[PATCH v2] platform/x86: drop unneeded assignment in host_control_smi()
 2021-05-19 13:42 UTC  (2+ messages)

[PATCH v3 0/4] compat: remove compat_alloc_user_space callers
 2021-05-19 13:41 UTC  (4+ messages)
` [PATCH v3 2/4] mm: simplify compat_sys_move_pages

[PATCH 1/6] mfd: Add Delta TN48M CPLD driver
 2021-05-19 13:40 UTC  (5+ messages)
` [PATCH 4/6] hwmon: Add Delta TN48M CPLD HWMON driver

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-19 13:39 UTC  (3+ messages)
` [PATCH v7 04/12] virtio-blk: Add validation for block size in config space

[PATCH 0/3] perf intel-pt: Fixes relating to transaction abort handling
 2021-05-19 13:35 UTC  (2+ messages)

[i915] b12d691ea5: kernel_BUG_at_mm/memory.c
 2021-05-19 13:33 UTC  (3+ messages)

[PATCH 1/3] gpu: drm: replace occurrences of invalid character
 2021-05-19 13:30 UTC  (4+ messages)
` [PATCH 2/3] spi: fix some invalid char occurrences

[PATCH v1 1/1] platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for ACPI
 2021-05-19 13:30 UTC  (2+ messages)

[PATCH] perf test: Test libpfm4 support (63) reports error
 2021-05-19 13:29 UTC  (3+ messages)

[PATCH] bcache: fix error info in register_bcache()
 2021-05-19 13:28 UTC 

[RFC PATCH v2 0/1] gpio: add simple logic analyzer using polling
 2021-05-19 13:25 UTC  (2+ messages)
` [RFC PATCH v2 1/1] misc: add sloppy "

[PATCH] net: phy: add driver for Motorcomm yt8511 phy
 2021-05-19 13:25 UTC  (10+ messages)

[PATCH 0/3] memblock, arm: fixes for freeing of the memory map
 2021-05-19 13:25 UTC  (6+ messages)
` [PATCH 3/3] arm: extend pfn_valid to take into accound freed memory map alignment

[PATCH v5 1/3] perf report: compile tips.txt in perf binary
 2021-05-19 13:24 UTC  (2+ messages)

[PATCH net] net: hso: bail out on interrupt URB allocation failure
 2021-05-19 13:23 UTC  (2+ messages)

[PATCH v2] regulator: Check ramp_delay_table for regulator_set_ramp_delay_regmap
 2021-05-19 13:22 UTC 

[GIT PULL] fs mount_setattr fix
 2021-05-19 13:20 UTC 

[PATCH 1/3] platform/x86: gigabyte-wmi: streamline dmi matching
 2021-05-19 13:21 UTC  (2+ messages)

[PATCH v1 0/2] Unify NVIDIA Tegra ASoC machine drivers
 2021-05-19 13:19 UTC  (9+ messages)
` [PATCH v1 2/2] ASoC: tegra: Unify "
      ` Question about Tegra UCMs

[v6 0/1] Introduce support for PSF control
 2021-05-19 13:19 UTC  (4+ messages)
` [v6 1/1] x86/bugs: Implement mitigation for Predictive Store Forwarding

[PATCH v1 1/1] platform/mellanox: mlxbf-tmfifo: Fix a memory barrier issue
 2021-05-19 13:19 UTC  (3+ messages)
` [PATCH v2] "

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

[PATCH -next resend] scsi: hisi_sas: drop free_irq of devm_request_irq allocated irq
 2021-05-19 13:17 UTC  (2+ messages)

[BUG] rockpro64: PCI BAR reassignment broken by commit 9d57e61bf723 ("of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses")
 2021-05-19 13:17 UTC  (3+ messages)

[PATCH] regulator: Check ramp_delay_table for regulator_set_ramp_delay_regmap
 2021-05-19 13:16 UTC  (2+ messages)

[PATCH 0/6] x86/sev-es: Fixes for SEV-ES guest support
 2021-05-19 13:16 UTC  (7+ messages)
` [PATCH 2/6] x86/sev-es: Forward page-faults which happen during emulation
` [PATCH 4/6] Revert "x86/sev-es: Handle string port IO to kernel memory properly"

[PATCH] platform/surface: aggregator: Add platform-drivers-x86 list to MAINTAINERS entry
 2021-05-19 13:12 UTC  (2+ messages)

[PATCH] [v2] platform/surface: aggregator: avoid clang -Wconstant-conversion warning
 2021-05-19 13:12 UTC  (2+ messages)

[PATCH] platform/surface: dtx: Fix poll function
 2021-05-19 13:12 UTC  (2+ messages)

[PATCH] platform/surface: aggregator: Do not mark interrupt as shared
 2021-05-19 13:11 UTC  (2+ messages)

[PATCH] hungtask: add filter kthread/check comm
 2021-05-19 13:06 UTC  (2+ messages)

[PATCH] mm/page_alloc: try oom if reclaim is unable to make forward progress
 2021-05-19 13:06 UTC  (11+ messages)

[PATCH 0/2] objtool annotations: Avoid using inline asm operand modifiers
 2021-05-19 13:03 UTC  (3+ messages)
` [PATCH 1/2] compiler.h: "
` [PATCH 2/2] instrumentation.h: "

[PATCH v2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-19 13:02 UTC  (18+ messages)

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-05-19 12:57 UTC  (3+ messages)
` [PATCH v4 04/10] dt-bindings: watchdog: dw-wdt: add description for rk3568

[PATCH] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2021-05-19 12:49 UTC  (5+ messages)
  ` [External] "

[PATCH 00/11] Rid W=1 warnings in wireless
 2021-05-19 12:41 UTC  (3+ messages)
` [PATCH 04/11] net: broadcom: brcmfmac: Demote non-compliant kernel-doc headers

[PATCH] brcmsmac: mac80211_if: Fix a resource leak in an error handling path
 2021-05-19 12:39 UTC  (2+ messages)

[PATCH 1/3] mfd: lp87565: fix typo in define names
 2021-05-19 12:35 UTC  (2+ messages)
` [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v5.14 merge window

[PATCH v3 0/7] Add Aspeed SSIF BMC driver
 2021-05-19 12:34 UTC  (4+ messages)
` [PATCH v3 2/7] ipmi: ssif_bmc: Add "

kernel/sched/fair.c:9551:12: warning: stack frame size of 1376 bytes in function 'load_balance'
 2021-05-19 12:32 UTC  (3+ messages)

[PATCH RFC v1 0/3] clk: meson: rounding for fast clocks on 32-bit SoCs
 2021-05-19 12:31 UTC  (5+ messages)
` [PATCH RFC v1 1/3] clk: divider: Add re-usable determine_rate implementations

[PATCH] dt-bindings: net: Convert MDIO mux bindings to DT schema
 2021-05-19 12:30 UTC  (2+ messages)

[PATCH v5 1/2] mfd: google,cros-ec: add DT bindings for a baseboard's switch device
 2021-05-19 12:28 UTC  (3+ messages)
` [PATCH v6] "

[PATCH 1/1] blackhole_dev: remove unused variable 'ethh' in test_blackholedev_init()
 2021-05-19 12:27 UTC 

[PATCH 1/2] dt-bindings: mfd: lp875xx: add optional reset GPIO
 2021-05-19 12:25 UTC  (3+ messages)
` [PATCH 2/2] mfd: lp87565: handle optional reset pin

[PATCH -next] mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLE
 2021-05-19 12:23 UTC  (2+ messages)

[PATCH] drivers/video/fbdev/core/fbmem.c: add pointer judgment
 2021-05-19 12:16 UTC  (2+ messages)

[PATCH v1 1/1] usb: typec: wcove: Use LE to CPU conversion when accessing msg->header
 2021-05-19 12:10 UTC  (2+ messages)

[PATCH v3 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-05-19 12:05 UTC  (7+ messages)
` [PATCH v3 5/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH] [media] st-hva: Fix potential NULL pointer dereferences
 2021-05-19 12:04 UTC 

[PATCH] mfd: syscon: free the allocated name field of struct regmap_config
 2021-05-19 12:05 UTC  (2+ messages)

[PATCH v1 1/1] mfd: Remove software node conditionally and locate at right place
 2021-05-19 12:03 UTC  (2+ messages)

[PATCH] watchdog: revert cleanup handling of false positives
 2021-05-19 12:01 UTC  (4+ messages)
  ` [PATCH] watchdog: Reliable handling of timestamps

[PATCH 0/2] mfd: wcd934x: add mbhc interrupts
 2021-05-19 12:01 UTC  (3+ messages)
` [PATCH 2/2] mfd: wcd934x: add additional interrupts required for MBHC support


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).