All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-08 17:40:14 to 2018-04-08 20:20:14 UTC [more...]

[for-next][PATCH 00/23] ktest: Updates for 4.17
 2018-04-08 20:17 UTC  (11+ messages)
` [for-next][PATCH 01/23] ktest: Wait for console process to exit
` [for-next][PATCH 02/23] ktest: Add CONNECT_TIMEOUT to change the connection timeout time
` [for-next][PATCH 03/23] ktest: Clarify config file usage
` [for-next][PATCH 04/23] ktest: Comment about other names than just ktest.conf
` [for-next][PATCH 11/23] ktest.pl: Have ktest.pl pass -r to config-bisect.pl to reset bisect
` [for-next][PATCH 19/23] ktest.pl: Add MAIL_PATH option to define where to find the mailer
` [for-next][PATCH 20/23] ktest.pl: Kill test if mailer is not supported
` [for-next][PATCH 21/23] ktest.pl: Allow dodie be recursive
` [for-next][PATCH 22/23] ktest.pl: Use run_command to execute sending mail
` [for-next][PATCH 23/23] ktest.pl: Add MAIL_COMMAND option to define how to send email

[PATCH v3 00/68] Memory Hotplug for DPDK
 2018-04-08 20:18 UTC  (72+ messages)
` [PATCH v4 00/70] "
  ` [PATCH v4 01/70] eal: move get_virtual_area out of linuxapp eal_memory.c
  ` [PATCH v4 02/70] eal: move all locking to heap
  ` [PATCH v4 03/70] eal: make malloc heap a doubly-linked list
  ` [PATCH v4 04/70] eal: add function to dump malloc heap contents
  ` [PATCH v4 05/70] test: add command "
  ` [PATCH v4 06/70] eal: make malloc_elem_join_adjacent_free public
  ` [PATCH v4 07/70] eal: make malloc free list remove public
  ` [PATCH v4 08/70] eal: make malloc free return resulting malloc element
  ` [PATCH v4 09/70] eal: replace panics with error messages in malloc
  ` [PATCH v4 10/70] eal: add backend support for contiguous allocation
  ` [PATCH v4 11/70] eal: enable reserving physically contiguous memzones
  ` [PATCH v4 12/70] ethdev: use contiguous allocation for DMA memory
  ` [PATCH v4 13/70] crypto/qat: "
  ` [PATCH v4 14/70] net/avf: "
  ` [PATCH v4 15/70] net/bnx2x: "
  ` [PATCH v4 16/70] net/bnxt: "
  ` [PATCH v4 17/70] net/cxgbe: "
  ` [PATCH v4 18/70] net/ena: "
  ` [PATCH v4 19/70] net/enic: "
  ` [PATCH v4 20/70] net/i40e: "
  ` [PATCH v4 21/70] net/qede: "
  ` [PATCH v4 22/70] net/virtio: "
  ` [PATCH v4 23/70] net/vmxnet3: "
  ` [PATCH v4 24/70] mempool: add support for the new allocation methods
  ` [PATCH v4 25/70] eal: add function to walk all memsegs
  ` [PATCH v4 26/70] bus/fslmc: use memseg walk instead of iteration
  ` [PATCH v4 27/70] bus/pci: "
  ` [PATCH v4 28/70] net/mlx5: "
  ` [PATCH v4 29/70] eal: "
  ` [PATCH v4 30/70] mempool: "
  ` [PATCH v4 31/70] test: "
  ` [PATCH v4 32/70] vfio/type1: "
  ` [PATCH v4 33/70] vfio/spapr: "
  ` [PATCH v4 34/70] eal: add contig walk function
  ` [PATCH v4 35/70] virtio: use memseg contig walk instead of iteration
  ` [PATCH v4 36/70] eal: add iova2virt function
  ` [PATCH v4 37/70] bus/dpaa: use iova2virt instead of memseg iteration
  ` [PATCH v4 38/70] bus/fslmc: "
  ` [PATCH v4 39/70] crypto/dpaa_sec: "
  ` [PATCH v4 40/70] eal: add virt2memseg function
  ` [PATCH v4 41/70] bus/fslmc: use virt2memseg instead of iteration
  ` [PATCH v4 42/70] crypto/dpaa_sec: "
  ` [PATCH v4 43/70] net/mlx4: "
  ` [PATCH v4 44/70] net/mlx5: "
  ` [PATCH v4 45/70] eal: use memzone walk "
  ` [PATCH v4 46/70] vfio: allow to map other memory regions
  ` [PATCH v4 47/70] eal: add "legacy memory" option
  ` [PATCH v4 48/70] eal: add rte_fbarray
  ` [PATCH v4 49/70] eal: replace memseg with memseg lists
  ` [PATCH v4 50/70] eal: replace memzone array with fbarray
  ` [PATCH v4 51/70] eal: add support for mapping hugepages at runtime
  ` [PATCH v4 52/70] eal: add support for unmapping pages "
  ` [PATCH v4 53/70] eal: add "single file segments" command-line option
  ` [PATCH v4 54/70] eal: add API to check if memory is contiguous
  ` [PATCH v4 55/70] eal: prepare memseg lists for multiprocess sync
  ` [PATCH v4 56/70] eal: read hugepage counts from node-specific sysfs path
  ` [PATCH v4 57/70] eal: make use of memory hotplug for init
  ` [PATCH v4 58/70] eal: share hugepage info primary and secondary
  ` [PATCH v4 59/70] eal: add secondary process init with memory hotplug
  ` [PATCH v4 60/70] eal: enable memory hotplug support in rte_malloc
  ` [PATCH v4 61/70] eal: add support for multiprocess memory hotplug
  ` [PATCH v4 62/70] eal: add support for callbacks on "
  ` [PATCH v4 63/70] eal: enable callbacks on malloc/free and mp sync
  ` [PATCH v4 64/70] vfio: enable support for mem event callbacks
  ` [PATCH v4 65/70] bus/fslmc: move vfio DMA map into bus probe
  ` [PATCH v4 66/70] bus/fslmc: enable support for mem event callbacks for vfio
  ` [PATCH v4 67/70] eal: enable non-legacy memory mode
  ` [PATCH v4 68/70] eal: add memory validator callback
  ` [PATCH v4 69/70] eal: enable validation before new page allocation
  ` [PATCH v4 70/70] eal: prevent preallocated pages from being freed

[PATCH v2] dp83640: Ensure against premature access to PHY registers after reset
 2018-04-08 20:17 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] license.bbclass: be a bit more strict when searching ${PN}-${LICENSE_PACKAGE_SUFFIX} in packages
 2018-04-08 20:16 UTC 

[meta-oe][PATCH 1/2] android-tools: refresh patch
 2018-04-08 20:14 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] android-tools: use fixed SRCREVs instead of tag name

[for-next][PATCH 0/4] tracing: Addition of initcall tracing
 2018-04-08 20:10 UTC  (5+ messages)
` [for-next][PATCH 1/4] init, tracing: Add initcall trace events
` [for-next][PATCH 2/4] init, tracing: instrument security and console "
` [for-next][PATCH 3/4] init, tracing: Have printk come through the trace events for initcall_debug
` [for-next][PATCH 4/4] init: Have initcall_debug still work without CONFIG_TRACEPOINTS

[PATCH v2] ARM: davinci: dm644x: remove unnecessary postcore_initcall()
 2018-04-08 20:11 UTC  (2+ messages)

[PATCH 0/3] syscalls: clean up stub naming convention
 2018-04-08 20:06 UTC  (5+ messages)
      ` [PATCH 4/3] syscalls/x86: adapt syscall_wrapper.h to the new syscall "

[PATCH 0/5 V2] tpm: timeouts revamp
 2018-04-08 20:04 UTC  (7+ messages)

[xen-4.6-testing baseline-only test] 74559: trouble: broken/fail/pass
 2018-04-08 19:53 UTC 

[Buildroot] Make C and CXX compiler cache in toolchainfile.cmake.in
 2018-04-08 19:53 UTC  (4+ messages)

WARNING in skb_warn_bad_offload
 2018-04-08 19:53 UTC  (3+ messages)

[linux-3.18 test] 122094: regressions - FAIL
 2018-04-08 19:50 UTC 

[PATCH] powerpc/32: Make some functions static
 2018-04-08 19:48 UTC  (2+ messages)
` [PATCH v2] "

[Buildroot] [PATCH] download/git: don't require too-recent git
 2018-04-08 19:47 UTC  (2+ messages)

[Buildroot] [git commit] download/git: don't require too-recent git
 2018-04-08 19:46 UTC 

[Buildroot] [PATCH] board/atmel: use correct sam-ba binary in flasher.sh script
 2018-04-08 19:44 UTC  (2+ messages)

[Buildroot] [PATCH] php: fix how PCRE JIT is disabled
 2018-04-08 19:44 UTC  (2+ messages)

[PATCH] powerpc/mm/radix: add missing braces for single statement block
 2018-04-08 19:44 UTC 

[Buildroot] [PATCH] docs/manual: use SPDX short identifier for license
 2018-04-08 19:44 UTC  (2+ messages)

[PATCH v2 2/2] iio: sca3000: Handle errors returned by 'sca3000_configure_ring()' in 'sca3000_probe()'
 2018-04-08 19:44 UTC  (2+ messages)
` [PATCH v2 2/2] iio: sca3000: Handle errors returned by 'sca3000_configure_ring()' in 'sca3000_probe(

[PATCH v2 1/2] iio: sca3000: Fix an error handling path in 'sca3000_probe()'
 2018-04-08 19:44 UTC  (2+ messages)

[Buildroot] [git commit] postgresql: propagate BR2_USE_MMU dependency to Config.in comment
 2018-04-08 19:43 UTC  (2+ messages)

[Buildroot] [git commit] qt5base: correct eglfs support in qmake.conf.in
 2018-04-08 19:43 UTC  (2+ messages)

[Buildroot] [PATCH] python-webpy: use webpy-0.39 tag
 2018-04-08 19:42 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] python-webpy: needs hashlib support in python
 2018-04-08 19:42 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] python-webpy: security bump to version 0.39

[Buildroot] [PATCH 1/1] package/systemd: add upstream build fix #8456
 2018-04-08 19:41 UTC  (2+ messages)

[Buildroot] [PATCH] qt5script: correct license information
 2018-04-08 19:41 UTC  (2+ messages)

[Buildroot] [PATCH] check-host-tar.sh: bump minimum tar version to 1.27 for reproducible tar files with long paths
 2018-04-08 19:40 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] memcached: bump to version 1.5.6
 2018-04-08 19:40 UTC  (3+ messages)

[Buildroot] [git commit branch/2018.02.x] linux: bump default to version 4.15.16
 2018-04-08 19:37 UTC 

WARNING in kcm_exit_net (2)
 2018-04-08 19:38 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.02.x] linux-headers: bump 4.{4, 9, 14, 15}.x series
 2018-04-08 19:37 UTC 

[PATCH] ASoC: fsl_esai: Clear the xPM bit when using xFP
 2018-04-08 19:33 UTC  (7+ messages)

[Buildroot] [git commit branch/2018.02.x] board/atmel: use correct sam-ba binary in flasher.sh script
 2018-04-08 19:33 UTC 

reg. fatal: The remote end hung up unexpectedly on NFS
 2018-04-08 19:31 UTC  (3+ messages)

[Buildroot] [git commit branch/2018.02.x] php: fix how PCRE JIT is disabled
 2018-04-08 19:31 UTC 

[Buildroot] [git commit branch/2018.02.x] docs/manual: use SPDX short identifier for license
 2018-04-08 19:30 UTC 

suspicious RCU usage at ./include/net/inet_sock.h:LINE
 2018-04-08 19:29 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.02.x] postgresql: propagate BR2_USE_MMU dependency to Config.in comment
 2018-04-08 19:28 UTC 

[Buildroot] [git commit branch/2018.02.x] qt5base: correct eglfs support in qmake.conf.in
 2018-04-08 19:27 UTC 

[Buildroot] [git commit branch/2018.02.x] python-webpy: use webpy-0.39 tag
 2018-04-08 19:26 UTC 

[Buildroot] [git commit branch/2018.02.x] python-webpy: security bump to version 0.39
 2018-04-08 19:26 UTC 

[Buildroot] [git commit branch/2018.02.x] python-webpy: needs hashlib support in python
 2018-04-08 19:26 UTC 

[Qemu-devel] [RFC PATCH v2 0/4] memory: fix access_with_adjusted_size() and misc
 2018-04-08 19:21 UTC  (3+ messages)
` [Qemu-devel] [NOTFORMERGE PATCH v2 2/4] memory: Fix access_with_adjusted_size() when size < access_size_min

[LTP] [PATCH 1/1] Remove ht_interrupt test case
 2018-04-08 19:19 UTC  (2+ messages)

[PATCH] tpm: fix selftest failure regression
 2018-04-08 19:11 UTC  (7+ messages)

Block layer use of __GFP flags
 2018-04-08 19:08 UTC  (3+ messages)

usercopy whitelist woe in scsi_sense_cache
 2018-04-08 19:07 UTC  (3+ messages)

WARNING in kmem_cache_free
 2018-04-08 19:07 UTC  (4+ messages)
    ` [PATCH] crypto: DRBG - guard uninstantion by lock

[PATCH 1/2] tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
 2018-04-08 19:06 UTC  (4+ messages)

[GIT PULL] SELinux patches for v4.17
 2018-04-08 18:59 UTC  (10+ messages)

[PATCH] perf tools: remove surplus executable marks
 2018-04-08 18:53 UTC 

Free swap negative?
 2018-04-08 18:53 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: Add SMC and HVC commands
 2018-04-08 18:47 UTC  (4+ messages)

sparc64 PCI BAR allocation is still problematic
 2018-04-08 18:44 UTC  (2+ messages)

[PULL] alpha.git
 2018-04-08 18:44 UTC 

[PATCH] make net_gso_ok return false when gso_type is zero(invalid)
 2018-04-08 18:41 UTC  (3+ messages)

auditing automounted filesystems (NFS)
 2018-04-08 18:33 UTC  (5+ messages)

[RFC PATCH 0/1] completion: Dynamic completion loading
 2018-04-08 18:29 UTC  (4+ messages)
` [RFC PATCH 1/1] completion: Load completion file for external subcommand
` [RFC PATCH 1/1] completion: load "

TPM selftest failure in 4.15
 2018-04-08 18:27 UTC  (14+ messages)

[PATCH V2] PCI: rcar: Clean up the macros
 2018-04-08 18:26 UTC  (7+ messages)

[Buildroot] [PATCH v3 1/3] toolchain: add 4.16.x choice for headers
 2018-04-08 18:26 UTC  (3+ messages)
` [Buildroot] [PATCH v3 2/3] linux-headers: bump to 4.16 kernel version
` [Buildroot] [PATCH v3 3/3] linux: bump default to version 4.16

[xen-unstable-smoke test] 122107: regressions - FAIL
 2018-04-08 18:25 UTC 

[Buildroot] [PATCH] package/xen: Fix qemu-xen memfd build failure
 2018-04-08 18:25 UTC 

KASAN: use-after-free Read in disk_unblock_events
 2018-04-08 18:21 UTC  (2+ messages)

[PATCH V3] PCI: rcar: Clean up the macros
 2018-04-08 18:18 UTC  (2+ messages)

[PATCH v2 0/5] Add R8A77980 PCIe support & some driver cleanups
 2018-04-08 18:10 UTC  (6+ messages)
` [PATCH v2 1/5] pcie-rcar: poll PHYRDY in rcar_pcie_hw_init()
` [PATCH v2 2/5] pcie-rcar: remove PHYRDY polling from rcar_pcie_hw_init_h1()
` [PATCH v2 3/5] pcie-rcar: add R-Car gen3 PHY support
` [PATCH v2 4/5] pcie-rcar: factor out rcar_pcie_hw_init() call
` [PATCH v2 5/5] DT: pci: rcar-pci: document R8A77980 bindings

[PATCH] pinctrl/samsung: Correct EINTG banks order
 2018-04-08 18:07 UTC  (2+ messages)

WARNING in up_write
 2018-04-08 18:02 UTC  (11+ messages)
              ` Running syzkaller repros using kvm-xfstests

[PATCH v9 00/10] sched/cpuidle: Idle loop rework
 2018-04-08 17:58 UTC  (5+ messages)
` [PATCH v9 07/10] time: hrtimer: Introduce hrtimer_next_event_without()

KMSAN: uninit-value in af_alg_free_areq_sgls
 2018-04-08 17:57 UTC  (2+ messages)
` [PATCH] AF_ALG: register completely initialized request in list

[PATCH iproute2-next 1/1] tc: jsonify tunnel_key action
 2018-04-08 17:54 UTC  (2+ messages)

[PATCH iproute2-next 1/1] tc: jsonify connmark action
 2018-04-08 17:54 UTC  (2+ messages)

[PATCH iproute2-next 1/1] tc: jsonify skbedit action
 2018-04-08 17:50 UTC  (2+ messages)

[Bridge] [PATCH] net: bridge: add missing NULL checks
 2018-04-08 17:49 UTC  (2+ messages)
`  "

[ndctl PATCH 1/2] libndctl: Add APIs for query and control of write_cache
 2018-04-08 17:49 UTC  (4+ messages)
` [ndctl PATCH 2/2] ndctl, test: add write_cache testing to libndctl

[Buildroot] [PATCH 1/1] python-fastentrypoints: new package
 2018-04-08 17:48 UTC 

pull request: bluetooth 2018-04-08
 2018-04-08 17:47 UTC 

Regression: DVBSky S960 USB tuner doesn't work in 4.10 or newer
 2018-04-08 17:44 UTC  (2+ messages)

[PATCH v3 0/5] dvb/pci/pt1: decompose earth-pt1 into sub drivers
 2018-04-08 17:39 UTC  (6+ messages)
` [PATCH v3 1/5] dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_desc
` [PATCH v3 2/5] tuners: add new i2c driver for Sharp qm1d1b0004 ISDB-S tuner
` [PATCH v3 3/5] dvb: earth-pt1: decompose pt1 driver into sub drivers
` [PATCH v3 4/5] dvb: earth-pt1: add support for suspend/resume
` [PATCH v3 5/5] dvb: earth-pt1: replace schedule_timeout with usleep_range

[PATCH v3 0/5] efi/firmware/platform-x86: Add EFI embedded fw support
 2018-04-08 17:40 UTC  (2+ messages)
` [PATCH v3 5/5] platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tablet


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.