All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-02 08:23:58 to 2017-10-02 09:14:00 UTC [more...]

[PATCH v4 01/27] linkage: new macros for assembler symbols
 2017-10-02  9:12 UTC  (18+ messages)
` [PATCH v4 03/27] x86: assembly, annotate relocate_kernel
` [PATCH v4 04/27] x86: entry, annotate THUNKs
` [PATCH v4 06/27] x86: crypto, annotate local functions
` [PATCH v4 07/27] x86: boot, "
` [PATCH v4 08/27] x86: assembly, annotate aliases
` [PATCH v4 13/27] x86: xen-pvh, annotate data appropriatelly
` [PATCH v4 19/27] x86: assembly, make some functions local
` [PATCH v4 21/27] x86_64: assembly, add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v4 22/27] x86_64: assembly, change all ENTRY+END to SYM_CODE_*
` [PATCH v4 23/27] x86_64: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v4 24/27] x86_32: assembly, add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v4 25/27] x86_32: assembly, change all ENTRY+END to SYM_CODE_*
` [PATCH v4 26/27] x86_32: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v4 27/27] x86: assembly, replace WEAK uses

[Qemu-devel] [PATCH v2 0/2] kvm: use kvm_vm_check_extension() with VM capabilities
 2017-10-02  9:13 UTC  (2+ messages)

[PATCH i-g-t v2] tests: add slice power programming test
 2017-10-02  9:13 UTC  (2+ messages)

[mdadm PATCH 1/1] Fix a build error
 2017-10-02  9:12 UTC  (7+ messages)

State of bitbake world, Failed tasks 2017-09-27
 2017-10-02  9:12 UTC  (2+ messages)

[PATCH v2] MIPS: Add basic R5900 support
 2017-10-02  9:11 UTC  (20+ messages)

[Qemu-devel] libvirt/QEMU/SEV interaction
 2017-10-02  9:11 UTC  (8+ messages)

Why AsyncMessenger/AsyncConnection doesn't use support_zero_copy_read/zero_copy_read?
 2017-10-02  9:11 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/38] generalize parsing of cpu_model (part 2)
 2017-10-02  9:08 UTC  (39+ messages)
` [Qemu-devel] [PATCH 01/38] qom: add helper type_init_from_array()
` [Qemu-devel] [PATCH 02/38] alpha: cleanup cpu type name composition
` [Qemu-devel] [PATCH 03/38] alpha: use generic cpu_model parsing
` [Qemu-devel] [PATCH 04/38] cris: cleanup cpu type name composition
` [Qemu-devel] [PATCH 05/38] cris: use generic cpu_model parsing
` [Qemu-devel] [PATCH 06/38] lm32: cleanup cpu type name composition
` [Qemu-devel] [PATCH 07/38] lm32: milkymist: use generic cpu_model parsing
` [Qemu-devel] [PATCH 08/38] lm32: lm32_boards: "
` [Qemu-devel] [PATCH 09/38] m68k: cleanup cpu type name composition
` [Qemu-devel] [PATCH 10/38] m68k: an5206: use generic cpu_model parsing
` [Qemu-devel] [PATCH 11/38] m68k: mcf5208: "
` [Qemu-devel] [PATCH 12/38] moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"
` [Qemu-devel] [PATCH 13/38] moxie: cleanup cpu type name composition
` [Qemu-devel] [PATCH 14/38] moxie: use generic cpu_model parsing
` [Qemu-devel] [PATCH 15/38] openrisc: cleanup cpu type name composition
` [Qemu-devel] [PATCH 16/38] openrisc: use generic cpu_model parsing
` [Qemu-devel] [PATCH 17/38] sh4: r2d: "
` [Qemu-devel] [PATCH 18/38] sh4: shix: "
` [Qemu-devel] [PATCH 19/38] sh4: cleanup cpu type name composition
` [Qemu-devel] [PATCH 20/38] sh4: simplify superh_cpu_class_by_name()
` [Qemu-devel] [PATCH 21/38] sh4: remove SuperHCPUClass::name field
` [Qemu-devel] [PATCH 22/38] xtensa: cleanup cpu type name composition
` [Qemu-devel] [PATCH 23/38] xtensa: sim: use generic cpu_model parsing
` [Qemu-devel] [PATCH 24/38] xtensa: lx60/lx200/ml605/kc705: "
` [Qemu-devel] [PATCH 25/38] unicore32: cleanup cpu type name composition
` [Qemu-devel] [PATCH 26/38] unicore32: use generic cpu_model parsing
` [Qemu-devel] [PATCH 27/38] tricore: cleanup cpu type name composition
` [Qemu-devel] [PATCH 28/38] tricore: use generic cpu_model parsing
` [Qemu-devel] [PATCH 29/38] sparc: cleanup cpu type name composition
` [Qemu-devel] [PATCH 30/38] sparc: sun4u/sun4v/niagara: use generic cpu_model parsing
` [Qemu-devel] [PATCH 31/38] sparc: sparc: "
` [Qemu-devel] [PATCH 32/38] sparc: leon3: "
` [Qemu-devel] [PATCH 33/38] mips: use object_new() instead of gnew()+object_initialize()
` [Qemu-devel] [PATCH 34/38] mips: malta/boston: replace cpu_model with cpu_type
` [Qemu-devel] [PATCH 35/38] mips: fulong2e: "
` [Qemu-devel] [PATCH 36/38] mips: Magnum/Acer Pica 61: "
` [Qemu-devel] [PATCH 37/38] mips: mipssim: "
` [Qemu-devel] [PATCH 38/38] mips: r4k: "

[U-Boot] [PATCH v2 00/26] mmc: Add support for HS200 and UHS modes
 2017-10-02  9:08 UTC  (13+ messages)
  ` [U-Boot] [PATCH v2 07/26] mmc: Add a function to dump the mmc capabilities
  ` [U-Boot] [PATCH v2 13/26] mmc: Enable signal voltage to be selected from mmc core
  ` [U-Boot] [PATCH v2 23/26] mmc: Retry some MMC cmds on failure
  ` [U-Boot] [PATCH v2 26/26] dm: mmc: Add a library function to parse generic dt binding

[PATCH 00/11] SDIO support for ath10k
 2017-10-02  9:06 UTC  (8+ messages)
` [PATCH 02/11] ath10k_sdio: wb396 reference card fix

mm, virtio: possible OOM lockup at virtballoon_oom_notify()
 2017-10-02  9:06 UTC  (7+ messages)
    ` [RFC] [PATCH] mm, oom: Offload OOM notify callback to a kernel thread
      ` [RFC] [PATCH] mm,oom: "

[Qemu-devel] [Bug 1720747] [NEW] cannot extract release tarball on case-insensitive filesystems
 2017-10-02  8:56 UTC  (2+ messages)
` [Qemu-devel] [Bug 1720747] "

[PATCH] HID: usbhid: Add mechanism to blacklist based on device release
 2017-10-02  9:04 UTC 

[PATCH 0/4] can: flexcan: fix state transition, suppress irq flooding
 2017-10-02  9:05 UTC 

[PATCH 0/4] staging: ccree: logging related coding style fixes
 2017-10-02  9:03 UTC  (12+ messages)
` [PATCH 1/4] staging: ccree: remove sysfs if of deleted code
` [PATCH 2/4] staging: ccree: simplify access to struct device
` [PATCH 3/4] staging: ccree: move to generic device log infra
` [PATCH 4/4] staging: ccree: simplify OOM handling

[PATCH v1] drm/i915: Enhanced for initialize partially filled pagetables
 2017-10-02  9:03 UTC  (4+ messages)

RFC: Another proposed hash function transition plan
 2017-10-02  9:02 UTC  (9+ messages)
  ` RFC v3: "
      ` [PATCH v4] technical doc: add a design doc for hash function transition

[PATCH v4 0/9] bring back stack frame warning with KASAN
 2017-10-02  9:02 UTC  (13+ messages)
` [PATCH v4 4/9] em28xx: fix em28xx_dvb_init for KASAN
                  ` [PATCH] string.h: work around for increased stack usage

[PATCH v7 0/3] drm/tinydrm: drm_of_find_backlight helper
 2017-10-02  9:00 UTC  (7+ messages)
` [PATCH v7 1/3] backlight: Add IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE)

[PATCH v2] btrfs-progs: subvol: change subvol set-default to also accept subvol path
 2017-10-02  9:01 UTC  (3+ messages)

[PATCH v2] scripts/package/builddeb: split generating packaging and build
 2017-10-02  8:59 UTC  (4+ messages)

Patch "mac80211_hwsim: Use proper TX power" has been added to the 4.9-stable tree
 2017-10-02  8:58 UTC 

Patch "mac80211: flush hw_roc_start work before cancelling the ROC" has been added to the 4.9-stable tree
 2017-10-02  8:58 UTC 

Patch "mac80211: fix VLAN handling with TXQs" has been added to the 4.9-stable tree
 2017-10-02  8:58 UTC 

Patch "genirq: Make sparse_irq_lock protect what it should protect" has been added to the 4.9-stable tree
 2017-10-02  8:58 UTC 

Patch "mac80211: flush hw_roc_start work before cancelling the ROC" has been added to the 4.4-stable tree
 2017-10-02  8:58 UTC 

Patch "mac80211_hwsim: Use proper TX power" has been added to the 4.13-stable tree
 2017-10-02  8:58 UTC 

Patch "mac80211: flush hw_roc_start work before cancelling the ROC" has been added to the 4.13-stable tree
 2017-10-02  8:58 UTC 

Patch "mac80211: fix VLAN handling with TXQs" has been added to the 4.13-stable tree
 2017-10-02  8:58 UTC 

Patch "genirq/msi: Fix populating multiple interrupts" has been added to the 4.13-stable tree
 2017-10-02  8:58 UTC 

Patch "mac80211: fix deadlock in driver-managed RX BA session start" has been added to the 4.13-stable tree
 2017-10-02  8:58 UTC 

Patch "genirq: Make sparse_irq_lock protect what it should protect" has been added to the 4.13-stable tree
 2017-10-02  8:58 UTC 

Patch "genirq: Fix cpumask check in __irq_startup_managed()" has been added to the 4.13-stable tree
 2017-10-02  8:58 UTC 

[PATCH] PCI MSI: allow alignment restrictions on vector allocation
 2017-10-02  8:57 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Book3S PR: only install valid SLBs during KVM_SET_SREGS
 2017-10-02  8:40 UTC  (2+ messages)

[PATCH] HID: wacom: Always increment hdev refcount within wacom_get_hdev_data
 2017-10-02  8:56 UTC  (3+ messages)

RFC: Make it practical to ship EVM signatures
 2017-10-02  8:55 UTC  (5+ messages)

[PATCH] drm/i915/glk, cnl: Implement WaDisableScalarClockGating
 2017-10-02  8:55 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/glk, cnl: Implement WaDisableScalarClockGating (rev2)

[PATCH i-g-t 0/7] Dist cleanups
 2017-10-02  8:55 UTC  (2+ messages)

[PATCH i-g-t 0/3] Remove viral glib dependency
 2017-10-02  8:52 UTC  (4+ messages)
` [PATCH i-g-t 3/3] lib: Reduce dependency on glib

[PATCH v12 00/11] GEM/GuC Suspend/Resume/Reset fixes and restructuring
 2017-10-02  8:51 UTC  (13+ messages)
` [PATCH v12 03/11] drm/i915: Move i915_gem_restore_fences to i915_gem_resume
` [PATCH v12 05/11] drm/i915/guc: Introduce intel_uc_sanitize
` [PATCH v12 06/11] drm/i915/guc: Make GuC related disable/destroy functions not depend on i915.enable_guc_submission

[Qemu-devel] [PATCH v3 0/2] vl: Print warning if a non-empty default config file is found
 2017-10-02  8:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] config: qemu_config_parse() return number of config groups

[U-Boot] [PATCH v6 00/10] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-10-02  8:50 UTC  (4+ messages)
` [U-Boot] [PATCH v6 08/10] fdtdec: sort include files

[PATCH i-g-t] igt_command_line.sh: Fix bashism
 2017-10-02  8:49 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/2] Deprecate -nodefconfig
 2017-10-02  8:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] vl: Eliminate defconfig variable
` [Qemu-devel] [PATCH 2/2] qemu-options: Deprecate -nodefconfig

[PATCH v4 0/4] eventdev: cover letter: ethernet Rx queue event adapter
 2017-10-02  8:48 UTC  (5+ messages)
` [PATCH v4 1/4] eventdev: Add caps API and PMD callbacks for rte_event_eth_rx_adapter

Patch "mac80211: flush hw_roc_start work before cancelling the ROC" has been added to the 3.18-stable tree
 2017-10-02  8:46 UTC 

[PATCH] Btrfs: fix fs_info->flags value
 2017-10-02  8:34 UTC 

[PATCH 0/9] drm/i915: Guc code reorg
 2017-10-02  8:45 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: renesas: r8a7795: salvator-xs: enable USB2.0 host channel 3
 2017-10-02  8:45 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: renesas: r8a7795: salvator-xs: enable USB2.0 phy "

[PATCH] net/bonding: support bifurcated driver in eal cli using --vdev
 2017-10-02  8:44 UTC  (7+ messages)
` [PATCH v2] "
        ` [Suspected-Phishing]Re: "

[PATCH 0/4] firmware: tegra: add checks for BPMP error return code
 2017-10-02  8:43 UTC  (7+ messages)
` [PATCH 2/4] clk: tegra: check BPMP response "

[PATCH i-g-t v5 00/11] Improve robustness of the i915 perf tests
 2017-10-02  8:44 UTC  (3+ messages)
` [PATCH i-g-t v5 04/11] tests/perf: rc6: try to guess when rc6 is disabled

[PATCH hwc v3 0/6] Implement fencing
 2017-10-02  8:42 UTC  (2+ messages)

[PATCH net-next 0/2] flow_dissector: dissect tunnel info
 2017-10-02  8:41 UTC  (3+ messages)
` [PATCH net-next 1/2] net/dst: Make skb parameter of skb{metadata_dst,tunnel_info}() const
` [PATCH net-next 2/2] flow_dissector: dissect tunnel info

4.13 on thinkpad x220: oops when writing to SD card
 2017-10-02  8:41 UTC  (6+ messages)
` 4.14-rc2 on thinkpad x220: out of memory when inserting mmc card

[PATCH v2 0/6] staging: Introduce DPAA2 Ethernet Switch driver
 2017-10-02  8:36 UTC  (11+ messages)
` [PATCH v2 1/6] staging: fsl-dpaa2/ethsw: Add APIs for DPSW object
` [PATCH v2 2/6] staging: fsl-dpaa2/ethsw: Add Freescale DPAA2 Ethernet Switch driver
` [PATCH v2 3/6] staging: fsl-dpaa2/ethsw: Add ethtool support
` [PATCH v2 4/6] staging: fsl-dpaa2/ethsw: Add maintainer for Ethernet Switch driver
` [PATCH v2 5/6] staging: fsl-dpaa2/ethsw: Add README
` [PATCH v2 6/6] staging: fsl-dpaa2/ethsw: Add TODO

[PATCH v4 0/2] Dynamically configure mempool handle
 2017-10-02  8:37 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v6 0/8] Infrastructure to support octeontx HW mempool manager
 2017-10-02  8:36 UTC  (6+ messages)
` [PATCH v7 "
  ` [PATCH v7 7/8] mempool: introduce block size align flag
  ` [PATCH v7 8/8] mempool: notify memory area to pool

[PATCH] firmware: tegra: add BPMP debugfs support
 2017-10-02  8:36 UTC  (5+ messages)

[PATCH] powernv: Add OCC driver to mmap sensor area
 2017-10-02  8:35 UTC  (3+ messages)

btusb "firmware request while host is not available" at resume
 2017-10-02  8:34 UTC  (13+ messages)

[PATCH] drm/i915: Avoid using dev_priv->info.gen directly
 2017-10-02  8:33 UTC  (7+ messages)

[PATCH v2 00/21] lpfc updates for 11.4.0.4
 2017-10-02  8:33 UTC  (5+ messages)
` [PATCH v2 19/21] lpfc: Fix oops of nvme host during driver unload
` [PATCH v2 20/21] lpfc: correct nvme sg segment count check

[PATCH V9 00/15] mmc: Add Command Queue support
 2017-10-02  8:32 UTC  (7+ messages)
` [PATCH V9 09/15] mmc: core: Add parameter use_blk_mq
` [PATCH V9 12/15] mmc: core: Export mmc_retune_hold_now() and mmc_retune_release()
` [PATCH V9 13/15] mmc: block: Add CQE and blk-mq support

[Qemu-devel] [PATCH] configure: correctly define PTHREAD_LIB
 2017-10-02  8:30 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH] fix tests/migration/stress build in case of absend static libc++
` [Qemu-devel] [PATCH] Makefile: don't use LINKPROG for tests/migration/stress

[PATCH 0/5] kvm_arch_vcpu_runnable related improvements
 2017-10-02  8:31 UTC  (2+ messages)
` [PATCH 6/5] KVM: arm/arm64: make kvm_vgic_vcpu_pending_irq static

[Qemu-devel] [Bug 601946] [NEW] [Feature request] qemu-img multi-threaded compressed image conversion
 2017-10-02  8:18 UTC  (2+ messages)
` [Qemu-devel] [Bug 601946] "

[PATCH v2] mmc: core: add driver strength selection when selecting hs400es
 2017-10-02  8:31 UTC  (2+ messages)

[PATCH V1 0/2] mmc: sd: Fix signal voltage when there is no power cycle
 2017-10-02  8:30 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: make const arrays mszs static
 2017-10-02  8:30 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: correct outdated comment for use_dma
 2017-10-02  8:29 UTC  (2+ messages)

[PATCH][sdhci-next] mmc: sdhci-omap: make three functions static, fixes warnings
 2017-10-02  8:29 UTC  (3+ messages)

Is the LSI SAS9211-8i still the go to HBA?
 2017-10-02  8:29 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add dri-devel as a mailing list for anything fbdev
 2017-10-02  8:29 UTC  (5+ messages)

Shrink UBIFS
 2017-10-02  8:27 UTC  (3+ messages)

[PATCH 00/18] use ARRAY_SIZE macro
 2017-10-02  8:27 UTC  (4+ messages)
` [PATCH 06/18] drm: use ARRAY_SIZE

[PATCH net-next 00/12] qed: Add iWARP support for unaligned MPA packets
 2017-10-02  8:23 UTC  (7+ messages)
` [PATCH net-next 02/12] qed: Add ll2 ability of opening a secondary queue
` [PATCH net-next 04/12] qed: Fix initialization of ll2 offload feature
` [PATCH net-next 05/12] qed: Add the source of a packet sent on an iWARP ll2 connection
` [PATCH net-next 06/12] qed: Add LL2 slowpath handling
` [PATCH net-next 08/12] qed: Add mpa buffer descriptors for storing and processing mpa fpdus
  ` [PATCH net-next 12/12] qed: Add iWARP support for fpdu spanned over more than two tcp packets


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.