All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-04 14:42:43 to 2018-06-04 15:29:48 UTC [more...]

[PATCH v2 00/13] iommu: support txattrs, support TCG execution, implement TZ MPC
 2018-06-04 15:29 UTC  (8+ messages)
` [PATCH v2 01/13] iommu: Add IOMMU index concept to IOMMU API
` [PATCH v2 02/13] iommu: Add IOMMU index argument to notifier APIs
` [PATCH v2 03/13] iommu: Add IOMMU index argument to translate method
` [PATCH v2 04/13] exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
` [PATCH v2 05/13] hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
` [PATCH v2 06/13] hw/misc/tz-mpc.c: Implement registers
` [PATCH v2 07/13] hw/misc/tz-mpc.c: Implement correct blocked-access behaviour

ksoftirqd avoidance
 2018-06-04 15:29 UTC  (6+ messages)
` [PATCH 04/11] drm/i915/execlists: Pull CSB reset under the timeline.lock
` [PATCH 06/11] drm/i915/execlists: Unify CSB access pointers

[PATCH net-next v5 00/11] Modify action API for implementing lockless actions
 2018-06-04 15:28 UTC  (2+ messages)

usb HC busted?
 2018-06-04 15:28 UTC 

[PATCH 30/32] vfs: Allow cloning of a mount tree with open(O_PATH|O_CLONE_MOUNT) [ver #8]
 2018-06-04 15:27 UTC  (19+ messages)
  ` [PATCH 00/32] VFS: Introduce filesystem context "
    ` [PATCH 21/32] VFS: Implement fsmount() to effect a pre-configured mount "
                  ` [PATCH][RFC] open_tree(2) (was Re: [PATCH 30/32] vfs: Allow cloning of a mount tree with open(O_PATH|O_CLONE_MOUNT) [ver #8])
    ` [PATCH 32/32] [RFC] fsinfo: Add a system call to allow querying of filesystem information [ver #8]

RPC UDP message size limit
 2018-06-04 15:26 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/19] reverse debugging
 2018-06-04 15:26 UTC  (3+ messages)

[RFC PATCH 0/4] Add support for DCB and XPS with MACVLAN offload
 2018-06-04 15:17 UTC  (10+ messages)
` [Intel-wired-lan] "
` [RFC PATCH 1/4] net-sysfs: Drop support for XPS and traffic_class on single queue device
  ` [Intel-wired-lan] "
` [RFC PATCH 2/4] net: Add support for subordinate device traffic classes
  ` [Intel-wired-lan] "
` [RFC PATCH 3/4] ixgbe: Add code to populate and use macvlan tc to Tx queue map
  ` [Intel-wired-lan] "
` [RFC PATCH 4/4] net: Add support for subordinate traffic classes to netdev_pick_tx
  ` [Intel-wired-lan] "

[PATCH 00/27] iommu: support txattrs, support TCG execution, implement TZ MPC
 2018-06-04 15:23 UTC  (8+ messages)
` [PATCH 15/27] iommu: Add IOMMU index argument to notifier APIs
      ` [Qemu-devel] "

INFO: task hung in ip6gre_exit_batch_net
 2018-06-04 15:22 UTC  (2+ messages)

[PATCH v3]: perf record: enable arbitrary event names thru name= modifier
 2018-06-04 15:22 UTC  (8+ messages)

[LTP] [RFC PATCH 0/9] testcases: small improvements with TCONF
 2018-06-04 15:22 UTC  (5+ messages)
` [LTP] [RFC PATCH 6/9] testcases: wc: Add "unrecognized option" as TCONF

[PATCH 1/3] drm/i915/execlists: Remove synchronize_hardirq()
 2018-06-04 15:21 UTC  (5+ messages)
` [PATCH 2/3] drm/i915/execlists: Push the tasklet kick after reset to reset_finish

[bpf-next PATCH] bpf: sockmap, fix crash when ipv6 sock is added
 2018-06-04 15:21 UTC 

[Qemu-devel] [PATCH RESEND 1/2] linux-user: Export use is_error(), use it to avoid warnings
 2018-06-04 15:20 UTC  (2+ messages)
` [Qemu-devel] [PATCH RESEND 2/2] linux-user: Use is_error() to avoid warnings and make the code clearer

[Qemu-devel] [PULL 00/17] Linux user for 3.0 patches
 2018-06-04 15:20 UTC  (18+ messages)
` [Qemu-devel] [PULL 01/17] syscall: replace strcpy() by g_strlcpy()
` [Qemu-devel] [PULL 02/17] linux-user: SPARC "rd %tick" can be used by user application
` [Qemu-devel] [PULL 03/17] linux-user: move generic fcntl definitions to generic/fcntl.h
` [Qemu-devel] [PULL 04/17] linux-user: move alpha fcntl definitions to alpha/target_fcntl.h
` [Qemu-devel] [PULL 05/17] linux-user: move hppa fcntl definitions to hppa/target_fcntl.h
` [Qemu-devel] [PULL 06/17] linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/target_fcntl.h
` [Qemu-devel] [PULL 07/17] linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h
` [Qemu-devel] [PULL 08/17] linux-user: move ppc fcntl definitions to ppc/target_fcntl.h
` [Qemu-devel] [PULL 09/17] linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h
` [Qemu-devel] [PULL 10/17] linux-user: move get_sp_from_cpustate() to target_cpu.h
` [Qemu-devel] [PULL 11/17] linux-user: move generic signal definitions to generic/signal.h
` [Qemu-devel] [PULL 12/17] linux-user: move sparc signal definitions to sparc/target_signal.h
` [Qemu-devel] [PULL 13/17] linux-user: move mips signal definitions to mips/target_signal.h
` [Qemu-devel] [PULL 14/17] linux-user: move openrisc signal definitions to openrisc/target_signal.h
` [Qemu-devel] [PULL 15/17] linux-user: move alpha signal definitions to alpha/target_signal.h
` [Qemu-devel] [PULL 16/17] linux-user: move hppa signal definitions to hppa/target_signal.h
` [Qemu-devel] [PULL 17/17] linux-user: remove useless #if

[PATCH] f2fs: fix to clear FI_VOLATILE_FILE correctly
 2018-06-04 15:20 UTC 

[PATCH 1/2] f2fs: don't change wbc->sync_mode
 2018-06-04 15:20 UTC  (2+ messages)
` [PATCH 2/2] f2fs: let sync node IO interrupt async one

[PATCH v2 2/2] f2fs: fix to update mtime correctly
 2018-06-04 15:20 UTC 

[GIT PULL] AFFS fix for 4.18
 2018-06-04 15:14 UTC 

[bug] cxgb4: vrf stopped working with cxgb4 card
 2018-06-04 15:03 UTC 

time_based not working with randread
 2018-06-04 15:17 UTC  (8+ messages)

[PATCH v5 00/10] track CPU utilization
 2018-06-04 15:16 UTC  (8+ messages)
` [PATCH v5 03/10] cpufreq/schedutil: add rt utilization tracking

[Qemu-trivial] [PATCH for 2.10 00/35] fix bugs reported by Clang Static Analyzer
 2018-06-04 15:16 UTC  (8+ messages)
` [Qemu-trivial] [PATCH for 2.10 26/35] linux-user: use is_error() to avoid warnings and make the code clearer
    ` [Qemu-trivial] [Qemu-devel] "
        `  "

[RFC PATCH 0/2] net: macb: Disable TX checksum offloading on all Zynq
 2018-06-04 15:13 UTC  (6+ messages)
` [RFC PATCH 1/2] net: macb: Add CAP to disable hardware TX checksum offloading
` [RFC PATCH 2/2] net: macb: Disable TX checksum offloading on all Zynq

[Qemu-devel] [PATCH v2 0/2] Avoid using RUN_STATE_PRECONFIG unless explicitly requested with --preconfig
 2018-06-04 15:15 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/2] vl: fix use of --daemonize "

[Qemu-devel] [PATCH v2 0/3] usb: fix bugs reported by Clang Static Analyzer
 2018-06-04 15:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] usb: correctly handle Zero Length Packets
` [Qemu-devel] [PATCH v2 2/3] usb/dev-mtp: Fix use of uninitialized values
` [Qemu-devel] [PATCH v2 3/3] "

[PATCH v6 0/5] Enable Bluetooth functionality for WCN3990
 2018-06-04 15:14 UTC  (4+ messages)
` [PATCH v6 5/5] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990

[PATCHv9 0/3] Intel FPGA Video and Image Processing Suite
 2018-06-04 15:13 UTC  (4+ messages)
` [PATCHv9 1/3] ARM:dt-bindings:display "

[PATCH v9 00/12] Support PPTT for ARM64
 2018-06-04 15:12 UTC  (5+ messages)

[PATCH net-next v2 0/3] bpf: implement bpf_get_current_cgroup_id() helper
 2018-06-04 15:11 UTC  (5+ messages)
` [PATCH net-next v2 1/3] "

[PATCH] drm/i915/pmu: Do not assume fixed hrtimer period
 2018-06-04 15:11 UTC  (5+ messages)

[PATCH v12 0/5] Fix issues with huge mapping in ioremap for ARM64
 2018-06-04 15:10 UTC  (11+ messages)
` [PATCH v12 3/5] arm64: pgtable: Add p*d_page_vaddr helper macros
` [PATCH v12 4/5] arm64: Implement page table free interfaces

[PATCH 00/15] Add support for R40 HDMI pipeline
 2018-06-04 15:09 UTC  (6+ messages)
` [PATCH 06/15] drm/sun4i: tcon: Add support for tcon-top

[U-Boot] Pull request: u-boot-sunxi/master
 2018-06-04 15:09 UTC  (2+ messages)

format-patch: no 'prerequisite-patch-id' info when specifying commit range
 2018-06-04 15:05 UTC  (2+ messages)
` [PATCH] format-patch: clear UNINTERESTING flag before prepare_bases

[GIT PULL] x86/cleanups for v4.18
 2018-06-04 15:08 UTC 

[PATCH v2 0/7] Add MSI-X support on pcitest tool
 2018-06-04 15:08 UTC  (6+ messages)
` [PATCH v2 3/7] PCI: cadence: Update cdns_pcie_ep_raise_irq function signature

[PATCH] kmemleak: don't use __GFP_NOFAIL
 2018-06-04 15:08 UTC  (11+ messages)

[PATCH 00/11] Fixes to debugging facilities
 2018-06-04 15:07 UTC  (4+ messages)
` [PATCH 08/11] x86/hvm: RFC - PROBABLY BROKEN - Defer all debugging/monitor actions to {svm, vmx}_inject_event()

[GIT PULL] x86/build changes for v4.18
 2018-06-04 15:07 UTC 

[Intel-wired-lan] [net-queue PATCH] ixgbe: Fix setting of TC configuration for macvlan case
 2018-06-04 15:07 UTC 

[SPDK] Vhost nightly test failures
 2018-06-04 15:06 UTC 

[PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports
 2018-06-04 15:06 UTC  (4+ messages)

[PATCH 0/2] thermal: tsens: SDM845 support
 2018-06-04 15:05 UTC  (5+ messages)
` [PATCH 1/2] thermal: tsens: Add support for SDM845 platform
` [PATCH 2/2] tsens: Get rid of unused fields in structure

[PATCH v8 0/3] acpi: apei: Drop panic() on
 2018-06-04 15:04 UTC  (2+ messages)

[v8,3/3] acpi: apei: Do not panic() on PCIe errors reported through GHES
 2018-06-04 15:04 UTC  (2+ messages)
` [PATCH v8 3/3] "

[v8,2/3] acpi: apei: Rename ghes_severity() to ghes_cper_severity()
 2018-06-04 15:04 UTC  (2+ messages)
` [PATCH v8 2/3] "

[v8,1/3] acpi: apei: Rename GHES_SEV_PANIC to GHES_SEV_FATAL
 2018-06-04 15:04 UTC  (2+ messages)
` [PATCH v8 1/3] "

[PATCH v3 1/2] drm/scheduler: Avoid using wait_event_killable for dying process
 2018-06-04 15:03 UTC  (2+ messages)
  ` [PATCH v3 2/2] drm/amdgpu: move amdgpu_ctx_mgr_entity_fini to f_ops flush hook

[PATCH 0/4] Removed more warnings that now errors via -W
 2018-06-04 15:03 UTC  (6+ messages)
` [PATCH 1/4] xtab.c: Removed overflow in implicit constant conversion errors
` [PATCH 2/4] Removed ISO C does not support the '%m' gnu_printf format errors
` [PATCH 3/4] Removed format expects argument of type errors
` [PATCH 4/4] gssd.c: Remomved a couple of warning errors

[PATCH 0/7] Enable UFS provisioning via Linux
 2018-06-04 15:03 UTC  (7+ messages)

[PATCH] drm/i915/gtt: Remove obsolete switch_mm hooks for gen8+
 2018-06-04 15:02 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[Qemu-devel] [PATCH] monitor: postpone monitor_qmp_cleanup_queues
 2018-06-04 15:01 UTC  (2+ messages)

[PATCH v2 0/2] watchdog: da9063: small improvements
 2018-06-04 15:00 UTC  (3+ messages)
` [PATCH v2 1/2] watchdog: da9063: rename helper function to avoid misunderstandings
` [PATCH v2 2/2] watchdog: da9063: remove duplicated timeout_to_sel calls

[net-next][PATCH] tcp: probe timer MUST not less than 5 minuter for tcp PMTU
 2018-06-04 14:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] git: fix handling of git repos using master as version
 2018-06-04 14:59 UTC  (3+ messages)

[PATCH 00/29] objtool sync up for the stable 4.9.y tree
 2018-06-04 14:59 UTC  (2+ messages)

[PATCH 0/8] serial: 8250: Add 485 emulation to 8250_dw
 2018-06-04 14:58 UTC  (6+ messages)

[PATCH 0/5] arm64: numa/topology/smp: fix the cpumasks for CPU hotplug
 2018-06-04 14:58 UTC  (3+ messages)
` [PATCH 1/5] arm64: topology: refactor reset_cpu_topology to add support for removing topology

[PATCH 1/3] btrfs: convert volume rotating flag into bitmap
 2018-06-04 15:00 UTC  (3+ messages)
` [PATCH 2/3] btrfs: convert volume seeding "
` [PATCH 3/3] btrfs: fix race between mkfs and mount

[PATCH v5 4/4] ARM: dts: imx: add missing compatible and clock properties for EPIT
 2018-06-04 14:57 UTC  (3+ messages)

[PATCH 00/19] Fixes for sched/numa_balancing
 2018-06-04 14:57 UTC  (7+ messages)
` [PATCH 01/19] sched/numa: Remove redundant field
` [PATCH 02/19] sched/numa: Evaluate move once per node
` [PATCH 03/19] sched/numa: Simplify load_too_imbalanced

[meta-processor-sdk][PATCH 1/4] ti-pdk: Include path for EVE toolchain
 2018-06-04 14:56 UTC  (4+ messages)
` [meta-processor-sdk][PATCH 2/4] csl: update for common-csl-ip 3.3.0.11
` [meta-processor-sdk][PATCH 3/4] pm-lld: update for DEV.PM_LLD.01.04.00.05
` [meta-processor-sdk][PATCH 4/4] sbl: update for DEV.SBL.01.00.10.00

[MODERATED] [PATCH 0/2] L1TF KVM 0
 2018-06-04 14:56 UTC  (3+ messages)
  ` [MODERATED] Re: [PATCH 1/2] L1TF KVM 1

ANNOUNCE: Enhanced IP v1.4
 2018-06-04 14:56 UTC  (9+ messages)
          ` 答复: "

[PATCH v5 0/2] regulator: add QCOM RPMh regulator driver
 2018-06-04 14:56 UTC  (4+ messages)
` [PATCH v5 1/2] regulator: dt-bindings: add QCOM RPMh regulator bindings

Xen Project Security Process Whitepaper v1 is ready for community review
 2018-06-04 14:55 UTC 

[bpf PATCH v2] bpf: sockmap, fix crash when ipv6 sock is added
 2018-06-04 14:55 UTC  (6+ messages)

[Buildroot] [BALENA PATCH] balena : New Package
 2018-06-04 14:55 UTC  (2+ messages)

Yocto Project Status WW23’18
 2018-06-04 14:54 UTC 

/proc/kallsyms shows undefined symbols for livepatch modules
 2018-06-04 14:54 UTC  (7+ messages)
    ` [PATCH] module: exclude SHN_UNDEF symbols from kallsyms api

[PATCH rdma-next v3 00/14] Verbs flow counters support
 2018-06-04 14:53 UTC  (4+ messages)

[PATCH v1 0/2] Improve construction of non-UCS
 2018-06-04 14:53 UTC  (3+ messages)
` [PATCH v1 1/2] NFSv4.0: Remove cl_ipaddr from non-UCS client ID
` [PATCH v1 2/2] NFSv4.0: Remove transport protocol name "

[PATCH net-next] qed: use dma_zalloc_coherent instead of allocator/memset
 2018-06-04 14:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/7] updates for Docker
 2018-06-04 14:51 UTC  (8+ messages)
` [Qemu-devel] [PATCH v1 1/7] docker: add "probe" command for configure
` [Qemu-devel] [PATCH v1 2/7] configure: add test for docker availability
` [Qemu-devel] [PATCH v1 3/7] Makefile: Rename TARGET_DIRS to TARGET_LIST
` [Qemu-devel] [PATCH v1 4/7] docker: Add fedora-i386-cross image
` [Qemu-devel] [PATCH v1 5/7] docker: Update fedora image to 28
` [Qemu-devel] [PATCH v1 6/7] docker: test-mingw: use SDL2 and GTK+3
` [Qemu-devel] [PATCH v1 7/7] docker: add debian/tricore image

Problem with the connection status (Link-status) after loading the driver ntb_hw_intel
 2018-06-04 14:50 UTC  (6+ messages)

What's cooking in git.git (Jun 2018, #02; Mon, 4)
 2018-06-04 14:50 UTC  (3+ messages)

[PATCH v2 1/7] drm/i915/guc: Don't store runtime GuC log level in modparam
 2018-06-04 14:50 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v2,1/7] "

[PATCH 1/2 net-next] net_failover: fix net_failover_compute_features()
 2018-06-04 14:49 UTC  (7+ messages)
` [PATCH 1/2 v2 net-next] net_failover: Use netdev_features_t instead of u32
` [PATCH 2/2 net] team: use "

[RFC PATCH v1] http: add http.keepRejectedCredentials config
 2018-06-04 14:47 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] Docker patches
 2018-06-04 14:46 UTC  (2+ messages)

[PATCH v3 1/3] nvme-rdma: correctly check for target keyed sgl support
 2018-06-04 14:45 UTC  (17+ messages)

[RESEND PATCH v2] kernfs: fix dentry unexpected skip
 2018-06-04 14:44 UTC  (5+ messages)
  ` [CFT][PATCH] kernfs: Correct kernfs directory seeks

bug: --shallow-since misbehaves on old branch heads
 2018-06-04 14:44 UTC  (4+ messages)
` [PATCH] upload-pack: reject shallow requests that would return nothing

[PATCH v2 05/36] refspec: convert valid_fetch_refspec to use parse_refspec
 2018-06-04 14:43 UTC  (2+ messages)
` [PATCH] refspec: initalize `refspec_item` in `valid_fetch_refspec()`

[PATCH v5] Add udmabuf misc device
 2018-06-04 14:43 UTC  (5+ messages)

[U-Boot] usb start causes u-boot restart with TUSB8041 hub
 2018-06-04 14:42 UTC  (2+ messages)

[PATCH v2 00/12] Integrate commit-graph into fsck and gc
 2018-06-04 14:42 UTC  (6+ messages)
` [PATCH v3 00/20] Integrate commit-graph into 'fsck' and 'gc'
  ` [PATCH v3 09/20] commit-graph: verify corrupt OID fanout and lookup


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.