linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-08 11:30:11 to 2018-11-08 14:46:32 UTC [more...]

[PATCH v16 00/22] Intel SGX1 support
 2018-11-08 14:46 UTC  (6+ messages)
` [PATCH v16 18/22] platform/x86: Intel SGX driver

[PATCH] arm/mach-sa1100/hackkit.c: Remove duplicate header
 2018-11-08 14:44 UTC 

[PATCH v3 1/2] kretprobe: produce sane stack traces
 2018-11-08 14:44 UTC  (11+ messages)

[[PATCH]] mips: Fix switch to NO_BOOTMEM for SGI-IP27/loongons3 NUMA
 2018-11-08 14:44 UTC 

[PATCH V5 00/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-11-08 14:42 UTC 

[PATCH 0/2] tracing: Fix NULL pointer bug in hist key expressions
 2018-11-08 14:41 UTC  (3+ messages)
` [PATCH 1/2] tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts
` [PATCH 2/2] tracing: Check keys for variable references in expressions too

[PATCH] arm64: dts: meson-axg: add secure monitor
 2018-11-08 14:40 UTC  (2+ messages)

[PATCH v4 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-08 14:40 UTC  (17+ messages)
` [PATCH v4 1/6] tpm: dynamically allocate active_banks array
` [PATCH v4 2/6] tpm: remove definition of TPM2_ACTIVE_PCR_BANKS
` [PATCH v4 4/6] tpm: modify tpm_pcr_read() definition to pass a TPM hash algorithm
` [PATCH v4 6/6] tpm: ensure that the output of PCR read contains the correct digest size

[PATCH v15 00/23] Intel SGX1
 2018-11-08 14:39 UTC  (8+ messages)
` [PATCH v15 23/23] x86/sgx: Driver documentation

[RFC PATCH] KVM: arm64: don't single-step for non-emulated faults
 2018-11-08 14:38 UTC  (10+ messages)

[PATCH v8 0/8] arm64: untag user pointers passed to the kernel
 2018-11-08 14:36 UTC  (9+ messages)
` [PATCH v8 1/8] arm64: add type casts to untagged_addr macro
` [PATCH v8 2/8] uaccess: add untagged_addr definition for other arches
` [PATCH v8 3/8] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v8 4/8] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v8 5/8] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v8 6/8] fs, arm64: untag user address in copy_mount_options
` [PATCH v8 7/8] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v8 8/8] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v1] PCI: Move Rohm vendor ID to generic list
 2018-11-08 14:34 UTC  (4+ messages)

[RFC PATCH] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-11-08 14:33 UTC  (6+ messages)

[PATCH 1/2] ubi: Introduce in_pq()
 2018-11-08 14:31 UTC  (4+ messages)
` [PATCH 2/2] ubi: Expose the bitrot interface

[PATCH v7 0/7] clocksource: rework Atmel TCB timer driver
 2018-11-08 14:30 UTC  (6+ messages)

[PATCH v3 2/3] iio: adc: Add ad7124 support
 2018-11-08 14:28 UTC  (3+ messages)

[PATCH V3] binder: ipc namespace support for android binder
 2018-11-08 14:28 UTC  (2+ messages)

[PATCH anybus v3 0/6] Support HMS Profinet Card over Anybus
 2018-11-08 14:27 UTC  (17+ messages)
` [PATCH anybus v3 1/6] misc: support the Arcx anybus bridge
` [PATCH anybus v3 4/6] bus: support HMS Anybus-S bus
` [PATCH anybus v3 5/6] dt-bindings: anybuss-host: document devicetree binding
` [PATCH anybus v3 6/6] misc: support HMS Profinet IRT industrial controller

[RFC PATCH v1 00/14] Introduced new Cadence USBSS DRD Driver
 2018-11-08 14:22 UTC  (14+ messages)
` [RFC PATCH v1 03/14] usb:cdns3: Driver initialization code
` [RFC PATCH v1 04/14] usb:cdns3: Added DRD support
` [RFC PATCH v1 13/14] usb:cdns3: Adds debugging function
` [RFC PATCH v1 14/14] usb:cdns3: Feature for changing role

[PATCH v6 1/3] printk: Add line-buffered printk() API
 2018-11-08 14:21 UTC  (14+ messages)
` [PATCH 3/3] lockdep: Use line-buffered printk() for lockdep messages

[PATCH] arm64/numa: Add more vetting in numa_set_distance()
 2018-11-08 14:20 UTC  (10+ messages)

[PATCH] usb: gadget: fix spelling mistakeis "[En]queing" -> "[En]queuing"
 2018-11-08 14:19 UTC  (3+ messages)

[PATCH v5 00/17] Remove nested TPM operations
 2018-11-08 14:15 UTC  (18+ messages)
` [PATCH v5 01/17] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH v5 02/17] tpm: fix invalid return value in pubek_show()
` [PATCH v5 03/17] tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
` [PATCH v5 04/17] tpm: call tpm2_flush_space() on error in tpm_try_transmit()
` [PATCH v5 05/17] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH v5 06/17] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH v5 07/17] tpm: declare struct tpm_header
` [PATCH v5 08/17] tpm: access command header through struct in tpm_try_transmit()
` [PATCH v5 09/17] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH v5 10/17] tpm: encapsulate tpm_dev_transmit()
` [PATCH v5 11/17] tpm: move TPM space code out of tpm_transmit()
` [PATCH v5 12/17] tpm: remove @space from tpm_transmit()
` [PATCH v5 13/17] tpm: use tpm_try_get_ops() in tpm-sysfs.c
` [PATCH v5 14/17] tpm: remove TPM_TRANSMIT_UNLOCKED flag
` [PATCH v5 15/17] tpm: introduce tpm_chip_start() and tpm_chip_stop()
` [PATCH v5 16/17] tpm: take TPM chip power gating out of tpm_transmit()
` [PATCH v5 17/17] tpm: remove @flags from tpm_transmit()

[PATCH 0/7] mtd: spi-nor: fixes found when debugging smpt
 2018-11-08 14:15 UTC  (12+ messages)
` [PATCH 2/7] mtd: spi-nor: fix iteration over smpt array
` [PATCH 3/7] mtd: spi-nor: add restriction for nmaps in smpt parser
` [PATCH 5/7] mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()
` [PATCH 6/7] mtd: spi-nor: ensure memory used for nor->read() is DMA safe

[PATCH net-next v2 0/5] virtio: support packed ring
 2018-11-08 14:14 UTC  (7+ messages)
` [PATCH net-next v2 3/5] virtio_ring: add packed ring support

[PATCH] Document /proc/pid PID reuse behavior
 2018-11-08 14:14 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 0/6] Document r8a774a1 USB bindings
 2018-11-08 14:13 UTC  (7+ messages)
` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1

[PATCH V3 2/3] dt-bindings: mmc: sdhci-msm: Add entries for passing load values
 2018-11-08 14:13 UTC  (3+ messages)

[PATCH 0/2] Add IPMMU compatibility for r8a774a1
 2018-11-08 14:10 UTC  (7+ messages)
` [PATCH 2/2] dt-bindings: iommu: ipmmu-vmsa: Add r8a774a1 support

[PATCH v2 0/3] Add can support to RZ/G2M
 2018-11-08 14:05 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: can: rcar_can: Add r8a774a1 support

[PATCH -next] iommu/amd: remove set but not used variable 'tag'
 2018-11-08 14:04 UTC  (3+ messages)
` [PATCH -next] iommu/amd: Add missed 'tag' to error msg in iommu_print_event

[RFC PATCH v1 1/2] x86/fpu: detect AVX task
 2018-11-08 14:03 UTC  (5+ messages)
` [RFC PATCH v1 2/2] proc: add /proc/<pid>/thread_state

[PATCH 2/4] x86/amd_nb: add support for newer PCI topologies
 2018-11-08 13:59 UTC  (11+ messages)

[PATCH] dmaengine: rcar-dmac: Document R8A774A1 bindings
 2018-11-08 13:59 UTC  (4+ messages)

[PATCH] powerpc: Mark variable `cpumsr` as unused
 2018-11-08 13:59 UTC  (4+ messages)

[PATCH] ASoC: qcom: Set dai_link id to each dai_link
 2018-11-08 13:56 UTC  (2+ messages)

[PATCH 0/4] arm64: dts: meson-axg: enable SCPI
 2018-11-08 13:53 UTC  (5+ messages)
` [PATCH 1/4] arm64: dts: meson-axg: fix mailbox address
` [PATCH 2/4] arm64: dts: meson-axg: correct sram shared mem unit-address
` [PATCH 3/4] Documentation: bindings: Add missing Amlogic SCPI sensor bindings
` [PATCH 4/4] arm64: dts: meson-axg: enable SCPI

[PATCH v2 0/2] pattern generation and gain update
 2018-11-08 13:51 UTC  (5+ messages)
` [PATCH v2 1/2] staging: iio: ad7780: check if ad778x before "
` [PATCH v2 2/2] staging: iio: ad7780: generates pattern_mask from PAT bits

[PATCH v3 0/3] microblaze: system call table generation support
 2018-11-08 13:50 UTC  (6+ messages)
` [PATCH v3 3/3] microblaze: generate uapi header and system call table files

[RFC 0/2] Add RISC-V cpu topology
 2018-11-08 13:45 UTC  (8+ messages)

[PATCH 0/4] Fix common issue in MAX* extcon drivers
 2018-11-08 13:45 UTC  (5+ messages)
    ` [PATCH 1/4] extcon: max77843: Avoid forcing UART path on drive probe
    ` [PATCH 2/4] extcon: max77693: "
    ` [PATCH 3/4] extcon: max14577: "
    ` [PATCH 4/4] extcon: max8997: "

[PATCH] z3fold: fix wrong handling of headless pages
 2018-11-08 13:45 UTC  (4+ messages)

[PATCH 0/2] perf-bench: introduce epoll benchmarks
 2018-11-08 13:45 UTC  (5+ messages)
` [PATCH 1/2] perf-bench: Add epoll parallel epoll_wait benchmark

[PATCH] arm64: dts: zynqmp: Fix node names which contain "_"
 2018-11-08 13:43 UTC 

[PATCH v2] of, numa: Validate some distance map rules
 2018-11-08 13:41 UTC  (3+ messages)

[PATCH net-next] net: qca_spi: Add available buffer space verification
 2018-11-08 13:38 UTC 

[PATCH] arm64: dts: Add missing gpio-controller to ps gpio
 2018-11-08 13:35 UTC 

[PATCH 1/2] perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake
 2018-11-08 13:35 UTC  (2+ messages)

[PATCH 00/36] Devicetree schema
 2018-11-08 13:34 UTC  (3+ messages)
` [PATCH 35/36] dt-bindings: arm: Convert Xilinx board/soc bindings to json-schema

[PATCH v4 0/2] clk: meson-g12a: Add EE clock controller driver
 2018-11-08 13:34 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: clk: meson-g12a: Add G12A EE Clock Bindings
` [PATCH v4 2/2] clk: meson-g12a: Add EE Clock controller driver

[PATCH] dt-bindings: arm: Add missing Xilinx boards
 2018-11-08 13:28 UTC 

[PATCH] arm64: dts: meson-axg: fix dtc warning about unit address
 2018-11-08 13:28 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH] clk: meson: axg: mark fdiv2 and fdiv3 as critical
 2018-11-08 13:26 UTC  (2+ messages)

[PATCH] arm64: dts: meson-axg: s400: add cts-rts to the bluetooth uart
 2018-11-08 13:26 UTC  (2+ messages)

[PATCH v7 0/5] Reintroduce i.MX EPIT Timer
 2018-11-08 13:25 UTC  (6+ messages)
` [PATCH v7 4/5] clocksource: add driver for i.MX EPIT timer

[PATCH RESEND] arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supply
 2018-11-08 13:24 UTC 

[PATCH] sched/rt: Introduce prio_lower() helper for comparing RT task prority
 2018-11-08 13:23 UTC  (2+ messages)

[PATCH 0/9] Regenerate arm64 defconfig for current kernel
 2018-11-08 13:23 UTC  (6+ messages)
` [PATCH 7/9] arm64: defconfig: Drop CRYPTO_DEV_FSL_DPAA2_CAAM

[PATCH][next] ms_block: remove unused pointer 'set'
 2018-11-08 13:17 UTC  (2+ messages)

[Question] A UBSAN problem in stable-4.4
 2018-11-08 13:13 UTC 

[PATCH v1 00/11] Continuing the work on coupled regulators
 2018-11-08 13:07 UTC  (3+ messages)
` [PATCH v1 10/11] regulator: core: Use ww_mutex for regulators locking

[PATCH RFC] panic: Avoid extra noisy messages due to stopped cpus
 2018-11-08 13:05 UTC  (5+ messages)
      ` [PATCH v2] panic: Avoid the extra noise dmesg

[PATCH 0/2] sony-cxd2880: add optional vcc regulator
 2018-11-08 12:50 UTC  (3+ messages)
` [PATCH 1/2] media: cxd2880-spi: Add "
` [PATCH 2/2] media: sony-cxd2880: add optional vcc regulator to bindings

[PATCH 1/2] ASoC: ak4118: Add support for AK4118 S/PDIF transceiver
 2018-11-08 12:49 UTC  (2+ messages)
` [PATCH 2/2] ASoC: dt-bindings: add bindings for AK4118 transceiver

[PATCH v1 0/4] Fixes for Tegra soctherm
 2018-11-08 12:48 UTC  (9+ messages)
` [PATCH v1 1/4] thermal: tegra: continue if sensor register fails
` [PATCH v1 2/4] thermal: tegra: remove unnecessary warnings
` [PATCH v1 3/4] thermal: tegra: fix memory allocation
` [PATCH v1 4/4] thermal: tegra: fix coverity defect

[PATCH] media: cxd2880-spi: fix probe when dvb_attach fails
 2018-11-08 12:44 UTC 

[PATCH v4 0/3] arm64 live patching
 2018-11-08 12:42 UTC  (5+ messages)
` [PATCH v4 1/3] arm64: implement ftrace with regs
` [PATCH v4 2/3] arm64: implement live patching

Broken dwarf unwinding - wrong stack pointer register value?
 2018-11-08 12:41 UTC  (4+ messages)
` PEBS level 2/3 breaks dwarf unwinding! [WAS: Re: Broken dwarf unwinding - wrong stack pointer register value?]

[PATCH 0/2] mach-omap2: handle autoidle denial
 2018-11-08 12:35 UTC  (5+ messages)
` [PATCH 2/2] arm: omap_hwmod disable ick autoidling when a hwmod requires that

[PATCH v9 3/5] clk: imx: add SCCG PLL type
 2018-11-08 12:29 UTC  (7+ messages)

[PATCH v3 0/3] i2c-omap: Enable i2c-omap driver for AM654 SoCs
 2018-11-08 12:28 UTC  (4+ messages)
` [PATCH v3 3/3] MAINTAINERS: Add entry for i2c-omap driver

[PATCH] serial: sh-sci: Document r8a774a1 bindings
 2018-11-08 12:25 UTC  (2+ messages)

[PATCH 1/2] pwm: kconfig: enable kona pwm to be built for cygnus arch
 2018-11-08 12:22 UTC  (5+ messages)

[PATCH v10 00/22] kasan: add software tag-based mode for arm64
 2018-11-08 12:22 UTC  (3+ messages)
` [PATCH v10 12/22] kasan, arm64: fix up fault handling logic

[PATCH] ufs: remove set but not used variable 'usb3'
 2018-11-08 12:30 UTC  (2+ messages)
` [PATCH -next] "

[PATCH 0/5 v7] Keep rtsx_usb suspended when there's no card
 2018-11-08 12:17 UTC 

[PATCH v4 0/6] Lochnagar Driver
 2018-11-08 12:16 UTC  (3+ messages)
` [PATCH 2/6] regulator: lochnagar: Move driver to binding from DT

[GIT PULL] Compiler Attributes for v4.20-rc2
 2018-11-08 12:08 UTC  (2+ messages)

[PATCH v3 5/6] spi: Add QuadSPI driver for Atmel SAMA5D2
 2018-11-08 12:07 UTC  (5+ messages)
` Applied "spi: Add QuadSPI driver for Atmel SAMA5D2" to the spi tree

[GIT PULL] mtd: Fixes for 4.20-rc2
 2018-11-08 12:05 UTC  (2+ messages)

Performance regression in ast drm driver
 2018-11-08 12:05 UTC  (2+ messages)

[TECH TOPIC] SoC maintainer group
 2018-11-08 12:00 UTC  (3+ messages)

arm64 + ARM64_64K_PAGES=y
 2018-11-08 12:00 UTC  (2+ messages)

[PATCH v3 0/4] mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-11-08 11:44 UTC  (3+ messages)
` [PATCH v3 1/4] mm: reference totalram_pages and managed_pages once per function

[PATCH -next] drm/radeon: remove set but not used variable 'rdev'
 2018-11-08 11:53 UTC 

[PATCH] media: staging: tegra-vde: print long unsigned using %lu format specifier
 2018-11-08 11:39 UTC  (2+ messages)

[PATCH v4] x86: load FPU registers on return to userland
 2018-11-08 11:38 UTC  (3+ messages)
` [PATCH 01/23] x86/fpu: Use ULL for shift in xfeature_uncompacted_offset()

[PATCH v5 0/2] sched/fair: update scale invariance of PELT
 2018-11-08 11:35 UTC  (6+ messages)
` [PATCH v5 2/2] "

[PATCH v3 2/2] nds32: support hardware prefetcher
 2018-11-08 11:28 UTC 

[PATCH v3 1/2] nds32: Fix the items of hwcap_str ordering issue
 2018-11-08 11:28 UTC 


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