public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-19 07:57:29 to 2020-03-19 10:20:19 UTC [more...]

[PATCH] treewide: Rename "unencrypted" to "decrypted"
 2020-03-19 10:20 UTC  (3+ messages)
` [PATCH -v2] "

[PATCH v2 00/17] drm: subsytem-wide debugfs functions refactor
 2020-03-19 10:18 UTC  (9+ messages)
` [PATCH v2 10/17] drm/vram-helper: make drm_vram_mm_debugfs_init() return 0

[PATCH] cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_work_fn
 2020-03-19 10:18 UTC  (2+ messages)

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

[RFC v3 00/10] DDR/L3 Scaling support on SDM845 and SC7180 SoCs
 2020-03-19 10:11 UTC  (5+ messages)

[PATCH v4 0/3] clockevent: add low power STM32 timer
 2020-03-19 10:10 UTC  (4+ messages)
` [PATCH v4 2/3] mfd: stm32: Add defines to be used for clkevent purpose

[PATCH] KVM: nSVM: check for EFER.SVME=1 before entering guest
 2020-03-19 10:05 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the risc-v-fixes tree
 2020-03-19 10:04 UTC  (2+ messages)

[patch V2 00/15] Lock ordering documentation and annotation for lockdep
 2020-03-19 10:04 UTC  (14+ messages)
` [patch V2 03/15] usb: gadget: Use completion interface instead of open coding it
` [patch V2 04/15] orinoco_usb: Use the regular completion interfaces
` [patch V2 07/15] powerpc/ps3: Convert half completion to rcuwait
` [patch V2 08/15] Documentation: Add lock ordering and nesting documentation
` [patch V2 11/15] completion: Use simple wait queues

[PATCH V2 00/10] clk: imx: fixes and improve for i.MX8M
 2020-03-19 10:04 UTC  (2+ messages)

[PATCH] drm/virtio: fix OOB in virtio_gpu_object_create
 2020-03-19 10:04 UTC 

[PATCH 4.19 00/89] 4.19.111-rc1 review
 2020-03-19 10:04 UTC  (4+ messages)
` [PATCH 4.19 64/89] efi: Make efi_rts_work accessible to efi page fault handler

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-19 10:03 UTC  (4+ messages)
` [PATCH v5 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip

[PATCH v2 0/2] x86/xen: Make idle tasks reliable
 2020-03-19 10:03 UTC  (5+ messages)
` [PATCH v2 1/2] x86/xen: Make the boot CPU idle task reliable
` [PATCH v2 2/2] x86/xen: Make the secondary CPU idle tasks reliable

[PATCH v3] usb: dwc3: support continuous runtime PM with dual role
 2020-03-19 10:02 UTC 

linux-next: Tree for Mar 16 (arch/x86/mm/ioremap.o)
 2020-03-19 10:01 UTC  (2+ messages)
` [tip: x86/urgent] x86/ioremap: Fix CONFIG_EFI=n build

[RFC v2] pdc: Introduce irq_set_wake call
 2020-03-19  9:56 UTC  (6+ messages)
` [RFC v2] irqchip: qcom: "

[PATCH 0/2] Add Mediatek thermal driver for MT7622
 2020-03-19  9:54 UTC  (3+ messages)
` [PATCH 1/2] thermal: mediatek: prepare to add support for other platforms
` [PATCH 2/2] thermal: mediatek: add tsensor support for MT7622 SoC

[PATCH v2 0/5] Add support for PinePhone LCD panel
 2020-03-19  9:54 UTC  (3+ messages)
` [PATCH v2 4/5] drm/sun4i: sun6i_mipi_dsi: fix horizontal timing calculation

[PATCH v2 0/8] mm/memory_hotplug: allow to specify a default online_type
 2020-03-19  9:49 UTC  (3+ messages)
` [PATCH v2 4/8] powernv/memtrace: always online added memory blocks

[PATCH v3 7/8] ima: Calculate and extend PCR with digests in ima_template_entry
 2020-03-19  9:45 UTC  (6+ messages)

[PATCH v9 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2020-03-19  9:38 UTC  (4+ messages)
` [PATCH v9 2/2] drm/bridge: "

[PATCH v2] usb: dwc3: support continuous runtime PM with dual role
 2020-03-19  9:34 UTC  (2+ messages)

linux-next: build failure after merge of the pm tree
 2020-03-19  9:32 UTC  (4+ messages)

[PATCH v12 0/4] spi: cadence-quadspi: Add support for the Cadence QSPI controller
 2020-03-19  9:30 UTC  (4+ messages)
` [PATCH v12 2/4] mtd: spi-nor: add spi-mem support in cadence-quadspi controller driver

[PATCH 0/5] Manual definition of Soft Reserved memory devices
 2020-03-19  9:30 UTC  (6+ messages)
` [PATCH 1/5] ACPI: NUMA: Add 'nohmat' option

[PATCH 0/3] ASoC: ti: Add support for audio on J721e EVM
 2020-03-19  9:28 UTC  (4+ messages)
` [PATCH 1/3] ASoC: ti: davinci-mcasp: Specify stream_name for playback/capture
` [PATCH 2/3] bindings: sound: Add documentation for TI j721e EVM (CPB and IVI)
` [PATCH 3/3] ASoC: ti: Add custom machine driver for "

[PATCH] MAINTAINERS: Add linux-acpi list to PNP
 2020-03-19  9:26 UTC  (2+ messages)

[PATCH] ocfs2: fix a null pointer derefrence in ocfs2_block_group_clear_bits()
 2020-03-19  9:26 UTC  (2+ messages)

RCU use of swait
 2020-03-19  9:25 UTC  (4+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-19  9:20 UTC  (20+ messages)
` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
  ` [PATCH 0/5] "
    ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                  ` [PATCH v3 "
                              ` [PATCH v4 3/5] "

[PATCHv3 0/3] clean up KPTI / SDEI trampoline data alignment
 2020-03-19  9:14 UTC  (4+ messages)
` [PATCH 1/3] arm64: clean up trampoline vector loads
` [PATCH 2/3] arm64/sdei: gather trampolines' .rodata
` [PATCH 3/3] arm64: reduce trampoline data alignment

Re: Re: [PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-19  9:03 UTC  (2+ messages)
`  "

[PATCH v2 0/2] integrate classzone_idx and high_zoneidx
 2020-03-19  8:57 UTC  (4+ messages)
` [PATCH v2 1/2] mm/page_alloc: use ac->high_zoneidx for classzone_idx

[PATCH] thermal: imx_sc_thermal: Fix incorrect data type
 2020-03-19  8:54 UTC  (2+ messages)

[GIT PULL 0/6] intel_th/stm class: Updates for v5.7
 2020-03-19  8:51 UTC  (2+ messages)
` [PATCH v1] intel_th: msu: Make stopping the trace optional

[PATCH] sched/clock: expire timer in hardirq context
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] time/sched_clock: Expire "

[PATCH v3 2/6] clocksource: timer-ti-dm: Prepare for using cpuidle
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "

[PATCH v2] clocksource: owl: Improve owl_timer_init fail messages
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/owl: "

[PATCH v3 6/6] clocksource: timer-ti-dm: Enable autoreload in set_pwm
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "

[tip: timers/core] clocksource: Replace setup_irq() by request_irq()
 2020-03-19  8:47 UTC 

[PATCH v5] clocksource: Add driver for the Ingenic JZ47xx OST
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v2 1/4] clocksource: fttmr010: Parametrise shutdown
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/fttmr010: "

[PATCH] clocksource: imx-tpm: Remove unused includes
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/imx-tpm: "

[PATCH 1/4] dt-bindings: timer: Add X1000 bindings
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH 4/5] pci: handled return value of platform_get_irq correctly
 2020-03-19  8:47 UTC  (2+ messages)

[PATCH v2 4/4] dt-bindings: fttmr010: Add ast2600 compatible
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH] clocksource: timer-ti-dm: Drop bogus omap_dm_timer_of_set_source()
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "

[PATCH v2 2/4] clocksource: fttmr010: Set interrupt and shutdown
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/fttmr010: "

[PATCH 2/2] clocksource: timer-ti-dm: Do not update counter on updating the period
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "

[PATCH] clocksource/drivers/timer-microchip-pit64b: set rate for gck
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-microchip-pit64b: Fix "

[PATCH v3 1/6] clocksource: timer-ti-dm: Convert to SPDX identifier
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "

[PATCH v4 3/6] clocksource: timer-ti-dm: Implement cpu_pm notifier for context save and restore
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "

[PATCH 3/4] clocksource: Ingenic: Add support for TCU of X1000
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/ingenic: "

[PATCH v3 5/6] clocksource: timer-ti-dm: Add support to get pwm current status
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "

[PATCH v4] clocksource/drivers/timer-cs5535: request irq with non-NULL dev_id
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-cs5535: Request "

[PATCH v3 4/6] clocksource: timer-ti-dm: Do not update counter on updating the period
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-ti-dm: "

[PATCH v1] clocksource: Avoid creating dead devices
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/timer-probe: "

[PATCH] clocksource: imx-sysctr: Remove unused includes
 2020-03-19  8:47 UTC  (2+ messages)
` [tip: timers/core] clocksource/drivers/imx-sysctr: "

[PATCH] irqchip/versatile-fpga: Handle chained IRQs properly
 2020-03-19  8:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] drm/bochs: downgrade pci_request_region failure from error to warning
 2020-03-19  8:39 UTC  (4+ messages)

[PATCH 0/5] ad7780,ad7791,ad7793: localize all IIO channel macro defs
 2020-03-19  8:38 UTC  (5+ messages)
` [PATCH 5/5] iio: adc: ad7793: use read_avail iio hook for scale available

[PATCH 1/2] dt-bindings: arm: cpus: Add kryo468 compatible
 2020-03-19  8:33 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: sc7180: Fix cpu compatible

[PATCH v3 0/9] workingset protection/detection on the anonymous LRU list
 2020-03-19  8:31 UTC  (4+ messages)
` [PATCH v3 6/9] mm/workingset: handle the page without memcg

linux-next: manual merge of the staging tree with the v4l-dvb tree
 2020-03-19  8:30 UTC  (2+ messages)

[PATCH v3 0/6] Add basic SoC Support for Mediatek MT6779 SoC
 2020-03-19  8:25 UTC  (4+ messages)
` [PATCH v3 1/6] dt-bindings: pinctrl: add bindings for MediaTek "

[PATCH 0/4] x86/Hyper-V: Panic code path fixes
 2020-03-19  8:24 UTC  (11+ messages)
` [PATCH 0/4] x86/Hyper-V: Unload vmbus channel in hv panic callback
` [PATCH 2/4] x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump

[RFC PATCH 0/3] Fix quiet console in pre-panic scenarios
 2020-03-19  8:20 UTC  (9+ messages)
` [RFC PATCH 3/3] watchdog: Turn console verbosity on when reporting softlockup

clone3: allow creation of time namespace with offset
 2020-03-19  8:16 UTC  (6+ messages)

[PATCH V6 0/8] vDPA support
 2020-03-19  8:14 UTC  (4+ messages)
` [PATCH V6 8/8] virtio: Intel IFC VF driver for VDPA

[Patch][Fix] crypto: arm{,64} neon: memzero_explicit aes-cbc key
 2020-03-19  8:15 UTC  (4+ messages)

[PATCH] irqchip/versatile-fpga: Handle chained IRQs properly
 2020-03-18 18:20 UTC  (3+ messages)

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-16 14:21 UTC  (18+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "

[PATCH V3] UIO: make maximum memory and port regions configurable
 2020-03-19  8:07 UTC  (3+ messages)

[PATCH] sched/fair: fix condition of avg_load calculation
 2020-03-19  8:06 UTC 

[PATCH] nvmem: imx-ocotp: Improve logic to save many code lines
 2020-03-19  7:55 UTC 

[PATCH v3 0/4] ov5645: Switch to assigned-clock-rates
 2020-03-19  8:00 UTC  (9+ messages)
` [PATCH v3 3/4] media: i2c: ov5645: Set maximum leverage of external clock frequency to 24480000

[PATCH V7 0/4] mailbox/firmware: imx: support SCU channel type
 2020-03-19  7:49 UTC  (5+ messages)
` [PATCH V7 1/4] dt-bindings: mailbox: imx-mu: add SCU MU support
` [PATCH V7 2/4] mailbox: imx: restructure code to make easy for new MU
` [PATCH V7 3/4] mailbox: imx: add SCU MU support
` [PATCH V7 4/4] firmware: imx-scu: Support one TX and one RX


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox