All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-25 01:52:19 to 2019-01-25 03:06:53 UTC [more...]

[meta-oe][PATCH v2] libqmi: Update to 1.22.0
 2019-01-25  3:06 UTC  (4+ messages)

[PATCH 0/2] makedumpfile needs to remove the memory encryption
 2019-01-25  3:06 UTC  (4+ messages)
` [PATCH 2/2] Remove the memory encryption mask to obtain the true physical address

[Qemu-devel] [PATCH V10 0/4] support MAP_SYNC for memory-backend-file
 2019-01-25 11:19 UTC  (10+ messages)
` [Qemu-devel] [PATCH V10 4/4] docs: Added MAP_SYNC documentation

[Qemu-devel] [RFC PATCH v4 00/44] Support Kconfig in QEMU
 2019-01-25  2:48 UTC  (9+ messages)
` [Qemu-devel] [RFC PATCH v4 26/44] kconfig: introduce kconfig files
` [Qemu-devel] [RFC PATCH v4 29/44] hw/pci/Makefile.objs: make pcie configurable

[PATCH net-next V4 0/5] vhost: accelerate metadata access through vmap()
 2019-01-25  3:03 UTC  (12+ messages)
` [PATCH net-next V4 5/5] vhost: access vq metadata through kernel virtual address

[PATCH 0/1] native.bbclass: remove invalid CONFIG_SITE
 2019-01-25  3:07 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH net-next] bridge: remove duplicated include from br_multicast.c
 2019-01-25  2:59 UTC  (2+ messages)
` [Bridge] "

CONFIG_DYNAMIC_DEBUG not picking up on QORIQ demo
 2019-01-25  2:58 UTC 

[PATCH] treewide: get rid of HAVE_FUTEX_CMPXCHG
 2019-01-25  2:57 UTC 

[PATCH v2 0/3] dma: imx-sdma: add the sdma engine to the imx8mq
 2019-01-25  2:55 UTC  (18+ messages)
` [PATCH v4 0/5] dmaengine: "
  ` [PATCH v4 1/5] dmaengine: imx-sdma: add clock ratio 1:1 check
    ` [v4,1/5] "
  ` [PATCH v4 2/5] dmaengine: imx-sdma: add imx8mq sdma compatible parts
    ` [v4,2/5] "
  ` [PATCH v4 3/5] dt-bindings: dma: fsl-imx-sdma: add fsl, imx8mq to the accepted compatible node
    ` [v4,3/5] dt-bindings: dma: fsl-imx-sdma: add fsl,imx8mq "
    ` [PATCH v4 3/5] "
  ` [PATCH v4 4/5] dma: imx-sdma: add a test for imx8mq multi sdma devices
    ` [v4,4/5] "
  ` [PATCH v4 5/5] imx8mq.dtsi: add the sdma nodes
    ` [v4,5/5] "

[PATCH v4 bpf-next 0/9] introduce bpf_spin_lock
 2019-01-25  2:57 UTC  (16+ messages)
` [PATCH v4 bpf-next 1/9] bpf: "

[PATCH] Btrfs: avoid deadlock with memory reclaim due to allocation of devices
 2019-01-25  2:56 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v3 0/3] make kexec work with efi=noruntime or efi=old_map
 2019-01-25  2:53 UTC  (4+ messages)
` [PATCH v3 1/3] x86, kexec_file_load: Don't setup EFI info if EFI runtime is not enabled

[PATCH 0/3] Add support for IR on Allwinner A64
 2019-01-25  2:49 UTC  (15+ messages)
` [PATCH 1/3] media: dt: bindings: sunxi-ir: Add A64 compatible

[PATCH 01/33] drm/i915/execlists: Move RPCS setup to context pin
 2019-01-25  2:30 UTC  (33+ messages)
` [PATCH 02/33] drm/i915: Measure the required reserved size for request emission
` [PATCH 03/33] drm/i915: Remove manual breadcumb counting
` [PATCH 04/33] drm/i915: Compute the HWS offsets explicitly
` [PATCH 05/33] drm/i915/execlists: Suppress preempting self
` [PATCH 06/33] drm/i915/execlists: Suppress redundant preemption
` [PATCH 07/33] drm/i915/selftests: Apply a subtest filter
` [PATCH 08/33] drm/i915: Make all GPU resets atomic
` [PATCH 09/33] drm/i915/guc: Disable global reset
` [PATCH 10/33] drm/i915: Remove GPU reset dependence on struct_mutex
` [PATCH 11/33] drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
` [PATCH 12/33] drm/i915: Issue engine resets onto idle engines
` [PATCH 13/33] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 14/33] drm/i915: Pull VM lists under the VM mutex
` [PATCH 15/33] drm/i915: Move vma lookup to its own lock
` [PATCH 16/33] drm/i915: Always allocate an object/vma for the HWSP
` [PATCH 17/33] drm/i915: Add timeline barrier support
` [PATCH 18/33] drm/i915: Move list of timelines under its own lock
` [PATCH 19/33] drm/i915: Introduce concept of per-timeline (context) HWSP
` [PATCH 20/33] drm/i915: Enlarge vma->pin_count
` [PATCH 21/33] drm/i915: Allocate a status page for each timeline
` [PATCH 22/33] drm/i915: Share per-timeline HWSP using a slab suballocator
` [PATCH 23/33] drm/i915: Track the context's seqno in its own timeline HWSP
` [PATCH 24/33] drm/i915: Track active timelines
` [PATCH 25/33] drm/i915: Identify active requests
` [PATCH 26/33] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 27/33] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 28/33] drm/i915: Drop fake breadcrumb irq
` [PATCH 29/33] drm/i915: Implement an "idle" barrier
` [PATCH 30/33] drm/i915: Keep timeline HWSP allocated until the system is idle
` [PATCH 31/33] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 32/33] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 33/33] drm/i915: Prioritise non-busywait semaphore workloads

[PATCH RFC 00/24] userfaultfd: write protection support
 2019-01-25  2:49 UTC  (6+ messages)
` [PATCH RFC 04/24] mm: gup: allow VM_FAULT_RETRY for multiple times

Nasty corruption on large array, ideas welcome
 2019-01-25  2:47 UTC  (9+ messages)

[PATCH -next] selftests: bpf: remove duplicated include
 2019-01-25  2:46 UTC  (3+ messages)

[PATCH stable 4.4 v2 00/11] fix FragmentSmack in stable branch (CVE-2018-5391)
 2019-01-25  2:48 UTC  (12+ messages)
` [PATCH stable 4.4 v2 01/11] net: speed up skb_rbtree_purge()
` [PATCH stable 4.4 v2 02/11] ip: discard IPv4 datagrams with overlapping segments
` [PATCH stable 4.4 v2 03/11] net: modify skb_rbtree_purge to return the truesize of all purged skbs
` [PATCH stable 4.4 v2 04/11] inet: frags: get rif of inet_frag_evicting()
` [PATCH stable 4.4 v2 05/11] ip: use rb trees for IP frag queue
` [PATCH stable 4.4 v2 06/11] ipv6: defrag: drop non-last frags smaller than min mtu
` [PATCH stable 4.4 v2 07/11] ip: add helpers to process in-order fragments faster
` [PATCH stable 4.4 v2 08/11] ip: process in-order fragments efficiently
` [PATCH stable 4.4 v2 09/11] net: ipv4: do not handle duplicate fragments as overlapping
` [PATCH stable 4.4 v2 10/11] ip: frags: fix crash in ip_do_fragment()
` [PATCH stable 4.4 v2 11/11] ipv4: frags: precedence bug in ip_expire()

[PATCH -next] MIPS: fix debugfs_simple_attr.cocci warnings
 2019-01-25  2:42 UTC  (2+ messages)

[PATCH v2 0/5] vfio-ccw: support hsch/csch (kernel part)
 2019-01-25  2:37 UTC  (6+ messages)
` [PATCH v2 2/5] vfio-ccw: concurrent I/O handling
  ` [Qemu-devel] "

configuring lpc register from user space
 2019-01-25  2:36 UTC  (7+ messages)

[RFC] Connection Tracking Offload netdev RFC v1.0, part 1/2: command line + implementation
 2019-01-25  2:33 UTC  (14+ messages)
` [RFC PATCH 0/6] Initial, PoC implementation of sw datapath of tc+CT
  ` [RFC PATCH 1/6] flow_dissector: add support for matching on ConnTrack
  ` [RFC PATCH 2/6] net/sched: flower: "
  ` [RFC PATCH 3/6] net/sched: add CT action
  ` [RFC PATCH 4/6] net/sched: act_ct: add support for force flag
  ` [RFC PATCH 5/6] net/sched: act_ct: add support for clear flag
  ` [RFC PATCH 6/6] net/sched: act_ct: allow sending a packet through conntrack multiple times
  ` [RFC PATCH iproute2 0/5] Initial, PoC implementation of sw datapath of tc+CT
    ` [RFC PATCH iproute2 1/5] flower: add support for CT fields
    ` [RFC PATCH iproute2 2/5] act_ct: first import
    ` [RFC PATCH iproute2 3/5] act_ct: add support for commit flag
    ` [RFC PATCH iproute2 4/5] act/ct: add support for force flag
    ` [RFC PATCH iproute2 5/5] act/ct: add support for clear flag

stable-rc/linux-4.9.y boot: 77 boots: 0 failed, 75 passed with 2 offline (v4.9.152-40-gc5e65ad14d87)
 2019-01-25  2:33 UTC 

[PATCH] ipmi_si: fix use-after-free of resource->name
 2019-01-25  2:30 UTC 

[PATCH] net/i40e: fix statistics
 2019-01-25  2:30 UTC  (2+ messages)
` [PATCH v2] "

[-next] EDAC: Drop pointless static qualifier in edac_fake_inject_write()
 2019-01-25  2:30 UTC  (2+ messages)
` [PATCH -next] "

[RFC PATCH] mm: thp: implement THP reservations for anonymous memory
 2019-01-25  2:28 UTC  (7+ messages)

[PATCH RESEND 0/3] Add restrictions for kexec/kdump jumping between 5-level and 4-level kernel
 2019-01-25  2:28 UTC  (8+ messages)
` [PATCH RESEND 1/3] x86/boot: Add bit fields into xloadflags for 5-level kernel checking
` [PATCH RESEND 2/3] x86/kexec/64: Error out if try to jump to old 4-level kernel from 5-level kernel
` [PATCH RESEND 3/3] x86/kdump/64: Change the upper limit of crashkernel reservation

[PATCH V2,4/8] drm/mediatek: fix the rate and divder of hdmi phy for MT2701
 2019-01-25  2:28 UTC  (4+ messages)

[PATCH -next] ptp: fix debugfs_simple_attr.cocci warnings
 2019-01-25  2:28 UTC  (2+ messages)

[Qemu-devel] [PATCH] i386: extended the cpuid level when Intel PT is enabled
 2019-01-25  2:21 UTC  (3+ messages)

[U-Boot] [PATCH v2 2/3] efi_loader: enumerate disk devices every time
 2019-01-25  2:27 UTC  (11+ messages)

linux-next: Fixes tag needs some work in the drm-intel-fixes tree
 2019-01-25  2:27 UTC  (4+ messages)

[PATCH v2 0/8] introduce no-overlay mode in git checkout
 2019-01-25  2:26 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 7/8] checkout: introduce --{,no-}overlay option

LTP case read_all_proc fails on qemux86-64 since 5.0-rc1
 2019-01-25  2:26 UTC  (10+ messages)

[U-Boot] [PATCH] powerpc/t104xrdb: Add new module of DDR for T1040DRDB board
 2019-01-25  2:26 UTC 

[PATCH net] sctp: set flow sport from saddr only when it's 0
 2019-01-25  2:25 UTC  (3+ messages)

[PATCH net] sctp: set chunk transport correctly when it's a new asoc
 2019-01-25  2:25 UTC  (3+ messages)

[PATCH net] sctp: improve the events for sctp stream adding
 2019-01-25  2:25 UTC  (3+ messages)

[PATCH net] sctp: improve the events for sctp stream reset
 2019-01-25  2:25 UTC  (3+ messages)

[PATCH stable 4.4 00/11] fix FragmentSmack in stable branch (CVE-2018-5391)
 2019-01-25  2:24 UTC  (4+ messages)
` [PATCH stable 4.4 06/11] ipv6: defrag: drop non-last frags smaller than min mtu

[PATCH] log,diff-tree: add --combined-with-paths options for merges with renames
 2019-01-25  2:19 UTC  (2+ messages)

[PATCH 0/1] fontconfig: Fix define for HAVE_POSIX_FADVISE
 2019-01-25  2:22 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] tracing: initialize variable in create_dyn_event()
 2019-01-25  2:17 UTC 

[Buildroot] [PATCH 1/1] pkg-golang: add strip, asmflags, gcflags support
 2019-01-25  2:16 UTC  (3+ messages)

stable-rc/linux-4.4.y boot: 69 boots: 2 failed, 65 passed with 2 offline (v4.4.171-104-g2890348c5b69)
 2019-01-25  2:16 UTC 

[PATCH V2 rdma-next 0/3] RDMA/hns: Some fixes for hns RoCE driver
 2019-01-25  2:15 UTC  (7+ messages)
` [PATCH V2 rdma-next 2/3] RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset

[PATCH v4 -next] mtd: docg3: fix a possible memory leak of mtd->name
 2019-01-25  2:12 UTC  (2+ messages)

[v2] block: Fix a WRITE SAME BUG_ON
 2019-01-25  2:11 UTC 

[Bug 107978] [amdgpu] Switching to tty fails with DisplayPort monitor going to sleep (REG_WAIT timeout / dce110_stream_encoder_dp_blank)
 2019-01-25  2:08 UTC  (2+ messages)
` [Bug 107978] [amdgpu] Switching to tty fails with DisplayPort 1.2 "

[PATCH v4 0/6] Add MediaTek MUSB Controller Driver
 2019-01-25  2:07 UTC  (9+ messages)
` [PATCH v4 1/6] dt-bindings: usb: musb: Add support for MediaTek musb controller
          ` [v4,1/6] "

stable-rc/linux-4.14.y boot: 111 boots: 1 failed, 106 passed with 2 offline, 2 conflicts (v4.14.95-63-g1e16acf37196)
 2019-01-25  2:07 UTC 

[PATCH] of: Make of_node_name_eq() case insensitive
 2019-01-25  2:06 UTC  (4+ messages)

[PATCH 1/5] polkit: add polkit as a required distro feature
 2019-01-25  2:06 UTC  (9+ messages)
` [PATCH 3/5] xfce4-power-manager: enable polkit depending on "

[PATCH] iio: adc: ti-ads7950: inconsistency with spi msg
 2019-01-25  1:56 UTC 

[PATCH v1] git-instaweb: Add Python builtin http.server support
 2019-01-25  2:04 UTC  (2+ messages)

Yocto Project support for Numeric/Scientific Python
 2019-01-24 10:31 UTC  (4+ messages)

[PATCH v2] net: altera_tse: fix msgdma_tx_completion on non-zero fill_level case
 2019-01-25  2:02 UTC 

Secure Boot and PME Support for LS2088ARB
 2019-01-25  2:02 UTC 

[PATCH v2 1/2] ext4: try to merge unwritten extents who are also not under io
 2019-01-25  2:02 UTC  (5+ messages)
` [PATCH v2 2/2] ext4: fix slow writeback under dioread_nolock and nodelalloc

[PATCH 1/1] iommu/vt-d: Leave scalable mode default off
 2019-01-25  2:02 UTC  (3+ messages)

[PATCH] blk-cgroup: Fix doc related to blkcg_exit_queue
 2019-01-25  2:01 UTC 

[PATCH -next] scsi: fnic: Remove set but not used variable 'vdev'
 2019-01-25  2:00 UTC  (2+ messages)

[PATCH -next] btrfs: qgroup: Fix inconsistent IS_ERR and PTR_ERR
 2019-01-25  1:59 UTC  (3+ messages)

v17.11.5-rc2 patches review and test
 2019-01-25  1:59 UTC 

[PATCH -next] scsi: csiostor: Remove set but not used variable 'pln'
 2019-01-25  1:57 UTC 

Long outage when changing private key
 2019-01-25  1:55 UTC  (5+ messages)

[PATCH v2] ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel
 2019-01-25  1:54 UTC  (2+ messages)

[PATCH 0/9] drop some unused parameters
 2019-01-25  1:53 UTC  (2+ messages)

[PATCH 1/2] peer: add wg_peer_reset_keys
 2019-01-25  1:53 UTC  (2+ messages)
` [PATCH 2/2] netdev: reset peer keys when changing private key


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.