linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 16:19:45 to 2020-09-25 18:47:19 UTC [more...]

a saner API for allocating DMA addressable pages v3
 2020-09-25 18:47 UTC  (5+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

[PATCH v2 0/2] perf: Update CascadelakeX and SkylakeX events list
 2020-09-25 18:36 UTC  (4+ messages)
  ` [PATCH v2 1/2] perf vendor events: Update CascadelakeX events to v1.08

[PATCH net-next v2 1/2] ethtool: improve compat ioctl handling
 2020-09-25 18:42 UTC  (2+ messages)

[PATCH v2 0/1] scsi: libiscsi: fix NOP race condition
 2020-09-25 18:41 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v3 0/4] Actually implement nvmem support for mtd
 2020-09-25 18:39 UTC  (4+ messages)
` [PATCH v3 3/4] of_net: add mac-address-increment support

[PATCH] mm,kmemleak-test.c: move kmemleak-test.c to samples dir
 2020-09-25 18:37 UTC 

RFC: sort out get_gendisk abuses
 2020-09-25 18:38 UTC  (3+ messages)
` [PATCH 2/2] PM/hibernate: remove the bogus call to get_gendisk in software_resume

[PATCH v4] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-25 18:37 UTC  (5+ messages)

[PATCH RFT/RFC v2 00/47] staging: media: bring back zoran driver
 2020-09-25 18:36 UTC  (49+ messages)
` [PATCH RFT/RFC v2 01/47] staging: media: Revert "media: zoran: remove deprecated driver"
` [PATCH RFT/RFC v2 02/47] MAINTAINERS: change maintainer of the zoran driver
` [PATCH RFT/RFC v2 03/47] staging: media: zoran: datasheet is no longer available from zoran.com
` [PATCH RFT/RFC v2 04/47] staging: media: zoran: Documentation: fix typo
` [PATCH RFT/RFC v2 05/47] staging: media: zoran: fix checkpatch issue
` [PATCH RFT/RFC v2 06/47] staging: media: zoran: do not forward declare zr36057_init_vfe
` [PATCH RFT/RFC v2 07/47] staging: media: zoran: convert all error dprintk to pci_err/pr_err
` [PATCH RFT/RFC v2 08/47] staging: media: zoran: convert dprintk warn
` [PATCH RFT/RFC v2 09/47] staging: media: zoran: convert dprintk info to pci_info
` [PATCH RFT/RFC v2 10/47] staging: media: zoran: convert dprintk debug
` [PATCH RFT/RFC v2 11/47] staging: media: zoran: zoran_device.c: convert pr_x to pci_x
` [PATCH RFT/RFC v2 12/47] staging: media: zoran: remove proc_fs
` [PATCH RFT/RFC v2 13/47] staging: media: zoran: use VFL_TYPE_VIDEO
` [PATCH RFT/RFC v2 14/47] staging: media: zoran: use v4l2_buffer_set_timestamp
` [PATCH RFT/RFC v2 15/47] staging: media: zoran: do not print random guest 0
` [PATCH RFT/RFC v2 16/47] staging: media: zoran: move buffer_size out of zoran_fh
` [PATCH RFT/RFC v2 17/47] staging: media: zoran: move v4l_settings "
` [PATCH RFT/RFC v2 18/47] staging: media: zoran: move jpg_settings "
` [PATCH RFT/RFC v2 19/47] staging: media: zoran: move overlay_settings "
` [PATCH RFT/RFC v2 20/47] staging: media: zoran: Use video_drvdata to get struct zoran
` [PATCH RFT/RFC v2 21/47] staging: media: zoran: Change zoran_v4l_set_format parameter from zoran_fh to zoran
` [PATCH RFT/RFC v2 22/47] staging: media: zoran: remove overlay
` [PATCH RFT/RFC v2 23/47] staging: media: zoran: Use DMA coherent for stat_com
` [PATCH RFT/RFC v2 24/47] staging: media: zoran: use ZR_NORM
` [PATCH RFT/RFC v2 25/47] staging: media: zoran: zoran does not support STD_ALL
` [PATCH RFT/RFC v2 26/47] staging: media: zoran: convert irq to pci irq
` [PATCH RFT/RFC v2 27/47] staging: media: zoran: convert zoran alloc to devm
` [PATCH RFT/RFC v2 28/47] staging: media: zoran: convert mdelay to udelay
` [PATCH RFT/RFC v2 29/47] staging: media: zoran: use devm for videocodec_master alloc
` [PATCH RFT/RFC v2 30/47] staging: media: zoran: use pci_request_regions
` [PATCH RFT/RFC v2 31/47] staging: media: zoran: use devm_ioremap
` [PATCH RFT/RFC v2 32/47] staging: media: zoran: add stat_com buffer
` [PATCH RFT/RFC v2 33/47] staging: media: zoran: constify struct tvnorm
` [PATCH RFT/RFC v2 34/47] staging: media: zoran: constify codec_name
` [PATCH RFT/RFC v2 35/47] staging: media: zoran: Add more check for compliance
` [PATCH RFT/RFC v2 36/47] staging: media: zoran: Add vb_queue
` [PATCH RFT/RFC v2 37/47] staging: media: zoran: disable output
` [PATCH RFT/RFC v2 38/47] staging: media: zoran: device support only 32bit DMA address
` [PATCH RFT/RFC v2 39/47] staging: media: zoran: enable makefile
` [PATCH RFT/RFC v2 40/47] staging: media: zoran: remove framebuffer support
` [PATCH RFT/RFC v2 41/47] staging: media: zoran: add vidioc_g_parm
` [PATCH RFT/RFC v2 42/47] staging: media: zoran: remove test_interrupts
` [PATCH RFT/RFC v2 43/47] staging: media: zoran: fix use of buffer_size and sizeimage
` [PATCH RFT/RFC v2 44/47] staging: media: zoran: fix some compliance test
` [PATCH RFT/RFC v2 45/47] staging: media: zoran: remove deprecated .vidioc_g_jpegcomp
` [PATCH RFT/RFC v2 46/47] staging: media: zoran: convert to vb2
` [PATCH RFT/RFC v2 47/47] staging: media: zoran: update TODO

[PATCH] ath10k: qmi: Skip host capability request for Xiaomi Poco F1
 2020-09-25 18:32 UTC  (4+ messages)

[PATCH 5.8 00/56] 5.8.12-rc1 review
 2020-09-25 18:32 UTC  (2+ messages)

[PATCH V3 0/8] sysfs: drivers core: Add and use sysfs_emit and sysfs_emit_at
 2020-09-25 18:32 UTC  (4+ messages)
` [PATCH V3 6/8] mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit

[PATCH v38 00/24] Intel SGX foundations
 2020-09-25 18:23 UTC  (3+ messages)
` [PATCH v38 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call

[PATCH v3 1/1] PCI/ERR: Fix reset logic in pcie_do_recovery() call
 2020-09-25 18:30 UTC  (15+ messages)

[PATCH] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
 2020-09-25 18:29 UTC 

[PATCH v3 0/4] isolation: limit msix vectors to housekeeping CPUs
 2020-09-25 18:26 UTC  (5+ messages)
` [PATCH v3 1/4] sched/isolation: API to get number of "
` [PATCH v3 2/4] sched/isolation: Extend nohz_full to isolate managed IRQs
` [PATCH v3 3/4] i40e: Limit msix vectors to housekeeping CPUs
` [PATCH v3 4/4] PCI: Limit pci_alloc_irq_vectors() "

[PATCH -next v2] RAS/CEC: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-25 18:26 UTC  (2+ messages)
` [tip: ras/core] RAS/CEC: Convert to DEFINE_SHOW_ATTRIBUTE()

[PATCH 0/2] mips: Introduce some IO-accessors optimizations
 2020-09-25 18:18 UTC  (4+ messages)
` [PATCH 1/2] mips: Add strong UC ordering config

[PATCH 0/9] sched: Migrate disable support
 2020-09-25 18:17 UTC  (11+ messages)
` [PATCH 3/9] sched/hotplug: Ensure only per-cpu kthreads run during hotplug
` [PATCH 7/9] sched: Add migrate_disable()

[PATCH v13 04/26] x86/cet: Add control-protection fault handler
 2020-09-25 14:56 UTC  (6+ messages)
` [PATCH v13 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v13 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v13 19/26] mm: Re-introduce do_mmap_pgoff()
` [PATCH v13 25/26] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v13 26/26] mm: Introduce PROT_SHSTK "

[RFC PATCH 1/2] rseq: Implement KTLS prototype for x86-64
 2020-09-25 18:15 UTC  (2+ messages)
` [RFC PATCH 2/2] selftests/rseq: Adapt x86-64 rseq selftest to rseq KTLS prototype

WARNING: at kernel/workqueue.c:1473 __queue_work+0x3b8/0x3d0
 2020-09-25 18:12 UTC  (11+ messages)

[PATCH v1 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-25 18:07 UTC  (9+ messages)
` [PATCH v1 1/4] mm: memcontrol: use helpers to access page's memcg data
` [PATCH v1 3/4] mm: introduce page memcg flags

[PATCH v3] KVM: Check the allocation of pv cpu mask
 2020-09-25 18:07 UTC 

[PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses
 2020-09-25 18:01 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] Fix uninit-value in hci_chan_lookup_handle
 2020-09-25 18:00 UTC  (2+ messages)

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-25 17:58 UTC  (19+ messages)

[stable 5.8] rcu: INFO: rcu_sched self-detected stall on CPU - RIP: 0010:trace_graph_return
 2020-09-25 17:58 UTC  (2+ messages)

[RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
 2020-09-25 17:57 UTC  (11+ messages)

[PATCH v12 00/29] Add support for mt2701 JPEG ENC support
 2020-09-25 17:57 UTC  (4+ messages)
` [PATCH v12 07/29] media: v4l2-mem2mem: add v4l2_m2m_suspend, v4l2_m2m_resume

[PATCH] ARM: dts: cros-ec-keyboard: Add alternate keymap for KEY_LEFTMETA
 2020-09-25 17:50 UTC  (2+ messages)

[GIT PULL] Power management fixes for v5.9-rc7
 2020-09-25 17:48 UTC  (2+ messages)

[git pull] drm fixes for 5.9-rc7
 2020-09-25 17:48 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2020-09-25 17:48 UTC  (2+ messages)

[RFC] <sys/param.h>: Add nitems() and snitems() macros
 2020-09-25 17:46 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 4.19 00/37] 4.19.148-rc1 review
 2020-09-25 17:39 UTC  (4+ messages)
` [PATCH 4.19 23/37] ipv4: Update exception handling for multipath routes via same device

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-25 17:36 UTC  (4+ messages)
` [PATCH v6 bpf-next 4/6] selftests/bpf: add bpf_snprintf_btf helper tests

[PATCH v5 1/4] Bluetooth: Interleave with allowlist scan
 2020-09-25 17:36 UTC  (3+ messages)
` [PATCH v5 4/4] Bluetooth: Add toggle to switch off interleave scan

[PATCH] Bluetooth: Fix the vulnerable issue on enc key size
 2020-09-25 17:33 UTC  (2+ messages)

[PATCH v2 0/2] INVD intercept change to skip instruction
 2020-09-25 17:31 UTC  (3+ messages)

[RFC V2 0/9] x86/mmu:Introduce parallel memory virtualization to boost performance
 2020-09-25 17:30 UTC  (6+ messages)

[RFC PATCH v2] tools/x86: add kcpuid tool to show raw CPU features
 2020-09-25 17:27 UTC  (9+ messages)

[Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
 2020-09-25 17:26 UTC  (4+ messages)

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-25 17:12 UTC  (7+ messages)
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-25 17:18 UTC  (12+ messages)

[PATCH v7 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-25 17:15 UTC  (2+ messages)

[PATCH] f2fs: fix uninit-value in f2fs_lookup
 2020-09-25 17:14 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] habanalabs/gaudi: use correct define for qman init
 2020-09-25 17:14 UTC 

[PATCH 2/2] locktorture: call percpu_free_rwsem() to do percpu-rwsem cleanup
 2020-09-25 17:13 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-25 17:05 UTC  (11+ messages)
` [PATCH 1/2] tracepoints: Add helper to test if tracepoint is enabled in a header

[PATCH] mmc: host: fix depends for MMC_MESON_GX w/ COMPILE_TEST
 2020-09-25 17:04 UTC  (2+ messages)

[PATCH][next] dpaa2-mac: Fix potential null pointer dereference
 2020-09-25 17:03 UTC 

Can we credibly make vdso_sgx_enter_enclave() pleasant to use?
 2020-09-25 16:55 UTC 

[RFC] mm: Allow 64-bit mmap syscalls to access higher addresses
 2020-09-25 16:53 UTC  (2+ messages)

[PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-25 16:53 UTC  (11+ messages)
        ` [Intel-gfx] "

[PATCH] ALSA: rockchip: fix a possible divide-by-zero bug in rockchip_i2s_hw_params()
 2020-09-25 16:51 UTC  (2+ messages)

[PATCH v13 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-25 16:51 UTC  (8+ messages)
` [PATCH v13 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation

[PATCH v3 0/3] Add Broadcom VK driver
 2020-09-25 16:50 UTC  (7+ messages)
` [PATCH v3 2/3] misc: bcm-vk: add "

[PATCH v2 0/2] regmap: add support to regmap_field_bulk_alloc/free
 2020-09-25 16:48 UTC  (3+ messages)
` [PATCH v2 1/2] regmap: add support to regmap_field_bulk_alloc/free apis
` [PATCH v2 2/2] ASoC: lpass-platform: use devm_regmap_field_bulk_alloc

[PATCH 0/5] Fix DPC hotplug race and enhance error hanlding
 2020-09-25 12:38 UTC  (6+ messages)
` [PATCH 4/5] PCI: only return true when dev io state is really changed
  ` [PATCH 1/5] PCI: define a function to check and wait till port finish DPC handling
  ` [PATCH 2/5] PCI: pciehp: check and wait port status out of DPC before handling DLLSC and PDC
  ` [PATCH 3/5] PCI/ERR: get device before call device driver to avoid null pointer reference

KMSAN: uninit-value in f2fs_lookup
 2020-09-25 16:45 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH v2 seccomp 0/6] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-25 16:45 UTC  (5+ messages)
` [PATCH v2 seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent

[RFC PATCH v2] sched/fair: select idle cpu from idle cpumask in sched domain
 2020-09-25 16:45 UTC  (8+ messages)

[PATCH][next] net/mlx5e: Fix potential null pointer dereference
 2020-09-25 16:49 UTC 

[PATCH v4 0/2] ovl introduce "uuid=off"
 2020-09-25 16:42 UTC  (5+ messages)
` [PATCH v4 1/2] ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh
` [PATCH v4 2/2] ovl: introduce new "uuid=off" option for inodes index feature

[PATCH 1/3] ASoC: cs4234: Add dtschema binding document
 2020-09-25 16:41 UTC  (3+ messages)
` [PATCH 2/3] ASoC: cs4234: Add support for Cirrus Logic CS4234 codec

[PATCH 0/9] gpio: mockup: refactoring + documentation
 2020-09-25 12:30 UTC  (9+ messages)
` [PATCH 1/9] lib: string_helpers: provide kfree_strarray()
` [PATCH 8/9] gpio: mockup: use the generic 'gpio-line-names' property

[PATCH v8 0/8] Allow user space to restrict and augment MSR emulation
 2020-09-25 16:40 UTC  (3+ messages)
` [PATCH v8 1/8] KVM: x86: Return -ENOENT on unimplemented MSRs

[PATCH v2 seccomp 2/6] asm/syscall.h: Add syscall_arches[] array
 2020-09-25 16:39 UTC  (5+ messages)

[PATCH v3 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-25 16:39 UTC  (6+ messages)
` [PATCH v3 04/10] fs/ntfs3: Add file operations and implementation

[PATCH v3] Bluetooth: Check for encryption key size on connect
 2020-09-25 16:37 UTC  (2+ messages)

[PATCH] sched,fair: fix the spelling of enqueued
 2020-09-25 16:18 UTC 

[PATCH v2 0/2] ASoC: qdsp6: fix some warnings when build without CONFIG_OF
 2020-09-25 16:35 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: qdsp6: add ifdef CONFIG_OF around of_device_id
` [PATCH v2 2/2] ASoC: q6asm: fix kernel doc warnings

[v3 0/2] recalculate min_free_kbytes post memory hotplug
 2020-09-25 16:31 UTC  (4+ messages)
` [v3 1/2] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged

[PATCH] fs/affs: Fix basic permission bits to actually work
 2020-09-25 16:21 UTC  (3+ messages)

[PATCH v12 0/6] IOMMU user API enhancement
 2020-09-25 16:32 UTC  (7+ messages)
` [PATCH v12 1/6] docs: IOMMU user API
` [PATCH v12 2/6] iommu/uapi: Add argsz for user filled data
` [PATCH v12 3/6] iommu/uapi: Use named union for user data
` [PATCH v12 4/6] iommu/uapi: Rename uapi functions
` [PATCH v12 5/6] iommu/uapi: Handle data and argsz filled by users
` [PATCH v12 6/6] iommu/vt-d: Check UAPI data processed by IOMMU core

[PATCH v5 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-25 16:30 UTC  (4+ messages)
` [PATCH v5 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

[PATCH] net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stop
 2020-09-25 16:30 UTC  (2+ messages)

[PATCH v4] cper, apei, mce: Pass x86 CPER through the MCA handling chain
 2020-09-25 16:27 UTC  (9+ messages)

[PATCH v1] Bluetooth: Enforce key size of 16 bytes on FIPS level
 2020-09-25 16:25 UTC  (2+ messages)

[PATCH] KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgd()
 2020-09-25 16:24 UTC  (3+ messages)

[PATCH 0/2] ASoC: qdsp6: fix some warnings when build without CONFIG_OF
 2020-09-25 16:24 UTC  (4+ messages)
` [PATCH 1/2] ASoC: qdsp6: Drop of_match_ptr to fix -Wunused-const-variable

[PATCH] mm: fix some comments in page_alloc.c and mempolicy.c
 2020-09-25 16:06 UTC 

[PATCH v4] sched/deadline: Fix sched_dl_global_validate()
 2020-09-25 16:20 UTC 

[PATCH 0/8] IOMMU-DMA - support old allocation algorithm used on ARM
 2020-09-25 16:20 UTC  (3+ messages)
  ` [PATCH 1/8] dma-mapping: add DMA_ATTR_LOW_ADDRESS attribute


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