All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-05 14:05:02 to 2020-05-05 14:19:15 UTC [more...]

[patch V4 part 1 00/36] x86/entry: Entry/exception code rework, preparatory patches
 2020-05-05 13:16 UTC  (18+ messages)
` [patch V4 part 1 01/36] rcu: Add comments marking transitions between RCU watching and not
` [patch V4 part 1 05/36] x86/entry: Flip _TIF_SIGPENDING and _TIF_NOTIFY_RESUME handling
` [patch V4 part 1 09/36] x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
` [patch V4 part 1 10/36] x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
` [patch V4 part 1 15/36] kprobes: Lock kprobe_mutex while showing kprobe_blacklist
` [patch V4 part 1 18/36] samples/kprobes: Add __kprobes and NOKPROBE_SYMBOL() for handlers
` [patch V4 part 1 19/36] x86/entry: Exclude low level entry code from sanitizing
` [patch V4 part 1 23/36] bug: Annotate WARN/BUG/stackfail as noinstr safe
` [patch V4 part 1 25/36] rcu/tree: Mark the idle relevant functions noinstr
` [patch V4 part 1 26/36] printk: Prepare for nested printk_nmi_enter()
` [patch V4 part 1 29/36] x86/mce: Send #MC singal from task work
` [patch V4 part 1 30/36] lockdep: Always inline lockdep_{off,on}()
` [patch V4 part 1 32/36] sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception
` [patch V4 part 1 33/36] x86,tracing: Robustify ftrace_nmi_enter()
` [patch V4 part 1 34/36] sched,rcu,tracing: Avoid tracing before in_nmi() is correct
` [patch V4 part 1 35/36] x86: Replace ist_enter() with nmi_enter()
` [patch V4 part 1 36/36] rcu: Make RCU IRQ enter/exit functions rely on in_nmi()

[PATCH v3 0/1] target/arm: Remove access_el3_aa32ns_aa64any()
 2020-05-05 14:17 UTC  (2+ messages)
` [PATCH v3 1/1] target/arm: Drop access_el3_aa32ns_aa64any()

[patch V4 part 4 00/24] x86/entry: Entry/exception code rework, nasty exceptions
 2020-05-05 13:49 UTC  (16+ messages)
` [patch V4 part 4 02/24] x86/int3: Avoid atomic instrumentation
` [patch V4 part 4 06/24] x86/entry: Convert INT3 exception to IDTENTRY_RAW
` [patch V4 part 4 07/24] x86/traps: Split int3 handler up
` [patch V4 part 4 08/24] x86/entry: Provide IDTENTRY_IST
` [patch V4 part 4 13/24] x86/entry: Convert NMI to IDTENTRY_NMI
` [patch V4 part 4 14/24] x86/nmi: Protect NMI entry against instrumentation
` [patch V4 part 4 15/24] x86/db: Split out dr6/7 handling
` [patch V4 part 4 16/24] x86/entry: Convert Debug exception to IDTENTRY_DB
` [patch V4 part 4 18/24] x86/entry: Provide IDTRENTRY_NOIST variants for #DB and #MC
` [patch V4 part 4 19/24] x86/entry: Implement user mode C entry points for #DB and #MCE
` [patch V4 part 4 20/24] x86/traps: Restructure #DB handling
` [patch V4 part 4 21/24] x86/traps: Address objtool noinstr complaints in #DB
` [patch V4 part 4 22/24] x86/mce: Address objtools noinstr complaints
` [patch V4 part 4 23/24] x86/entry: Provide IDTENTRY_DF
` [patch V4 part 4 24/24] x86/entry: Convert double fault exception to IDTENTRY_DF

[PATCH] kcsan: Add test suite
 2020-05-05 14:16 UTC  (5+ messages)

[patch V4 part 5 00/31] x86/entry: Entry/exception code rework,
 2020-05-05 13:54 UTC  (32+ messages)
` [patch V4 part 5 01/31] genirq: Provide irq_enter/exit_rcu()
` [patch V4 part 5 02/31] x86/entry: Provide helpers for execute on irqstack
` [patch V4 part 5 03/31] x86/entry/64: Move softirq stack switch to C
` [patch V4 part 5 04/31] x86/entry: Split idtentry_enter/exit()
` [patch V4 part 5 05/31] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
` [patch V4 part 5 06/31] x86/entry/64: Simplify idtentry_body
` [patch V4 part 5 07/31] x86/entry: Provide idtentry_entry/exit_cond_rcu()
` [patch V4 part 5 08/31] x86/entry: Switch page fault exception to IDTENTRY_RAW
` [patch V4 part 5 09/31] x86/entry: Remove the transition leftovers
` [patch V4 part 5 10/31] x86/entry: Change exit path of xen_failsafe_callback
` [patch V4 part 5 11/31] x86/entry/64: Remove error_exit
` [patch V4 part 5 12/31] x86/entry/32: Remove common_exception
` [patch V4 part 5 13/31] x86/irq: Convey vector as argument and not in ptregs
` [patch V4 part 5 14/31] x86/irq/64: Provide handle_irq()
` [patch V4 part 5 15/31] x86/entry: Add IRQENTRY_IRQ macro
` [patch V4 part 5 16/31] x86/entry: Use idtentry for interrupts
` [patch V4 part 5 17/31] x86/entry: Provide IDTENTRY_SYSVEC
` [patch V4 part 5 18/31] x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
` [patch V4 part 5 19/31] x86/entry: Convert SMP system vectors "
` [patch V4 part 5 20/31] x86/entry: Convert various system vectors
` [patch V4 part 5 21/31] x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC
` [patch V4 part 5 22/31] x86/entry: Convert various hypervisor "
` [patch V4 part 5 23/31] x86/entry: Convert XEN hypercall vector "
` [patch V4 part 5 24/31] x86/entry: Convert reschedule interrupt to IDTENTRY_RAW
` [patch V4 part 5 25/31] x86/entry: Remove the apic/BUILD interrupt leftovers
` [patch V4 part 5 26/31] x86/entry/64: Remove IRQ stack switching ASM
` [patch V4 part 5 27/31] x86/entry: Make enter_from_user_mode() static
` [patch V4 part 5 28/31] x86/entry/32: Remove redundant irq disable code
` [patch V4 part 5 29/31] x86/entry/64: Remove TRACE_IRQS_*_DEBUG
` [patch V4 part 5 30/31] x86/entry: Move paranoid irq tracing out of ASM code
` [patch V4 part 5 31/31] x86/entry: Remove the TRACE_IRQS cruft

[PATCH 0/4 v2] firmware: stratix10-svc: Fix some error handling code
 2020-05-05 14:18 UTC  (7+ messages)
` [PATCH 4/4 v2] firmware: stratix10-svc: Slightly simplify code

[V7, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-05-05 14:17 UTC  (6+ messages)
` [V7, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[RFC PATCH] ima: verify mprotect change is consistent with mmap policy
 2020-05-05 14:16 UTC  (3+ messages)

[PATCH 0/5] drm/mgag200: Embed DRM device in struct mga_device
 2020-05-05 14:18 UTC  (9+ messages)
` [PATCH 2/5] drm/mgag200: Integrate init function into load function
` [PATCH 3/5] drm/mgag200: Remove several references to struct mga_device.dev
` [PATCH 4/5] drm/mgag200: Init and finalize devices in mgag200_device_{init, fini}()
  ` [PATCH 4/5] drm/mgag200: Init and finalize devices in mgag200_device_{init,fini}()
` [PATCH 5/5] drm/mgag200: Embed DRM device instance in struct mga_device

[PATCH v2] x86/traps: fix an off-by-one error
 2020-05-05 14:17 UTC 

[PATCH] kcsan: fix section mismatch for __write_once_size/blacklisted_initcalls
 2020-05-05 14:17 UTC  (2+ messages)

[PATCH v2 00/13] microvm: add acpi support
 2020-05-05 14:16 UTC  (7+ messages)
` [PATCH v2 02/13] acpi: create acpi-common.c and move madt code
` [PATCH v2 03/13] acpi: madt: skip pci override on pci-less systems (microvm)

[PATCH v4 00/18] target/arm: sve load/store improvements
 2020-05-05 14:15 UTC  (6+ messages)

[dpdk-dev] [PATCH] test/ring: code rework to reduce compilation time
 2020-05-05 14:17 UTC  (6+ messages)

[PATCH] amdgpu: fix integer overflow on 32-bit architectures
 2020-05-05 14:16 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/tgl: Put HDC flush pipe_control bit in the right dword
 2020-05-05 14:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] drm/ast: Don't check new mode if CRTC is being disabled
 2020-05-05 14:13 UTC  (4+ messages)

[PATCH] xenbus: avoid stack overflow warning
 2020-05-05 14:15 UTC 

[patch V4 part 3 00/29] x86/entry: Entry/exception code rework, simple exceptions
 2020-05-05 13:44 UTC  (15+ messages)
` [patch V4 part 3 02/29] x86/traps: Mark sync_regs() noinstr
` [patch V4 part 3 03/29] x86/entry: Disable interrupts for native_load_gs_index() in C code
` [patch V4 part 3 04/29] x86/traps: Make interrupt enable/disable symmetric "
` [patch V4 part 3 06/29] x86/entry/64: Reorder idtentries
` [patch V4 part 3 07/29] x86/entry: Distangle idtentry
` [patch V4 part 3 09/29] x86/entry/32: Provide macro to emit IDT entry stubs
` [patch V4 part 3 12/29] x86/entry/common: Provide idtentry_enter/exit()
` [patch V4 part 3 14/29] x86/entry: Convert Divide Error to IDTENTRY
` [patch V4 part 3 18/29] x86/entry: Convert Device not available exception "
` [patch V4 part 3 25/29] x86/entry: Convert Spurious interrupt bug "
` [patch V4 part 3 26/29] x86/entry: Convert Coprocessor error "
` [patch V4 part 3 27/29] x86/entry: Convert Alignment check "
` [patch V4 part 3 28/29] x86/entry: Convert SIMD coprocessor error "
` [patch V4 part 3 29/29] x86/entry/32: Convert IRET exception to IDTENTRY_SW

[PATCH] KVM: x86: fix DR6 delivery for emulated hardware breakpoint
 2020-05-05 14:15 UTC  (2+ messages)

[net-next PATCH v3 0/5] Introduce new fwnode based APIs to support phylink and phy layers
 2020-05-05 14:15 UTC  (6+ messages)
` [net-next PATCH v3 3/5] phylink: Introduce phylink_fwnode_phy_connect()
` [net-next PATCH v3 4/5] net: phy: Introduce fwnode_get_phy_id()

[vhost:vhost 8/22] drivers/virtio/virtio_mem.c:1375:20: error: implicit declaration of function 'kzalloc'; did you mean 'vzalloc'?
 2020-05-05 14:15 UTC  (2+ messages)

[PATCH 00/40] rtw88: add support for 802.11n RTL8723DE devices
 2020-05-05 14:14 UTC  (3+ messages)
` [PATCH 28/40] rtw88: 8723d: Add shutdown callback to disable BT USB suspend

[patch V4 part 2 00/18] x86/entry: Entry/exception code rework, syscall and KVM changes
 2020-05-05 13:41 UTC  (12+ messages)
` [patch V4 part 2 02/18] x86/entry/32: Move non entry code into .text section
` [patch V4 part 2 03/18] x86/entry: Mark enter_from_user_mode() noinstr
` [patch V4 part 2 04/18] x86/entry/common: Protect against instrumentation
` [patch V4 part 2 08/18] lib/smp_processor_id: Move it into noinstr section
` [patch V4 part 2 09/18] x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
` [patch V4 part 2 10/18] x86/entry/64: Check IF in __preempt_enable_notrace() thunk
` [patch V4 part 2 11/18] x86/entry/64: Mark ___preempt_schedule_notrace() thunk noinstr
` [patch V4 part 2 14/18] x86/kvm/vmx: Add hardirq tracing to guest enter/exit
` [patch V4 part 2 15/18] x86/kvm/svm: Handle hardirqs proper on "
` [patch V4 part 2 16/18] context_tracking: Make guest_enter/exit() .noinstr ready
` [patch V4 part 2 17/18] x86/kvm/vmx: Move guest enter/exit into .noinstr.text

[PATCH v18 QEMU 00/18] Add migration support for VFIO devices
 2020-05-05 14:13 UTC  (3+ messages)
` [PATCH v18 QEMU 18/18] qapi: Add VFIO devices migration stats in Migration stats

[PATCH] ARM: omap1: fix irq setup
 2020-05-05 14:13 UTC 

[LTP] [PATCH] syscalls/ioctl_loop05: Do not fail on success
 2020-05-05 14:13 UTC  (3+ messages)

[PATCH] i2c: uniphier: Remove superfluous error message in uniphier_i2c_probe()
 2020-05-05 14:13 UTC  (4+ messages)
` [PATCH] i2c: drivers: Remove superfluous error message

[PATCH v2 00/10] USB host support for Raspberry Pi 4 board
 2020-05-05 14:13 UTC  (9+ messages)
    ` [PATCH v2 05/10] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 64bit)
    ` [PATCH v2 09/10] pci: Add driver for Broadcom STB PCIe controller

[PATCH] arm64: disable patchable function entry on big-endian clang builds
 2020-05-05 14:12 UTC  (2+ messages)

[PATCH] KVM: Fix a warning in __kvm_gfn_to_hva_cache_init()
 2020-05-05 14:12 UTC  (3+ messages)

[PATCH] omapfb: don't annotate dss_conv_list as __initdata
 2020-05-05 14:12 UTC  (3+ messages)

[yocto] Building cython based module with numpy dependency in SDK
 2020-05-05 14:12 UTC 

[PATCH] ARM: use ARM unwinder for gcov
 2020-05-05 14:11 UTC  (2+ messages)

[PATCH 0/3] build: fixes for clang 10
 2020-05-05 14:11 UTC  (4+ messages)
` [PATCH 1/3] x86/mm: do not attempt to convert _PAGE_GNTTAB to a boolean

[dpdk-dev] [PATCH 0/9] test/crypto: code cleanup
 2020-05-05 14:11 UTC  (2+ messages)

[PATCH v2 0/3] xfs: fix inode use-after-free during log recovery
 2020-05-05 14:11 UTC  (3+ messages)
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover

[dpdk-dev] [PATCH 1/7] common/dpaax: move internal symbols into INTERNAL section
 2020-05-05 14:08 UTC  (7+ messages)
` [dpdk-dev] [PATCH 2/7] mempool/dpaa2: "
` [dpdk-dev] [PATCH 3/7] bus/fslmc: "
` [dpdk-dev] [PATCH 4/7] bus/dpaa: "
` [dpdk-dev] [PATCH 5/7] crypto: "
` [dpdk-dev] [PATCH 6/7] net/dpaa2: "
` [dpdk-dev] [PATCH 7/7] net/dpaa: "

[Xen-devel] xen-4.13 tools/xentop.c backport request
 2020-05-05 14:11 UTC  (2+ messages)
`  "

[igt-dev] [PATCH i-g-t v6 0/6] lpsp platform agnostic support
 2020-05-05 14:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lpsp platform agnostic support (rev9)

[PATCH] clk: Unlink clock if failed to prepare or enable
 2020-05-05 14:09 UTC 

[PATCH] pinctrl: mediatek: add pinctrl-mtk-common-v2 module license
 2020-05-05 14:08 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/7] Use device dependant module parameters
 2020-05-05 14:09 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 5/7] igt/params: add generic saving module parameter set

Location of files for a new driver
 2020-05-05 13:58 UTC 

[PATCH] bitops: avoid clang shift-count-overflow warnings
 2020-05-05 14:08 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: fix psci dependency
 2020-05-05 14:08 UTC 

[PATCH v2] block: Make request_queue.rpm_status an enum
 2020-05-05 14:03 UTC 

[PATCH v4 0/7] spi: dw: Add support for Intel Keem Bay SPI
 2020-05-05 14:08 UTC  (2+ messages)

[PATCH v5 0/7] spi: dw: Add support for Intel Keem Bay SPI
 2020-05-05 14:08 UTC  (2+ messages)

[RESENT PATCH RFC v3 5/5] scsi: ufs: UFS Host Performance Booster(HPB) driver
 2020-05-05 14:08 UTC  (2+ messages)

[dm-crypt] Restored luks2 header to wrong drive!
 2020-05-05 14:00 UTC  (4+ messages)

[PATCH] sysctl: fix unused function warning
 2020-05-05 14:07 UTC 

[PATCH] MAINTAINERS: Add missing header files to BLOCK LAYER section
 2020-05-05 14:07 UTC 

[PATCH v2 00/15] target/arm: partial vector cleanup
 2020-05-05 14:00 UTC  (3+ messages)

[PATCH V6 00/12] clk: imx8: add new clock binding for better pm support
 2020-05-05 14:06 UTC  (5+ messages)
` [PATCH V6 12/12] clk: imx: scu: unregister clocks if add provider failed

[PATCH] drm/amdgpu: allocate large structures dynamically
 2020-05-05 14:07 UTC  (4+ messages)

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-05 14:02 UTC  (15+ messages)
` [PATCH 03/11] net: ethernet: mediatek: rename Kconfig prompt
` [PATCH 05/11] net: core: provide devm_register_netdev()
` [PATCH 06/11] net: ethernet: mtk-eth-mac: new driver
` [PATCH 07/11] ARM64: dts: mediatek: add pericfg syscon to mt8516.dtsi
` [PATCH 08/11] ARM64: dts: mediatek: add the ethernet node "
` [PATCH 09/11] ARM64: dts: mediatek: add an alias for ethernet0 for pumpkin boards
` [PATCH 10/11] ARM64: dts: mediatek: add ethernet pins "
` [PATCH 11/11] ARM64: dts: mediatek: enable ethernet on "

[Intel-wired-lan] [PATCH v5] igc: add support to eeprom, registers and link self-tests
 2020-05-05 14:06 UTC 

[PATCH 4.19 00/37] 4.19.121-rc1 review
 2020-05-05 14:05 UTC  (8+ messages)
` [PATCH 4.19 28/37] dmaengine: dmatest: Fix iteration non-stop logic

[PATCH v3 0/3] media: rkvdec: Add a VP9 backend
 2020-05-05 14:05 UTC  (5+ messages)
` [PATCH v3 1/3] media: rkvdec: Fix .buf_prepare

Can't build rdma-core's azp image
 2020-05-05 14:05 UTC  (10+ messages)

MMC tree not building anymore
 2020-05-05 14:05 UTC  (3+ messages)

[PATCH] iommu: Relax ACS requirement for RCiEP devices
 2020-05-05 14:05 UTC  (5+ messages)

[PATCH v4 0/3] nsproxy: attach to multiple namespaces
 2020-05-05 14:04 UTC  (2+ messages)
` [PATCH v4 2/3] nsproxy: attach to namespaces via pidfds


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.