All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-30 18:35:01 to 2018-08-30 19:01:33 UTC [more...]

[PATCH 1/2] watchdog: Add support for Armada 37xx CPU watchdog
 2018-08-30 18:50 UTC  (6+ messages)

[PATCH v4 00/13] ata: ahci_platform: support allwinner R40 AHCI
 2018-08-30 19:01 UTC  (29+ messages)
` [PATCH v4 09/13] ARM: dts: sun8i: r40: add sata node
  ` [PATCH v4 01/13] dt-bindings: ata: ahci-platform: fix indentation of target-supply
  ` [PATCH v4 02/13] ata: ahci_platform: add support for AHCI controller regulator
  ` [PATCH v4 03/13] dt-bindings: ata: ahci-platform: document ahci-supply
  ` [PATCH v4 04/13] phy: Add sun4i-a10-phy-sata driver
  ` [PATCH v4 05/13] dt-bindings: phy: document sun4i-a10-sata-phy
  ` [PATCH v4 06/13] dt-bindings: ata: update ahci_sunxi bindings
  ` [PATCH v4 07/13] ata: ahci_sunxi: Bypass PHY init when using the new binding
  ` [PATCH v4 08/13] ata: ahci_sunxi: add support for r40
  ` [PATCH v4 10/13] ARM: dts: sun8i: sun8i-r40-bananapi-m2-ultra: enable AHCI
  ` [PATCH v4 11/13] ARM: dts: sun7i: a20: add sata-port/sata-phy nodes
  ` [PATCH v4 12/13] ARM: dts: sun4i: a10: "
  ` [PATCH v4 13/13 DONOTMERGE] ata: ahci_sunxi: remove PHY code

[PATCH v6 00/10] Add the I3C subsystem
 2018-08-30 19:00 UTC  (12+ messages)
` [PATCH v6 01/10] i3c: Add core I3C infrastructure

[PATCH v1 1/1] panel-simple: add LOGIC Technologies panels
 2018-08-30 19:00 UTC 

[PATCH] Performance Improvement in CRC16 Calculations
 2018-08-30 14:57 UTC  (4+ messages)
` [PATCH 1/4] crypto: Introduce notifier for new crypto algorithms

[PATCH] arm64: dts: renesas: r8a77990: Add BRG support to SCIF2
 2018-08-30 14:56 UTC 

[GIT PULL FOR v4.20] Add detection of reduced FPS
 2018-08-30 14:56 UTC 

[Patch iproute2 v2] ss: add UNIX_DIAG_VFS and UNIX_DIAG_ICONS for unix sockets
 2018-08-30 14:55 UTC  (2+ messages)

Automatic core.autocrlf?
 2018-08-30 18:56 UTC  (4+ messages)

[PATCH v5 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-08-30 18:53 UTC  (43+ messages)
` [PATCH v5 01/13] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v5 02/13] PCI/P2PDMA: Add sysfs group to display p2pmem stats
` [PATCH v5 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
` [PATCH v5 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
` [PATCH v5 05/13] docs-rst: Add a new directory for PCI documentation
` [PATCH v5 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation
` [PATCH v5 07/13] block: Add PCI P2P flag for request queue and check support for requests
` [PATCH v5 08/13] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
` [PATCH v5 09/13] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v5 10/13] nvme-pci: Add support for P2P memory in requests
` [PATCH v5 11/13] nvme-pci: Add a quirk for a pseudo CMB
` [PATCH v5 12/13] nvmet: Introduce helper functions to allocate and free request SGLs
` [PATCH v5 13/13] nvmet: Optionally use PCI P2P memory

[PATCH] arm64: dts: renesas: r8a77990: Use CPG/MSSR and SYSC binding definitions
 2018-08-30 14:52 UTC 

[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
 2018-08-30 18:55 UTC  (56+ messages)
  ` [RFC PATCH v3 01/24] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
  ` [RFC PATCH v3 02/24] x86/fpu/xstate: Change some names to separate XSAVES system and user states
  ` [RFC PATCH v3 03/24] x86/fpu/xstate: Enable XSAVES system states
  ` [RFC PATCH v3 04/24] x86/fpu/xstate: Add XSAVES system states for shadow stack
  ` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
  ` [RFC PATCH v3 06/24] x86/cet: Control protection exception handler
  ` [RFC PATCH v3 07/24] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
  ` [RFC PATCH v3 08/24] mm: Introduce VM_SHSTK for shadow stack memory
  ` [RFC PATCH v3 09/24] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
  ` [RFC PATCH v3 10/24] x86/mm: Introduce _PAGE_DIRTY_SW
  ` [RFC PATCH v3 11/24] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
  ` [RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
  ` [RFC PATCH v3 13/24] x86/mm: Shadow stack page fault error checking
  ` [RFC PATCH v3 14/24] mm: Handle shadow stack page fault
  ` [RFC PATCH v3 15/24] mm: Handle THP/HugeTLB "
  ` [RFC PATCH v3 16/24] mm: Update can_follow_write_pte/pmd for shadow stack
  ` [RFC PATCH v3 17/24] mm: Introduce do_mmap_locked()
  ` [RFC PATCH v3 18/24] x86/cet/shstk: User-mode shadow stack support
  ` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction
  ` [RFC PATCH v3 20/24] x86/cet/shstk: Signal handling for shadow stack
  ` [RFC PATCH v3 21/24] x86/cet/shstk: ELF header parsing of Shadow Stack
  ` [RFC PATCH v3 22/24] x86/cet/shstk: Handle thread shadow stack
  ` [RFC PATCH v3 23/24] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
  ` [RFC PATCH v3 24/24] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[iproute PATCH] iprule: Fix for incorrect space between dst and prefix
 2018-08-30 14:51 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: salvator-xs: Improve SATA switch settings comments
 2018-08-30 14:52 UTC  (2+ messages)

[PATCH v1 0/4] EMC fixes for Tegra30+
 2018-08-30 18:54 UTC  (5+ messages)
` [PATCH v1 1/4] ARM: tegra: Fix missed EMC registers latching on resume from LP1 on Tegra30+
` [PATCH v1 2/4] ARM: tegra: Fix DRAM refresh-interval clobbering on resume from LP1 on Tegra30
` [PATCH v1 3/4] ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+
` [PATCH v1 4/4] ARM: tegra: Clear EMC interrupts "

[Qemu-devel] [PATCH v9 0/6] Add support for TPM Physical Presence interface
 2018-08-30 18:53 UTC  (6+ messages)
` [Qemu-devel] [PATCH v9 1/6] hw/i386: add pc-i440fx-3.1 & pc-q35-3.1

[PATCH 0/3] Add USB support
 2018-08-30 14:50 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: renesas: r8a774a1: Add USB2.0 phy and host(EHCI/OHCI) device nodes

[PATCH 0/7] The infrastructure for plugins used by the Qt-based
 2018-08-30 14:50 UTC  (4+ messages)
` [PATCH 7/7] kernel-shark-qt: Add a plugin for sched events

[PATCH] of: Add device_type access helper functions
 2018-08-30 18:52 UTC 

[v3,1/2] i2c: buses: add i2c bus driver for NVIDIA GPU
 2018-08-30 18:52 UTC 

[PATCH] of: add node name compare helper functions
 2018-08-30 18:52 UTC 

[PATCH v2 0/4] Enable Linux guests on Hyper-V on ARM64
 2018-08-30 18:51 UTC  (4+ messages)
` [PATCH v2 2/4] arm64: hyperv: Add support for Hyper-V as a hypervisor

[PATCH v2 0/1] perf: Sharing PMU counters across compatible events
 2018-08-30 18:51 UTC  (6+ messages)
` [PATCH v2 1/1] "

[Buildroot] [PATCH 1/1] package/libsoup: needs host-python3
 2018-08-30 18:51 UTC  (4+ messages)

[PATCH 0/5] handle corruption in patch-delta
 2018-08-30 18:50 UTC  (6+ messages)
` [PATCH 2/5] t5303: test some corrupt deltas

[PATCH] ARM: dts: r9a06g032: Use r9a06g032-sysctrl binding definitions
 2018-08-30 14:48 UTC  (3+ messages)

[PATCH v9 0/4] Uprobes: Support SDT markers having reference count (semaphore)
 2018-08-30 18:50 UTC  (6+ messages)
` [PATCH v9 4/4] perf probe: Support SDT markers having reference counter (semaphore)

[PATCH] i40e: mark expected switch fall-through
 2018-08-30 18:50 UTC 

Snapshot target and DAX-capable devices
 2018-08-30 18:49 UTC  (7+ messages)

[PATCH iproute2] tc/htb: remove unused variable
 2018-08-30 14:38 UTC 

[PATCH net-next] net/sched: fix type of htb statistics
 2018-08-30 14:39 UTC 

[PATCH v2 0/4] branch -l deprecation revisited
 2018-08-30 18:48 UTC  (4+ messages)
` [PATCH v2 4/4] branch: make "-l" a synonym for "--list"

Patch "asm-generic/bitops/lock.h: Rewrite using atomic_fetch_" causes kernel crash
 2018-08-30 14:46 UTC  (12+ messages)

[Qemu-devel] [PATCH] i386: clarify that the Q35 machine type implements a P35 chipset
 2018-08-30 18:47 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/8] off-by-one and NULL pointer accesses detected by static analysis
 2018-08-30 18:43 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/8] job: Fix off-by-one accesses to JobSTT and JobVerbTable
` [Qemu-devel] [PATCH 6/8] block: dump_qlist() may dereference a Null pointer
` [Qemu-devel] [PATCH 8/8] qcow2: Read outside array bounds in qcow2_pre_write_overlap_check()

[tisdk-setup-scripts][PATCH] create-sdcard.sh: add script specific to k3
 2018-08-30 18:47 UTC 

[PATCH] arm64: dts: renesas: r8a77965: Fix clock/reset for usb2_phy1
 2018-08-30 14:44 UTC  (3+ messages)

[RFC PATCH v3 0/8] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-08-30 14:40 UTC  (18+ messages)
  ` [RFC PATCH v3 1/8] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
  ` [RFC PATCH v3 2/8] x86/cet/ibt: User-mode indirect branch tracking support
  ` [RFC PATCH v3 3/8] x86/cet/ibt: ELF header parsing for IBT
  ` [RFC PATCH v3 4/8] x86/cet/ibt: Add arch_prctl functions "
  ` [RFC PATCH v3 5/8] x86/cet/ibt: Add ENDBR to op-code-map
  ` [RFC PATCH v3 6/8] mm/mmap: Add IBT bitmap size to address space limit check
  ` [RFC PATCH v3 7/8] x86: Insert endbr32/endbr64 to vDSO
  ` [RFC PATCH v3 8/8] x86/cet: Add PTRACE interface for CET

[PATCH] perf annotate: fix parsing aarch64 branch instructions after objdump update
 2018-08-30 18:47 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v1] ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30
 2018-08-30 18:47 UTC 

efi boot failures due to PTI with 32 bit builds and Intel CPUs
 2018-08-30 18:46 UTC  (8+ messages)

[PATCH V3] drm: handle error values properly
 2018-08-30 18:45 UTC  (2+ messages)

[PATCH 0/3] TLS initiator side implementation
 2018-08-30 18:45 UTC  (2+ messages)

[PATCH net-next 4/5] ipv6: enable IFA_IF_NETNSID for RTM_GETADDR
 2018-08-30 18:41 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a77965: Fix HS-USB compatible
 2018-08-30 14:41 UTC  (3+ messages)

[PATCH] tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
 2018-08-30 14:40 UTC 

Meeting Minutes for 2018-08-30
 2018-08-30 18:43 UTC 

[PATCH v2 1/2] clk: tegra: Don't enable already enabled PLLs
 2018-08-30 18:42 UTC  (2+ messages)
` [PATCH v2 2/2] clk: tegra20: Enable lock-status polling for PLLs

[PATCH] arm64: dts: renesas: r8a77965: Move timer node
 2018-08-30 14:39 UTC  (3+ messages)

[PATCH] ARM: omap: Convert to using %pOFn instead of device_node.name
 2018-08-30 14:37 UTC  (4+ messages)
` [PATCH] ARM: shmobile: "

[PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages
 2018-08-30 18:39 UTC  (13+ messages)

[PATCH 00/15] soc: octeontx2: Add RVU admin function driver
 2018-08-30 18:39 UTC  (18+ messages)
` [PATCH 04/15] soc: octeontx2: Add mailbox support infra
` [PATCH 10/15] soc: octeontx2: Reconfig MSIX base with IOVA

[PATCHv4 0/5] perf/hw_breakpoint: Fix breakpoint modify
 2018-08-30 18:39 UTC  (2+ messages)

[cip-dev] Next LTS will be 4.19
 2018-08-30 18:38 UTC  (6+ messages)

[PATCH] perf annotate: Handle arm64 move instructions
 2018-08-30 18:38 UTC  (4+ messages)

[v2] EDAC, ghes: use CPER module handles to locate DIMMs
 2018-08-30 18:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH for-4.7] x86/spec-ctrl: Fix backport of 1fdb25a614b
 2018-08-30 18:37 UTC 

[Bug 200981] New: hypervisor fs hangs at heavy write activity on VM (kvm, qcow2 image) having a reflink disk copy
 2018-08-30 14:34 UTC  (2+ messages)
` [Bug 200981] "

[PATCH v1 1/2] soc/tegra: pmc: Turn powergates_lock into spinlock
 2018-08-30 18:36 UTC  (2+ messages)
` [PATCH v1 2/2] soc/tegra: pmc: Make readx_poll_timeout atomic

[PATCH 0/2] drm/nouveau: Use more standard logging styles
 2018-08-30 18:36 UTC  (3+ messages)
` [PATCH 1/2] drm/nouveau: Add new logging function nv_cli_printk
` [PATCH 2/2] drm/nouveau: Convert NV_PRINTK macros and uses to new nv_cli_<level> macros

[PATCH tip/core/rcu 0/3] SRCU updates for v4.20/v5.0
 2018-08-30 18:36 UTC  (10+ messages)
` [PATCH tip/core/rcu 3/3] srcu: Make early-boot call_srcu() reuse workqueue lists

[PATCH 1/2] soc: qcom: geni: Don't ignore clk_round_rate() errors in geni_se_clk_tbl_get()
 2018-08-30 18:36 UTC  (2+ messages)
` [PATCH 2/2] soc: qcom: geni: geni_se_clk_freq_match() should always accept multiples


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.