All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-15 23:28:36 to 2018-11-16 01:05:44 UTC [more...]

[U-Boot] [PULL] Please pull u-boot-imx
 2018-11-16  1:05 UTC  (10+ messages)

[PATCH v17 01/23] x86/sgx: Update MAINTAINERS
 2018-11-16  1:01 UTC  (31+ messages)
` [PATCH v17 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit
` [PATCH v17 03/23] x86/cpufeatures: Add SGX sub-features (as Linux-defined bits)
` [PATCH v17 04/23] x86/msr: Add IA32_FEATURE_CONTROL.SGX_ENABLE definition
` [PATCH v17 05/23] x86/cpufeatures: Add Intel-defined SGX_LC feature bit
` [PATCH v17 06/23] x86/cpu/intel: Detect SGX support and update caps appropriately
` [PATCH v17 07/23] x86/mm: x86/sgx: Add new 'PF_SGX' page fault error code bit
` [PATCH v17 08/23] x86/mm: x86/sgx: Signal SIGSEGV for userspace #PFs w/ PF_SGX
` [PATCH v17 09/23] x86/sgx: Define SGX1 and SGX2 ENCLS leafs
` [PATCH v17 10/23] x86/sgx: Add ENCLS architectural error codes
` [PATCH v17 11/23] x86/sgx: Add SGX1 and SGX2 architectural data structures
` [PATCH v17 12/23] x86/sgx: Add definitions for SGX's CPUID leaf and variable sub-leafs
` [PATCH v17 13/23] x86/msr: Add SGX Launch Control MSR definitions
` [PATCH v17 14/23] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v17 15/23] x86/sgx: Enumerate and track EPC sections
` [PATCH v17 16/23] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v17 17/23] x86/sgx: Add sgx_einit() for initializing enclaves
` [PATCH v17 18/23] platform/x86: Intel SGX driver
` [PATCH v17 19/23] platform/x86: sgx: Add swapping functionality to the "
` [PATCH v17 20/23] x86/sgx: Add a simple swapper for the EPC memory manager
` [PATCH v17 21/23] platform/x86: ptrace() support for the SGX driver
` [PATCH v17 22/23] x86/sgx: SGX documentation
` [PATCH v17 23/23] selftests/x86: Add a selftest for SGX

[PATCH v3 1/2] x86/fpu: track AVX-512 usage of tasks
 2018-11-16  1:04 UTC  (7+ messages)
` [PATCH v3 2/2] proc: add /proc/<pid>/arch_state

[RFCv3 PATCH 0/6] A General Accelerator Framework, WarpDrive
 2018-11-15 14:54 UTC  (7+ messages)
` [RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce

[PATCH v2] net/avf: update Tx offload mask
 2018-11-16  8:39 UTC 

[RFC PATCH 0/5] mm, memory_hotplug: improve memory offlining failures debugging
 2018-11-16  0:56 UTC  (6+ messages)
` [RFC PATCH 2/5] mm: lower the printk loglevel for __dump_page messages
` [RFC PATCH 5/5] mm, memory_hotplug: be more verbose for memory offline failures

[PATCH] kvm: arm/arm64 : fix vm's hanging at startup time
 2018-11-16  0:55 UTC  (2+ messages)
`  "

[PATCH] arm64: defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE
 2018-11-15 14:47 UTC  (4+ messages)

[PATCH v1] Tx offload mask is updated in following commit: commit 1037ed842c37 ("mbuf: fix Tx offload mask"). Currently, the new added offload flags are not supported in PMD and application will fail to call PMD transmit prepare function
 2018-11-16  8:32 UTC 

[PATCH] fs/proc/util.c: include fs/proc/internal.h for name_to_int()
 2018-11-15 14:43 UTC  (2+ messages)

[PATCH v6 0/6] drm/dp_mst: Improve VCPI helpers, use in nouveau
 2018-11-16  0:50 UTC  (7+ messages)
  ` [PATCH v6 1/6] drm/dp_mst: Add some atomic state iterator macros
  ` [PATCH v6 2/6] drm/dp_mst: Return kref_put() result from drm_dp_put_port()
  ` [PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
  ` [PATCH v6 5/6] drm/nouveau: Stop unsetting mstc->port, check connector registration
` [PATCH v6 4/6] drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
` [PATCH v6 6/6] drm/nouveau: Use atomic VCPI helpers for MST

[PATCH 0/2] lib/cryptodev: change qp conf and sym session
 2018-11-16  0:47 UTC  (3+ messages)
` [PATCH 2/2] cryptodev: change symmetric session structure

[Fuego] [PATCH] [PATCH v2] ospf6d: add test cases for ospf6d
 2018-11-16  0:46 UTC  (2+ messages)

[RFC v2 0/9] Modularize and enhance DPDK Python scripts
 2018-11-16  0:45 UTC  (3+ messages)
` [RFC v2 1/9] usertools: add DPDK config lib python library

[PATCH 00/03] Connect R-Car Gen3 Ethernet-AVB to IPMMU
 2018-11-15 14:37 UTC  (5+ messages)

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-16  0:44 UTC  (31+ messages)
` [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
    ` [Cluster-devel] "
` [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
    ` [Cluster-devel] "
` [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
    ` [Cluster-devel] "
` [PATCH V10 09/19] block: introduce bio_bvecs()
    ` [Cluster-devel] "
` [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
    ` [Cluster-devel] "
` [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
    ` [Cluster-devel] "

[Qemu-devel] [PATCH for-3.2 00/10] vhost: preparation for qgraph conversion of vhost-user-test
 2018-11-16  0:43 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: rk3399: Add xin32k clk
 2018-11-16  0:42 UTC  (2+ messages)

[PATCH v3 1/3] drm/i915/icl: replace check for combo phy
 2018-11-16  0:41 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v3,1/3] "

[PATCH v3] drm/bridge/sii902x: Fix EDID readback
 2018-11-15 14:32 UTC  (2+ messages)
  ` Fwd: "

[ANNOUNCEMENT] Yocto Project 2.6 (thud 20.0.0) Released
 2018-11-16  0:40 UTC 

Applied "regulator/of_get_regulator: add child path to find the regulator supplier" to the regulator tree
 2018-11-16  0:39 UTC 

Applied "ASoC: Add documentation for pcm3060 property out-single-ended" to the asoc tree
 2018-11-16  0:39 UTC 

[PATCH] keyutils: fix keyctl_pkey_verify(3) include
 2018-11-16  0:39 UTC 

[PATCH] watchdog: core: suppress "watchdog did not stop" message
 2018-11-16  0:37 UTC  (3+ messages)

[PATCH 0/3] SG_IO command filtering via sysfs
 2018-11-16  0:37 UTC  (6+ messages)

[PATCH 3/3] block: use a driver-specific handler for the "inflight" value
 2018-11-16  0:04 UTC  (2+ messages)

[PATCH 0/3] device mapper percpu counter patches
 2018-11-16  0:04 UTC  (2+ messages)

[PATCH 1/3] dm: move dm_stats_account_io before generic_end_io_acct
 2018-11-16  0:04 UTC  (2+ messages)

[PATCH 2/3] dm: use percpu counters
 2018-11-16  0:04 UTC  (2+ messages)

[PATCH] ARM: shmobile: sh73a0: Remove obsolete inclusion of <asm/smp_twd.h>
 2018-11-15 14:25 UTC  (2+ messages)

[LTP] [PATCH v2 1/2] syscalls/fremovexattr: Add fremovexattr() tests
 2018-11-16  0:33 UTC  (4+ messages)
` [LTP] [PATCH v3 "

[PATCH 0/2] ARM: shmobile: Restrict SCU/TWD support to SoCs that have it
 2018-11-15 14:24 UTC  (5+ messages)
` [PATCH 1/2] ARM: shmobile: Restrict SCU "
` [PATCH 2/2] ARM: shmobile: Restrict TWD "

[PATCH] perf build: fix -lbfd feature check
 2018-11-16  0:32 UTC 

Confusing behavior with ignored submodules and `git commit -a`
 2018-11-16  0:31 UTC  (9+ messages)

[PATCH] arm64: renesas: Enable GPIOLIB to allow GPIO driver selection
 2018-11-15 14:22 UTC  (2+ messages)

[ovmf test] 130154: regressions - FAIL
 2018-11-16  0:29 UTC 

[U-Boot] [PATCH v2 04/23] spl: Set up the bloblist in SPL
 2018-11-16  0:29 UTC  (5+ messages)
` [U-Boot] [U-Boot,v2,04/23] "

[Fuego] [PATCH v2] ospfd: add test cases for ospfd
 2018-11-16  0:29 UTC  (2+ messages)

[PATCH -next 0/6] treewide: Remove redundant branch predictions around signal_pending family
 2018-11-16  0:27 UTC  (7+ messages)
` [PATCH 1/6] locking/mutex: Remove caller signal_pending branch predictions
` [PATCH 2/6] kernel/sched: "
` [PATCH 3/6] arch/arc: Remove caller signal_pending_branch predictions
` [PATCH 4/6] mm: Remove caller signal_pending branch predictions
` [PATCH 5/6] drivers/i2c: "
` [PATCH 6/6] fs: "

[PATCH v3] tpm: add support for partial reads
 2018-11-16  0:26 UTC  (4+ messages)

[PATCH] kvm: arm/arm64 : fix vm's hanging at startup time
 2018-11-16  0:23 UTC  (2+ messages)
`  "

[PATCH v9 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-11-16  0:23 UTC  (8+ messages)
` [PATCH 2/2] "

[PATCH v2] PCI/MSI: Don't touch MSI bits when the PCI device is disconnected
 2018-11-16  0:19 UTC  (13+ messages)

[PATCH v1 0/4] NFS/RDMA server patches for v4.19
 2018-11-16  0:19 UTC  (4+ messages)
` [PATCH v1 3/4] NFSD: Refactor the generic write vector fill helper

[PATCH 5/9 v7] regulator: fixed/gpio: Pull inversion/OD into gpiolib
 2018-11-16  0:19 UTC  (4+ messages)

[PATCH 0/4 v1] Mezzanine Low Speed connector bus
 2018-11-16  0:16 UTC  (6+ messages)

[PATCH 00/16] pull request for net-next: batman-adv 2018-11-14
 2018-11-16  0:14 UTC  (2+ messages)
` [B.A.T.M.A.N.] "

[Ksummit-discuss] [RFC PATCH 0/3] Maintainer Handbook: Subsystem Profile
 2018-11-16  0:11 UTC  (9+ messages)
` [Ksummit-discuss] [RFC PATCH 2/3] MAINTAINERS, "

[PATCH v2] PCI: dwc: Adjust Kconfig to allow IMX6 PCIe host on IMX7
 2018-11-16  0:08 UTC 

[U-Boot] [PATCH v2 12/23] spl: Print a message if we are unable to load an image
 2018-11-16  0:08 UTC  (3+ messages)
` [U-Boot] [U-Boot, v2, "

[PATCH v2] gpio: rcar: Request GPIO while enabling interrupt
 2018-11-15 13:59 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/23] spl: Add features for passing info from SPL to U-Boot proper
 2018-11-16  0:07 UTC  (4+ messages)
` [U-Boot] [PATCH v2 01/23] log: Correct definition of log_msg_ret()

[U-Boot] [PATCH v3] cmd, fdt: add subcommand "get" to fdt header
 2018-11-16  0:07 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: Parse HS400 DT properties
 2018-11-16  0:07 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] Add Hardware Spinlock class
 2018-11-16  0:07 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/4] dm: "
` [U-Boot] [PATCH v2 2/4] clk: stm32: add hardware spinlock clock
` [U-Boot] [PATCH v2 3/4] hwspinlock: add stm32 hardware spinlock support
` [U-Boot] [PATCH v2 4/4] pinctrl: stm32: make pinctrl use hwspinlock

[PATCH] signature: do not report wrong data for pkc#7 signature
 2018-11-16  0:07 UTC  (2+ messages)

Regression in next with spi return from transfer_one()
 2018-11-16  0:07 UTC  (9+ messages)

[Fuego] [PATCH v4] bgpd: add test cases for bgpd
 2018-11-16  0:06 UTC  (2+ messages)

[RFC PATCH 00/13] m68k: Drop arch_gettimeoffset and adopt clocksource API
 2018-11-16  0:04 UTC  (15+ messages)
` [RFC PATCH 06/13] m68k: Drop ARCH_USES_GETTIMEOFFSET

[PATCH v3] fpga: mgr: altera-ps-spi: enable usage on non-dt platforms
 2018-11-16  0:02 UTC  (3+ messages)

[PATCH net-next 0/2] net/sched: act_police: lockless data path
 2018-11-15 13:53 UTC  (5+ messages)
` [PATCH net-next 2/2] net/sched: act_police: don't use spinlock in the "

[patch 0/5] device mapper percpu patches
 2018-11-16  0:00 UTC  (6+ messages)

[PATCH v6 0/2] btrfs: Add zstd support to grub btrfs
 2018-11-15 22:36 UTC  (2+ messages)
` [PATCH v6 1/2] Import upstream zstd-1.3.6

[PATCH v3 0/3] MIPS: SiByte: Handle PCI DMA with 64-bit memory addressing
 2018-11-15 23:56 UTC  (2+ messages)
` [PATCH v4 3/3] MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSur

[PATCH v4] fpga: mgr: altera-ps-spi: enable usage on non-dt platforms
 2018-11-15 23:58 UTC 

[PATCH] drm/i915/selftests: Workaround an issue with unused lockdep subclass
 2018-11-15 23:56 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/selftests: Workaround an issue with unused lockdep subclass (rev2)

[RFC] ipsec: new library for IPsec data-path processing
 2018-11-15 23:53 UTC  (11+ messages)
` [PATCH 0/9] "
` [PATCH 1/9] cryptodev: add opaque userdata pointer into crypto sym session
` [PATCH 2/9] security: add opaque userdata pointer into security session
` [PATCH 3/9] net: add ESP trailer structure definition
` [PATCH 4/9] lib: introduce ipsec library
` [PATCH 5/9] ipsec: add SA data-path API
` [PATCH 6/9] ipsec: implement "
` [PATCH 7/9] ipsec: rework SA replay window/SQN for MT environment
` [PATCH 8/9] ipsec: helper functions to group completed crypto-ops
` [PATCH 9/9] test/ipsec: introduce functional test

[linux-4.14 test] 129986: regressions - FAIL
 2018-11-15 23:52 UTC 

[Qemu-devel] [PATCH] cpus: run work items for all vCPUs if single-threaded
 2018-11-15 23:50 UTC  (4+ messages)

[PATCH 0/2] PCI/AER: Consistently use _OSC to determine who owns AER
 2018-11-15 23:43 UTC  (5+ messages)
` [PATCH 1/2] PCI/AER: Do not use APEI/HEST to disable AER services globally
` [PATCH 2/2] PCI/AER: Determine AER ownership based on _OSC instead of HEST

auditd and CAP_AUDIT_READ
 2018-11-15 23:45 UTC  (4+ messages)

[RFC PATCH] dt-bindings: add a jsonschema binding example
 2018-11-15 23:42 UTC  (5+ messages)

KASAN: use-after-free Read in locks_delete_block
 2018-11-15 23:41 UTC  (6+ messages)

linux-next: manual merge of the xtensa tree with Linus' tree
 2018-11-15 23:39 UTC 

[Bug 102322] System crashes after "[drm] IP block:gmc_v8_0 is hung!" / [drm] IP block:sdma_v3_0 is hung!
 2018-11-15 23:39 UTC  (4+ messages)

[Fuego] [PATCH] Solve-the-error-of-drawing-when-bt-in-criteria
 2018-11-15 23:39 UTC  (4+ messages)
  ` [Fuego] 答复: "

[ovmf test] 130151: regressions - FAIL
 2018-11-15 23:38 UTC 

[iproute PATCH v2] ip-address: Fix filtering by negated address flags
 2018-11-15 13:28 UTC 

[Bug 99089] Random screen lockups
 2018-11-15 23:36 UTC  (2+ messages)

hidden string Kconfig ?
 2018-11-15 13:25 UTC  (8+ messages)


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.