linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 13:27:02 to 2020-02-11 15:21:42 UTC [more...]

[PATCHv6 00/14] remoteproc: updates for omap remoteproc support
 2020-02-11 15:21 UTC 

[PATCH v2 0/6] staging: WF200 driver fixes
 2020-02-11 15:20 UTC  (4+ messages)
` [PATCH v2 1/6] staging: wfx: fix init/remove vs IRQ race

[PATCH] Removing a duplicate condition
 2020-02-11 15:19 UTC  (3+ messages)

[PATCH 0/4] iio: adc: stm32-dfsdm: add scale and offset support
 2020-02-11 15:19 UTC  (4+ messages)
` [PATCH 4/4] "

[PATCH] tracing/perf: Move rcu_irq_enter/exit_irqson() to perf trace point hook
 2020-02-11 15:19 UTC  (12+ messages)

[PATCH 1/3] sched: Remove __rcu annotation from cred pointer
 2020-02-11 15:19 UTC  (3+ messages)
` [PATCH 3/3] auditsc: Do not use RCU primitive to read "

[PATCH V2 0/9] mmc: mmci: sdmmc: add sdr104 support
 2020-02-11 15:16 UTC  (5+ messages)
` [PATCH V2 9/9] mmc: mmci: add sdmmc variant revision 2.0

[PATCHv9 00/12] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2020-02-11 15:14 UTC  (16+ messages)

[PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting
 2020-02-11 15:13 UTC  (9+ messages)
` [PATCH v16.1 6/9] virtio-balloon: Add support for providing free page reports to host

[PATCH V3] arm64: dts: qcom: sc7180: Add nodes for eMMC and SD card
 2020-02-11 15:13 UTC  (3+ messages)

BUG: KASAN: use-after-free in xhci_trb_virt_to_dma.part.24+0x1c/0x80
 2020-02-11 15:12 UTC  (8+ messages)
` [RFT PATCH] xhci: Fix memory leak when caching protocol extended capability PSI tables
            ` [RFT PATCH v2] "

[PATCH] random: add rng-seed= command line option
 2020-02-11 15:07 UTC  (6+ messages)

[PATCH RFC 0/7] perf pmu-events: Support event aliasing for system PMUs
 2020-02-11 15:07 UTC  (14+ messages)
` [PATCH RFC 3/7] perf jevents: Add support for a system events PMU
` [PATCH RFC 4/7] perf pmu: Rename uncore symbols to include system PMUs
` [PATCH RFC 5/7] perf pmu: Support matching by sysid

[PATCH v3 1/3] pwm: jz4740: Use clocks from TCU driver
 2020-02-11 15:04 UTC  (2+ messages)

[PATCH] HID: Extend report buffer size
 2020-02-11 15:01 UTC  (3+ messages)

[PATCH] asm-generic: make more kernel-space headers mandatory
 2020-02-11 14:59 UTC  (3+ messages)

[PATCH net-next] sfc: remove unused variable 'efx_default_channel_type'
 2020-02-11 14:56 UTC  (2+ messages)

[PATCH] MIPS: ingenic: DTS: Fix watchdog nodes
 2020-02-11 14:53 UTC 

[PATCH v2] tracing/perf: Move rcu_irq_enter/exit_irqson() to perf trace point hook
 2020-02-11 14:50 UTC 

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-02-11 14:50 UTC  (64+ messages)
` [PATCH 01/62] KVM: SVM: Add GHCB definitions
` [PATCH 02/62] KVM: SVM: Add GHCB Accessor functions
` [PATCH 03/62] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH 04/62] x86/traps: Move some definitions to <asm/trap_defs.h>
` [PATCH 05/62] x86/insn-decoder: Make inat-tables.c suitable for pre-decompression code
` [PATCH 06/62] x86/boot/compressed: Fix debug_puthex() parameter type
` [PATCH 07/62] x86/boot/compressed/64: Disable red-zone usage
` [PATCH 08/62] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 09/62] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH 10/62] x86/boot/compressed/64: Add page-fault handler
` [PATCH 11/62] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 12/62] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH 13/62] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH 14/62] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH 15/62] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH 16/62] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH 17/62] x86/boot/compressed/64: Add function to map a page unencrypted
` [PATCH 18/62] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH 19/62] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH 20/62] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH 21/62] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH 22/62] x86/sev-es: Add handler for MMIO events
` [PATCH 23/62] x86/idt: Move IDT to data segment
` [PATCH 24/62] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH 25/62] x86/head/64: Install boot GDT
` [PATCH 26/62] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH 27/62] x86/head/64: Load segment registers earlier
` [PATCH 28/62] x86/head/64: Switch to initial stack earlier
` [PATCH 29/62] x86/head/64: Load IDT earlier
` [PATCH 30/62] x86/head/64: Move early exception dispatch to C code
` [PATCH 31/62] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH 32/62] x86/sev-es: Compile early handler code into kernel image
` [PATCH 33/62] x86/sev-es: Setup early #VC handler
` [PATCH 34/62] x86/sev-es: Setup GHCB based boot "
` [PATCH 35/62] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH 36/62] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH 37/62] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space
` [PATCH 39/62] x86/sev-es: Harden runtime #VC handler for exceptions "
` [PATCH 40/62] x86/sev-es: Filter exceptions not supported "
` [PATCH 41/62] x86/sev-es: Handle MSR events
` [PATCH 42/62] x86/sev-es: Handle DR7 read/write events
` [PATCH 43/62] x86/sev-es: Handle WBINVD Events
` [PATCH 44/62] x86/sev-es: Handle RDTSC Events
` [PATCH 45/62] x86/sev-es: Handle RDPMC Events
` [PATCH 46/62] x86/sev-es: Handle INVD Events
` [PATCH 47/62] x86/sev-es: Handle RDTSCP Events
` [PATCH 48/62] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH 49/62] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH 50/62] x86/sev-es: Handle VMMCALL Events
` [PATCH 51/62] x86/sev-es: Handle #AC Events
` [PATCH 52/62] x86/sev-es: Handle #DB Events
` [PATCH 53/62] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH 54/62] x86/kvm: Add KVM "
` [PATCH 55/62] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH 56/62] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH 57/62] x86/realmode: Setup AP jump table
` [PATCH 58/62] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH 59/62] x86/head/64: Rename start_cpu0
` [PATCH 60/62] x86/sev-es: Support CPU offline/online
` [PATCH 61/62] x86/cpufeature: Add SEV_ES_GUEST CPU Feature
` [PATCH 62/62] x86/sev-es: Add NMI state tracking

[PATCH] scripts/kallsyms: fix memory corruption caused by write over-run
 2020-02-11 14:46 UTC  (3+ messages)

[PATCH 0/7] mm/hotplug: Only use subsection in VMEMMAP case and fix hot add/remove failure in SPARSEMEM|!VMEMMAP case
 2020-02-11 14:44 UTC  (7+ messages)
` [PATCH 1/7] mm/sparse.c: Introduce new function fill_subsection_map()
` [PATCH 3/7] mm/sparse.c: only use subsection map in VMEMMAP case

[PATCH v3 2/3] printk: Fix preferred console selection with multiple matches
 2020-02-11 14:41 UTC  (2+ messages)

[PATCH v7 0/9] enable CAAM's HWRNG as default
 2020-02-11 14:39 UTC  (3+ messages)
` [PATCH v7 2/9] crypto: caam - use struct hwrng's .init for initialization

[PATCH V2] mmc: sdhci-msm: Update system suspend/resume callbacks of sdhci-msm platform driver
 2020-02-11 14:38 UTC  (3+ messages)

[PATCH v2 0/6] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-11 14:34 UTC  (7+ messages)
` [PATCH v2 3/6] kvm: x86: Emulate split-lock access as a write

[PATCH v4 0/3] PCI: pciehp: Do not turn off slot if presence comes up after link
 2020-02-11 14:32 UTC  (3+ messages)

KASAN: use-after-free Read in uvc_probe
 2020-02-11 14:31 UTC  (4+ messages)

[PATCH v3 1/3] printk: Move console matching logic into a separate function
 2020-02-11 14:29 UTC  (2+ messages)

perf not picking up symbols for namespaced processes
 2020-02-11 14:28 UTC  (9+ messages)

[PATCH -next] staging: vc04_services: remove set but unused variable 'local_entity_uc'
 2020-02-11 14:28 UTC  (3+ messages)

[PATCH v4] drm/virtio: add drm_driver.release callback
 2020-02-11 14:27 UTC  (2+ messages)

[PATCH v5 1/5] dt-bindings: Document JZ47xx VPU auxiliary processor
 2020-02-11 14:26 UTC  (5+ messages)
` [PATCH v5 2/5] remoteproc: Add device-managed variants of rproc_alloc/rproc_add
` [PATCH v5 3/5] remoteproc: Add prepare/unprepare callbacks
` [PATCH v5 4/5] remoteproc: ingenic: Added remoteproc driver
` [PATCH v5 5/5] MAINTAINERS: Add myself as reviewer for Ingenic rproc driver

[RESEND PATCH V8 0/3] da7280: haptic driver submission
 2020-02-11 14:26 UTC  (3+ messages)
` [RESEND PATCH V8 3/3] Input: new da7280 haptic driver

[PATCH] ath11k: Silence clang -Wsometimes-uninitialized in ath11k_update_per_peer_stats_from_txcompl
 2020-02-11 14:24 UTC  (2+ messages)

[PATCH v4] drm/cirrus: add drm_driver.release callback
 2020-02-11 14:22 UTC  (2+ messages)

[PATCH v1] MAINTAINERS: Sort entries in database for THUNDERBOLT
 2020-02-11 14:22 UTC  (2+ messages)

[PATCH RFC] virtio_balloon: conservative balloon page shrinking
 2020-02-11 14:18 UTC  (5+ messages)

[PATCH v4] drm/bochs: add drm_driver.release callback
 2020-02-11 14:19 UTC  (2+ messages)

56.rc1+git: kalllsyms aborting
 2020-02-11 14:10 UTC 

[PATCH] cgroup/cpuset: Fix a race condition when reading cpuset.*
 2020-02-11 14:15 UTC 

INFO: task hung in wdm_flush
 2020-02-11 14:11 UTC  (14+ messages)

[PATCH v2 00/12] drm/i915/display: convert to drm_device based logging macros
 2020-02-11 14:09 UTC  (10+ messages)
` [PATCH v2 01/12] drm/i915/dp: convert to struct "
` [PATCH v2 06/12] drm/i915/dp_aux_backlight: convert to "
` [PATCH v2 09/12] drm/i915/dp_mst: "
` [PATCH v2 11/12] drm/i915/hdmi: convert to struct "

[PATCH -next] staging: wfx: remove set but not used variable 'tx_priv'
 2020-02-11 14:03 UTC 

[PATCH v3 4/4] perf tools: Support "branch-misses:pp" on arm64
 2020-02-11 14:04 UTC  (6+ messages)
` [PATCH v4 0/4] perf tools: Add support for some spe events and precise ip
  ` [PATCH v4 1/4] perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
  ` [PATCH v4 2/4] perf tools: Add support for "report" for some spe events
  ` [PATCH v4 3/4] perf report: Add SPE options to --itrace argument
  ` [PATCH v4 4/4] perf tools: Support "branch-misses:pp" on arm64

[Patch v2] mm/sparsemem: get address to page struct instead of address to pfn
 2020-02-11 14:01 UTC  (4+ messages)

[PATCH -next] dmaengine: idxd: remove set but not used variable 'group'
 2020-02-11 13:53 UTC 

[PATCH v2 4/5] virtio-mmio: add MSI interrupt feature support
 2020-02-11 14:00 UTC  (10+ messages)
  ` [virtio-dev] "

[RFC] why can't dynamic isolation just like the static way
 2020-02-11 14:00 UTC  (4+ messages)

[RFC] [PATCH 0/2] arm64: tlb: skip tlbi broadcast for single threaded TLB flushes
 2020-02-11 14:00 UTC  (5+ messages)
` [PATCH 2/2] "

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-02-11 13:57 UTC  (10+ messages)

[RFC PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-11 13:57 UTC  (3+ messages)
  ` [dpdk-dev] "

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-02-11 13:57 UTC  (5+ messages)
` [PATCH v7 00/11] "
  ` [PATCH v7 11/11] arm64: scs: add shadow stacks for SDEI

[PATCH 1/2] ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice id
 2020-02-11 13:56 UTC  (7+ messages)
` [PATCH 2/2] ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk value

[PATCH -next v2] locking/osq_lock: annotate a data race in osq_lock
 2020-02-11 13:54 UTC 

[PATCH V2 0/5] vDPA support
 2020-02-11 13:52 UTC  (5+ messages)
` [PATCH V2 3/5] vDPA: introduce vDPA bus
` [PATCH V2 5/5] vdpasim: vDPA device simulator

[PATCH 0/8] ASoC: qdsp6: db820c: Add support for external and bluetooth audio
 2020-02-11 13:52 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/8] ASoC: qcom: apq8096: add kcontrols to set PCM rate

[PATCH 0/2] iio: dac: AD5770R: Add support
 2020-02-11 13:51 UTC  (4+ messages)
` [PATCH 1/2] iio: dac: ad5770r: Add AD5770R support

[PATCH 1/2] drm/virtio: fix virtio_gpu_execbuffer_ioctl locking
 2020-02-11 13:50 UTC  (2+ messages)
` [PATCH 2/2] drm/virtio: fix virtio_gpu_cursor_plane_update()

[for-linus][PATCH 0/5] tracing: A few more patches for 5.6
 2020-02-11 13:49 UTC  (6+ messages)
` [for-linus][PATCH 1/5] bootconfig: Allocate xbc_nodes array dynamically
` [for-linus][PATCH 2/5] tools/bootconfig: Suppress non-error messages
` [for-linus][PATCH 3/5] tracing: Add missing nest end to synth_event_trace_start() error case
` [for-linus][PATCH 4/5] tracing: Dont return -EINVAL when tracing soft disabled synth events
` [for-linus][PATCH 5/5] tracing: Consolidate trace() functions

[PATCH] arm64: dts: imx8mq-phanbell: Add support for ethernet
 2020-02-11 13:48 UTC 

[PATCH 0/4] perf tools: Fix kmap handling
 2020-02-11 13:47 UTC  (6+ messages)
` [PATCH 2/4] perf tools: Mark ksymbol dsos with kernel type
      ` [PATCHv2 "

[PATCH 1/2 v2 RESEND] perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map
 2020-02-11 13:42 UTC  (3+ messages)
` [PATCH 2/2 v2 RESEND] x86/cpu/amd: Enable the fixed intructions retired free counter IRPERF

[PATCH v3] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-02-11 13:41 UTC  (6+ messages)

[PATCH 0/9] mtd: spi-nor: add xSPI Octal DTR support
 2020-02-11 13:33 UTC  (10+ messages)
` [PATCH 1/9] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH 2/9] spi: spi-mem: allow specifying a command's extension
` [PATCH 3/9] spi: cadence-quadspi: Add support for octal DTR flashes
` [PATCH 4/9] mtd: spi-nor: add support for DTR protocol
` [PATCH 5/9] mtd: spi-nor: get command opcode extension type from BFPT
` [PATCH 6/9] mtd: spi-nor: parse xSPI Profile 1.0 table
` [PATCH 7/9] mtd: spi-nor: use dummy cycle and address width info from SFDP
` [PATCH 8/9] mtd: spi-nor: enable octal DTR mode when possible
` [PATCH 9/9] mtd: spi-nor: add support for Cypress Semper flash

[PATCH] firmware/dmi: Report DMI Bios & EC firmware release
 2020-02-11 13:31 UTC  (3+ messages)

[PATCH v4 1/2] sched: Add sched_clock_register_new()
 2020-02-11 13:31 UTC  (3+ messages)

[PATCH v5 00/18] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
 2020-02-11 13:25 UTC  (5+ messages)
` [PATCH v5 01/18] platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driver
` [PATCH v5 05/18] watchdog: intel-mid_wdt: Convert to use new SCU IPC API
` [PATCH v5 09/18] mfd: intel_soc_pmic: Add SCU IPC member to struct intel_soc_pmic
` [PATCH v5 11/18] mfd: intel_soc_pmic_mrfld: Convert to use new SCU IPC API


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