linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-28 07:48:10 to 2019-03-28 12:38:11 UTC [more...]

[PATCH v3 00/36] thunderbolt: Software connection manager improvements
 2019-03-28 12:36 UTC  (17+ messages)
` [PATCH v3 01/36] net: thunderbolt: Unregister ThunderboltIP protocol handler when suspending
` [PATCH v3 08/36] thunderbolt: Add dummy read after port capability list walk on Light Ridge
` [PATCH v3 14/36] thunderbolt: Rename tunnel_pci to tunnel
` [PATCH v3 18/36] thunderbolt: Add helper function to iterate from one port to another
` [PATCH v3 20/36] thunderbolt: Deactivate all paths before restarting them
` [PATCH v3 21/36] thunderbolt: Discover preboot PCIe paths the boot firmware established
` [PATCH v3 25/36] thunderbolt: Rework NFC credits handling
` [PATCH v3 26/36] thunderbolt: Add support for Display Port tunnels
` [PATCH v3 28/36] thunderbolt: Run tb_xdp_handle_request() in system workqueue
` [PATCH v3 29/36] thunderbolt: Add XDomain UUID exchange support
` [PATCH v3 30/36] thunderbolt: Add support for DMA tunnels
` [PATCH v3 32/36] thunderbolt: Add support for XDomain connections
` [PATCH v3 33/36] thunderbolt: Make __TB_[SW|PORT]_PRINT take const parameters
` [PATCH v3 34/36] thunderbolt: Make rest of the logging to happen at debug level
` [PATCH v3 35/36] thunderbolt: Reword output of tb_dump_hop()
` [PATCH v3 36/36] thunderbolt: Start firmware on Titan Ridge Apple systems

[PATCH] objtool: Query pkg-config for libelf location
 2019-03-28 12:37 UTC  (2+ messages)
` [tip:core/urgent] "

[PATCH v2 0/7] x86/boot: Enable earlyprintk for HS UARTs
 2019-03-28 12:35 UTC  (9+ messages)
` [PATCH v2 1/7] x86/boot: Convert early_serial_base to unsigned long
` [PATCH v2 2/7] x86/boot: Introduce helpers for serial I/O
` [PATCH v2 3/7] x86/boot: Split out parse_serial_port() helper for earlyprintk

[PATCH] pinctrl: intel: save HOSTSW_OWN register over suspend/resume
 2019-03-28 12:34 UTC  (15+ messages)

[PATCH v4] tpm: fix an invalid condition in tpm_common_poll
 2019-03-28 12:34 UTC  (2+ messages)

[PATCH 00/10] Add Tegra194 PCIe support
 2019-03-28 12:33 UTC  (3+ messages)
` [PATCH 03/10] PCI: dwc: Move config space capability search API

[PATCH 0/2] clk: keystone: Add new driver to handle syscon based clock
 2019-03-28 12:31 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: Add binding documentation for TI syscon gate clock

[PATCH v3 0/4] Add Apple SPI keyboard and trackpad driver
 2019-03-28 12:30 UTC  (17+ messages)
` [PATCH v3 2/4] lib/hexdump.c: factor out generic hexdump formatting for reuse
` [PATCH v3 3/4] driver core: add dev_print_hex_dump() logging function
  ` [PATCH v3 1/4] drm/bridge: sil_sii8620: depend on INPUT instead of selecting it
        `  "

[BUG] net: core: netif_receive_skb_list() crash on non-standard ptypes forwarding
 2019-03-28 12:29 UTC  (4+ messages)

[PATCH v3] KEYS: trusted: allow trusted.ko to initialize w/o a TPM
 2019-03-28 12:27 UTC  (3+ messages)

[REGRESSION] 5.1-rc1: tpm_try_transmit: send(): error -5
 2019-03-28 12:23 UTC  (2+ messages)

[PATCH v3] w1: ds2408: reset on output_write retry with readback
 2019-03-28 12:22 UTC 

答复: Re: [v5] coccinelle: semantic code search for missing put_device()
 2019-03-28 12:20 UTC  (2+ messages)

[PATCH] libata: fix using DMA buffers on stack
 2019-03-28 12:19 UTC 

[PATCH 0/2] w1: DS2408 fixes
 2019-03-28 12:17 UTC  (5+ messages)
` [PATCH 1/2] w1: ds2408: add a missing reset when retrying in output_write()
  ` [PATCH v2] w1: ds2408: reset on output_write retry with readback

[PATCH] x86: remove unused argument from set_real_mode_mem()
 2019-03-28 12:13 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE
 2019-03-28 12:06 UTC 

[PATCH 1/3] regulator: tps6507x: Constify tps6507x_pmic_ops
 2019-03-28 12:02 UTC  (3+ messages)
` [PATCH 2/3] regulator: tps6507x: Remove unused *rdev[] from struct tps6507x_pmic
` [PATCH 3/3] regulator: tps6507x: Convert to regulator core's simplified DT parsing code

[PATCH] libata: fix using DMA buffers on stack
 2019-03-28 12:00 UTC  (3+ messages)

[PATCH] PCI: al: add pcie-al.c
 2019-03-28 11:57 UTC  (5+ messages)
` [PATCH v2] PCI: al: Add Amazon Annapurna Labs PCIe host controller driver
    ` [PATCH v3] "

[LINUX PATCH v13] rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2019-03-28 11:51 UTC  (4+ messages)

[RFC 0/7] cpuidle: Add poking mechanism to support non-IPI wakeup
 2019-03-28 11:55 UTC  (15+ messages)

[PATCH v9 0/5] drm/sun4i: sun6i_mipi_dsi: Fixes/updates
 2019-03-28 11:53 UTC  (9+ messages)
` [PATCH v9 2/5] drm/sun4i: sun6i_mipi_dsi: Fix TCON DRQ set bits

[PATCH v2 0/6] Device property improvements, add %pfw format specifier
 2019-03-28 11:51 UTC  (17+ messages)
` [PATCH v2 1/6] device property: Add functions for accessing node's parents
` [PATCH v2 2/6] device property: Add fwnode_get_name for returning the name of a node
` [PATCH v2 3/6] device property: Add a function to obtain a node's prefix
` [PATCH v2 6/6] lib/vsprintf: Add %pfw conversion specifier for printing fwnode names

[PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range
 2019-03-28 11:51 UTC  (7+ messages)

[PATCH v4] kmemleak: survive in a low-memory situation
 2019-03-28 11:50 UTC  (4+ messages)

[PATCH 0/7] RISC-V: Sparsmem, Memory Hotplug and pte_devmap for P2P
 2019-03-28 11:49 UTC  (5+ messages)
` [PATCH 2/7] RISC-V: doc: Add file describing the virtual memory map
` [PATCH 4/7] RISC-V: Update page tables to cover the whole linear mapping

[PATCH v7] ipvs: allow tunneling with gue encapsulation
 2019-03-28 11:47 UTC  (3+ messages)

[PATCH] drivers: ntb: Kconfig: pedantic cleanups
 2019-03-28 11:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/3] Append new variables to vmcoreinfo (PTRS_PER_PGD for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-03-28 11:42 UTC  (4+ messages)
` [PATCH v3 1/3] arm64, vmcoreinfo : Append 'PTRS_PER_PGD' to vmcoreinfo

INFO: task hung in genl_rcv_msg
 2019-03-28 11:36 UTC  (2+ messages)

[PATCH v2 0/2] ARM: dts: sun8i: a83t: Add missing cooling device properties for CPUs
 2019-03-28 11:31 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ARM: dts: sun8i: a83t: Add missing CPU clock references

[PATCH v7 0/10] Add ARMv8.3 pointer authentication for kvm guest
 2019-03-28 11:29 UTC  (14+ messages)
` [PATCH v7 7/10] KVM: arm/arm64: context-switch ptrauth registers
` [PATCH v7 9/10] KVM: arm64: docs: document KVM support of pointer authentication

[PATCH] axxia-i2c: use auto cmd for last message
 2019-03-28 11:19 UTC 

[LINUX PATCH 3/3] spi: spi-mem: Add support for Zynq QSPI controller
 2019-03-28 11:16 UTC 

[LINUX PATCH 2/3] spi: spi-mem: call spi_mem_default_supports_op() first
 2019-03-28 11:16 UTC 

[LINUX PATCH 1/3] dt-bindings: spi: Add device tree binding documentation for Zynq QSPI controller
 2019-03-28 11:16 UTC 

[PATCH v7 6/7] platform/chrome: cros_ec: add EC host command support using rpmsg
 2019-03-28 11:15 UTC  (4+ messages)
` [PATCH v7 7/7] cros_ec: differentiate SCP from EC by feature bit

[LINUX PATCH 0/3] Add support for Zynq QSPI controller driver
 2019-03-28 11:14 UTC 

[PATCH 00/25] coresight: Support for ACPI bindings
 2019-03-28 11:09 UTC  (10+ messages)
` [PATCH 13/25] coresight: etb10: Clean up device specific data
` [PATCH 15/25] coresight: etm3x: Rearrange cp14 access detection
` [PATCH 18/25] coresight: Introduce generic platform data helper

Issues with i.MX SPI DMA transfers
 2019-03-28 11:05 UTC  (6+ messages)

[PATCH v6 00/19] Convert x86 & arm64 to use generic page walk
 2019-03-28 11:00 UTC  (4+ messages)
` [PATCH v6 04/19] powerpc: mm: Add p?d_large() definitions

[PATCH] gpio: mockup: use simple_read_from_buffer() in debugfs read callback
 2019-03-28 11:00 UTC 

[PATCH] ACPI / PM: Propagate KEY_POWER wakeup events to user space
 2019-03-28 10:34 UTC  (2+ messages)
` [PATCH v2] ACPI / PM: Propagate KEY_POWER to user space when resume

[RESEND] i2c: imx: defer probing on dma channel request
 2019-03-28 10:47 UTC  (5+ messages)

[PATCH] iommu/amd: Reserve exclusion range in iova-domain
 2019-03-28 10:44 UTC 

[RFC PATCH 53/68] vfs: Convert functionfs to use the new mount API
 2019-03-28 10:43 UTC  (2+ messages)

Misplaced driver_sysfs_remove in really_probe?
 2019-03-28 10:38 UTC  (2+ messages)

[PATCH 0/4] pidfd_open()
 2019-03-28 10:38 UTC  (8+ messages)
` [PATCH 2/4] pid: add pidfd_open()

[PATCH v3 0/4] cpufreq: intel_pstate: Handle _PPC updates on global turbo disable/enable
 2019-03-28 10:33 UTC  (5+ messages)
` [PATCH v3 3/4] cpufreq: schedutil: Simplify iowait boosting
  ` [Update][PATCH "

[PATCH v3 0/3] PCIe Host request to reserve IOVA
 2019-03-28 10:34 UTC  (3+ messages)

[PATCH -next] drm/ttm: remove set but not used variable 'vgdev'
 2019-03-28 10:32 UTC  (3+ messages)
` [PATCH v2 -next] drm/virtio: "

[PATCH] bonding: show full hw address in sysfs for slave entries
 2019-03-28 10:29 UTC 

[PATCH] Input: i8042 - signal wakeup from atkbd/psmouse
 2019-03-28 10:26 UTC  (2+ messages)

[PATCH RESEND -next] Input: uinput - Avoid Use-After-Free with udev lock
 2019-03-28 10:25 UTC 

[PATCH v3 0/4] Boot RISC-V kernel from any 4KB aligned address
 2019-03-28 10:24 UTC  (10+ messages)
` [PATCH v3 4/4] RISC-V: Allow booting "

[PATCH] drivers/fmc: remove unneeded NULL check
 2019-03-28 10:22 UTC  (2+ messages)

[PATCH 0/3] cpu_cooling: Make IPA use PM_EM
 2019-03-28 10:22 UTC  (5+ messages)
` [PATCH 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL
` [PATCH 2/3] PM / EM: Expose perf domain struct
` [PATCH 3/3] thermal: cpu_cooling: Migrate to using the EM framework

[PATCH][next] ASoC: fsl: fix spelling mistake: "missign" -> "missing"
 2019-03-28 10:18 UTC  (2+ messages)

[RT WARNING] DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current) with fsfreeze (4.19.25-rt16)
 2019-03-28 10:17 UTC  (2+ messages)

[PATCH] cpufreq: scpi: fix use after free
 2019-03-28 10:14 UTC  (2+ messages)

[PATCH] driver core: Postpone DMA tear-down until after devres release for probe failure
 2019-03-28 10:08 UTC 

[PATCH AUTOSEL 5.0 001/262] CIFS: fix POSIX lock leak and invalid ptr deref
 2019-03-28 10:13 UTC  (9+ messages)
` [PATCH AUTOSEL 5.0 009/262] i2c: sis630: correct format strings
` [PATCH AUTOSEL 5.0 010/262] apparmor: fix double free when unpack of secmark rules fails
` [PATCH AUTOSEL 5.0 011/262] tracing: kdb: Fix ftdump to not sleep
` [PATCH AUTOSEL 5.0 070/262] drm/amd/display: Pass app_tf by value rather than by reference

[PATCH net-next v5 00/22] ethtool netlink interface, part 1
 2019-03-28 10:10 UTC  (30+ messages)
` [PATCH net-next v5 05/22] ethtool: introduce ethtool netlink interface
` [PATCH net-next v5 09/22] ethtool: implement EVENT notifications
` [PATCH net-next v5 13/22] ethtool: provide driver/device information in GET_INFO request
` [PATCH net-next v5 14/22] ethtool: provide timestamping "
` [PATCH net-next v5 16/22] ethtool: provide link settings and link modes in GET_SETTINGS request
` [PATCH net-next v5 19/22] ethtool: provide WoL information "

[PATCH 0/3] ARM: davinci: ohci-da8xx: model the vbus GPIO as a fixed regulator
 2019-03-28 10:10 UTC  (4+ messages)

[PATCH -next] Input: uinput - Avoid Use-After-Free with udev lock
 2019-03-28 10:06 UTC 

[PATCH] netfilter: conntrack: initialize ct->timeout
 2019-03-28 10:05 UTC  (2+ messages)

[PATCH 0/4] arm64: SPE ACPI enablement
 2019-03-28 10:04 UTC  (3+ messages)
` [PATCH 1/4] ACPI/PPTT: Add function to return ACPI 6.3 Identical tokens

[PATCH RFC 0/1] gnss: get serial speed from subdrivers
 2019-03-28 10:03 UTC  (2+ messages)
` [PATCH RFC 1/1] "

[PATCH 0/7] Add Macronix MX25F0A MFD driver and NAND function
 2019-03-28 10:18 UTC  (8+ messages)
` [PATCH 1/7] mfd: Add Macronix MX25F0A MFD controller driver
` [PATCH 2/7] mtd: rawnand: Add Macronix MX25F0A NAND "
` [PATCH 3/7] spi: Patch Macronix MX25F0A SPI "
` [PATCH 4/7] dt-bindings: mfd: Document Macronix MX25F0A controller bindings
` [PATCH 5/7] spi: Add direct mapping mode for Macronix SPI controller
` [PATCH 6/7] mtd: rawnand: Add Macronix NAND read retry and randomizer support
` [PATCH 7/7] mtd: rawnand: Add Macronix NAND block protection driver

[RFC PATCH v2] random: add get_random_max() function
 2019-03-28 10:00 UTC 

[PATCH v2] staging: pi433: Fix rf69_set_tx_cfg() logic
 2019-03-28  9:49 UTC 

[PATCH v5 0/3] UFS on APQ8098/MSM8998
 2019-03-28  9:37 UTC  (2+ messages)

[PATCH] watchdog: Respect watchdog cpumask on CPU hotplug
 2019-03-28  9:36 UTC  (4+ messages)

[PATCH v10 00/12] perf: enable compression of record mode trace to save storage space
 2019-03-28  9:28 UTC  (2+ messages)

[PATCH v2 0/2] Add EDMA0/EDMA1 nodes on i.MX8QXP
 2019-03-28  9:25 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: imx8qxp: Add EDMA0/EDMA1 nodes

pidfd design
 2019-03-28  9:21 UTC  (11+ messages)

[PATCH v13 00/11] Introduce the for_each_set_clump8 macro
 2019-03-28  9:11 UTC  (5+ messages)
` [PATCH v13 10/11] gpio: 74x164: Utilize "

[PATCH] kbuild: do not overwrite .gitignore in output directory
 2019-03-28  9:07 UTC  (3+ messages)

[PATCH 0/3] device property: fwnode_is_compatible() helper
 2019-03-28  9:06 UTC  (2+ messages)

[GIT PULL] s390 patches for 5.1 #2
 2019-03-28  8:55 UTC 

[PATCH] x86/Xen: streamline (and fix) PV CPU enumeration
 2019-03-28  9:03 UTC  (3+ messages)

KASAN: use-after-free Read in path_lookupat
 2019-03-28  9:00 UTC  (10+ messages)

[PATCH net] net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock()
 2019-03-28  9:10 UTC 

[PATCH] drivers/acpi: Clear status of an event before enabling it
 2019-03-28  8:57 UTC  (6+ messages)

[PATCH] regulator: rc5t583: Get rid of struct rc5t583_regulator
 2019-03-28  8:44 UTC  (2+ messages)

[PATCH v3] thunderbolt: Fix to check the return value of kmemdup
 2019-03-28  8:35 UTC  (2+ messages)

[PATCH v2] thunderbolt: property: fix a missing check of kzalloc
 2019-03-28  8:32 UTC  (2+ messages)

[PATCH 0/2] mtd: physmap: Using gpio-addrs
 2019-03-28  8:32 UTC  (3+ messages)
` [PATCH 1/2] mtd: maps: physmap: Store gpio_values correctly

net: fix routing encapsulated packets when binding a socket to a tunnel interface
 2019-03-28  8:30 UTC  (3+ messages)

[PATCH v4 0/6] Introduced new Cadence USBSS DRD Driver
 2019-03-28  8:26 UTC  (4+ messages)
` [PATCH v4 5/6] usb:cdns3 Add Cadence USB3 "

possible deadlock in acct_pin_kill
 2019-03-28  8:23 UTC  (4+ messages)

INFO: rcu detected stall in __perf_sw_event
 2019-03-28  8:21 UTC  (3+ messages)

[RFC PATCH 0/10] Another Approach to Use PMEM as NUMA Node
 2019-03-28  8:21 UTC  (11+ messages)

[PATCH v4 0/2] Fix command errors during tuning
 2019-03-28  8:13 UTC  (5+ messages)
` [PATCH v4 2/2] mmc: sdhci-omap: Don't finish_mrq() on a command error "

[RFC PATCH] i2c: remove use of in_atomic()
 2019-03-28  8:10 UTC  (2+ messages)

[PATCH v2] drm: etnaviv: fix strncpy sizeof argument
 2019-03-28  8:09 UTC 

[PATCH 0/6] x86, mm: refine split_mem_range a little
 2019-03-28  8:08 UTC  (6+ messages)
` [PATCH 4/6] x86, mm: make split_mem_range() more easy to read

[RESEND PATCH] thermal: rcar_gen3_thermal: Fix init value of IRQCTL register
 2019-03-28  8:05 UTC  (2+ messages)

[PATCH] ARM: dts: sun8i: a83t: Add missing cooling device properties for CPUs
 2019-03-28  8:04 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH 1/2] regulator: as3722: Convert to use regulator_set/get_current_limit_regmap
 2019-03-28  8:02 UTC  (4+ messages)
` [PATCH 2/2] regulator: as3722: Slightly improve readability

[PATCH 0/7] Add bluetooth, gps and accelerometer to TBS A711
 2019-03-28  8:01 UTC  (3+ messages)
` [PATCH 4/7] ARM: dts: sun8i: a83t: Add UART2 PB pins
  ` [linux-sunxi] "

[PATCH ghak90 V5 00/10] audit: implement container identifier
 2019-03-28  8:01 UTC  (5+ messages)
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

[PATCH] efi/arm: Show SMBIOS bank/device location in cper and ghes error logs
 2019-03-28  7:57 UTC  (6+ messages)
` [PATCH] efi: Unify dmi setup code over architectures arm/arm64, io64 and x86
  ` [PATCH v2] "

[RESEND PATCH] scsi: qedi: Fix global-out-of-bounds bug in qedi dbg function
 2019-03-28  7:54 UTC 

[PATCH v7 0/9] EDAC drivers for Armada XP L2 and DDR
 2019-03-28  7:54 UTC  (3+ messages)

[PATCH] usb: uas: fix usb subsystem hang after power off hub port
 2019-03-28  7:53 UTC  (8+ messages)

[PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7)
 2019-03-28  7:49 UTC  (6+ messages)

[PATCH] Input: elan_i2c - Add i2c_reset in sysfs for ELAN touchpad recovery
 2019-03-28  7:48 UTC  (3+ messages)


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