All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-26 10:38:08 to 2018-09-26 11:36:36 UTC [more...]

Git Test Coverage Report (Tuesday, Sept 25)
 2018-09-26 11:03 UTC  (5+ messages)

[PATCH 00/18] my generic mmu_gather patches
 2018-09-26 11:36 UTC  (14+ messages)
` [PATCH 01/18] asm-generic/tlb: Provide a comment
` [PATCH 02/18] asm-generic/tlb: Provide HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH 03/18] x86/mm: Page size aware flush_tlb_mm_range()
` [PATCH 04/18] asm-generic/tlb: Provide generic VIPT cache flush
` [PATCH 05/18] asm-generic/tlb: Provide generic tlb_flush
` [PATCH 06/18] asm-generic/tlb: Conditionally provide tlb_migrate_finish()
` [PATCH 07/18] asm-generic/tlb: Invert HAVE_RCU_TABLE_INVALIDATE
` [PATCH 08/18] arm/tlb: Convert to generic mmu_gather
` [PATCH 09/18] ia64/tlb: Conver "
` [PATCH 10/18] sh/tlb: Convert SH "
` [PATCH 11/18] um/tlb: Convert "
` [PATCH 12/18] arch/tlb: Clean up simple architectures
` [PATCH 13/18] asm-generic/tlb: Introduce HAVE_MMU_GATHER_NO_GATHER

[PATCH v2] drm/bochs: Replace drm_gem_object_unreference_unlocked with put function
 2018-09-26 11:36 UTC 

[PATCH v14 00/19] Intel SGX1 support
 2018-09-26 11:36 UTC  (7+ messages)
` [PATCH v14 04/19] x86/cpufeatures: Add SGX feature bits

[PATCH v3 bpf-next 00/10] bpf: per-cpu cgroup local storage
 2018-09-26 11:33 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/10] bpf: extend cgroup bpf core to allow multiple cgroup storage types
` [PATCH v3 bpf-next 02/10] bpf: rework cgroup storage pointer passing
` [PATCH v3 bpf-next 03/10] bpf: introduce per-cpu cgroup local storage
` [PATCH v3 bpf-next 04/10] bpf: don't allow create maps of per-cpu cgroup local storages
` [PATCH v3 bpf-next 05/10] bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h
` [PATCH v3 bpf-next 06/10] bpftool: add support for PERCPU_CGROUP_STORAGE maps
` [PATCH v3 bpf-next 07/10] selftests/bpf: add verifier per-cpu cgroup storage tests
` [PATCH v3 bpf-next 08/10] selftests/bpf: extend the storage test to test per-cpu cgroup storage
` [PATCH v3 bpf-next 09/10] samples/bpf: extend test_cgrp2_attach2 test to use "
` [PATCH v3 bpf-next 10/10] selftests/bpf: cgroup local storage-based network counters

[PATCH v3] arm64: dts: rockchip: add initial dts support for Rockpro64
 2018-09-26 11:35 UTC  (3+ messages)

[RESEND PATCH] drm/atmel-hlcdc: Replace drm_dev_unref with drm_dev_put
 2018-09-26 11:35 UTC 

[RESEND PATCH] drm/arc: Replace drm_dev_unref with drm_dev_put
 2018-09-26 11:33 UTC 

[PATCH] atmodem/sms: no mms support for Gemalto
 2018-09-26 11:32 UTC 

[PATCH] scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"
 2018-09-26 11:31 UTC  (3+ messages)

[RFC][PATCH 0/3] locking/qspinlock: Improve determinism for x86
 2018-09-26 11:01 UTC  (4+ messages)
` [RFC][PATCH 1/3] locking/qspinlock: Re-order code
` [RFC][PATCH 2/3] locking/qspinlock: Rework some comments
` [RFC][PATCH 3/3] locking/qspinlock: Optimize for x86

4096x2160 monitor has EDID reporting 3840x2160
 2018-09-26 11:27 UTC  (4+ messages)

Security block and Bluez - connection issue with Android
 2018-09-26 11:28 UTC  (4+ messages)

[PATCH] csky: fixups after bootmem removal
 2018-09-26 11:27 UTC  (2+ messages)

[PATCH] net/i40e: remove keeping CRC configuration for VF
 2018-09-26 11:26 UTC  (2+ messages)

[PATCH] kernel: forcedly load nf_conntrack_ipv6 to work around kernel module loading failure
 2018-09-26 11:26 UTC 

[PATCH v2 0/6] xen/arm: SMCCC fixup and improvement
 2018-09-26 11:24 UTC  (3+ messages)
` [PATCH v2 5/6] xen/arm: smccc: Add wrapper to automatically select the calling convention

[PATCH v4 00/20] Support externally allocated memory in DPDK
 2018-09-26 11:22 UTC  (23+ messages)
` [PATCH v5 00/21] "
  ` [PATCH v5 01/21] mem: add length to memseg list
  ` [PATCH v5 02/21] mem: allow memseg lists to be marked as external
  ` [PATCH v5 03/21] malloc: index heaps using heap ID rather than NUMA node
  ` [PATCH v5 04/21] mem: do not check for invalid socket ID
  ` [PATCH v5 05/21] flow_classify: "
  ` [PATCH v5 06/21] pipeline: "
  ` [PATCH v5 07/21] sched: "
  ` [PATCH v5 08/21] malloc: add name to malloc heaps
  ` [PATCH v5 09/21] malloc: add function to query socket ID of named heap
  ` [PATCH v5 10/21] malloc: add function to check if socket is external
  ` [PATCH v5 11/21] malloc: allow creating malloc heaps
  ` [PATCH v5 12/21] malloc: allow destroying heaps
  ` [PATCH v5 13/21] malloc: allow adding memory to named heaps
  ` [PATCH v5 14/21] malloc: allow removing memory from "
  ` [PATCH v5 15/21] malloc: allow attaching to external memory chunks
  ` [PATCH v5 16/21] malloc: allow detaching from external memory
  ` [PATCH v5 17/21] malloc: enable event callbacks for "
  ` [PATCH v5 18/21] test: add unit tests for external memory support
  ` [PATCH v5 19/21] app/testpmd: add support for external memory
  ` [PATCH v5 20/21] doc: add external memory feature to the release notes
  ` [PATCH v5 21/21] doc: add external memory feature to programmer's guide

[RFC PATCH 19/32] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
 2018-09-26 11:23 UTC  (3+ messages)

[PATCH] fs: ramfs: make chunk counting in truncate() better readable
 2018-09-26 11:22 UTC  (3+ messages)

[PATCH] x86/boot: Fix kexec booting failure after SEV early boot support
 2018-09-26 11:22 UTC  (8+ messages)

[RFC PATCH 12/32] powerpc: Provide dummy versions of plpar_hcall functions when !CONFIG_PPC_PSERIES
 2018-09-26 11:21 UTC  (2+ messages)
` [RFC PATCH 12/32] powerpc: Provide dummy versions of plpar_hcall functions when !CONFIG_PPC_PSER

[PATCH v1 0/4] fixes for kvm/arm64 guest debug
 2018-09-26 11:20 UTC  (5+ messages)
` [PATCH v1 1/4] target/arm64: properly handle DBGVR RESS bits
` [PATCH v1 2/4] target/arm64: hold BQL when calling do_interrupt()
` [PATCH v1 3/4] target/arm64: kvm debug set target_el when passing exception to guest
` [PATCH v1 4/4] tests/guest-debug: fix scoping of failcount

[PATCH] kdb: use correct pointer when 'btc' calls 'btt'
 2018-09-26 11:19 UTC  (4+ messages)
  `  "

[PATCH 0/3] drm/omapdrm: Replace {un/reference} with {put, get} functions
 2018-09-26 11:19 UTC  (5+ messages)
` [PATCH 0/3] drm/omapdrm: Replace {un/reference} with {put,get} functions

[RFC PATCH 18/32] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
 2018-09-26 11:18 UTC  (2+ messages)

Code of Conduct: Let's revamp it
 2018-09-26 11:17 UTC  (9+ messages)

[Bug 105333] [gallium-nine] missing geometry after commit ac: replace ac_build_kill with ac_build_kill_if_false
 2018-09-26 11:17 UTC  (2+ messages)

[PATCH] drm/i915: Log HWS seqno consistently
 2018-09-26 11:17 UTC  (2+ messages)

[PATCH v2 0/1] MIPS: Lexra CPU support, prerequisite patch
 2018-09-26 11:16 UTC  (2+ messages)
` [PATCH v2 1/1] MIPS: Add Kconfig variable for CPUs with unaligned load/store instructions

[PATCH] net/ixgbe: put 5tuple check in front to jump over ntuple filter case
 2018-09-26 11:14 UTC  (4+ messages)

[xen-unstable-smoke test] 128100: tolerable all pass - PUSHED
 2018-09-26 11:15 UTC 

[v11 PATCH 0/3] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-09-26 11:11 UTC  (7+ messages)
` [v11 PATCH 1/3] mm: mmap: zap pages with read mmap_sem in munmap
` [v11 PATCH 2/3] mm: unmap VM_HUGETLB mappings with optimized path
` [v11 PATCH 3/3] mm: unmap VM_PFNMAP "

[PATCH 0/6] platform/x86: acerhdf: new BIOS string, better modparam handling
 2018-09-26 11:13 UTC  (4+ messages)

[PATCH v1 0/5] hash: add extendable bucket and partial-key hashing
 2018-09-26 11:13 UTC  (5+ messages)
` [PATCH v2 0/7] hash: add extendable bucket and partial key hashing
  ` [PATCH v2 3/7] test/hash: fix rw test with non-consecutive cores

[RFC PATCH] x86: load FPU registers on return to userland
 2018-09-26 11:12 UTC  (7+ messages)
` [RFC PATCH 10/10] x86/fpu: defer FPU state load until return to userspace

[PATCH] net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not int
 2018-09-26  4:59 UTC  (2+ messages)

[PATCH -next] scsi: megaraid: remove set but not used variables
 2018-09-26 11:09 UTC  (3+ messages)

[PATCH v4 0/4] drm/omap: dmm_tiler: fixes and workaround for errata i878
 2018-09-26 11:10 UTC  (2+ messages)

[PATCH v2] fs: improve ramfs_truncate speed
 2018-09-26 11:08 UTC 

PetaLinux build fails because of locale errors logged by do_rootfs (Ubuntu 18.04 LTS)
 2018-09-26 11:08 UTC 

Reminder: Linux Plumbers BPF micro-conference CFP
 2018-09-26 11:08 UTC 

[U-Boot] [PATCH v2] fsl-lsch3: Add FlexSPI address space in immap_lsch3
 2018-09-26 11:08 UTC  (2+ messages)
` [U-Boot] [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

IOREQ server on Arm
 2018-09-26 11:07 UTC  (12+ messages)

[PATCH] mt76: usb: make rx page_frag_cache access atomic
 2018-09-26 11:07 UTC 

[PATCH] drm/i915: Avoid compiler warning for maybe unused gu_misc_iir
 2018-09-26 11:06 UTC  (2+ messages)

[PATCH] of: base: Fix english spelling in of_alias_get_alias_list()
 2018-09-26 11:06 UTC 

[PATCH v3 0/9] x86: indirect call overhead reduction
 2018-09-26 11:06 UTC  (7+ messages)
` [PATCH v3 1/9] x86: infrastructure to allow converting certain indirect calls to direct ones

autorelabel loops in system executed 'semodule -d unconfined'
 2018-09-26 11:05 UTC  (4+ messages)

[PATCH] x86: assert MBI is large enough in pvh-boot.c
 2018-09-26 11:05 UTC  (2+ messages)

[PATCH v2 0/4] x86/HVM: implement memory read caching
 2018-09-26 11:05 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/4] "

[V2,2/2] x86/mce: Add macros for corrected error count bit field
 2018-09-26 11:05 UTC 

[PATCH 0/5] Update and move Dell drivers dell_rbu and dcdbas
 2018-09-26 11:05 UTC  (3+ messages)

[PATCH v2 1/2] printk: Fix panic caused by passing log_buf_len to command line
 2018-09-26 11:05 UTC  (11+ messages)

[U-Boot] [PATCH v2] cmd: usb_mass_storage: add protection for block_dev
 2018-09-26 11:04 UTC 

[PATCH] drm/i915: Introduce BITS_PER_TYPE
 2018-09-26 11:02 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Introduce BITS_PER_TYPE (rev2)

[RESEND PATCH v3 1/2] of: base: Introduce of_alias_get_alias_list() to check alias IDs
 2018-09-26 11:01 UTC  (7+ messages)
` [RESEND PATCH v3 2/2] serial: uartps: Change uart ID port allocation

[RFC PATCH 20/32] KVM: PPC: Book3S HV: Nested guest entry via hypercall
 2018-09-26 10:59 UTC  (2+ messages)

[PATCH] net/ixgbe: firmware status check
 2018-09-26 10:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 1/6] docs/qemu-deprivilege: Revise and update with status and future plans
 2018-09-26 10:57 UTC  (7+ messages)
` [PATCH v2 6/6] RFC: tools/dm_restrict: Enable QEMU sandboxing

[U-Boot] [PATCH v9 1/8] ppa/fm/qe: use block layer in ppa/fm/qe driver
 2018-09-26 10:57 UTC  (4+ messages)
` [U-Boot] [PATCH v9 8/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

[PATCH -next] PCI: hotplug: Remove set but not used variable 'physical_slot'
 2018-09-26 11:06 UTC  (2+ messages)

[PATCH v2] memory_hotplug: Free pages as higher order
 2018-09-26 10:57 UTC  (5+ messages)

[PATCH v5 00/12] PCI: brcmstb: Add Broadcom Settopbox PCIe support (resend)
 2018-09-26 10:56 UTC  (14+ messages)
` [PATCH v5 04/12] PCI: brcmstb: add dma-range mapping for inbound traffic

[PATCH v4 00/14] ASoC: Add support to WCD9335 Audio Codec
 2018-09-26 10:56 UTC  (8+ messages)
` [PATCH v4 11/14] ASoC: wcd9335: add mbhc support
` [PATCH v4 14/14] ASoC: qcom: common: move be_hw_fixup to common
  ` [alsa-devel] "

[PATCH] build: remove non-x86 file from non-x86 net/avf builds
 2018-09-26 10:56 UTC  (3+ messages)

[PATCH] drm/i915: Trim partial view sg lists
 2018-09-26 10:54 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[Buildroot] Problems with the package wget version 1.19.5
 2018-09-26 10:53 UTC  (3+ messages)

Google's Chrome Team might Blacklist Nouveau on Chromium
 2018-09-26 10:52 UTC  (3+ messages)

[PATCH net v2] bnxt_en: Fix TX timeout during netpoll
 2018-09-26  4:41 UTC 

[PATCH 0/6] crypto/mvsam: add new features and fixes
 2018-09-26 10:51 UTC  (5+ messages)
` [PATCH v2 "

[PATCH -next] PCI/AER: Remove duplicated include from err.c
 2018-09-26 11:00 UTC  (2+ messages)

[PATCH v2 00/11] vpci: add support for SR-IOV capability
 2018-09-26 10:50 UTC  (5+ messages)
` [PATCH v2 02/11] vpci/msix: add lock to protect the list of MSIX regions
` [PATCH v2 03/11] vpci: add tear down functions

[Qemu-arm] [PATCH] virt: Suppress external aborts on virt-2.10 and earlier
 2018-09-26 10:35 UTC  (2+ messages)
` [Qemu-devel] "

Out of bounds access in early boot code related to GRUB
 2018-09-26 10:49 UTC  (4+ messages)

cleanup ->dma_configure calling conventions
 2018-09-26 10:45 UTC  (6+ messages)
` [PATCH 4/4] dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops

[PATCH bpf-next] bpftool: Fix bpftool net output
 2018-09-26  4:33 UTC  (2+ messages)

[PATCH v4 14/16] sched/core: uclamp: request CAP_SYS_ADMIN by default
 2018-09-26 10:43 UTC  (11+ messages)

[PATCH] thermal: armada: NULL vs IS_ERR() bug in probe
 2018-09-26 10:43 UTC 

[v7] USB: serial: ftdi_sio: implement GPIO support for FT-X devices
 2018-09-26 10:42 UTC  (3+ messages)
` [PATCH v7] "

PROBLEM: firmware crash on QCA6174
 2018-09-26 10:41 UTC  (2+ messages)

[PATCH 0/5] MAX98088/9 of features
 2018-09-26 10:42 UTC  (4+ messages)
` [PATCH 2/5] ASoC: max98088: add OF support

[PATCH] pinctrl: mediatek: fix some NULL checks in probe
 2018-09-26 10:42 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix a NULL check in debugfs init
 2018-09-26 10:41 UTC  (2+ messages)

[PATCH] kni: dynamically allocate memory for each KNI
 2018-09-26 10:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v11 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)
 2018-09-26 10:40 UTC  (6+ messages)

[PATCH net-next] net: hsr: fix return type of ndo_start_xmit function
 2018-09-26 10:40 UTC 

[PATCH] 9p: potential NULL dereference
 2018-09-26 10:39 UTC 

[PATCH 00/10] GICv3 support for kexec/kdump on EFI systems
 2018-09-26 10:39 UTC  (5+ messages)
` [PATCH 04/10] irqchip/gic-v3-its: Move pending table allocation to init time

[PATCH net-next] l2tp: fix return type of ndo_start_xmit function
 2018-09-26 10:38 UTC 

[RESEND PATCH 0/2] Don't use SIGMINSTKSZ when enforcing alternative signal stack size for compat tasks
 2018-09-26 10:36 UTC  (2+ messages)

[PATCH v2 1/8] drm/amdgpu:Use register UVD_SCRATCH9 for VCN ring/ib test
 2018-09-26 10:38 UTC  (2+ 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.