linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-13 14:46:32 to 2019-09-13 19:39:11 UTC [more...]

[PATCH 5.2 00/37] 5.2.15-stable review
 2019-09-13 19:39 UTC  (2+ messages)

[PATCH 4.19 000/190] 4.19.73-stable review
 2019-09-13 19:39 UTC  (12+ messages)
` [PATCH 4.19 092/190] drm/nouveau: Dont WARN_ON VCPI allocation failures

[PATCH 0/4] null_blk: fixes around nr_devices and log improvements
 2019-09-13 19:36 UTC  (9+ messages)
` [PATCH 1/4] null_blk: do not fail the module load with zero devices
` [PATCH 2/4] null_blk: match the type of parameter nr_devices
` [PATCH 3/4] null_blk: format pr_* logs with pr_fmt
` [PATCH 4/4] coding-style: add explanation about pr_fmt macro

[PATCH v2 0/3] Maintainer Entry Profiles
 2019-09-13 19:32 UTC  (23+ messages)
` [PATCH v2 1/3] MAINTAINERS: Reclaim the P: tag for Maintainer Entry Profile
  ` [Ksummit-discuss] "
` [PATCH v2 3/3] libnvdimm, MAINTAINERS: "
  ` [Ksummit-discuss] "
  ` [Ksummit-discuss] [PATCH v2 0/3] Maintainer Entry Profiles

[PATCH] mm: memory: fix /proc/meminfo reporting for MLOCK_ONFAULT
 2019-09-13 19:29 UTC  (4+ messages)

[PATCH v2 0/3] Several SAI fixes
 2019-09-13 19:28 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: fsl_sai: Fix noise when using EDMA
` [PATCH v2 2/3] ASoC: fsl_sai: Fix xMR setting in synchronous mode
` [PATCH v2 3/3] ASoC: fsl_sai: Fix TCSR.TE/RCSR.RE "

[PATCH 0/2] drm: LogiCVC display controller support
 2019-09-13 19:16 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: display: Add xylon logicvc bindings documentation

[PATCH 00/12] CAAM bugfixes, small improvements
 2019-09-13 19:16 UTC  (3+ messages)
` [PATCH 12/12] crypto: caam - change JR device ownership scheme

[PATCH v2 0/5] irqchip/irq-bcm7038-l1 updates
 2019-09-13 19:15 UTC  (6+ messages)
` [PATCH v2 1/5] irqchip/irq-bcm7038-l1: Add PM support
` [PATCH v2 2/5] dt-bindings: Document brcm,irq-can-wake for brcm,bcm7038-l1-intc.txt
` [PATCH v2 3/5] irqchip/irq-bcm7038-l1: Enable parent IRQ if necessary
` [PATCH v2 4/5] dt-bindings: Document brcm,int-fwd-mask property for bcm7038-l1-intc
` [PATCH v2 5/5] irqchip/irq-bcm7038-l1: Support brcm,int-fwd-mask

[PATCH 0/3] Enhance hv_utils to support hibernation
 2019-09-13 19:15 UTC  (7+ messages)
` [PATCH 1/3] hv_utils: Add the support of hibernation
` [PATCH 2/3] hv_utils: Support host-initiated hibernation request

[PATCH 0/6] irqchip/irq-bcm7038-l1 updates
 2019-09-13 19:13 UTC  (8+ messages)
` [PATCH 1/6] irqchip/irq-bcm7038-l1: Add PM support
` [PATCH 2/6] dt-bindings: Document brcm,irq-can-wake for brcm,bcm7038-l1-intc.txt
` [PATCH 3/6] irqchip/irq-bcm7038-l1: Enable parent IRQ if necessary
` [PATCH 4/6] dt-bindings: Document brcm,int-fwd-mask property for bcm7038-l1-intc
` [PATCH 5/6] irqchip/irq-bcm7038-l1: Support brcm,int-fwd-mask
` [PATCH 6/6] fixup! irqchip/irq-bcm7038-l1: Add PM support

Documentation for plain accesses and data races
 2019-09-13 19:13 UTC  (3+ messages)

[PATCH v2] media: v4l: cadence: Fix how unsued lanes are handled in 'csi2rx_start()'
 2019-09-13 19:06 UTC 

[PATCH] riscv: save space on the magic number field of image header
 2019-09-13 19:04 UTC  (2+ messages)

arch/riscv: disable too many harts before pick main boot hart
 2019-09-13 19:04 UTC 

[PATCH v2] xen/pci: reserve MCFG areas earlier
 2019-09-13 19:03 UTC  (2+ messages)

[PATCH v3 00/16] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-09-13 19:01 UTC  (17+ messages)
` [PATCH v3 01/16] kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
` [PATCH v3 02/16] kvm: x86: Introduce KVM APICv state
` [PATCH v3 03/16] kvm: lapic: Introduce APICv update helper function
` [PATCH v3 04/16] kvm: x86: Add support for activate/de-activate APICv at runtime
` [PATCH v3 05/16] kvm: x86: Add APICv activate/deactivate request trace points
` [PATCH v3 06/16] kvm: x86: svm: Add support to activate/deactivate posted interrupts
` [PATCH v3 07/16] svm: Add support for setup/destroy virutal APIC backing page for AVIC
` [PATCH v3 08/16] svm: Add support for activate/deactivate AVIC at runtime
` [PATCH v3 09/16] kvm: x86: hyperv: Use APICv deactivate request interface
` [PATCH v3 10/16] svm: Disable AVIC when launching guest with SVM support
` [PATCH v3 11/16] svm: Temporary deactivate AVIC during ExtINT handling
` [PATCH v3 12/16] kvm: x86: Introduce struct kvm_x86_ops.apicv_eoi_accelerate
` [PATCH v3 13/16] kvm: lapic: Clean up APIC predefined macros
` [PATCH v3 14/16] kvm: ioapic: Refactor kvm_ioapic_update_eoi()
` [PATCH v3 15/16] kvm: x86: ioapic: Lazy update IOAPIC EOI
` [PATCH v3 16/16] svm: Allow AVIC with in-kernel irqchip mode

[PATCH] x86/reboot: Avoid EFI reboot when not running on EFI
 2019-09-13 18:54 UTC  (4+ messages)

[PATCH v4] KEYS: trusted: correctly initialize digests and fix locking issue
 2019-09-13 18:51 UTC 

[RFC] ARM: dts: omap36xx: Enable thermal throttling
 2019-09-13 18:46 UTC  (13+ messages)

[RFC PATCH v2 00/12] Unify SMP stop generic logic to common code
 2019-09-13 18:27 UTC  (14+ messages)
` [RFC PATCH v2 01/12] smp: add generic SMP-stop support "
` [RFC PATCH v2 02/12] smp: unify crash_ and smp_send_stop() logic
` [RFC PATCH v2 03/12] smp: coordinate concurrent crash/smp stop calls
` [RFC PATCH v2 04/12] smp: address races of starting CPUs while stopping
` [RFC PATCH v2 05/12] arm64: smp: use generic SMP stop common code
` [RFC PATCH v2 06/12] arm64: smp: use SMP crash-stop "
` [RFC PATCH v2 07/12] arm64: smp: add arch specific cpu parking helper
` [RFC PATCH v2 08/12] x86: smp: use generic SMP stop common code
` [RFC PATCH v2 09/12] x86: smp: use SMP crash-stop "
` [RFC PATCH v2 10/12] arm: smp: use generic SMP stop "
` [RFC PATCH v2 11/12] arm: smp: use SMP crash-stop "
` [RFC PATCH v2 12/12] sparc64: smp: use generic SMP stop "

[PATCH 0/5] hugetlbfs: Disable PMD sharing for large systems
 2019-09-13 18:23 UTC  (6+ messages)
` [PATCH 5/5] hugetlbfs: Limit wait time when trying to share huge PMD

[PATCH] x86/mm: Enable 5-level paging support by default
 2019-09-13 18:20 UTC  (2+ messages)

[PATCH] arm64: dts: mt8183: Add node for the Mali GPU
 2019-09-13 18:17 UTC  (4+ messages)

[PATCH 00/11] Add support for software nodes to gpiolib
 2019-09-13 18:14 UTC  (4+ messages)
` [PATCH 02/11] gpiolib: introduce devm_fwnode_gpiod_get_index()

[PATCH v2 0/2] Add support for software nodes to gpiolib
 2019-09-13 18:13 UTC  (4+ messages)
` [PATCH v2 1/2] gpiolib: introduce devm_fwnode_gpiod_get_index()

[PATCH v3 1/4] x86/mce: Add Zhaoxin MCE support
 2019-09-13 18:10 UTC  (2+ messages)

[PATCH] vfio/type1: avoid redundant PageReserved checking
 2019-09-13 18:05 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/7] Address most issues when building with W=1
 2019-09-13 18:05 UTC  (11+ messages)
` [PATCH 1/7] EDAC: i5100_edac: get rid of an unused var
` [PATCH 2/7] EDAC: i7300_edac: rename a kernel-doc var description
` [PATCH 3/7] EDAC: i7300_edac: fix a kernel-doc syntax
` [PATCH 4/7] EDAC: i5400_edac: print type at debug message
` [PATCH 5/7] EDAC: i5400_edac: get rid of some unused vars
` [PATCH 6/7] EDAC: sb_edac: get rid of "
` [PATCH 7/7] EDAC: skx_common: get rid of unused type var

[PATCH] usb: phy: ab8500-usb: Mark expected switch fall-throughs
 2019-09-13 18:01 UTC  (4+ messages)

[PATCH v5 00/10] EFI Specific Purpose Memory Support
 2019-09-13 17:54 UTC  (11+ messages)
` [PATCH v5 04/10] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax
` [PATCH v5 05/10] x86, efi: Add efi_fake_mem support for EFI_MEMORY_SP

[PATCH v6 0/3] genirq/vfio: Introduce irq_update_devid() and optimize VFIO irq ops
 2019-09-13 17:44 UTC  (3+ messages)

[PATCH 0/2] drm/panfrost: Tidy up the devfreq implementation
 2019-09-13 17:43 UTC  (3+ messages)
` [PATCH 2/2] drm/panfrost: Simplify devfreq utilisation tracking

[PATCH] ACPICA: make acpi_load_table() return table index
 2019-09-13 17:40 UTC  (8+ messages)

[PATCH] PCI: endpoint: Add DMA to Linux PCI EP Framework
 2019-09-13 17:39 UTC  (13+ messages)

iommu/amd: Flushing and locking fixes
 2019-09-13 17:37 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add a git and a maintainer entry to keyring subsystems
 2019-09-13 17:36 UTC  (3+ messages)

[PATCH] ASoC: Intel: kbl_rt5663_rt5514_max98927: Add dmic format constraint
 2019-09-13 17:27 UTC  (4+ messages)
` [alsa-devel] "

[PATCH] drm/panfrost: Prevent race when handling page fault
 2019-09-13 17:24 UTC  (2+ messages)

Kernel panic during drm/nouveau init 5.3.0-rc7-next-20190903
 2019-09-13 17:19 UTC  (7+ messages)

[RFC PATCH v3 00/16] Core scheduling v3
 2019-09-13 17:13 UTC  (12+ messages)

[PATCH] omfs: make use of kmemdup
 2019-09-13 17:11 UTC 

[RFC PATCH 4/4] Fix: sched/membarrier: p->mm->membarrier_state racy load
 2019-09-13 17:07 UTC  (6+ messages)
` [RFC PATCH 4/4] Fix: sched/membarrier: p->mm->membarrier_state racy load (v2)

[GIT PULL] platform-drivers-x86 for 5.4-1
 2019-09-13 17:06 UTC 

[PATCH 4.4 0/9] 4.4.193-stable review
 2019-09-13 16:59 UTC  (2+ messages)

[RFC v2] ARM: dts: omap36xx: Enable thermal throttling
 2019-09-13 16:49 UTC 

[PATCH 0/2] i2c: Aspeed: Add AST2600 compatible string
 2019-09-13 16:48 UTC  (5+ messages)
` [PATCH 1/2] i2c: Aspeed: Add AST2600 compatible
` [PATCH 2/2] dt-bindings: "

[RFC] Improve memset
 2019-09-13 16:36 UTC  (5+ messages)

[PATCH] security: ima: make use of kmemdup
 2019-09-13 16:35 UTC 

[PATCH v3 0/2] fix double page fault on arm64
 2019-09-13 16:32 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: mm: implement arch_faults_on_old_pte() "
` [PATCH v3 2/2] mm: fix double page fault on arm64 if PTE_AF is cleared

[PATCH] mm/slub: fix a deadlock in shuffle_freelist()
 2019-09-13 16:27 UTC 

[RFC PATCH 0/7] Emulated coherent graphics memory take 2
 2019-09-13 16:23 UTC  (5+ messages)
` [RFC PATCH 3/7] drm/ttm: TTM fault handler helpers

KASAN: slab-out-of-bounds Read in handle_vmptrld
 2019-09-13 16:14 UTC  (10+ messages)

[PATCH v2] drm/panfrost: Prevent race when handling page fault
 2019-09-13 16:03 UTC 

MMC: Ingenic: Add support for 8bit mode and LPM and JZ4760 Soc
 2019-09-13 15:59 UTC  (4+ messages)
` [PATCH 1/4] MMC: Ingenic: Adjust the macro definition name

[PATCH glibc 2.31 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v12)
 2019-09-13 15:58 UTC  (4+ messages)

[RFC v2 1/2] ARM: dts: omap3: Add cpu trips and cooling map for omap3 family
 2019-09-13 15:37 UTC  (2+ messages)
` [RFC v2 2/2] ARM: omap3: Consolidate thermal references to common omap3

[PATCH] checkpatch.pl: Don't complain about nominal authors if there isn't one
 2019-09-13 15:34 UTC  (2+ messages)

[PATCH 0/5] misc: fastrpc: fixes and map/unmap support
 2019-09-13 15:25 UTC  (6+ messages)
` [PATCH 1/5] misc: fastrpc: add mmap/unmap support
` [PATCH 2/5] misc: fastrpc: fix memory leak from miscdev->name
` [PATCH 3/5] misc: fastrpc: do not interrupt kernel calls
` [PATCH 4/5] misc: fastrpc: handle interrupted contexts
` [PATCH 5/5] misc: fastrpc: revert max init file size back to 2MB

[PATCH] xen: xen-pciback: Reset MSI-X state when exposing a device
 2019-09-13 15:28 UTC  (3+ messages)

[PATCH v2 0/6] make use of gcc 9's "asm inline()"
 2019-09-13 15:21 UTC  (5+ messages)
` [PATCH v3 "

[PATCH] fuse: lost unlock_page in fuse_writepage()
 2019-09-13 15:17 UTC 

[PATCH] x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area
 2019-09-13 15:14 UTC  (7+ messages)

[PATCH for 5.3 1/3] rseq: Fix: Reject unknown flags on rseq unregister
 2019-09-13 15:12 UTC  (3+ messages)
` [PATCH for 5.3 2/3] rseq: Fix: Unregister rseq for CLONE_SETTLS
` [PATCH for 5.3 3/3] rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30

New list for people to share maintainer workflows
 2019-09-13 15:09 UTC  (3+ messages)
  ` [Ksummit-discuss] "

[PATCH 1/3] rtlwifi: rtl8192ce: replace _rtl92c_evm_db_to_percentage with generic version
 2019-09-13 15:07 UTC  (2+ messages)

[PATCH] tty: 8250_of: Use software emulated RS485 direction control
 2019-09-13 15:05 UTC  (4+ messages)

[RFC 1/2] ARM: dts: omap3: Add cpu trips and cooling map for omap3 family
 2019-09-13 15:04 UTC  (2+ messages)
` [RFC 2/2] ARM: omap3: Consolidate thermal references to common omap3

[PATCH v2 0/1] leds: fix /sys/class/leds/<led>/trigger
 2019-09-13 15:03 UTC  (2+ messages)
` [PATCH v2 1/1] leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger

[PATCH 2/3] mm: avoid slub allocation while holding list_lock
 2019-09-13 14:58 UTC  (4+ messages)
` [PATCH v2 1/4] mm: correct mask size for slub page->objects
  ` [PATCH v2 4/4] mm: lock slub page when listing objects

[RFC V1 0/7] Add support for a new IMS interrupt mechanism
 2019-09-13 14:54 UTC  (7+ messages)
` [RFC V1 2/7] drivers/base: Introduce callbacks for IMS interrupt domain
` [RFC V1 3/7] x86/ims: Add support for a new IMS irq domain
` [RFC V1 5/7] x86/ims: Introduce x86_ims_ops

[PATCH v2 00/15] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-09-13 14:50 UTC  (6+ messages)
` [PATCH v2 12/15] kvm: i8254: Check LAPIC EOI pending when injecting irq on SVM AVIC

[RFC PATCH v4 0/9] printk: new ringbuffer implementation
 2019-09-13 14:48 UTC  (9+ messages)
          ` printk meeting at LPC


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