All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-25 23:05:23 to 2019-03-26 01:24:37 UTC [more...]

[Qemu-riscv] [PATCH v2 for-4.0] hardfloat: fix float32/64 fused multiply-add
 2019-03-26  1:24 UTC  (2+ messages)
` [Qemu-riscv] [Qemu-devel] "

[BACKPORT 4.4.y 00/25] candidates from spreadtrum 4.4 product kernel
 2019-03-26  1:21 UTC  (13+ messages)
` [BACKPORT 4.4.y 01/25] mmc: pwrseq: constify mmc_pwrseq_ops structures
` [BACKPORT 4.4.y 02/25] ALSA: compress: add support for 32bit calls in a 64bit kernel
` [BACKPORT 4.4.y 04/25] USB: iowarrior: fix oops with malicious USB descriptors
    ` [BACKPORT,4.4.y,04/25] "
` [BACKPORT 4.4.y 18/25] tcp/dccp: drop SYN packets if accept queue is full
` [BACKPORT 4.4.y 19/25] serial: sprd: adjust TIMEOUT to a big value

[PATCH v2] powerpc/8xx: fix possible object reference leak
 2019-03-26  1:19 UTC  (2+ messages)
` 答复: "

'modern dailink' transition
 2019-03-26  1:20 UTC  (2+ messages)

[PATCH] scsi: ses: fix some risks of out of bound access
 2019-03-26  1:19 UTC  (2+ messages)

[BUG] Maintainer for lib/librte_eal/common/rte_reciprocal.c?
 2019-03-26  1:11 UTC 

[PATCH V2 0/8]: blk-mq: use static_rqs to iterate busy tags
 2019-03-26  1:17 UTC  (5+ messages)
` [PATCH V2 7/8] nvme: use blk_mq_queue_tag_inflight_iter

[PATCH 0/4] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
 2019-03-26  1:10 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 0/8] Support vector instructions on ICE
 2019-03-26  1:15 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v5 6/8] net/ice: support Rx AVX2 vector
` [PATCH v6 0/8] Support vector instructions on ICE
  ` [PATCH v6 2/8] net/ice: add pointer for queue buffer release

[PATCH] drm/i915: Add not fenceable reason to not enable FBC
 2019-03-26  1:11 UTC  (3+ messages)

[RFC PATCH 0/3] arch/x86: Add the support of ACRN hypervisor under arch/x86
 2019-03-26  0:59 UTC  (11+ messages)
` [RFC PATCH 2/3] arch/x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for Acrn upcall vector
` [RFC PATCH 3/3] arch/x86/acrn: add hypercall for acrn_hypervisor

[PATCH] fs: fix warning about Using plain integer as NULL pointer
 2019-03-26  1:02 UTC  (4+ messages)

Some problems about FruDevice in the entity-manager
 2019-03-26  1:01 UTC  (6+ messages)

[PATCH] powerpc: vmlinux.lds: Drop Binutils 2.18 workarounds
 2019-03-26  0:55 UTC  (2+ messages)

[PATCH V9 0/5] Add i.MX7ULP EVK PWM backlight support
 2019-03-26  0:56 UTC  (6+ messages)
` [PATCH V9 1/5] dt-bindings: pwm: Add i.MX TPM PWM binding

[PATCH] tools: usb: usbip: adding support for older kernel versions
 2019-03-26  0:55 UTC  (15+ messages)
              `  "

"cat /proc/lockdep" after "rmmod <some module>" when !debug_locks will crash the system
 2019-03-26  0:54 UTC  (2+ messages)

[PATCH v2 bpf-next 00/21] bpf: Sysctl hook
 2019-03-26  0:43 UTC  (22+ messages)
` [PATCH v2 bpf-next 01/21] bpf: Add base proto function for cgroup-bpf programs
` [PATCH v2 bpf-next 02/21] bpf: Sysctl hook
` [PATCH v2 bpf-next 03/21] bpf: Introduce bpf_sysctl_get_name helper
` [PATCH v2 bpf-next 04/21] bpf: Introduce bpf_sysctl_get_current_value helper
` [PATCH v2 bpf-next 05/21] bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
` [PATCH v2 bpf-next 06/21] bpf: Add file_pos field to bpf_sysctl ctx
` [PATCH v2 bpf-next 07/21] bpf: Sync bpf.h to tools/
` [PATCH v2 bpf-next 08/21] libbpf: Support sysctl hook
` [PATCH v2 bpf-next 09/21] selftests/bpf: Test sysctl section name
` [PATCH v2 bpf-next 10/21] selftests/bpf: Test BPF_CGROUP_SYSCTL
` [PATCH v2 bpf-next 11/21] selftests/bpf: Test bpf_sysctl_get_name helper
` [PATCH v2 bpf-next 12/21] selftests/bpf: Test sysctl_get_current_value helper
` [PATCH v2 bpf-next 13/21] selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
` [PATCH v2 bpf-next 14/21] selftests/bpf: Test file_pos field in bpf_sysctl ctx
` [PATCH v2 bpf-next 15/21] bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
` [PATCH v2 bpf-next 16/21] bpf: Introduce bpf_strtol and bpf_strtoul helpers
` [PATCH v2 bpf-next 17/21] bpf: Sync bpf.h to tools/
` [PATCH v2 bpf-next 18/21] selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
` [PATCH v2 bpf-next 19/21] selftests/bpf: Test ARG_PTR_TO_LONG arg type
` [PATCH v2 bpf-next 20/21] selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
` [PATCH v2 bpf-next 21/21] selftests/bpf: C based test for sysctl and strtoX

[virtio-dev] Would there be virtio-audio spec in future for clean audio interface
 2019-03-26  0:48 UTC  (3+ messages)

[PULL REQUEST] Lockdown patches for 5.2
 2019-03-26  0:43 UTC  (14+ messages)
` [PATCH 12/27] x86/msr: Restrict MSR access when the kernel is locked down
` [PATCH 20/27] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH 23/27] bpf: Restrict kernel image access functions when the kernel is locked down
` [PATCH 25/27] debugfs: Restrict debugfs "

[PATCH 00/17] add new features for FPGA DFL drivers
 2019-03-26  0:28 UTC  (4+ messages)
` [PATCH 02/17] fpga: dfl: fme: align PR buffer size per PR datawidth

[RESEND PATCH v6 00/12] x86: Enable FSGSBASE instructions
 2019-03-26  0:43 UTC  (5+ messages)
` [RESEND PATCH v6 04/12] x86/fsgsbase/64: Enable FSGSBASE instructions in the helper functions

[PATCH v2 net-next] net: openvswitch: Add a new action check_pkt_len
 2019-03-26  0:43 UTC 

New meeting time
 2019-03-26  0:35 UTC  (3+ messages)

[RFC bpf-next v3 0/8] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-03-26  0:35 UTC  (7+ messages)
` [RFC bpf-next v3 6/8] flow_dissector: handle no-skb use case

Cherry-pick two ALSA fixes for stable
 2019-03-26  0:27 UTC  (4+ messages)

[Bug 110229] The driver is not waiting the shader have finished to update the framebuffer before displaying it
 2019-03-26  0:27 UTC  (2+ messages)

Weekly Meeting 2019-03-25 #minutes
 2019-03-26  0:26 UTC 

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android
 2019-03-26  0:24 UTC  (25+ messages)
  ` pidfd design

Resurrecting EPOLLROUNDROBIN
 2019-03-26  0:23 UTC  (2+ messages)

KASAN: use-after-free Read in path_lookupat
 2019-03-26  0:21 UTC  (10+ messages)

[PATCH 0/9] more uncore rework
 2019-03-26  0:19 UTC  (5+ messages)
` [PATCH 2/9] drm/i915: add HAS_FORCEWAKE flag to uncore
` [PATCH 3/9] drm/i915: add uncore flags for unclaimed mmio

[PATCH v2 0/1] x86/mm: Fix limit mmap() of /dev/mem to valid physical
 2019-03-26  0:18 UTC  (2+ messages)
` [PATCH v2 1/1] x86/mm: Fix limit mmap() of /dev/mem to valid physical addresses

[PATCH] net: stmmac: fix a potential NULL pointer dereference
 2019-03-26  0:15 UTC  (3+ messages)

[PATCH] net: liquidio: fix NULL pointer dereferences
 2019-03-26  0:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net] net: phy: don't clear BMCR in genphy_soft_reset
 2019-03-26  0:09 UTC  (2+ messages)

[PATCH 1/2] io_uring: fix big-endian compat signal mask handling
 2019-03-26  0:13 UTC  (4+ messages)

[PATCH V3 00/23] perf: Add Icelake support
 2019-03-26  0:11 UTC  (8+ messages)
` [PATCH V3 01/23] perf/x86: Support outputting XMM registers

[linux-4.19 test] 134050: regressions - trouble: blocked/broken/fail/pass
 2019-03-26  0:10 UTC 

[PATCH 1/1] RFC: security: add SECURE_KEEP_FSUID to preserve fsuid/fsgid across execve
 2019-03-25 23:07 UTC 

[Buildroot] [PATCH v4 0/6] Qt5 qmake infra with generic target install
 2019-03-26  0:09 UTC  (10+ messages)
` [Buildroot] [PATCH v4 2/6] qt5: Provide generic qmake package infrastructure
` [Buildroot] [PATCH v4 3/6] qt5: Convert packages to qmake infra
` [Buildroot] [PATCH v4 4/6] quazip: Patch .pro file to correctly crosscompile and use "
` [Buildroot] [PATCH v4 5/6] qt5base: Fix inconsistencies when overriding qmake properties

[Buildroot] [PATCH 1/1] board: rename pine64 to pine64_a64
 2019-03-26  0:07 UTC 

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

[Buildroot] [PATCH v3 0/4] *** Add Intel QuickSync support to ffmpeg ***
 2019-03-26  0:04 UTC  (2+ messages)

[PATCH v19,RESEND 00/27] Intel SGX1 support
 2019-03-25 23:59 UTC  (12+ messages)
` [PATCH v19,RESEND 24/27] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions

[PATCH] regulator: sc2731: Constify regulators
 2019-03-25 23:57 UTC 

[PATCH v5 1/5] drm: rockchip: introduce rk3066 hdmi
 2019-03-25 23:57 UTC  (3+ messages)
`  "

MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them
 2019-03-25 23:56 UTC  (14+ messages)
` Bad file pattern in MAINTAINERS section 'EDAC-SKYLAKE'
  ` [PATCH] MAINTAINERS: Update entry for EDAC-SKYLAKE
    `  "
  ` [PATCH] MAINTAINERS: Add entry for EDAC-I10NM
    `  "
` Bad file pattern in MAINTAINERS section 'X86 MCE INFRASTRUCTURE'
  ` [PATCH] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE
    `  "
` Bad file pattern in MAINTAINERS section 'ARM KOMEDA DRM-KMS DRIVER'
` Bad file pattern in MAINTAINERS section 'IBM Power Virtual Accelerator Switchboard'

[PATCH 1/1] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-03-25 23:53 UTC  (2+ messages)

[PATCH] Bad file pattern in 'SELINUX SECURITY MODULE'
 2019-03-25 23:52 UTC  (2+ messages)

[PATCH v2] xfs: serialize unaligned dio writes against all other dio writes
 2019-03-25 23:51 UTC  (2+ messages)

backup uuid_tree generation not consistent across multi device (raid0) btrfs - won´t mount
 2019-03-25 23:50 UTC 

[sumo][PATCH] yocto-uninative: Update to 2.4
 2019-03-25 23:50 UTC 

[PATCH] ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
 2019-03-25 23:49 UTC  (5+ messages)
` [RFC PATCH] clonerange: test remapping the rainbow
      ` [Ocfs2-devel] "

[PATCH 0/1] RFC: security: add SECURE_KEEP_FSUID to preserve fsuid/fsgid across execve
 2019-03-25 23:17 UTC 

[PATCH 00/12] fstests: various fixes
 2019-03-25 23:48 UTC  (6+ messages)
` [PATCH 11/12] check: wipe scratch devices between tests

[QUESTION] Long read latencies on mixed rw buffered IO
 2019-03-25 23:48 UTC  (12+ messages)

[PATCH] omapdrm: hdmi4_cec: Fix CEC clock handling for PM
 2019-03-25 23:47 UTC 

[thud][PATCH 1/2] yocto-uninative: Correct sha256sum for aarch64
 2019-03-25 23:44 UTC  (2+ messages)
` [thud][PATCH 2/2] yocto-uninative: Update to 2.4

[PATCH] libcomps: put PV in filename
 2019-03-25 23:44 UTC 

[Buildroot] [PATCH 1/1] package/uftp: Fix compilation with openssl
 2019-03-25 23:42 UTC 

[RFC PATCH 0/10] Another Approach to Use PMEM as NUMA Node
 2019-03-25 23:42 UTC  (16+ messages)
` [PATCH 01/10] mm: control memory placement by nodemask for two tier main memory

[PATCH 0/4] pid: add pidctl()
 2019-03-25 23:39 UTC  (15+ messages)

Strange annotated tag issue
 2019-03-25 23:37 UTC  (8+ messages)

[igt-dev] [RFT v4 1/6] lib/i915/gem_mman: Remove static variables
 2019-03-25 23:36 UTC  (7+ messages)
` [igt-dev] [RFT v4 2/6] lib/i915: Add mmap_offset support
` [igt-dev] [RFT v4 3/6] igt/lib: Add wrapper to check if gtt mapping is available
` [igt-dev] [RFT v4 4/6] igt/i915: Require GTT mapping to be available when needed
` [igt-dev] [RFT v4 5/6] Coherency tests that need to be using WC + sync
` [igt-dev] [RFT v4 6/6] igt/lib: If mappable aperture is missing return 0 size

[RFC PATCH 0/1] Fuzzy blame
 2019-03-25 23:35 UTC  (6+ messages)

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

Auto-gc in the background can take a long time to be put in the background
 2019-03-25 23:30 UTC  (2+ messages)

sumo][Pull request
 2019-03-25 23:28 UTC 

+ userfaultfd-use-rcu-to-free-the-task-struct-when-fork-fails.patch added to -mm tree
 2019-03-25 23:27 UTC 

[PATCH] nfsiostat: replace 'list' reserved word
 2019-03-25 23:23 UTC  (2+ messages)

[PATCH] Using a larger memory to cache filename when decoding FH
 2019-03-25 23:21 UTC  (2+ messages)

[PATCH 1/2] bluez5: fix CVE-2018-10910
 2019-03-25 23:21 UTC  (2+ messages)
` [PATCH 2/2] libsndfile1: fix CVE-2019-3832

[LTP] [PATCH 0/4] Convert tests to use new library
 2019-03-25 23:20 UTC  (5+ messages)
` [LTP] [RFC PATCH 1/4] syscalls/abort01: convert to "
` [LTP] [PATCH 2/4] syscalls/accept01: "
` [LTP] [PATCH 3/4] syscalls/accept4: "
` [LTP] [PATCH 4/4] syscalls/acct01: "

net: fix routing encapsulated packets when binding a socket to a tunnel interface
 2019-03-25 23:16 UTC  (2+ messages)

[PATCH v2 1/5] drm/i915/skl: use previous pll hw readout
 2019-03-25 23:15 UTC  (2+ messages)
` [PATCH v3] "

[xen-unstable-smoke test] 134077: trouble: blocked/broken/pass
 2019-03-25 23:15 UTC 

Collapsing I/O size with unstable writes with NFSv3 on 4.15
 2019-03-25 23:13 UTC  (2+ messages)

[PATCH] x86/boot: Use EFI setup data if provided
 2019-03-25 23:10 UTC  (12+ messages)
    ` [PATCH v2] "

[PATCH 1/2] drm/amdgpu: move VM table mapping into the backend as well
 2019-03-25 23:10 UTC  (2+ messages)

linux-next: build warning after merge of the sunxi tree
 2019-03-25 23:09 UTC  (2+ messages)

thud][Pull request]
 2019-03-25 23:07 UTC 

parent transid verify failed / FS wont mount / help please!
 2019-03-25 23:07 UTC  (5+ messages)

[PATCH] media: rc: xbox_remote: add protocol and set timeout
 2019-03-25 23:07 UTC  (2+ messages)

[PATCH v1.1] btrfs-progs: Do metadata prealloc as long as we're not modifying extent tree
 2019-03-25 23:05 UTC  (4+ messages)

linux-next: build warning after merge of the vfs tree
 2019-03-25 23:05 UTC  (3+ 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.