linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-28 16:14:02 to 2019-03-28 18:53:15 UTC [more...]

[PATCH 0/1] [RFC] Secure Launch boot protocol
 2019-03-28 18:37 UTC  (3+ messages)

[PATCH v2 0/2] drm/vc4: Binner BO management improvements
 2019-03-28 18:53 UTC  (5+ messages)
` [PATCH v2 1/2] drm/file: Rehabilitate the firstopen hook for non-legacy drivers

[PATCH net-next v5 00/22] ethtool netlink interface, part 1
 2019-03-28 18:52 UTC  (26+ messages)
` [PATCH net-next v5 05/22] ethtool: introduce ethtool netlink interface
` [PATCH net-next v5 12/22] ethtool: provide string sets with GET_STRSET request
` [PATCH net-next v5 13/22] ethtool: provide driver/device information in GET_INFO request

[PATCH v7 0/10] Add ARMv8.3 pointer authentication for kvm guest
 2019-03-28 18:51 UTC  (3+ messages)
` [PATCH v7 7/10] KVM: arm/arm64: context-switch ptrauth registers

[PATCH 00/17] add new features for FPGA DFL drivers
 2019-03-28 18:50 UTC  (7+ messages)
` [PATCH 02/17] fpga: dfl: fme: align PR buffer size per PR datawidth
` [PATCH 07/17] fpga: dfl: afu: add AFU state related sysfs interfaces

[PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed
 2019-03-28 18:47 UTC  (4+ messages)
` [PATCH 1/2] edac: sifive: Add DT documentation for SiFive L2 cache Controller

[RESEND PATCH v1] moduleparam: Save information about built-in modules in separate file
 2019-03-28 18:45 UTC  (8+ messages)

[PATCH v3 00/12] support gce on mt8183 platform
 2019-03-28 18:44 UTC  (5+ messages)
` [PATCH v3 01/12] dt-binding: gce: remove thread-num property
` [PATCH v3 03/12] dt-binding: gce: add binding for gce event property

Allowing mapping supplemental groups in user namespace?
 2019-03-28 18:43 UTC  (5+ messages)

[PATCH v2 0/2] Fix a race condition vulnerability in "_show" functions
 2019-03-28 18:42 UTC  (10+ messages)
` [PATCH v3 0/3] Drivers: hv: vmbus: Fix a race condition "
  ` [PATCH v3 3/3] Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex

[PATCH fixes] MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabled
 2019-03-28 18:42 UTC  (2+ messages)

[PATCH v3 0/9] RPMPD for QCS404 and MSM8998
 2019-03-28 18:40 UTC  (5+ messages)
` [PATCH v3 4/9] dt-bindings: power: Add rpm power domain bindings for qcs404
` [PATCH v3 7/9] dt-bindings: power: Add rpm power domain bindings for msm8998

[PATCH 00/25] coresight: Support for ACPI bindings
 2019-03-28 18:42 UTC  (4+ messages)
` [PATCH 21/25] coresight: Use fwnode handle instead of device names

[PATCH v3 1/2] iio: Add driver for TLA202x ADCs
 2019-03-28 18:38 UTC  (3+ messages)
` [PATCH v3 2/2] dt-bindings: iio: Add bindings for TI "

[PATCH hyperv-fixes] hv_netvsc: Fix unwanted wakeup after tx_disable
 2019-03-28 18:38 UTC  (2+ messages)

[PATCH] MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irq
 2019-03-28 18:37 UTC  (2+ messages)

[PATCH 0/4] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
 2019-03-28 18:37 UTC  (9+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 3/7] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions

[PATCH] MIPS: KGDB: fix kgdb support for SMP platforms
 2019-03-28 18:36 UTC  (2+ messages)

[PATCH v2] openvswitch: fix flow actions reallocation
 2019-03-28 18:33 UTC  (2+ messages)

[PATCHv3 0/3] Update Stratix10 EDAC Bindings
 2019-03-28 18:32 UTC  (3+ messages)
` [PATCHv3 2/3] Documentation: dt: edac: Add Stratix10 Peripheral bindings

[PATCH v3 RESEND 0/4] PINCTRL: Mediatek pinctrl patch on mt8183
 2019-03-28 18:31 UTC  (3+ messages)
` [PATCH RESEND v3 1/4] dt-bindings: pinctrl: mt8183: add binding document

[PATCH 0/7] RISC-V: Sparsmem, Memory Hotplug and pte_devmap for P2P
 2019-03-28 18:24 UTC  (4+ messages)
` [PATCH 4/7] RISC-V: Update page tables to cover the whole linear mapping

[PATCH 0/3] gpio: Failure path fixes
 2019-03-28 18:20 UTC  (9+ messages)
` [PATCH 1/3] gpio: of: Fix of_gpiochip_add() error path
` [PATCH 2/3] gpio: Fix gpiochip_add_data_with_key() "
` [PATCH 3/3] gpio: Remove obsolete comment about gpiochip_free_hogs() usage

[PATCH 00/12] locking/rwsem: Rwsem rearchitecture part 2
 2019-03-28 18:11 UTC  (13+ messages)
` [PATCH 01/12] locking/rwsem: Implement a new locking scheme
` [PATCH 02/12] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH 03/12] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH 04/12] locking/rwsem: Make rwsem_spin_on_owner() return owner state
` [PATCH 05/12] locking/rwsem: Ensure an RT task will not spin on reader
` [PATCH 06/12] locking/rwsem: Wake up almost all readers in wait queue
` [PATCH 07/12] locking/rwsem: Enable readers spinning on writer
` [PATCH 08/12] locking/rwsem: Enable count-based spinning on reader
` [PATCH 09/12] locking/rwsem: Add more rwsem owner access helpers
` [PATCH 10/12] locking/rwsem: Merge owner into count on x86-64
` [PATCH 11/12] locking/rwsem: Remove redundant computation of writer lock word
` [PATCH 12/12] locking/rwsem: Make MSbit of count as guard bit to fail readlock

[PULL REQUEST] Lockdown patches for 5.2
 2019-03-28 18:07 UTC  (8+ messages)
` [PATCH 23/27] bpf: Restrict kernel image access functions when the kernel is locked down

[PATCH v3 0/5] PHY: Add support for SERDES in TI's AM654 platform
 2019-03-28 18:07 UTC  (3+ messages)
` [PATCH v3 3/5] dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC

[PATCH][next] iavf: use struct_size() in kzalloc()
 2019-03-28 17:45 UTC 

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-03-28 18:03 UTC  (7+ messages)

[PATCH V3 0/3] hwmon: pwm-fan: Add RPM support
 2019-03-28 18:01 UTC  (3+ messages)
` [PATCH V3 1/3] dt-bindings: hwmon: Add tachometer interrupt to pwm-fan

[PATCH v3 0/5] Add support for drm/rockchip to dynamically control the DDR frequency
 2019-03-28 17:59 UTC  (3+ messages)
` [PATCH v3 4/5] arm64: dts: rk3399: Add dfi and dmc nodes

[PATCH net-next] can: kvaser_usb: Use struct_size() in alloc_candev()
 2019-03-28 17:58 UTC  (3+ messages)

[PATCH v3 0/5] Add a VCNL4040 light and proximity driver
 2019-03-28 17:53 UTC  (5+ messages)
` [PATCH v3 3/5] dt-bindings: iio: light: add vcnl4000 devicetree bindings
` [PATCH v3 5/5] dt-bindings: iio: light: add vcnl4040 "

[PATCH v3 0/5] dt-bindings: improve the Armada DRM bindings
 2019-03-28 17:52 UTC  (3+ messages)
` [PATCH v3 4/5] dt-bindings: display: armada: Add more compatible strings

[PATCH][next] i40e: Use struct_size() in kzalloc()
 2019-03-28 17:52 UTC 

[PATCH v3 2/4] dt-bindings: maxbotix,mb1232: Add MaxBotix i2c ultrasonic rangers
 2019-03-28 17:51 UTC  (2+ messages)

[PATCH v4 0/4] Enable rk3066 VOP and HDMI for MK808
 2019-03-28 17:50 UTC  (4+ messages)
` [PATCH v4 1/4] drm: rockchip: introduce rk3066 hdmi

[PATCH v3 mailbox+firmware 0/6] Armada 37xx mailbox + Turris Mox secure firmware support
 2019-03-28 17:49 UTC  (3+ messages)
` [PATCH v3 mailbox+firmware 6/6] dt-bindings: firmware: Document cznic,turris-mox-rwtm binding

[PATCH v2 0/3] Fix system crash for accessing unmapped IO port regions
 2019-03-28 17:46 UTC  (6+ messages)
` [RFC PATCH v2 1/3] resource: Request IO port regions from children of ioport_resource

[PATCH][next] Bluetooth: Use struct_size() helper
 2019-03-28 17:46 UTC  (2+ messages)

[PATCH v1 0/3] Add support for MIPID02 CSI-2 to PARALLEL bridge I2C device
 2019-03-28 17:43 UTC  (4+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] dt-bindings: Document MIPID02 bindings

[RFC 0/4] iio-input-bridge so that accelerometers which only have an iio driver can still present evdev input events
 2019-03-28 17:42 UTC  (3+ messages)

[PATCH 0/3] cpu_cooling: Make IPA use PM_EM
 2019-03-28 17:42 UTC  (5+ messages)
` [PATCH 1/3] arm64: defconfig: Enable CONFIG_ENERGY_MODEL

[PATCH v4 0/6] Add CPU clock support for Armada 7K/8K
 2019-03-28 17:39 UTC  (5+ messages)
` [PATCH v4 1/6] dt-bindings: ap806: add the cluster clock node in the syscon file

[PATCH RT] nvdimm: make lane acquirement RT aware
 2019-03-28 17:38 UTC  (10+ messages)

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

[PATCH] Convert struct pid count to refcount_t
 2019-03-28 17:37 UTC  (10+ messages)

[RFC PATCH net-next] net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config option
 2019-03-28 17:29 UTC 

[PATCH v6 0/7] vfio: ap: AP Queue Interrupt Control
 2019-03-28 17:25 UTC  (5+ messages)
` [PATCH v6 3/7] s390: ap: setup relation betwen KVM and mediated device

[REGRESSION] 5.1-rc1: tpm_try_transmit: send(): error -5
 2019-03-28 17:21 UTC  (3+ messages)

[PATCH 0/8] vfio/mdev: Improve vfio/mdev core module
 2019-03-28 17:20 UTC  (5+ messages)
` [PATCH 8/8] vfio/mdev: Improve the create/remove sequence

[PATCH] tpm: turn on TPM on suspend for TPM 1.x
 2019-03-28 17:19 UTC  (2+ messages)

Unexpected interrupt received in Guest OS when booting after "system_reset"
 2019-03-28 17:18 UTC 

[PATCH v4 0/7] drm/panel: simple: Add mode support to devicetree
 2019-03-28 17:17 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: Add panel-timing subnode to simple-panel
` [PATCH v4 2/7] drm/panel: simple: Add ability to override typical timing
` [PATCH v4 3/7] arm64: dts: rockchip: Specify override mode for kevin panel
` [PATCH v4 4/7] drm/panel: simple: Use display_timing for Innolux n116bge
` [PATCH v4 5/7] drm/panel: simple: Use display_timing for AUO b101ean01
` [PATCH v4 6/7] ARM: dts: rockchip: Specify rk3288-veyron-jerry's display timings
` [PATCH v4 7/7] ARM: dts: rockchip: Specify rk3288-veyron-minnie's "

[PATCH net] net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock()
 2019-03-28 17:14 UTC  (2+ messages)

[PATCH] gpu:drm: Remove duplicate headers
 2019-03-28 19:02 UTC  (3+ messages)
      ` [PATCH v2] "

[PATCH] vhost: zero vhost_vsock memory on allocation
 2019-03-28 17:10 UTC  (6+ messages)
        ` [PATCH] vhost/vsock: initialize vhost_vsock->hash

[PATCH v4 00/12] Add support for usb on Hikey960
 2019-03-28 17:11 UTC  (3+ messages)
` [PATCH v4 01/12] dt-bindings: phy: Add support for HiSilicon's hi3660 USB PHY

[PATCH net-next] net: ethernet: ti: davinci_mdio: switch to readl/writel_relaxed()
 2019-03-28 17:09 UTC 

[PATCH] n_tty: check for negative and zero space return from tty_write_room
 2019-03-28 17:10 UTC 

[PATCH] kvm: move KVM_CAP_NR_MEMSLOTS to common code
 2019-03-28 17:10 UTC 

[PATCH 00/16] sed-opal: fix shadow MBR enable/disable and clean up code
 2019-03-28 17:09 UTC  (15+ messages)
` [PATCH 01/16] block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBR
` [PATCH 02/16] block: sed-opal: fix typos and formatting
` [PATCH 04/16] block: sed-opal: unify space check in add_token_*
` [PATCH 11/16] block: sed-opal: add token for OPAL_LIFECYCLE
` [PATCH 13/16] block: sed-opal: use named Opal tokens instead of integer literals
` [PATCH 14/16] block: sed-opal: pass steps via argument rather than via opal_dev
` [PATCH 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array

[PATCH v3 0/5] PCI: dwc: Support remove
 2019-03-28 17:08 UTC  (3+ messages)
` [PATCH v3 3/5] PCI: dwc: Free MSI in the error code path of dw_pcie_host_init()

KASAN: use-after-free Read in generic_gcmaes_encrypt
 2019-03-28 17:08 UTC  (2+ messages)

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

[PATCH 0/2] drm: udl fixes
 2019-03-28 17:05 UTC  (5+ messages)
` [PATCH 2/2] drm/fb-helper: Do not scale depth down to 0

[PATCH RESEND v7 0/3] Mixel DPHY support for i.MX8
 2019-03-28 17:04 UTC  (5+ messages)
` [PATCH RESEND v7 1/3] dt-bindings: Add vendor prefix for Mixel Inc
` [PATCH RESEND v7 2/3] dt-bindings: phy: Add documentation for mixel dphy

[PATCH v8 1/2] dt-bindings: misc: aspeed-p2a-ctrl: add support
 2019-03-28 17:03 UTC  (3+ messages)

[PATCH] gpio: mockup: fix debugfs read
 2019-03-28 17:01 UTC  (5+ messages)

[PATCH] vlynq: Fix uninitialized error code in probe()
 2019-03-28 17:01 UTC  (2+ messages)

[PATCH v5 0/6]dt-bindings: Firmware node binding for ZynqMP core
 2019-03-28 17:00 UTC  (3+ messages)
` [PATCH v5 6/6] dt-bindings: fpga: Add bindings for ZynqMP fpga driver

[PATCH 00/10] Add Tegra194 PCIe support
 2019-03-28 16:59 UTC  (3+ messages)
` [PATCH 06/10] arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT

[PATCH v3 00/36] thunderbolt: Software connection manager improvements
 2019-03-28 16:56 UTC  (3+ messages)

[PATCH V10 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-03-28 16:51 UTC  (3+ messages)
` [PATCH V10 1/5] dt-bindings: pwm: Add i.MX TPM PWM binding

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

[PATCH] usb: uas: fix usb subsystem hang after power off hub port
 2019-03-28 16:49 UTC  (2+ messages)

[RFC PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-03-28 16:47 UTC  (8+ messages)

general protection fault in __bfs (2)
 2019-03-28 16:47 UTC  (4+ messages)

[PATCH V3 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-03-28  8:44 UTC  (8+ messages)
` [PATCH V3 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [PATCH V3 2/7] mm/gup: Change write parameter to flags in fast walk
` [PATCH V3 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [PATCH V3 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [PATCH V3 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [PATCH V3 6/7] IB/qib: "
` [PATCH V3 7/7] IB/mthca: "

[RESEND v2] soc: imx: Add generic i.MX8 SoC driver
 2019-03-28 16:43 UTC  (2+ messages)

[PATCH 0/2] Handle I2C and SPI reset on HI6220 SoC
 2019-03-28 16:43 UTC  (7+ messages)
` [PATCH 1/2] amba: Take device out of reset before reading pid and cid values

[PATCH v4 armsoc/drivers/bus+gpio 0/5] Add Moxtet bus and GPIO over Moxtet bus
 2019-03-28 16:42 UTC  (5+ messages)
` [PATCH v4 armsoc/drivers/bus+gpio 2/5] dt-bindings: bus: Document moxtet bus binding
    ` [PATCH v4.1 "

[PATCH v4] w1: ds2408: reset on output_write retry with readback
 2019-03-28 16:41 UTC 

[PATCH 00/23] Include linux ACPI docs into Sphinx TOC tree
 2019-03-28 16:39 UTC  (26+ messages)
` [PATCH 01/23] Documentation: add Linux ACPI to "
` [PATCH 02/23] acpi doc: convert acpi/namespace.txt to rst format
` [PATCH 03/23] acpi doc: convert acpi/enumeration.txt "
` [PATCH 04/23] acpi doc: convert acpi/osi.txt "
` [PATCH 05/23] acpi doc: convert acpi/linuxized-acpica.txt "
` [PATCH 06/23] acpi doc: convert acpi/scan_handlers.txt "
` [PATCH 07/23] acpi doc: convert acpi/DSD-properties-rules.txt "
` [PATCH 08/23] acpi doc: convert acpi/gpio-properties.txt "
` [PATCH 09/23] acpi doc: convert acpi/method-customizing.txt "
` [PATCH 10/23] acpi doc: convert acpi/initrd_table_override.txt "
` [PATCH 11/23] acpi doc: convert acpi/dsdt-override.txt "
` [PATCH 12/23] acpi doc: convert acpi/i2c-muxes.txt "
` [PATCH 13/23] acpi doc: convert acpi/acpi-lid.txt "
` [PATCH 14/23] acpi doc: convert acpi/dsd/graph.txt "
` [PATCH 15/23] acpi doc: convert acpi/debug.txt "
` [PATCH 16/23] acpi doc: convert acpi/method-tracing.txt "
` [PATCH 17/23] acpi doc: convert acpi/aml-debugger.txt "
` [PATCH 18/23] acpi doc: convert acpi/apei/output_format.txt "
` [PATCH 19/23] acpi doc: convert acpi/apei/einj.txt "
` [PATCH 20/23] acpi doc: convert acpi/cppc_sysfs.txt "
` [PATCH 21/23] acpi doc: convert acpi/lpit.txt "
` [PATCH 22/23] acpi doc: convert acpi/ssdt-overlays.txt "
` [PATCH 23/23] acpi doc: convert acpi/video_extension.txt "

[PATCH][next] ice: Use struct_size() helper
 2019-03-28 16:34 UTC 

[PATCH] spi: tegra20-slink: change chip select action order
 2019-03-28 16:34 UTC  (2+ messages)

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

[PATCH v2 1/2] bus: tegra-aconnect: use devm_clk_*() helpers
 2019-03-28 16:32 UTC  (2+ messages)

kernel BUG at drivers/android/binder_alloc.c:LINE! (3)
 2019-03-28 16:32 UTC  (2+ messages)

[PATCH] arm64: tegra: dts: enable aconnect, adma and agic
 2019-03-28 16:32 UTC  (2+ messages)

[PATCH] Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGION
 2019-03-28 16:31 UTC 

[PATCH v3 1/2] media: atmel: atmel-isc: reworked driver and formats
 2019-03-28 16:30 UTC  (2+ messages)

[PATCH 0/2] iio: gyro: bmg160 add device tree support
 2019-03-28 16:29 UTC  (7+ messages)
` [PATCH 1/2] iio: gyro: bmg160: add device tree compatibility table
` [PATCH 2/2] dt-bindings: iio: add Bosch BMG160 gyroscope sensor

[PATCH v2] ARM: socfpga_defconfig: enable support for large block devices
 2019-03-28 16:28 UTC  (4+ messages)

[PATCH 0/4] leds: netdev trigger: allow setting initial values in device tree
 2019-03-28 16:28 UTC  (4+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 6/6] "

[PATCH v3] w1: ds2408: reset on output_write retry with readback
 2019-03-28 16:22 UTC  (2+ messages)

[PATCH v2] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
 2019-03-28 16:26 UTC  (2+ messages)

KMSAN: kernel-infoleak in sctp_getsockopt (3)
 2019-03-28 16:25 UTC 

KMSAN: uninit-value in tipc_nl_compat_name_table_dump (2)
 2019-03-28 16:25 UTC 

[PATCH] regmap: regmap-irq: fix getting type default values
 2019-03-28 16:22 UTC 

Potentially missing "memory" clobbers in bitops.h for x86
 2019-03-28 16:22 UTC  (2+ messages)

[RESEND PATCHv2] arm64: defconfig: enable fpga and service layer
 2019-03-28 16:21 UTC  (2+ messages)

[vfs] 27eb9d500d: vm-scalability.median -19.4% regression
 2019-03-28 16:15 UTC 

[PATCH v3] ARM: tegra: enforce PM requirement
 2019-03-28 16:14 UTC  (2+ messages)

possible deadlock in __dev_queue_xmit (2)
 2019-03-28 16:14 UTC 

[PATCH] x86/cpufeature: fix __percpu annotation in this_cpu_has()
 2019-03-28 16:13 UTC  (2+ messages)
` [tip:x86/urgent] x86/cpufeature: Fix "


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