All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-17 12:49:14 to 2017-10-17 13:15:44 UTC [more...]

[PATCH 0/3] iio: adc: stm32: Add support for differential channels
 2017-10-17 13:15 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: stm32: add support for diff channels
` [PATCH 2/3] iio: adc: stm32: remove const channel names definition

[PATCH i-g-t] meson: Add fallback for xmlrpc discovery
 2017-10-17 13:15 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] mm/shadow: fix declaration of fetch_type_names
 2017-10-17 13:15 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] ARM: uniphier: enable DWC3 xHCI driver really
 2017-10-17 13:15 UTC  (4+ messages)
` [U-Boot] [PATCH 3/4] ARM: uniphier: split u-boot, dm-pre-reloc out to uniphier-v7-u-boot.dtsi

[PATCH] f2fs: avoid stale fi->gdirty_list pointer
 2017-10-17 13:15 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH v3 0/2] staging: atomisp: memory allocation cleanups
 2017-10-17 13:14 UTC  (3+ messages)
` [PATCH v3 1/2] staging: atomisp2: cleanup null check on memory allocation
` [PATCH v3 2/2] staging: atomisp: cleanup out of memory messages

[PATCH 0/7] update dpdk-next-build to 17.11-rc1
 2017-10-17 13:14 UTC  (4+ messages)

next/master build: 214 builds: 29 failed, 185 passed, 29 errors, 68 warnings (next-20171016)
 2017-10-17 13:12 UTC  (2+ messages)

[PATCH] vhost: translate addrs in set_vring_addr if ring already enabled
 2017-10-17 13:13 UTC  (3+ messages)
` [PATCH v2] "

Commit 0711d638 breaks mwifiex
 2017-10-17 13:13 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 00/43] Windbg supporting
 2017-10-17 13:12 UTC  (44+ messages)
` [Qemu-devel] [PATCH v2 01/43] windbg: added empty windbgstub files
` [Qemu-devel] [PATCH v2 02/43] windbg: added windbg's KD header file
` [Qemu-devel] [PATCH v2 03/43] windbg: modified windbgkd.h
` [Qemu-devel] [PATCH v2 04/43] windbg: added '-windbg' option
` [Qemu-devel] [PATCH v2 05/43] windbg: added helper features
` [Qemu-devel] [PATCH v2 06/43] windbg: added WindbgState
` [Qemu-devel] [PATCH v2 07/43] windbg: added chardev
` [Qemu-devel] [PATCH v2 08/43] windbg: hook to wrmsr operation
` [Qemu-devel] [PATCH v2 09/43] windbg: handler of fs/gs register
` [Qemu-devel] [PATCH v2 10/43] windbg: structures for parsing data stream
` [Qemu-devel] [PATCH v2 11/43] windbg: "
` [Qemu-devel] [PATCH v2 12/43] windbg: send data and control packets
` [Qemu-devel] [PATCH v2 13/43] windbg: handler of parsing context
` [Qemu-devel] [PATCH v2 14/43] windbg: init DBGKD_ANY_WAIT_STATE_CHANGE
` [Qemu-devel] [PATCH v2 15/43] windbg: sized data buffer
` [Qemu-devel] [PATCH v2 16/43] windbg: generate ExceptionStateChange
` [Qemu-devel] [PATCH v2 17/43] windbg: generate LoadSymbolsStateChange
` [Qemu-devel] [PATCH v2 18/43] windbg: windbg_vm_stop
` [Qemu-devel] [PATCH v2 19/43] windbg: implemented windbg_process_control_packet
` [Qemu-devel] [PATCH v2 20/43] windbg: implemented windbg_process_data_packet
` [Qemu-devel] [PATCH v2 21/43] windbg: implemented windbg_process_manipulate_packet
` [Qemu-devel] [PATCH v2 22/43] windbg: implemented kd_api_read_virtual_memory and kd_api_write_virtual_memory
` [Qemu-devel] [PATCH v2 23/43] windbg: kernel's structures
` [Qemu-devel] [PATCH v2 24/43] windbg: implemented kd_api_get_context and kd_api_set_context
` [Qemu-devel] [PATCH v2 25/43] windbg: implemented kd_api_read_control_space and kd_api_write_control_space
` [Qemu-devel] [PATCH v2 26/43] windbg: implemented windbg_read_context
` [Qemu-devel] [PATCH v2 27/43] windbg: implemented windbg_write_context
` [Qemu-devel] [PATCH v2 28/43] windbg: implemented windbg_read_ks_regs
` [Qemu-devel] [PATCH v2 29/43] windbg: implemented windbg_write_ks_regs
` [Qemu-devel] [PATCH v2 30/43] windbg: implemented windbg_set_sr
` [Qemu-devel] [PATCH v2 31/43] windbg: implemented windbg_set_dr
` [Qemu-devel] [PATCH v2 32/43] windbg: implemented windbg_set_dr7
` [Qemu-devel] [PATCH v2 33/43] windbg: implemented windbg_hw_breakpoint_insert and windbg_hw_breakpoint_remove
` [Qemu-devel] [PATCH v2 34/43] windbg: implemented kd_api_write_breakpoint and kd_api_restore_breakpoint
` [Qemu-devel] [PATCH v2 35/43] windbg: debug exception subscribing
` [Qemu-devel] [PATCH v2 36/43] windbg: implemented kd_api_continue
` [Qemu-devel] [PATCH v2 37/43] windbg: implemented kd_api_read_io_space and kd_api_write_io_space
` [Qemu-devel] [PATCH v2 38/43] windbg: implemented kd_api_read_physical_memory and kd_api_write_physical_memory
` [Qemu-devel] [PATCH v2 39/43] windbg: implemented kd_api_get_version
` [Qemu-devel] [PATCH v2 40/43] windbg: implemented kd_api_read_msr and kd_api_write_msr
` [Qemu-devel] [PATCH v2 41/43] windbg: implemented kd_api_search_memory
` [Qemu-devel] [PATCH v2 42/43] windbg: implemented kd_api_fill_memory
` [Qemu-devel] [PATCH v2 43/43] windbg: implemented kd_api_query_memory

[PATCH for-4.10 1/2] ubsan: add clang 5.0 support
 2017-10-17 13:12 UTC  (9+ messages)
` [PATCH for-4.10 2/2] ubsan: disable unaligned access checks

Release Candidate Build for yocto-2.4.rc3 now available
 2017-10-17 13:12 UTC  (2+ messages)
` minimize size of SW update bundle

[PATCH rdma-core 0/5] Userspace library matching for hip08 RoCE
 2017-10-17 13:12 UTC  (6+ messages)
  ` [PATCH rdma-core 1/5] libhns: Add new PCI device matching for hip08
  ` [PATCH rdma-core 2/5] libhns: Introduce QP operations refered to hip08 RoCE device
  ` [PATCH rdma-core 3/5] libhns: Introduce CQ operations refered to hip08 device
  ` [PATCH rdma-core 4/5] libhns: Reimplement verbs of post_send and post_recv for hip08 RoCE
  ` [PATCH rdma-core 5/5] libhns: Update consolidate repo for userspace library of "

[PATCH] f2fs: return error number for quota_write
 2017-10-17 13:12 UTC  (4+ messages)
    ` [f2fs-dev] "

[PATCH for-4.10] xen/dom0: Fix latent dom0 construction bugs on all architectures
 2017-10-17 13:11 UTC  (2+ messages)

[PATCH iproute2 net-next] ip: bridge_slave: add neigh_suppress to the type help and man pages
 2017-10-17 13:11 UTC 

[PATCH] arm64: Update fault_info table with new exception types
 2017-10-17 13:11 UTC 

[PATCH 1/1] drivers:video: use setup_timer
 2017-10-17 13:10 UTC  (3+ messages)

vmx ghash buggy on ppc64le
 2017-10-17 13:10 UTC  (3+ messages)

[PATCH] status: do not get confused by submodules in excluded directories
 2017-10-17 13:10 UTC 

[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
 2017-10-17 13:10 UTC  (11+ messages)
` [PATCH 11/13] x86/paravirt: Add paravirt alternatives infrastructure
        ` [Xen-devel] "

[PATCH] Out Of Bound Read in Netfilter Conntrack
 2017-10-17 13:09 UTC  (4+ messages)
  ` [PATCH] Bitwise "

[PATCH v9 00/20] simplify crypto wait for async op
 2017-10-17 13:09 UTC  (9+ messages)

[PATCH] drm/i915: Report -EFAULT before pwrite fast path into shmemfs
 2017-10-17 13:08 UTC  (3+ messages)

[PATCH 0/9] drm/panel: simple: improve definition of display modes and add more panels
 2017-10-17 13:08 UTC  (16+ messages)
` [PATCH 1/9] drm/panel: simple: add a macro for defining display modes in a simpler and less error prone way
` [PATCH 2/9] drm/panel: simple: simplify display_mode definitions by using macro
` [PATCH 3/9] drm/panel: simple: make it possible to override LCD bus format

[PATCH] video: fbdev: pxa3xx_gcu: Use setup_timer and mod_timer
 2017-10-17 13:07 UTC  (3+ messages)

[PATCH 04/11] Define the virtual space of KASan's shadow region
 2017-10-17 13:02 UTC  (8+ messages)

[PATCH] update INSTALL to add library libnfnetlink
 2017-10-17 13:07 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v3 00/22] Refactor HW workaround code
 2017-10-17 13:06 UTC  (24+ messages)
` [PATCH v3 10/22] drm/i915: Move WA BB stuff to the workarounds file as well
` [PATCH v3 11/22] drm/i915/cnl: Move GT and Display workarounds from init_clock_gating
` [PATCH v3 12/22] drm/i915/gen9: "
` [PATCH v3 14/22] drm/i915/cfl: "
` [PATCH v3 15/22] drm/i915/glk: "
` [PATCH v3 16/22] drm/i915/kbl: "
` [PATCH v3 17/22] drm/i915/bxt: "
` [PATCH v3 18/22] drm/i915/skl: "
` [PATCH v3 19/22] drm/i915/chv: "
` [PATCH v3 20/22] drm/i915/bdw: "
` [PATCH v3 21/22] drm/i915: Move WaProgramL3SqcReg1Default to the workarounds file

[PATCH] reduce the time of finding symbols for module
 2017-10-17 13:06 UTC  (10+ messages)

[PATCH] dt-bindings: mfd: mc13xxx: Remove obsolete property
 2017-10-17 13:05 UTC  (3+ messages)

[PATCH v2 0/6] Btrfs-progs: rescue: To fix device related
 2017-10-17 13:05 UTC  (2+ messages)

[PATCH v4 0/5] Unify simple reset drivers
 2017-10-17 13:03 UTC  (12+ messages)
` [PATCH v4 1/5] reset: add reset-simple to unify socfpga, stm32, sunxi, and zx2967
` [PATCH v4 2/5] reset: sunxi: use reset-simple driver
` [PATCH v4 3/5] reset: socfpga: use the "
` [PATCH v4 4/5] reset: stm32: "
` [PATCH v4 5/5] reset: zx2967: "

[Qemu-devel] [PATCH v2 0/8] improve error handling for IO instr
 2017-10-17 13:03 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 2/8] s390x/css: IO instr handler ending control
                    ` [Qemu-devel] [qemu-s390x] "

reproducable oops in btrfs/130 with latests mainline
 2017-10-17 13:03 UTC  (4+ messages)

[PATCH v2] usb: hub: Allow reset retry for USB2 devices on connect bounce
 2017-10-17 13:07 UTC 

[PATCH 1/2] mm, memory_hotplug: do not fail offlining too early
 2017-10-17 13:03 UTC  (9+ messages)
` [PATCH 1/2] mm: drop migrate type checks from has_unmovable_pages
  ` [PATCH 2/2] mm, page_alloc: fail has_unmovable_pages when seeing reserved pages

[CI v2] drm/i915: Print the condition causing GEM_BUG_ON
 2017-10-17 13:02 UTC 

[PATCH] HAX: kernel/swsusp: Show invalid swap signature
 2017-10-17 13:02 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/4] char-TPM: Adjustments for ten function implementations
 2017-10-17 13:02 UTC  (12+ messages)
` [PATCH 3/4] char/tpm: Improve a size determination in nine functions

[PATCH] scsi: sg: Re-fix off by one in sg_fill_request_table()
 2017-10-17 13:02 UTC  (2+ messages)

[RESEND][PATCH 0/4] firmware: of: populate /firmware/ node during init
 2017-10-17 13:02 UTC  (4+ messages)
` [RESEND][PATCH 1/4] of: platform: populate /firmware/ node from of_platform_default_populate_init()

linux-next: manual merge of the net-next tree with the net tree
 2017-10-17 13:01 UTC  (3+ messages)

[PATCH] powerpc/40x: acadia: Fix the 'interrupt-parent' property
 2017-10-17 13:01 UTC 

[PATCH for-4.10] string: fix memmove when size is 0
 2017-10-17 13:00 UTC  (4+ messages)

[PATCH] rtc: ds1307: add OF and ACPI entries for Epson RX8130
 2017-10-17 13:00 UTC  (4+ messages)
` [rtc-linux] "

[PATCH] perf vendor events arm64: Add hip08 implementation defined PMU core events
 2017-10-17 12:59 UTC  (2+ messages)

Bug report: hid-rmi: kernel Oops / freeze on keyboard dock attach
 2017-10-17 12:58 UTC  (2+ messages)

Build issues since XSA 240
 2017-10-17 12:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/8] nbd mimimal structured read
 2017-10-17 12:57 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 RFC 9/8] nbd: Minimal structured read for client

[PATCH v2 0/8] drm/tinydrm: Use vmalloc BO
 2017-10-17 12:56 UTC  (5+ messages)
` [PATCH v2 5/8] drm/gem-fb-helper: Add drm_gem_fb_debugfs_show()
` [PATCH v2 6/8] drm: Add vmalloc BO helper

Fostering linux community collaboration on hardware accelerators
 2017-10-17 12:53 UTC  (6+ messages)
    ` New Linux accelerators discussion list [was: Re: Fostering linux community collaboration on hardware accelerators]

MAP_FIXED for ELF mappings
 2017-10-17 12:56 UTC  (5+ messages)
` [PATCH 0/2] fs, elf: get rid of MAP_FIXED from the loader
  ` [PATCH 1/2] fs, elf: drop MAP_FIXED usage from elf_map

[3.18-stable] Revert "usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write"
 2017-10-17 12:55 UTC 

[PATCH 0/4] Cleanup instrumentation avoidance
 2017-10-17 12:55 UTC  (9+ messages)
` [PATCH 2/4] arm64: prevent instrumentation of LL/SC atomics

[Qemu-arm] [RFC 0/3] vITS Reset
 2017-10-17 12:54 UTC  (5+ messages)
` [Qemu-arm] [RFC 1/3] hw/intc/arm_gicv3_its: Don't abort on table save/restore
      ` [Qemu-devel] "

[PATCH] parser: Remove escape from the state transitions
 2017-10-17 12:53 UTC  (11+ messages)

[PATCH 26/27 v12] arm/xen: vpl011: Fix the slow early console SBSA UART output
 2017-10-17 12:53 UTC  (4+ messages)

[PATCH v11 00/11] x86: guest resource mapping
 2017-10-17 12:53 UTC  (6+ messages)
` [PATCH v11 05/11] x86/mm: add HYPERVISOR_memory_op to acquire guest resources

[PATCH 00/11] KASan for arm
 2017-10-17 12:41 UTC  (8+ messages)

[LTP] [PATCH] syscalls/keyctl06: Print TFAIL if keyring_read() returns wrong size
 2017-10-17 12:53 UTC 

stable-rc build: 9 warnings 0 failures (stable-rc/v3.18.75-20-g4ffe554)
 2017-10-17 12:51 UTC  (3+ messages)

[PATCH 0/6 v5] uvcvideo: metadata nodes and controls
 2017-10-17 12:51 UTC  (3+ messages)
` [PATCH 2/6 v5] V4L: Add a UVC Metadata format

[Qemu-arm] [PATCH v2 00/13] More fully implement ARM PMUv3
 2017-10-17 12:49 UTC  (4+ messages)
` [Qemu-arm] [PATCH 02/13] target/arm: Check PMCNTEN for whether PMCCNTR is enabled
  ` [Qemu-devel] "

[Qemu-devel] [Bug 1723984] [NEW] ID_MMFR0 has an invalid value on aarch64 cpu (A57, A53)
 2017-10-17 12:37 UTC  (2+ messages)
` [Qemu-devel] [Bug 1723984] "

[PATCH v1 1/1] rte_crypto.h: Fix compilation issue with Ofast
 2017-10-17 12:50 UTC  (3+ messages)

Unstable clock
 2017-10-17 12:50 UTC  (2+ messages)

[meta-oe][PATCH] nodejs: Update to 8.7.0
 2017-10-17 12:50 UTC 

[PATCH v3 0/5] arm64: Realtek RTD1195/RTD1295 IRQ mux
 2017-10-17 12:47 UTC  (2+ messages)
` [PATCH v3 4/5] dt-bindings: interrupt-controller: Document RTD1195

[meta-oe][PATCH] nodejs: Remove unreferenced patches
 2017-10-17 12:50 UTC 

[Qemu-arm] [PATCH 00/13] More fully implement ARM PMUv3
 2017-10-17 12:48 UTC  (3+ messages)
` [Qemu-arm] [PATCH 02/13] target/arm: Check PMCNTEN for whether PMCCNTR is enabled


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.