All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-30 03:13:00 to 2019-09-30 05:51:38 UTC [more...]

DSA driver kernel extension for dsa mv88e6190 switch
 2019-09-30  5:51 UTC  (9+ messages)

[PATCH v4 0/2] blk-mq: Avoid memory reclaim when allocating
 2019-09-30  5:50 UTC  (4+ messages)
` [PATCH v4 1/2] blk-mq: Avoid memory reclaim when allocating request map

[PATCH v2 00/33] spapr: IRQ subsystem cleanup
 2019-09-30  5:48 UTC  (26+ messages)
` [PATCH v2 17/33] xive: Improve irq claim/free path
` [PATCH v2 20/33] spapr, xics, xive: Introduce SpaprInterruptController QOM interface
` [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController
` [PATCH v2 22/33] spapr, xics, xive: Move irq claim and free "
` [PATCH v2 23/33] spapr: Formalize notion of active interrupt controller
` [PATCH v2 24/33] spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController
` [PATCH v2 32/33] spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass

[PATCH] ARM: module: remove 'always false' statement
 2019-09-30  5:49 UTC  (2+ messages)

[Buildroot] [PATCH] package/swupdate: Fix to document proper LIBCURL name
 2019-09-30  5:48 UTC 

[PATCH RESEND] gen-insn-attr-x86.awk: Fix regexp warnings
 2019-09-30  5:48 UTC  (4+ messages)

[PATCH] gpio: aspeed-sgpio: Rename and add Kconfig/Makefile
 2019-09-30  5:48 UTC  (2+ messages)

[Buildroot] [PATCH] package/systemd: bump version to 243
 2019-09-30  5:43 UTC 

[PATCH] iommu/mediatek: Move the tlb_sync into tlb_flush
 2019-09-30  5:42 UTC  (4+ messages)

[Fuego] Adding new test case to fuego
 2019-09-30  5:40 UTC  (5+ messages)

[dpdk-dev] [PATCH v3 00/10] example/l2fwd-event: introduce l2fwd-event example
 2019-09-30  5:38 UTC  (6+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 08/10] examples/l2fwd-event: add eventdev main loop

[PATCH v6] perf: Sharing PMU counters across compatible events
 2019-09-30  5:36 UTC  (2+ messages)

[yhuang:random-r0.1i 30/42] ld: node.c:undefined reference to `node_random_migrate_pages'
 2019-09-30  5:37 UTC 

[x86] 16f187a5f3: WARNING:at_arch/x86/mm/ioremap.c:#__ioremap_caller
 2019-09-30  5:36 UTC  (3+ messages)

[Xen-devel] [qemu-mainline test] 141992: regressions - FAIL
 2019-09-30  5:36 UTC 

[PATCH] arm64: tegra: only map accessible sysram
 2019-09-30  5:28 UTC  (4+ messages)

[PATCH] perf: rework memory accounting in perf_mmap()
 2019-09-30  5:33 UTC  (4+ messages)

[PATCH] iio: adc: Variables could be uninitalized if regmap_read() fails
 2019-09-30  5:25 UTC  (2+ messages)

[PATCH] Check for changed device descriptors when a connection-change occurs before validating the connection
 2019-09-30  7:26 UTC  (3+ messages)

[PATCH v4] arm64: use generic free_initrd_mem()
 2019-09-30  5:24 UTC  (3+ messages)

[PATCH] AF_PACKET doesnt strip VLAN information
 2019-09-28  4:58 UTC 

[PATCH v2 0/1] git-add--interactive.perl: Add progress counter in the prompt
 2019-09-30  5:22 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] add -i: Show "

[meta-python][PATCH] python-pycurl: add recipes for python2 and python3
 2019-09-30  5:11 UTC 

[Xen-devel] [PATCH v5 00/19] xen: add core scheduling support
 2019-09-30  5:21 UTC  (20+ messages)
` [Xen-devel] [PATCH v5 01/19] xen/sched: add code to sync scheduling of all vcpus of a sched unit
` [Xen-devel] [PATCH v5 02/19] xen/sched: introduce unit_runnable_state()
` [Xen-devel] [PATCH v5 03/19] xen/sched: add support for multiple vcpus per sched unit where missing
` [Xen-devel] [PATCH v5 04/19] xen/sched: modify cpupool_domain_cpumask() to be an unit mask
` [Xen-devel] [PATCH v5 05/19] xen/sched: support allocating multiple vcpus into one sched unit
` [Xen-devel] [PATCH v5 06/19] xen/sched: add a percpu resource index
` [Xen-devel] [PATCH v5 07/19] xen/sched: add fall back to idle vcpu when scheduling unit
` [Xen-devel] [PATCH v5 08/19] xen/sched: make vcpu_wake() and vcpu_sleep() core scheduling aware
` [Xen-devel] [PATCH v5 09/19] xen/sched: move per-cpu variable scheduler to struct sched_resource
` [Xen-devel] [PATCH v5 10/19] xen/sched: move per-cpu variable cpupool "
` [Xen-devel] [PATCH v5 11/19] xen/sched: reject switching smt on/off with core scheduling active
` [Xen-devel] [PATCH v5 12/19] xen/sched: prepare per-cpupool scheduling granularity
` [Xen-devel] [PATCH v5 13/19] xen/sched: split schedule_cpu_switch()
` [Xen-devel] [PATCH v5 14/19] xen/sched: protect scheduling resource via rcu
` [Xen-devel] [PATCH v5 15/19] xen/sched: support multiple cpus per scheduling resource
` [Xen-devel] [PATCH v5 16/19] xen/sched: support differing granularity in schedule_cpu_[add/rm]()
` [Xen-devel] [PATCH v5 17/19] xen/sched: support core scheduling for moving cpus to/from cpupools
` [Xen-devel] [PATCH v5 18/19] xen/sched: disable scheduling when entering ACPI deep sleep states
` [Xen-devel] [PATCH v5 19/19] xen/sched: add scheduling granularity enum

[RFC/PATCH] counter: introduce support for Intel QEP Encoder
 2019-09-30  5:22 UTC  (7+ messages)
` [RFC/PATCH 1/2] counter: add support for Quadrature x4 with swapped inputs
  ` [RFC/PATCHv2 2/2] counter: introduce support for Intel QEP Encoder

[yhuang:random-r0.1i 28/42] ld: mm/page_alloc.c:6634: undefined reference to `node_random_demote_work'
 2019-09-30  5:20 UTC 

[Xen-devel] [PATCH for Xen 4.13] x86/msi: Don't panic if msix capability is missing
 2019-09-29 21:24 UTC 

[PATCH] i2c: pca954x: Add property to skip disabling PCA954x MUX device
 2019-09-30  5:16 UTC  (4+ messages)
  ` [EXT] "

[PATCH v4] intel_iommu: TM field should not be in reserved bits
 2019-09-30  5:04 UTC 

[PATCH] ipvs: no need to update skb route entry for local destination packets
 2019-09-30  5:14 UTC 

Grub Menu - tweak to identify hostname associated with bootable system
 2019-09-30  2:16 UTC 

[PATCH v3] intel_iommu: TM field should not be in reserved bits
 2019-09-30  4:57 UTC 

Do I need strong mathematical bases to work in the memory subsystem?
 2019-09-30  5:06 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu/sriov ip block setting of Arcturus
 2019-09-30  5:06 UTC  (2+ messages)

[yhuang:random-r0.1i 32/42] mm/page_idle.c:288:2: error: implicit declaration of function 'prefetch'; did you mean 'pr_fmt'?
 2019-09-30  5:06 UTC 

[yhuang:random-r0.1i 27/42] mm/page_alloc.c:6632: undefined reference to `node_random_promote_work'
 2019-09-30  5:03 UTC 

[PATCH] PCI: Add Loongson vendor ID and device IDs
 2019-09-30  4:55 UTC 

[U-Boot] [RFC 1/3] scsi: ata: Add DM SCSI interface to support None AHCI sata driver
 2019-09-30  4:58 UTC  (4+ messages)
  ` [U-Boot] [EXT] "

[PATCH 0/3] drm/komeda: Enable CRTC color-mgmt
 2019-09-30  4:54 UTC  (8+ messages)
` [PATCH 1/3] drm/komeda: Add drm_lut_to_fgamma_coeffs()
` [PATCH 2/3] drm/komeda: Add drm_ctm_to_coeffs()
` [PATCH 3/3] drm/komeda: Adds gamma and color-transform support for DOU-IPS

[yhuang:random-r0.1i 29/42] include/linux/node.h:227:13: error: 'node_random_migrate_stop' defined but not used
 2019-09-30  4:55 UTC 

Btrfs partition mount error
 2019-09-30  4:53 UTC  (2+ messages)

[PATCH] intel_iommu: split the resevred fields arrays into two ones
 2019-09-30  4:41 UTC 

[PATCH] drm/bridge: sii902x: Variable status in sii902x_connector_detect() could be uninitialized if regmap_read() fails
 2019-09-30  4:45 UTC  (2+ messages)

[warrior-next 00/54] warrior-next pull request
 2019-09-30  4:47 UTC  (55+ messages)
` [warrior-next 01/54] binutils: fix CVE-2019-12972 CVE-2019-9071
` [warrior-next 02/54] binutils: CVE-2019-9070 is same as CVE-2019-9071
` [warrior-next 03/54] python: fix CVE-2019-9740
` [warrior-next 04/54] libxslt: fix CVE-2019-13117 CVE-2019-13118
` [warrior-next 05/54] glibc: CVE-2018-20796 is same as CVE-2019-9169
` [warrior-next 06/54] libid3tag: handle unknown encodings (CVE-2017-11550)
` [warrior-next 07/54] libid3tag: CVE-2017-11551 is the same as CVE-2004-2779
` [warrior-next 08/54] tiff: fix CVE-2019-6128
` [warrior-next 09/54] tiff: fix CVE-2019-7663
` [warrior-next 10/54] libsdl: CVE fixes
` [warrior-next 11/54] gstreamer1.0-vaapi: backport jpeg encode/decode fixes
` [warrior-next 12/54] package: Improve determinism
` [warrior-next 13/54] patch: fix CVE-2019-13636
` [warrior-next 14/54] python3: fix CVE-2019-9740
` [warrior-next 15/54] ghostscript: fix CVE-2019-3839
` [warrior-next 16/54] rng-tools: fix very long shutdown delay with systemd
` [warrior-next 17/54] psmisc: Fix dependency for USE_NLS=no
` [warrior-next 18/54] package.bbclass: fix directories setuid and setgid bits
` [warrior-next 19/54] qemu: add a patch fixing the native build on newer kernels
` [warrior-next 20/54] mesa: Update 19.0.1 -> 19.0.8
` [warrior-next 21/54] qemu: fix CVE-2018-20815
` [warrior-next 22/54] linux-yocto/4.19: update to 4.19.57 and -rt22
` [warrior-next 23/54] linux-yocto/4.19: update to v4.19.61
` [warrior-next 24/54] boost: Fix build and enable context and coroutines on aarch64
` [warrior-next 25/54] rsync: fix CVEs for included zlib
` [warrior-next 26/54] patch: fix CVE-2019-13638
` [warrior-next 27/54] patch: backport fixes
` [warrior-next 28/54] dpkg: Use less as pager
` [warrior-next 29/54] icecc.bbclass: catch subprocess.CalledProcessError
` [warrior-next 30/54] meson: backport fix for builds with -Werror=return-type
` [warrior-next 31/54] powertop: import a fix from buildroot
` [warrior-next 32/54] binutils: fix CVE-2019-14250 CVE-2019-14444
` [warrior-next 33/54] pango: fix CVE-2019-1010238
` [warrior-next 34/54] glib-2.0: fix CVE-2019-13012
` [warrior-next 35/54] gcc: reduce the variables in symtab
` [warrior-next 36/54] gcc: CVE-2018-12886
` [warrior-next 37/54] binutils: Fix mips patch which changes default emulation
` [warrior-next 38/54] glibc: Fix multilibs + usrmerge builds
` [warrior-next 39/54] glibc-locale: Fix build error with PACKAGE_NO_GCONV = "1"
` [warrior-next 40/54] glibc/glibc-locale: Fix do_stash_locale to work with usrmerge and multilibs
` [warrior-next 41/54] glibc / glibc-locale: Fix stash_locale determinism problems
` [warrior-next 42/54] gcc-8.3: Security fix for CVE-2019-14250
` [warrior-next 43/54] kernel-fitimage: uboot-sign: fix missing signature
` [warrior-next 44/54] kernel-devsrc: tweak for v5.3+
` [warrior-next 45/54] libxcrypt: Fix the build with -Os
` [warrior-next 46/54] libgpg-error: Fix build with gawk 5.x
` [warrior-next 47/54] Curl: Security fix for CVE-2019-5482
` [warrior-next 48/54] gcc: Security fix for CVE-2019-15847
` [warrior-next 49/54] multilib.bbclass: Reduce ALTERNATIVE_PRIORITY for extended recipes
` [warrior-next 50/54] useradd: Fix build architecture corruption of sstate artefacts
` [warrior-next 51/54] useradd: Ensure do_populate_sysroot has dependency on useradd variables
` [warrior-next 52/54] uboot: fixes to uboot-extlinux-config attribute values
` [warrior-next 53/54] kernel-uboot: compress arm64 kernels
` [warrior-next 54/54] cve-check: backport rewrite from master

[meta-oe][PATCH 1/4] ttf-gentium: Use OFL-1.0 version of OFL license
 2019-09-30  4:37 UTC  (4+ messages)
` [meta-oe][PATCH 2/4] ttf-hunkyfonts: Use LGPL-2.1 which is correct version from LICENSE file
` [meta-python][PATCH 3/4] python-configparser: Mark license as MIT
` [meta-oe][PATCH 4/4] fontforge: Upgrade to 20190801 release

[PATCH] kasan: fix the missing underflow in memmove and memcpy with CONFIG_KASAN_GENERIC=y
 2019-09-30  4:36 UTC  (6+ messages)

[Linux-kernel-mentees] [PATCH v2 0/2] cec-compliance: tuner control
 2019-09-30  4:30 UTC  (13+ messages)
` [PATCH v3 0/3] "
  ` [Linux-kernel-mentees] "
` [PATCH v3 1/3] cec-follower: fix bugs for tuner emulation
  ` [Linux-kernel-mentees] "
` [PATCH v3 2/3] cec-follower: add tuner step increment/decrement
  ` [Linux-kernel-mentees] "
` [PATCH v3 3/3] cec-compliance: refactor tuner control tests
  ` [Linux-kernel-mentees] "

[PATCH 1/3] MIPS: Select R3k-style TLB in Kconfig
 2019-09-30  4:29 UTC  (3+ messages)
` [PATCH 3/3] MIPS: tlbex: Remove cpu_has_local_ebase

[RESEND][PATCH v8 0/5] DMA-BUF Heaps (destaging ION)
 2019-09-30  3:26 UTC  (2+ messages)
` [RESEND][PATCH v8 1/5] dma-buf: Add dma-buf heaps framework

[PATCH] staging: exfat: add exfat filesystem code to
 2019-09-30  4:25 UTC  (11+ messages)

[Xen-devel] [xen-unstable test] 141990: regressions - FAIL
 2019-09-30  4:23 UTC 

[dpdk-dev] [PATCH v4 0/8] net/ice: add ice Flow Director driver
 2019-09-30 11:45 UTC  (11+ messages)
` [dpdk-dev] [PATCH v5 0/9] "
  ` [dpdk-dev] [PATCH v5 1/9] net/ice: enable flow director engine
  ` [dpdk-dev] [PATCH v5 2/9] net/ice: configure HW FDIR rule
  ` [dpdk-dev] [PATCH v5 3/9] net/ice: add FDIR create and destroy
  ` [dpdk-dev] [PATCH v5 4/9] net/ice: enable FDIR queue group
  ` [dpdk-dev] [PATCH v5 5/9] net/ice: add FDIR counter resource init/release
  ` [dpdk-dev] [PATCH v5 6/9] net/ice: add FDIR counter support
  ` [dpdk-dev] [PATCH v5 7/9] net/ice: reject duplicate flow for FDIR
  ` [dpdk-dev] [PATCH v5 8/9] net/ice: add FDIR vxlan tunnel support
  ` [dpdk-dev] [PATCH v5 9/9] net/ice: add FDIR GTPU "

[PATCH 1/3] drm/amdgpu: recreate retired page's bo if vram get lost in gpu reset
 2019-09-30  4:00 UTC  (6+ messages)
  ` [PATCH 2/3] drm/amdgpu: initialize ras bad page bo array to NULL
  ` [PATCH 3/3] drm/amdgpu: reuse code of ras bad page's bo create

[PATCH] spi: lpspi: fix memory leak in fsl_lpspi_probe
 2019-09-30  3:46 UTC 

linux-next: Tree for Sep 30
 2019-09-30  3:44 UTC 

[PATCH] spi: gpio: prevent memroy leak in spi_gpio_probe
 2019-09-30  3:39 UTC 

x86/random: Speculation to the rescue
 2019-09-30  3:37 UTC  (4+ messages)

[PATCH v8] perf diff: Report noisy for cycles diff
 2019-09-30  3:29 UTC  (2+ messages)

next/pending-fixes boot: 230 boots: 9 failed, 221 passed (v5.3-13311-g8d0cc3a7f82f)
 2019-09-30  3:26 UTC 

[v2,1/2] i2c: pca954x: Add property to skip disabling PCA954x MUX device
 2019-09-30  3:25 UTC  (2+ messages)
` [v2,2/2] dt-bindings: i2c-mux-pca954x: Add optional property i2c-mux-never-disable

[PATCH] fs: affs: fix a memroy leak in affs_remount
 2019-09-30  3:21 UTC 

[Ocfs2-devel] [PATCH] ocfs2: move the mlog from the spinlock to outside
 2019-09-30  3:17 UTC 

[dpdk-dev] [PATCH 0/2] add symmetric toeplitz hash support
 2019-09-30  3:12 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/2] ethdev: "


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.