linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 00:29:04 to 2020-08-21 05:15:58 UTC [more...]

[PATCH 0/2] soundwire: fix port_ready[] dynamic allocation in
 2020-08-21  5:15 UTC  (5+ messages)
` [PATCH 2/2] soundwire: fix port_ready[] dynamic allocation in mipi_disco and ASoC codecs

[PATCH v2] soundwire: SDCA: add helper macro to access controls
 2020-08-21  5:12 UTC  (4+ messages)

[PATCH v2 0/6] powerpc/32s: Allocate modules outside of vmalloc space for STRICT_KERNEL_RWX
 2020-08-21  5:11 UTC  (4+ messages)
` [PATCH v2 3/6] powerpc/32s: Only leave NX unset on segments used for modules

[PATCH] soundwire: cadence: fix race condition between suspend and Slave device alerts
 2020-08-21  5:07 UTC  (4+ messages)

[PATCH 1/1] md: Simplify code with existing definition RESYNC_SECTORS in raid10.c
 2020-08-21  5:05 UTC  (2+ messages)

linux-next: Tree for Aug 21
 2020-08-21  5:04 UTC 

[PATCH] soundwire: intel: fix CONFIG_PM and CONFIG_PM_SLEEP confusion
 2020-08-21  5:01 UTC  (2+ messages)

[PATCH] thermal: sysfs: Fall back to vmalloc() for cooling device's statistics
 2020-08-21  5:00 UTC  (2+ messages)

[PATCH] lib: Convert test_printf.c to KUnit
 2020-08-21  4:54 UTC  (3+ messages)

[PATCH v1 1/2] pinctrl: mediatek: support access registers without race-condition
 2020-08-21  4:47 UTC  (3+ messages)

[PATCH] rtlwifi: switch from 'pci_' to 'dma_' API
 2020-08-21  4:51 UTC  (2+ messages)

[PATCH] memory: brcmstb_dpfe: fix array index out of bounds
 2020-08-21  4:42 UTC  (3+ messages)

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-21  4:45 UTC  (3+ messages)

[PATCH v5 0/8] huge vmalloc mappings
 2020-08-21  4:44 UTC  (9+ messages)
` [PATCH v5 1/8] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v5 2/8] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v5 3/8] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v5 4/8] lib/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v5 5/8] mm: HUGE_VMAP arch support cleanup
` [PATCH v5 6/8] mm: Move vmap_range from lib/ioremap.c to mm/vmalloc.c
` [PATCH v5 7/8] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v5 8/8] mm/vmalloc: Hugepage vmalloc mappings

[PATCH 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-08-21  4:39 UTC  (12+ messages)

[REGRESSION] x86/cpu fsgsbase breaks TLS in 32 bit rr tracees on a 64 bit system
 2020-08-21  4:41 UTC 

pcm|dmaengine|imx-sdma race condition on i.MX6
 2020-08-21  4:34 UTC  (7+ messages)

[PATCH] mm/gup_benchmark: update the documentation in Kconfig
 2020-08-21  4:39 UTC  (3+ messages)

[PATCH v2] checkpatch: Fix the usage of capture group ( ... )
 2020-08-21  4:25 UTC  (5+ messages)

cma_alloc(), add sleep-and-retry for temporary page pinning
 2020-08-21  4:17 UTC  (2+ messages)

[PATCH] media: mtk-vcodec: set dma max segment size
 2020-08-21  4:14 UTC 

[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>
 2020-08-21  4:11 UTC  (2+ messages)

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-08-21  3:54 UTC  (4+ messages)

[PATCH v10 00/24] coresight: allow to build coresight as modules
 2020-08-21  3:44 UTC  (25+ messages)
` [PATCH v10 01/24] coresight: cpu_debug: add module name in Kconfig
` [PATCH v10 02/24] coresight: cpu_debug: define MODULE_DEVICE_TABLE
` [PATCH v10 03/24] coresight: use IS_ENABLED for CONFIGs that may be modules
` [PATCH v10 04/24] coresight: add coresight prefix to barrier_pkt
` [PATCH v10 05/24] coresight: export global symbols
` [PATCH v10 06/24] coresight: add try_get_module() in coresight_grab_device()
` [PATCH v10 07/24] coresight: stm: allow to build coresight-stm as a module
` [PATCH v10 08/24] coresight: etm: perf: Fix warning caused by etm_setup_aux failure
` [PATCH v10 09/24] coresight: etm3x: allow etm3x to be built as a module
` [PATCH v10 10/24] coresight: etm4x: allow etm4x "
` [PATCH v10 11/24] coresight: etb: allow etb "
` [PATCH v10 12/24] coresight: tpiu: allow tpiu "
` [PATCH v10 13/24] coresight: tmc: allow tmc "
` [PATCH v10 14/24] coresight: allow funnel driver to be built as module
` [PATCH v10 15/24] coresight: allow replicator "
` [PATCH v10 16/24] coresight: cti: add function to register cti associate ops
` [PATCH v10 17/24] coresight: cti: Fix remove sysfs link error
` [PATCH v10 18/24] coresight: cti: Fix bug clearing sysfs links on callback
` [PATCH v10 19/24] coresight: cti: don't disable ect device if it's not enabled
` [PATCH v10 20/24] coresight: cti: increase reference count when enabling cti
` [PATCH v10 21/24] coresight: cti: allow cti to be built as a module
` [PATCH v10 22/24] coresight: tmc-etr: add function to register catu ops
` [PATCH v10 23/24] coresight: catu: allow catu drivers to be built as modules
` [PATCH v10 24/24] coresight: allow the coresight core driver to be built as a module

[PATCH v3 0/2] Selecting Load Addresses According to p_align
 2020-08-21  3:51 UTC  (3+ messages)
` [PATCH v3 1/2] fs/binfmt_elf: Use PT_LOAD p_align values for suitable start address

Lockdep warning caused by "driver core: Fix sleeping in invalid context during device link deletion"
 2020-08-21  3:35 UTC 

[PATCH v6 0/3] SELinux support for anonymous inodes and UFFD
 2020-08-21  3:48 UTC  (3+ messages)

[PATCH RESEND 0/9] crypto: caam - xts(aes) updates
 2020-08-21  3:47 UTC  (5+ messages)
` [PATCH RESEND 1/9] crypto: caam/jr - add fallback for XTS with more than 8B IV

[PATCH 1/2] kconfig: qconf: remove redundant help in the info view
 2020-08-21  3:43 UTC  (3+ messages)
` [PATCH 2/2] kconfig: qconf: replace depreacated QString::sprintf() with QTextStream

[PATCH] rapidio: fix get device imbalance on error
 2020-08-21  3:44 UTC 

[PATCH v2] drivers/dma/dma-jz4780: Fix race condition between probe and irq handler
 2020-08-21  3:44 UTC 

[PATCH] hwrng: core - allocate a one page buffer
 2020-08-21  3:42 UTC  (2+ messages)

[PATCH] btrfs: block-group: Fix free-space bitmap threshould
 2020-08-21  3:34 UTC  (2+ messages)

[PATCH v2 00/15] regulator: Fix W=1 build warning when CONFIG_OF=n
 2020-08-21  3:20 UTC  (16+ messages)
` [PATCH v2 01/15] regulator: 88pg86x: "
` [PATCH v2 02/15] regulator: da9210: "
` [PATCH v2 03/15] regulator: fan53555: "
` [PATCH v2 04/15] regulator: fixed: Fix W=1 build warnings "
` [PATCH v2 05/15] regulator: ltc3589: Fix W=1 build warning "
` [PATCH v2 06/15] regulator: ltc3676: "
` [PATCH v2 07/15] regulator: max1586: "
` [PATCH v2 08/15] regulator: max77826: "
` [PATCH v2 09/15] regulator: pwm: "
` [PATCH v2 10/15] regulator: stm32-pwr: "
` [PATCH v2 11/15] regulator: stm32-vrefbuf: "
` [PATCH v2 12/15] regulator: sy8106a: "
` [PATCH v2 13/15] regulator: qcom-rpmh: "
` [PATCH v2 14/15] regulator: stm32-booster: "
` [PATCH v2 15/15] regulator: tps65023: "

[PATCH v2] x86/hotplug: Silence APIC only after all irq's are migrated
 2020-08-21  3:16 UTC  (2+ messages)

[PATCH] drivers/dma/dma-jz4780: Fix race condition between probe and irq handler
 2020-08-21  3:16 UTC  (5+ messages)

[RFC 1/3] Initialize devlink health dump framework for the dlge driver
 2020-08-21  3:14 UTC  (6+ messages)
` [RFC 3/3] staging: qlge: clean up code that dump info to dmesg

[PATCH] crypto: cavium/nitrox: add an error message to explain the failure of pci_request_mem_regions
 2020-08-21  3:12 UTC 

[PATCH v4 1/3, RESEND] media: camss: vfe: Use trace_printk for debugging only
 2020-08-21  3:08 UTC  (15+ messages)
` [PATCH v4 3/3] media: atomisp: Only use trace_printk if allowed

[PATCH net-next] hinic: add debugfs support
 2020-08-21  3:01 UTC  (3+ messages)

[PATCH v2] mm, THP, swap: fix allocating cluster for swapfile by mistake
 2020-08-21  2:59 UTC  (5+ messages)

[PATCH] x86/entry/64: Disallow RDPID in paranoid entry if KVM is enabled
 2020-08-21  2:50 UTC 

[PATCH v6 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-08-21  2:49 UTC  (4+ messages)
` [PATCH v6 1/2] dma-contiguous: provide the ability to reserve per-numa CMA
` [PATCH v6 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[PATCH] kbuild: Run syncconfig with -s
 2020-08-21  2:48 UTC  (2+ messages)

[PATCH] kbuild: hide commands to run Kconfig, and show short log for syncconfig
 2020-08-21  2:43 UTC 

[x86/mce] 1de08dccd3: will-it-scale.per_process_ops -14.1% regression
 2020-08-21  2:02 UTC  (6+ messages)
  ` [LKP] "

[PATCH] drivers: input: Use single i2c_transfer transaction when using RM_CMD_BANK_SWITCH
 2020-08-21  2:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/3] selinux: add detailed tracepoint on audited events
 2020-08-21  2:31 UTC  (11+ messages)
` [PATCH v3 3/3] selinux: add permission names to trace event

[PATCH] mm/kmemleak: rely on rcu for task stack scanning
 2020-08-21  2:29 UTC  (4+ messages)

[RFC][PATCH 0/7] x86/debug: Untangle handle_debug()
 2020-08-21  2:29 UTC  (4+ messages)
` [RFC][PATCH 2/7] x86/debug: Sync BTF earlier

[PATCH] scsi: libfc: Fix passing zero to 'PTR_ERR' warning
 2020-08-21  2:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-08-21  2:22 UTC  (4+ messages)
` [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id

[patch RFC 00/38] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-08-21  0:25 UTC  (39+ messages)
` [patch RFC 01/38] iommu/amd: Prevent NULL pointer dereference
` [patch RFC 02/38] x86/init: Remove unused init ops
` [patch RFC 03/38] x86/irq: Rename X86_IRQ_ALLOC_TYPE_MSI* to reflect PCI dependency
` [patch RFC 04/38] x86/irq: Add allocation type for parent domain retrieval
` [patch RFC 05/38] iommu/vt-d: Consolidate irq domain getter
` [patch RFC 06/38] iommu/amd: "
` [patch RFC 07/38] iommu/irq_remapping: Consolidate irq domain lookup
` [patch RFC 08/38] x86/irq: Prepare consolidation of irq_alloc_info
` [patch RFC 09/38] x86/msi: Consolidate HPET allocation
` [patch RFC 10/38] x86/ioapic: Consolidate IOAPIC allocation
` [patch RFC 11/38] x86/irq: Consolidate DMAR irq allocation
` [patch RFC 12/38] x86/irq: Consolidate UV domain allocation
` [patch RFC 13/38] PCI: MSI: Rework pci_msi_domain_calc_hwirq()
` [patch RFC 14/38] x86/msi: Consolidate MSI allocation
` [patch RFC 15/38] x86/msi: Use generic MSI domain ops
` [patch RFC 16/38] x86/irq: Move apic_post_init() invocation to one place
` [patch RFC 17/38] x86/pci: Reducde #ifdeffery in PCI init code
` [patch RFC 18/38] x86/irq: Initialize PCI/MSI domain at PCI init time
` [patch RFC 19/38] irqdomain/msi: Provide DOMAIN_BUS_VMD_MSI
` [patch RFC 20/38] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI
` [patch RFC 21/38] PCI: MSI: Provide pci_dev_has_special_msi_domain() helper
` [patch RFC 22/38] x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()
` [patch RFC 23/38] x86/xen: Rework MSI teardown
` [patch RFC 24/38] x86/xen: Consolidate XEN-MSI init
` [patch RFC 25/38] irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()
` [patch RFC 26/38] x86/xen: Wrap XEN MSI management into irqdomain
` [patch RFC 27/38] iommm/vt-d: Store irq domain in struct device
` [patch RFC 28/38] iommm/amd: "
` [patch RFC 29/38] x86/pci: Set default irq domain in pcibios_add_device()
` [patch RFC 30/38] PCI/MSI: Allow to disable arch fallbacks
` [patch RFC 31/38] x86/irq: Cleanup the arch_*_msi_irqs() leftovers
` [patch RFC 32/38] x86/irq: Make most MSI ops XEN private
` [patch RFC 33/38] x86/irq: Add DEV_MSI allocation type
` [patch RFC 34/38] x86/msi: Let pci_msi_prepare() handle non-PCI MSI
` [patch RFC 35/38] platform-msi: Provide default irq_chip::ack
` [patch RFC 36/38] platform-msi: Add device MSI infrastructure
` [patch RFC 37/38] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [patch RFC 38/38] irqchip: Add IMS array driver - NOT FOR MERGING

[PATCH v3 0/4] regulator: mp886x: two features and dt json convert
 2020-08-21  2:17 UTC  (4+ messages)
` [PATCH v3 1/4] regulator: mp886x: implement set_ramp_delay

[PATCH v6 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-08-21  2:18 UTC  (12+ messages)
` [PATCH v6 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v6 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v6 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs

include/linux/rwlock_api_smp.h:219:9: sparse: sparse: context imbalance in 'btrfs_set_lock_blocking_write' - unexpected unlock
 2020-08-21  1:38 UTC 

[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-08-21  1:59 UTC 

FSGSBASE causing panic on 5.9-rc1
 2020-08-21  1:56 UTC  (7+ messages)

[git pull] drm fixes for 5.9-rc2
 2020-08-21  1:55 UTC 

[PATCH v2 01/11] usb: early: convert to readl_poll_timeout_atomic()
 2020-08-21  1:52 UTC  (7+ messages)
` [PATCH v2 09/11] usb: phy: phy-mv-usb: "
` [PATCH v2 11/11] iopoll: update kerneldoc of read_poll_timeout_atomic()

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-08-21  1:46 UTC  (6+ messages)
` [PATCH v2 2/3] KVM: x86: introduce "

[PATCH 1/2] block: use DEFINE_WAIT_BIT instead of DEFINE_WAIT for bit wait queue
 2020-08-21  1:33 UTC  (2+ messages)
  ` [PATCH 2/2] writeback: "

arch/parisc/include/asm/cmpxchg.h:75:61: sparse: sparse: cast truncates bits from constant value (e0f510cc becomes cc)
 2020-08-21  0:57 UTC 

linux-next: build failure after merge of the bpf-next tree
 2020-08-21  1:11 UTC 

[PATCH 0/2] docs: Remove stray ()
 2020-08-21  1:09 UTC  (3+ messages)
` [PATCH 1/2] docs: deprecated.rst: "
` [PATCH 2/2] docs: RCU: "

mm/gup.c:1922:7: error: implicit declaration of function ‘is_valid_gup_flags’
 2020-08-21  1:07 UTC  (3+ messages)

out of bounds access on array error_text[] because of -ETIMEDOUT return from __send_command()
 2020-08-21  1:04 UTC  (4+ messages)

[mm] c566586818: BUG:kernel_hang_in_early-boot_stage,last_printk:Probing_EDD(edd=off_to_disable)...ok
 2020-08-21  1:01 UTC  (2+ messages)

[RFC][PATCH 0/9] [v3] Migrate Pages in lieu of discard
 2020-08-21  0:57 UTC  (6+ messages)
` [RFC][PATCH 5/9] mm/migrate: demote pages during reclaim

[PATCH v2 0/7] KVM: nSVM: ondemand nested state allocation + smm fixes
 2020-08-21  0:43 UTC  (4+ messages)
` [PATCH v2 4/7] KVM: x86: allow kvm_x86_ops.set_efer to return a value

[PATCH] drm/amd/display: remove unintended executable mode
 2020-08-21  0:42 UTC  (2+ messages)

drivers/iio/adc/ingenic-adc.c:undefined reference to `clk_get_parent'
 2020-08-21  0:40 UTC 

[PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task
 2020-08-21  0:37 UTC  (2+ messages)
` [sched/fair] 88d13f778f: WARNING:at_kernel/sched/fair.c:#place_entity

linux-next: build warnings after merge of the sound-asoc-fixes tree
 2020-08-21  0:37 UTC  (3+ messages)

[PATCH] x86: work around clang IAS bug referencing __force_order
 2020-08-21  0:37 UTC  (9+ messages)

IOPRIO_CLASS_RT without CAP_SYS_ADMIN?
 2020-08-21  0:35 UTC 

[REGRESSION] x86/entry: Tracer no longer has opportunity to change the syscall number at entry via orig_ax
 2020-08-21  0:35 UTC  (4+ messages)

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-08-21  0:28 UTC  (4+ messages)
` [PATCH 12/18] iommu/tegra-gart: Add IOMMU_DOMAIN_DMA 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).