All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-04 13:12:42 to 2018-01-04 14:02:09 UTC [more...]

[patch net-next v4 00/10] net: sched: allow qdiscs to share filter block instances
 2018-01-04 14:02 UTC  (16+ messages)

KASAN: use-after-free Read in __ipv6_dev_get_saddr
 2018-01-04 14:02 UTC 

INFO: rcu detected stall in memcpy
 2018-01-04 14:01 UTC  (4+ messages)

[PATCH v2] ARM: dts: sunxi: Add sid for a83t
 2018-01-04 14:01 UTC  (11+ messages)

[PATCH RFC v1 00/74] Run PV guest in PVH container
 2018-01-04 14:00 UTC  (68+ messages)
` [PATCH RFC v1 01/74] x86/svm: Offer CPUID Faulting to AMD HVM guests as well
` [PATCH RFC v1 10/74] x86/time: Print a more helpful error when a platform timer can't be found
` [PATCH RFC v1 11/74] x86/link: Introduce and use SECTION_ALIGN
` [PATCH RFC v1 12/74] xen/acpi: mark the PM timer FADT field as optional
` [PATCH RFC v1 13/74] xen/domctl: Return arch_config via getdomaininfo
` [PATCH RFC v1 14/74] tools/ocaml: Expose arch_config in domaininfo
` [PATCH RFC v1 15/74] tools/ocaml: Extend domain_create() to take arch_domainconfig
` [PATCH RFC v1 16/74] x86/fixmap: Modify fix_to_virt() to return a void pointer
` [PATCH RFC v1 17/74] ---- x86/Kconfig: Options for Xen and PVH support
` [PATCH RFC v1 18/74] x86/link: Relocate program headers
` [PATCH RFC v1 19/74] x86: introduce ELFNOTE macro
` [PATCH RFC v1 20/74] x86: produce a binary that can be booted as PVH
` [PATCH RFC v1 21/74] x86/entry: Early PVH boot code
` [PATCH RFC v1 22/74] x86/boot: Map more than the first 16MB
` [PATCH RFC v1 23/74] x86/entry: Probe for Xen early during boot
` [PATCH RFC v1 24/74] x86/guest: Hypercall support
` [PATCH RFC v1 25/74] x86/shutdown: Support for using SCHEDOP_{shutdown, reboot}
` [PATCH RFC v1 26/74] x86/pvh: Retrieve memory map from Xen
` [PATCH RFC v1 27/74] xen/console: Introduce console=xen
` [PATCH RFC v1 28/74] x86: initialise shared_info page
` [PATCH RFC v1 29/74] x86: xen pv clock time source
` [PATCH RFC v1 30/74] x86: APIC timer calibration when running as a guest
` [PATCH RFC v1 31/74] x86: read wallclock from Xen running in pvh mode
` [PATCH RFC v1 32/74] x86: don't swallow the first command line item "
` [PATCH RFC v1 33/74] x86/guest: enable event channels upcalls
` [PATCH RFC v1 34/74] x86/guest: add PV console code
` [PATCH RFC v1 35/74] x86/guest: use PV console for Xen/Dom0 I/O
` [PATCH RFC v1 36/74] --- x86/shim: Kconfig and command line options
` [PATCH RFC v1 37/74] tools/firmware: Build and install xen-shim
` [PATCH RFC v1 38/74] x86/pv-shim: Force CPUID faulting in pv-shim mode
` [PATCH RFC v1 39/74] xen/x86: make VGA support selectable
` [PATCH RFC v1 40/74] xen/x86: report domain id on cpuid
` [PATCH RFC v1 41/74] xen/pvh: do not mark the low 1MB as IO mem
` [PATCH RFC v1 42/74] sched/null: skip vCPUs on the waitqueue that are blocked
` [PATCH RFC v1 43/74] xen: introduce rangeset_reserve_hole
` [PATCH RFC v1 44/74] xen/pvshim: keep track of unused pages
` [PATCH RFC v1 45/74] x86/guest: use unpopulated memory to map the shared_info page
` [PATCH RFC v1 46/74] xen/guest: fetch vCPU ID from Xen
` [PATCH RFC v1 47/74] x86/guest: fix upcall vector setup
` [PATCH RFC v1 48/74] x86/guest: unmask console event channel
` [PATCH RFC v1 49/74] x86/guest: map per-cpu vcpu_info area
` [PATCH RFC v1 50/74] xen/pvshim: remove Dom0 kernel support check
` [PATCH RFC v1 51/74] xen/pvshim: don't allow access to iomem or ioports
` [PATCH RFC v1 52/74] xen: mark xenstore/console pages as RAM and add them to dom_io
` [PATCH RFC v1 53/74] xen/pvshim: modify Dom0 builder in order to build a DomU
` [PATCH RFC v1 54/74] xen/pvshim: set correct domid value
` [PATCH RFC v1 55/74] xen/pvshim: forward evtchn ops between L0 Xen and L2 DomU
` [PATCH RFC v1 56/74] xen/pvshim: add grant table operations
` [PATCH RFC v1 57/74] x86/pv-shim: shadow PV console's page for L2 DomU
` [PATCH RFC v1 58/74] xen/pvshim: add migration support
` [PATCH RFC v1 59/74] xen/pvshim: add shim_mem cmdline parameter
` [PATCH RFC v1 60/74] xen/pvshim: set max_pages to the value of tot_pages
` [PATCH RFC v1 61/74] xen/pvshim: support vCPU hotplug
` [PATCH RFC v1 62/74] xen/pvshim: memory hotplug
` [PATCH RFC v1 63/74] xen/shim: modify shim_mem parameter behaviour
` [PATCH RFC v1 64/74] xen/pvshim: use default position for the m2p mappings
` [PATCH RFC v1 65/74] xen/shim: crash instead of reboot in shim mode
` [PATCH RFC v1 66/74] xen/shim: allow DomU to have as many vcpus as available
` [PATCH RFC v1 67/74] libxl: libxl__build_hvm: Introduce separate b_info parameter
` [PATCH RFC v1 68/74] libxl__domain_build_info_setdefault_pvhhvm: introduce
` [PATCH RFC v1 69/74] libxl_bitmap_copy_alloc: copy 0, NULL as 0, NULL
` [PATCH RFC v1 70/74] libxl: pvshim: Check state->shim_path before domain type
` [PATCH RFC v1 71/74] libxl: pvshim: Provide first-class config settings to enable shim mode
` [PATCH RFC v1 72/74] libxl: pvshim: Introduce pvhshim_extra
` [PATCH RFC v1 73/74] xl: pvshim: Provide and document xl config
` [PATCH RFC v1 74/74] libxl: pvshim: Set video_memkb to ~0

[PATCH V3 00/12] perf top overwrite mode
 2018-01-04 14:00 UTC  (6+ messages)
` [PATCH V3 04/12] perf mmap: introduce perf_mmap__read_done

[Buildroot] [PATCH v4 1/1] tcfagent: new package
 2018-01-04 13:59 UTC  (3+ messages)

ANNOUNCE: nfs-utils-2.3.1 released
 2018-01-04 13:59 UTC  (4+ messages)

[PATCH 1/2] mmc: sdhci-esdhc-imx: Manage sdhci_runtime_suspend_host error code
 2018-01-04 13:58 UTC  (2+ messages)
` [PATCH V2 2/2] mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspend

[PATCH 1/4] oe-selftest: add a test for recipes without maintainers
 2018-01-04 13:58 UTC  (4+ messages)
` [PATCH 2/4] maintainers.inc: remove python recipes no longer provided in oe-core
` [PATCH 3/4] maintainers.inc: assign python recipes to Derek Straka
` [PATCH 4/4] gobject-introspection: correct the --lib-dirs-envvar patch

[PATCH] video: fbdev: omap2: Use PTR_ERR_OR_ZERO()
 2018-01-04 13:58 UTC  (4+ messages)

[PATCH] kernel: Add paravirt_kvm support for qemux86-64
 2018-01-04 13:58 UTC  (2+ messages)

INFO: rcu detected stall in mulaw_decode
 2018-01-04 13:57 UTC 

WARNING in ion_ioctl
 2018-01-04 13:57 UTC 

WARNING in __alloc_pages_slowpath
 2018-01-04 13:57 UTC 

[U-Boot] [PATCH] drivers: pci: imx: fix enumeration logic error
 2018-01-04 13:54 UTC 

[PATCH 0/5] Cleanups for later btrfs_alloc_chunk() rework
 2018-01-04 13:54 UTC  (2+ messages)

[PATCH 0/1] Damage rectangles interface for DRM
 2018-01-04 13:52 UTC  (4+ messages)
` [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

[PATCH 2/2] i2c: ismt: dump registers at the end of transactions
 2018-01-04 13:52 UTC  (2+ messages)
` [2/2] "

[PATCH v2] PCI: imx6: Add PHY reference clock source support
 2018-01-04 13:52 UTC  (3+ messages)
` [PATCH v3] "

[pm:bleeding-edge 122/129] drivers/acpi/acpica/psutils.c:97:27: error: implicit declaration of function 'acpi_ut_safe_strncpy'; did you mean 'acpi_ut_trace_str'?
 2018-01-04 13:50 UTC  (2+ messages)
` [Devel] "

[PATCH v5 0/3] Add andestech atcpit100 timer
 2018-01-04 13:50 UTC  (5+ messages)
` [PATCH v5 1/3] clocksource/drivers/atcpit100: "

[Cocci] Sources with high badcount
 2018-01-04 13:49 UTC  (2+ messages)

[PATCH] swiotlb: suppress warning when __GFP_NOWARN is set v5
 2018-01-04 13:49 UTC  (3+ messages)

[PATCH v2 0/2] Reduce direct access of nfsd to inode->i_mtime
 2018-01-04 13:47 UTC  (8+ messages)
` [PATCH v2 2/2] nfsd: store stat times in fill_pre_wcc() instead of inode times

[PATCH 1/2] i2c: ismt: 16-byte align the DMA buffer address
 2018-01-04 13:46 UTC  (2+ messages)
` [1/2] "

[PATCH] tty: fix data race in n_tty_receive_buf_common
 2018-01-04 13:46 UTC  (5+ messages)

[PATCH v3 0/1] Support for generalized use of make C={1,2} via a wrapper program
 2018-01-04 13:39 UTC  (4+ messages)
` [Cocci] [PATCH v3 0/1] Support for generalized use of make C={1, 2} "
` [PATCH v3 1/1] runchecks: Generalize make C={1,2} to support multiple checkers
  ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} "

[distros-debian-wheezy test] 73880: trouble: blocked/broken
 2018-01-04 13:46 UTC 

[Bug 104439] intel_do_flush_locked failed: Invalid argument
 2018-01-04 13:45 UTC  (3+ messages)

[RESEND PATCH v2 00/15] ASoC: qcom: Add support to QDSP6 based audio
 2018-01-04 13:44 UTC  (6+ messages)
` [RESEND PATCH v2 14/15] ASoC: qcom: apq8096: Add db820c machine driver

[PATCH] [v2] media: au0828: fix VIDEO_V4L2 dependency
 2018-01-04 13:43 UTC 

[lkp-robot] [mm/memory_hotplug] 3072e413e3: page_allocation_failure:order:#, mode:#(GFP_KERNEL|__GFP_RETRY_MAYFAIL|__GFP_ZERO), nodemask=(null)
 2018-01-04 13:43 UTC  (3+ messages)
` [lkp-robot] [mm/memory_hotplug] 3072e413e3: page_allocation_failure:order:#,mode:#(GFP_KERNEL|__GFP_RETRY_MAYFAIL|__GFP_ZERO),nodemask=(null)

[PATCH v3 00/11] Allwinner H3/H5/A64(DE2) SimpleFB support
 2018-01-04 13:41 UTC  (9+ messages)
` [PATCH v3 05/11] ARM: sun8i: h3/h5: add DE2 CCU device node for H3
` [PATCH v3 09/11] clk: sunxi-ng: add support for Allwinner A64 DE2 CCU

[BUG RFD]selinux: sidtab_context_to_sid return -NOMEM when concurrent with security_load_policy
 2018-01-04 13:39 UTC  (10+ messages)

SMART detects pending sectors; take offline?
 2018-01-04 13:39 UTC  (20+ messages)

[PATCH i-g-t] test/kms_psr_sink_crc - Hack to test test_cleanup(&data) for psr_basic
 2018-01-04 13:39 UTC  (4+ messages)

[v4,1/3] usb: host: Implement workaround for Erratum A-007463
 2018-01-04 13:38 UTC  (2+ messages)
` [PATCH v4 1/3] "

[PATCH] fbdev: au1200fb: delete duplicate header contents
 2018-01-04 13:37 UTC  (4+ messages)

master / mimic-dev1 deb build broken on ceph/ceph-ci
 2018-01-04 13:37 UTC 

[PATCH v3] sched: make RED scaling configurable
 2018-01-04 13:34 UTC  (6+ messages)
` [PATCH v4] "

[PATCH i-g-t 0/7] kms_vblank: Move tests over from kms_flip
 2018-01-04 13:36 UTC  (9+ messages)
` [PATCH i-g-t 1/7] tests/kms_flip: Remove blt/rcs flip tests
` [PATCH i-g-t 2/7] tests/kms_flip: Move kms_flip.vblank-vs-hang to kms_vblank
` [PATCH i-g-t 3/7] kms_vblank: Reorganize subtests by pipe
` [PATCH i-g-t 4/7] kms_vblank: Make the -hang tests work as intended
` [PATCH i-g-t 5/7] kms_vblank: Add tests implemented in kms_flip
` [PATCH i-g-t 6/7] kms_flip: Remove redundant vblank tests
` [PATCH i-g-t 7/7] kms_vblank: Remove teardown code from cleanup_crtc
` ✗ Fi.CI.BAT: failure for kms_vblank: Move tests over from kms_flip

[PATCH i-g-t] test/kms_psr_sink : HACK test if psr_drrs also need test_cleanup
 2018-01-04 13:35 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH][cifs-next] CIFS: SMBD: make functions smbd_recv_buf and smbd_recv_page static
 2018-01-04 13:35 UTC  (2+ messages)

[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-04 13:34 UTC  (3+ messages)
` [PATCH v4 12/19] ocfs2: convert to new i_version API

[PATCH v2 0/2] pci-dra7xx: Fix legacy IRQ handling
 2018-01-04 13:34 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: dra7xx: Fix legacy INTD "

[pm:build-test 15/15] drivers/base/power/domain.c:119:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token
 2018-01-04 13:30 UTC  (2+ messages)
` [Devel] [pm:build-test 15/15] drivers/base/power/domain.c:119:26: error: expected '=', ',', '; ', "

Avoid speculative indirect calls in kernel
 2018-01-04 13:32 UTC  (4+ messages)

[PATCH v2] fbdev: pxa3xx: use ktime_get_ts64 for time stamps
 2018-01-04 13:31 UTC  (4+ messages)

Compiling alsa-lib fails with lto
 2018-01-04 13:29 UTC 

[Qemu-devel] [PATCH 0/5] preparation for Parallels Disk xml driver
 2018-01-04 13:29 UTC  (7+ messages)
` [Qemu-devel] [PATCH 3/5] block/parallels: move some structures into header
` [Qemu-devel] [PATCH 4/5] block/parallels: replace some magic numbers
` [Qemu-devel] [PATCH 5/5] block/parallels: add backing support to readv/writev

[PATCH net v2 0/2] SCTP PMTU discovery fixes
 2018-01-04 13:29 UTC  (6+ messages)
` [PATCH net v2 1/2] sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled

aio poll, io_pgetevents and a new in-kernel poll API
 2018-01-04 13:28 UTC  (2+ messages)
  ` Fwd: "

[PATCH] ARM: dts: sun[47]i: Fix display backend 1 output to TCON0 remote endpoint
 2018-01-04 13:27 UTC  (3+ messages)

PCI Device Subtree Change from Traditional to Upstream
 2018-01-04 13:26 UTC  (5+ messages)

[U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree
 2018-01-04 13:25 UTC  (2+ messages)

[PATCH 0/3] ASoC: Intel: ACPI-related fixes
 2018-01-04 13:09 UTC  (5+ messages)
` [PATCH 1/3] [PATCH] ASoC: acpi: fix machine driver selection based on quirk
` [PATCH 2/3] ASoC: Replace snd_soc_acpi_check_hid with acpi_dev_present

Slideshow for FOSDEM
 2018-01-04 13:22 UTC  (4+ messages)
  ` [oe] "

[PATCH 1/2] btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set
 2018-01-04 13:21 UTC  (2+ messages)

[Buildroot] [PATCH] linux-firmware: update Broadcom 43xxx file list
 2018-01-04 13:20 UTC 

[PATCH 1/2] jump_label: export static_key_slow_inc/dec_cpuslocked()
 2018-01-04 13:20 UTC  (4+ messages)

[meta-java][PATCH V2 0/7] Several fixes for java/ant recipes
 2018-01-04 13:19 UTC  (8+ messages)
` [meta-java][PATCH 1/7] meta: drop redundant DEPENDS_virtcalss-native definitions
` [meta-java][PATCH 2/7] meta: drop deprecated virtclass-native
` [meta-java][PATCH 3/7] commons-cli: extend native bbclass
` [meta-java][PATCH 4/7] commons-codec: "
` [meta-java][PATCH 5/7] commons-httpclient: "
` [meta-java][PATCH 6/7] jamvm: avoid checking x11 distro feature for native build
` [meta-java][PATCH 7/7] ant-contrib-native: add recipe

data cleaup/disposal process
 2018-01-04 13:19 UTC  (2+ messages)

[meta-qt5] [PATCH] nativesdk-qtbase: drop fakeroot task do_generate_qt_environment_file
 2018-01-04 13:17 UTC 

[Qemu-devel] [PATCH v2] usb: Remove legacy -usbdevice option
 2018-01-04 13:15 UTC 

[PATCH v2] dt: psci: Update DT bindings to support hierarchical PSCI states
 2018-01-04 13:16 UTC  (5+ messages)

[PATCH 1/9] meson: add a recipe and class from meta-oe
 2018-01-04 13:13 UTC  (4+ messages)
` [PATCH 2/9] gnomebase.bbclass: split into autotools and meson versions

[PATCH 0/5] Remove asm/clkdev.h and privatize __clk{get,put}()
 2018-01-04 13:13 UTC  (3+ messages)
` [PATCH 4/5] clk: sunxi: Use CLK_IS_CRITICAL flag for critical clks

[aaron:for_lkp_skl_2sp2_test 151/225] drivers/net/ethernet/netronome/nfp/nfp_net_common.c:1188:34: error: '__GFP_COLD' undeclared; did you mean '__GFP_COMP'?
 2018-01-04 13:13 UTC  (3+ messages)

[PATCH 1/9] meson: add a recipe and class from meta-oe
 2018-01-04 13:12 UTC  (7+ messages)
` [PATCH 4/9] libepoxy: convert to meson build
` [PATCH 5/9] libinput: "
` [PATCH 6/9] sysprof: "
` [PATCH 7/9] gst-player: Upgrade, rename to gst-examples
` [PATCH 8/9] meson: export native env only for native build
` [PATCH 9/9] meson: Port pkgconfig-native patch to 0.44.0


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.