All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-25 10:40:09 to 2017-08-25 11:26:58 UTC [more...]

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2017-08-25 11:26 UTC 

[PATCH nft v2 00/18] introducing libnftables
 2017-08-25 11:26 UTC  (14+ messages)
` [PATH nft v2 04/18] libnftables: add context new and free
` [PATH nft v2 05/18] libnftables: add nft_run_command_from_buffer

cat-file timing window on Cygwin
 2017-08-25 11:25 UTC 

[U-Boot] [PATCH] rockchip: timer: fix U_BOOT_DRIVER name
 2017-08-25 11:25 UTC 

[PATCH v2 00/10] drm/exynos: panel mode info propagation
 2017-08-25 11:25 UTC  (4+ messages)
  ` [PATCH v2 01/10] drm/exynos/decon5433: use readl_poll_timeout helpers

[Qemu-devel] [PATCH v2 00/16] qapi-schema: Reorganize along maintenance boundaries
 2017-08-25 11:24 UTC  (24+ messages)
` [Qemu-devel] [PATCH v2 04/16] qapi-schema: Collect sockets stuff in qapi/sockets.json
` [Qemu-devel] [PATCH v2 05/16] qapi-schema: Collect run state stuff in qapi/run-state.json
` [Qemu-devel] [PATCH v2 06/16] qapi-schema: Collect char device stuff in qapi/char.json
` [Qemu-devel] [PATCH v2 07/16] qapi-schema: Collect net device stuff in qapi/net.json
` [Qemu-devel] [PATCH v2 08/16] qapi-schema: Collect UI stuff in qapi/ui.json
` [Qemu-devel] [PATCH v2 09/16] qapi-schema: Collect migration stuff in qapi/migration.json
` [Qemu-devel] [PATCH v2 10/16] qapi-schema: Collect transaction stuff in qapi/transaction.json
` [Qemu-devel] [PATCH v2 11/16] qapi-schema: Collect TPM stuff in qapi/tpm.json
` [Qemu-devel] [PATCH v2 12/16] qapi-schema: Move block events from event.json to block.json
` [Qemu-devel] [PATCH v2 13/16] qapi-schema: Fold event.json back into qapi-schema.json
` [Qemu-devel] [PATCH v2 14/16] qapi-schema: Make block-core.json self-contained

[Bug 102358] WarThunder freezes always with vblanc=1
 2017-08-25 11:23 UTC  (2+ messages)
` [Bug 102358] WarThunder freezes at start, with activated vsync (vblank_mode=2)

[Qemu-devel] [PATCH] vga: stop passing pointers to vga_draw_line* functions
 2017-08-25 11:22 UTC  (3+ messages)

[PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI
 2017-08-25 11:20 UTC  (15+ messages)
` [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support
    ` [Qemu-devel] "
` [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration
    ` [Qemu-devel] "

[PATCH v4 00/16] Fix git-gc losing objects in multi worktree
 2017-08-25 11:21 UTC  (2+ messages)

[PATCH] [RFC] virtio: Limit the retries on a virtio device reset
 2017-08-25 11:21 UTC  (8+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.13-8 tag
 2017-08-25 11:20 UTC 

[U-Boot] rk3xxx.dtsi /usb_host missing specific compatible
 2017-08-25 11:20 UTC  (2+ messages)

[U-Boot] Resync NAND framework with Linux?
 2017-08-25 11:19 UTC 

[nft PATCH] parser: Fix memleaks for STRING token (and derived ones)
 2017-08-25 11:17 UTC 

next/master build: 212 builds: 3 failed, 209 passed, 384 errors, 58 warnings (next-20170824)
 2017-08-25 11:16 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2017-08-25 11:16 UTC 

[tip:WIP.x86/apic 6/43] arch/x86//kernel/eisa.c:11:20: error: implicit declaration of function 'ioremap'
 2017-08-25 11:15 UTC 

[patch 00/41] x86: Cleanup IDT code
 2017-08-25 11:16 UTC  (45+ messages)
` [patch 01/41] x86/irq: Remove vector_used_by_percpu_irq()
` [patch 02/41] x86/irq: Unexport used_vectors
` [patch 03/41] x86/irq: Move ifdeffery to header file
` [patch 04/41] x86/boot: Move EISA setup to a proper place
` [patch 05/41] x86/tracing: Introduce a static key for exception tracing
` [patch 06/41] x86/traps: Simplify pagefault tracing logic
` [patch 07/41] x86/apic: Remove the duplicated tracing version of local_timer_interrupt
` [patch 08/41] x86/apic: Use this_cpu_ptr in local_timer_interrupt
` [patch 09/41] x86/irq: Get rid of duplicated trace_x86_platform_ipi() code
` [patch 10/41] x86/apic: Remove the duplicated tracing versions of interrupts
` [patch 11/41] x86/irqwork: Get rid of duplicated tracing interrupt code
` [patch 12/41] x86/mce: Remove "
` [patch 13/41] x86/smp: Remove pointless duplicated "
` [patch 14/41] x86/smp: Use static key for reschedule interrupt tracing
` [patch 15/41] x86/idt: Remove tracing idt completely
` [patch 16/41] x86/tracing: Disentangle pagefault and resched IPI tracing key
` [patch 17/41] x86/idt: Unify gate_struct handling for 32/64bit
` [patch 18/41] x86/percpu: Use static initializer for GDT entry
` [patch 19/41] x86/fpu: Use bitfield accessors for desc_struct
` [patch 20/41] x86: Replace access to desc_struct:a/b fields
` [patch 21/41] x86/gdt: Use bitfields for initialization
` [patch 22/41] x86/ldttss: Cleanup 32bit descriptors
` [patch 23/41] x86/idt: Create file for IDT related code
` [patch 24/41] x86/idt: Move 32bit idt_descr to C code
` [patch 25/41] x86/idt: Remove unused set_trap_gate()
` [patch 26/41] x86/idt: Consolidate IDT invalidation
` [patch 27/41] x86/idt: Move early IDT handler setup to IDT code
` [patch 28/41] x86/idt: Move early IDT setup out of 32bit asm
` [patch 29/41] x86/idt: Prepare for table based init
` [patch 30/41] x86/idt: Switch early trap init to IDT tables
` [patch 31/41] x86/idt: Move debug stack init to table based
` [patch 32/41] x86/idt: Move ist stack based traps to table init
` [patch 33/41] x86/idt: Move regular trap init to tables
` [patch 34/41] x86/idt: Move APIC gate initialization "
` [patch 35/41] x86/idt: Move interrupt gate initialization to IDT code
` [patch 36/41] x86/idt: Remove unused functions/inlines
` [patch 37/41] x86/irq: Get rid of the first_system_vector bogisity
` [patch 38/41] x86/idt: Deinline setup functions
` [patch 39/41] x86/idt: Simplify alloc_intr_gate
` [patch 40/41] x86/idt: Hide set_intr_gate()
` [patch 41/41] x86/irq: Remove duplicated used_vectors definition

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2017-08-25 11:15 UTC 

BlueZ segfault with a Jolla phone
 2017-08-25 11:15 UTC  (2+ messages)

[PATCH 0/3] document types of hardware control for V4L2
 2017-08-25 11:15 UTC  (12+ messages)
` [PATCH 1/3] media: open.rst: document devnode-centric and mc-centric types
` [PATCH 2/3] media: videodev2: add a flag for vdev-centric devices

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2017-08-25 11:15 UTC 

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2017-08-25 11:15 UTC 

post-receive: pub/scm/linux/kernel/git/powerpc/linux
 2017-08-25 11:14 UTC 

[PATCH igt] igt/gem_fence_thresh: Use streaming reads for verify
 2017-08-25 11:14 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v4 00/11] Handle SMCs and HVCs in conformance with SMCCC
 2017-08-25 11:13 UTC  (9+ messages)
` [PATCH v4 07/11] arm: traps: handle PSCI calls inside `vsmc.c`
` [PATCH v4 08/11] arm: PSCI: use definitions provided by asm/smccc.h

[PATCH net] tcp: fix refcnt leak with ebpf congestion control
 2017-08-25 11:10 UTC 

[tip:WIP.x86/apic 6/43] arch/x86/include/asm/io.h:212:17: error: too many arguments to function 'iounmap'
 2017-08-25 11:08 UTC 

[PATCH] tools: hv: handle EINTR in hv_fcopy_daemon
 2017-08-25 11:02 UTC 

[PATCH] bitbake.conf: Add run-parts to HOSTTOOLS
 2017-08-25 11:09 UTC  (5+ messages)

[PATCH v2] irqdomain: potential Oops in irq_domain_push_irq()
 2017-08-25 11:08 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.11 0/6] ppc: cpu_model handling cleanups
 2017-08-25  9:45 UTC  (9+ messages)
` [Qemu-devel] [PATCH for-2.11 2/6] ppc: make cpu_model translation to type consistent
` [Qemu-devel] [PATCH for-2.11 5/6] ppc: simplify cpu model lookup by PVR

[U-Boot] [PATCH v2 1/4] rockchip: rk3229: move usb gadget into defconfig
 2017-08-25 11:06 UTC  (8+ messages)
` [U-Boot] [PATCH v2 4/4] rockchip: enable rockusb for all rockchip SoCs

[PATCH 0/6] Allow setting up shared memory areas between VMs from xl config files
 2017-08-25 11:05 UTC  (5+ messages)
` [PATCH 5/6] libxl: support mapping static shared memory areas during domain creation
` [PATCH 6/6] libxl: support unmapping static shared memory areas during domain destruction

[Qemu-devel] [PATCH v7 0/6] add throttle block driver filter
 2017-08-25 11:05 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 6/6] qemu-iotests: add 184 for throttle filter driver

post-receive: pub/scm/virt/kvm/kvm-unit-tests
 2017-08-25 11:03 UTC 

[Qemu-devel] RFC: qemu RISC-V
 2017-08-25 11:02 UTC  (3+ messages)

[U-Boot] [PATCH] pfla02: Fix RAM detection and support 1 bank SOM
 2017-08-25 11:02 UTC 

linux-next: manual merge of the sound-asoc tree with the sound-current tree
 2017-08-25 11:02 UTC  (3+ messages)

post-receive: pub/scm/virt/kvm/kvm-unit-tests
 2017-08-25 11:02 UTC 

[Qemu-devel] [PATCH v2 00/14] Generate a literal qobject for introspection
 2017-08-25 10:59 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 01/14] qdict: add qdict_put_null() helper
` [Qemu-devel] [PATCH v2 02/14] qlit: move qlit from check-qjson to qobject/
` [Qemu-devel] [PATCH v2 03/14] qlit: use QLit prefix consistently
` [Qemu-devel] [PATCH v2 04/14] qlit: remove compound literals
` [Qemu-devel] [PATCH v2 05/14] qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
` [Qemu-devel] [PATCH v2 06/14] qlit: make qlit_equal_qobject return a bool
` [Qemu-devel] [PATCH v2 07/14] qlit: make qlit_equal_qobject() take const arguments
` [Qemu-devel] [PATCH v2 08/14] qlit: add QLIT_QNULL and QLIT_BOOL
` [Qemu-devel] [PATCH v2 09/14] qlit: Replace open-coded qnum_get_int() by call
` [Qemu-devel] [PATCH v2 10/14] tests: add qlit tests
` [Qemu-devel] [PATCH v2 11/14] qlit: improve QLit dict vs qdict comparison
` [Qemu-devel] [PATCH v2 12/14] qlit: improve QLit list vs qlist comparison
` [Qemu-devel] [PATCH v2 13/14] qlit: add qobject_form_qlit()
` [Qemu-devel] [PATCH v2 14/14] qapi: generate a literal qobject for introspection

Revision resolution for remote-helpers?
 2017-08-25 10:58 UTC  (7+ messages)
      ` [git-for-windows] "

[v6 1/4] mm, oom: refactor the oom_kill_process() function
 2017-08-25 10:58 UTC  (16+ messages)
` [v6 2/4] mm, oom: cgroup-aware OOM killer

[PATCH igt] igt/kms_hdmi_inject: Require /proc/asound before asserting
 2017-08-25 10:58 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v7 00/12] Enable VAS
 2017-08-25 10:56 UTC  (3+ messages)
` [PATCH v7 12/12] powerpc/vas: Define copy/paste interfaces

[PATCH] Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
 2017-08-25 10:55 UTC  (5+ messages)

[xen-4.8-testing test] 112860: regressions - trouble: blocked/broken/fail/pass
 2017-08-25 10:55 UTC 

[PATCH] fork: fix incorrect fput of ->exe_file causing use-after-free
 2017-08-25 10:49 UTC  (4+ messages)

[PATCH 00/27] NXP DPAA2 PMD updates
 2017-08-25 10:49 UTC  (28+ messages)
` [PATCH 01/27] bus/fslmc: qbman replace word copy with memcpy
` [PATCH 02/27] bus/fslmc: remove the export for qbman version function
` [PATCH 03/27] bus/fslmc: add qbman API to do enqueue with multiple frames
` [PATCH 04/27] bus/fslmc: support up to 32 frames in one volatile dequeue
` [PATCH 05/27] bus/fslmc: enhance the QBMAN CENA mode
` [PATCH 06/27] bus/fslmc: qbman remove unused funcs and align names
` [PATCH 07/27] bus/fslmc: cleanup compat file
` [PATCH 08/27] bus/fslmc: clean the qbman support code
` [PATCH 09/27] bus/fslmc: update MC to 10.3.x
` [PATCH 10/27] net/dpaa2: "
` [PATCH 11/27] crypto/dpaa2_sec: "
` [PATCH 12/27] config/dpaa2: change max lores to 16
` [PATCH 13/27] bus/fslmc: add support for LX2160 platform
` [PATCH 14/27] net/dpaa2: add support for congestion overhead
` [PATCH 15/27] bus/fslmc: add support to check dpbp presence
` [PATCH 16/27] bus/fslmc: cleanup the dpaa2 interrupt support
` [PATCH 17/27] net/dpaa2: add support for link status event
` [PATCH 18/27] bus/fslmc: enable link status interrupt
` [PATCH 19/27] net/dpaa2: check physical link state on up cmd
` [PATCH 20/27] net/dpaa2: improve error and logs for flow distribution
` [PATCH 21/27] net/dpaa2: increase the dist param to 64 bit
` [PATCH 22/27] net/dpaa2: remove RSS restriction with num of queues
` [PATCH 23/27] net/dpaa2: add support for RSS hash update and get
` [PATCH 24/27] net/dpaa2: add support for extra stats
` [PATCH 25/27] net/dpaa2: fix the Tx handling of non HW pool bufs
` [PATCH 26/27] net/dpaa2: improve debug messaging
` [PATCH 27/27] net/dpaa2: log that VLAN extend offload not supported

[PATCH 0/3] gnttab: Further XSA-226 cleanup
 2017-08-25 10:50 UTC  (4+ messages)
` [PATCH 1/3] gnttab: Drop the frame parameter from acquire_grant_for_copy()

[PATCH V3 00/10] capabilities: do not audit log BPRM_FCAPS on set*id
 2017-08-25 10:49 UTC  (5+ messages)
` [PATCH V3 01/10] capabilities: factor out cap_bprm_set_creds privileged root

[Qemu-devel] Memory use with >100 virtio devices
 2017-08-25 10:48 UTC  (7+ messages)

[PATCH v3 00/22] drm: Add GEM backed framebuffer library
 2017-08-25 10:48 UTC  (3+ messages)
` [PATCH v3 06/22] drm/arm/mali: Use drm_gem_fb_create()

[Cocci] Matching function prototypes and casts
 2017-08-25 10:47 UTC  (2+ messages)

[PATCH] drm/i915: "Race-to-idle" on switching to the kernel context
 2017-08-25 10:46 UTC  (4+ messages)

[PATCH i-g-t] tests/kms_frontbuffer_tracking: increase FBC wait timeout to 5s
 2017-08-25 10:47 UTC  (4+ messages)
` [PATCH i-g-t v2] "

post-receive: pub/scm/linux/kernel/git/tip/tip
 2017-08-25 10:44 UTC 

[RESEND PATCH 1/1] arm64: dts: Add Variscite DART-SD410 Evaluation board dts
 2017-08-25 10:44 UTC  (5+ messages)

[PATCH 00/14] arm64: kexec: add kexec_file_load support
 2017-08-25 10:41 UTC  (7+ messages)
` [PATCH 09/14] arm64: kexec_file: add sha256 digest check in purgatory

Next Xen ARM community call - Wednesday 13th September 2017
 2017-08-25 10:42 UTC 

[PATCH nf-next] net: netfilter: Remove NFDEBUG
 2017-08-25 10:41 UTC 

The bunch of mm patches in the queue, mostly for shard testing
 2017-08-25 10:41 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [01/20] drm/i915: "Race-to-idle" on switching to the kernel context

[PATCH] x86/microcode/intel: Silence a static checker warning
 2017-08-25 10:40 UTC  (13+ messages)
` [PATCH v2] x86/microcode: "
                  ` [PATCH] x86/microcode/intel: Improve microcode patches saving flow

[Qemu-devel] [PATCH 0/3] nbd-client: enter read_reply_co during init to avoid crash
 2017-08-25 10:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] "
    ` [Qemu-devel] [Qemu-block] "

[PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH
 2017-08-25 10:40 UTC  (2+ messages)

[PATCHv2 rdma-core 0/5] Packaging: fixes and SUSE support
 2017-08-25 10:40 UTC  (4+ messages)
  ` [PATCHv2 rdma-core 3/5] redhat: fix typo in librdacm package description
  ` [PATCHv2 rdma-core 4/5] suse: Add spec file for SUSE
  ` [PATCHv2 rdma-core 5/5] cbuild: use SUSE spec file for SUSE targets


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.