All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-09 10:26:28 to 2015-02-09 11:09:55 UTC [more...]

[PATCH OSSTEST 00/12] Libvirt save, restore and migration support
 2015-02-09 11:09 UTC  (2+ messages)
` [PATCH OSSTEST 01/12] toolstack: save / restore check

SDKMACHINE settings
 2015-02-09 11:06 UTC  (2+ messages)

[PATCH] backports: add IFF_TX_SKB_SHARING
 2015-02-09 11:05 UTC  (3+ messages)

[U-Boot] [PATCH] ARMv8: Bug fix of dcache_disable()
 2015-02-09 11:05 UTC  (2+ messages)

[Qemu-devel] [v2][PATCH] libxl: add one machine property to support IGD GFX passthrough
 2015-02-09 11:05 UTC  (13+ messages)
              ` [Qemu-devel] [Xen-devel] "

[RFC] UBIFS recovery
 2015-02-09 11:05 UTC  (16+ messages)

[PATCH 0/7] Added missing changes for Turbo feature on SKL
 2015-02-09 11:03 UTC  (5+ messages)
` [PATCH 4/7] drm/i915/skl: Updated the gen6_rps_limits function

[PATCH] video: fbdev: make of_device_id array const
 2015-02-09 11:02 UTC 

[GIT PULL] RAS update for 3.20 (one more thing)
 2015-02-09 11:01 UTC  (3+ messages)

[PATCH RFC v4 0/3] PM / Runtime: Feature to power manage slave devices
 2015-02-09 11:02 UTC  (8+ messages)
` [PATCH RFC v4 1/3] PM / Runtime: Add an API pm_runtime_set_slave
` [PATCH RFC v4 2/3] PM / Domains: Save restore slave pm runtime devices
` [PATCH RFC v4 3/3] clk: samsung: Add PM runtime support for clocks

[RFC] kbuild: make it possible to specify the module output dir
 2015-02-09 10:58 UTC 

Guidelines for new PV protocol submission
 2015-02-09 11:01 UTC  (3+ messages)

[PATCH] vt_buffer: drop console buffer copying optimisations
 2015-02-09 11:00 UTC  (14+ messages)

arm: kprobe compilation error
 2015-02-09 11:00 UTC  (4+ messages)

[PATCH V3 0/2] bitbake-layers: add a ability to query layer dependencies from layer index
 2015-02-09 10:59 UTC  (4+ messages)

DVB suspend/resume regression on 3.19
 2015-02-09 10:59 UTC 

[PATCH] exynos: pmu: use PS_HOLD based poweroff for all supported SoCs
 2015-02-09 10:58 UTC  (4+ messages)

[PATCH 0/4] drm/exynos: use syscon framework to enable mipi phy
 2015-02-09 10:57 UTC  (3+ messages)
` [PATCH 1/4] drm/exynos: dsim: fix to control mipi phy register

scrub scheduling
 2015-02-09 10:56 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/52] ACPI refactoring: replace template patching with C AML API
 2015-02-09 10:54 UTC  (53+ messages)
` [Qemu-devel] [PATCH v3 01/52] acpi: introduce AML composer aml_append()
` [Qemu-devel] [PATCH v3 02/52] pc: acpi: use local var for accessing ACPI tables blob in acpi_build()
` [Qemu-devel] [PATCH v3 03/52] pc: acpi: make top level ACPI tables blob Aml*
` [Qemu-devel] [PATCH v3 04/52] acpi: factor out ACPI const int packing out of build_append_value()
` [Qemu-devel] [PATCH v3 05/52] acpi: add aml_def_block() term
` [Qemu-devel] [PATCH v3 06/52] pc: acpi-build: use aml_def_block() for declaring SSDT table
` [Qemu-devel] [PATCH v3 07/52] acpi: add aml_scope() term
` [Qemu-devel] [PATCH v3 08/52] pc: acpi-build: use aml_scope() for \_SB scope
` [Qemu-devel] [PATCH v3 09/52] acpi: add aml_device() term
` [Qemu-devel] [PATCH v3 10/52] acpi: add aml_method() term
` [Qemu-devel] [PATCH v3 11/52] acpi: add aml_if() term
` [Qemu-devel] [PATCH v3 12/52] acpi: add aml_name() & aml_name_decl() term
` [Qemu-devel] [PATCH v3 13/52] acpi: extend build_append_{value|int}() to support 64-bit values
` [Qemu-devel] [PATCH v3 14/52] acpi: add aml_int() term
` [Qemu-devel] [PATCH v3 15/52] acpi: add aml_return() term
` [Qemu-devel] [PATCH v3 16/52] acpi: add aml_arg() term
` [Qemu-devel] [PATCH v3 17/52] acpi: add aml_store() term
` [Qemu-devel] [PATCH v3 18/52] acpi: add aml_and() term
` [Qemu-devel] [PATCH v3 19/52] acpi: add aml_notify() term
` [Qemu-devel] [PATCH v3 20/52] acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpers
` [Qemu-devel] [PATCH v3 21/52] pc: acpi-build: drop template patching and create PCI bus tree dynamically
` [Qemu-devel] [PATCH v3 22/52] acpi: add aml_package() term
` [Qemu-devel] [PATCH v3 23/52] pc: acpi-build: drop unsupported PM1b_CNT.SLP_TYP
` [Qemu-devel] [PATCH v3 24/52] pc: acpi-build: generate _S[345] packages dynamically
` [Qemu-devel] [PATCH v3 25/52] acpi: add aml_buffer() term
` [Qemu-devel] [PATCH v3 26/52] acpi: add aml_resource_template() helper
` [Qemu-devel] [PATCH v3 27/52] acpi: add aml_io() helper
` [Qemu-devel] [PATCH v3 28/52] acpi: include PkgLength size only when requested
` [Qemu-devel] [PATCH v3 29/52] acpi: add aml_operation_region() term
` [Qemu-devel] [PATCH v3 30/52] acpi: add aml_field() & aml_named_field() terms
` [Qemu-devel] [PATCH v3 31/52] acpi: add aml_local() term
` [Qemu-devel] [PATCH v3 32/52] acpi: add aml_string() term
` [Qemu-devel] [PATCH v3 33/52] pc: acpi-build: generate pvpanic device description dynamically
` [Qemu-devel] [PATCH v3 34/52] acpi: add aml_varpackage() term
` [Qemu-devel] [PATCH v3 35/52] acpi: add aml_equal() term
` [Qemu-devel] [PATCH v3 36/52] acpi: add aml_processor() term
` [Qemu-devel] [PATCH v3 37/52] acpi: add aml_eisaid() term
` [Qemu-devel] [PATCH v3 38/52] pc: acpi-build: drop template patching and CPU hotplug objects dynamically
` [Qemu-devel] [PATCH v3 39/52] pc: acpi-build: create CPU hotplug IO region dynamically
` [Qemu-devel] [PATCH v3 40/52] acpi: add aml_reserved_field() term
` [Qemu-devel] [PATCH v3 41/52] pc: acpi-build: drop template patching and memory hotplug objects dynamically
` [Qemu-devel] [PATCH v3 42/52] pc: acpi-build: create memory hotplug IO region dynamically
` [Qemu-devel] [PATCH v3 43/52] acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword_memory() terms
` [Qemu-devel] [PATCH v3 44/52] pc: pcihp: expose MMIO base and len as properties
` [Qemu-devel] [PATCH v3 45/52] pc: acpi-build: reserve PCIHP MMIO resources
` [Qemu-devel] [PATCH v3 46/52] pc: acpi-build: create PCI0._CRS dynamically
` [Qemu-devel] [PATCH v3 47/52] pc: acpi-build: drop remaining ssdt_misc template and use acpi_def_block()
` [Qemu-devel] [PATCH v3 48/52] acpi: add acpi_irq_no_flags() term
` [Qemu-devel] [PATCH v3 49/52] pc: export applesmc IO port/len
` [Qemu-devel] [PATCH v3 50/52] pc: acpi-build: drop template patching and create Device(SMC) dynamically
` [Qemu-devel] [PATCH v3 51/52] pc: acpi-build: update [q35-]acpi-dsdt.hex.generated due to moved SMC
` [Qemu-devel] [PATCH v3 52/52] acpi: make build_*() routines static to aml-build.c

[GIT PULL] please pull file-locking related changes for v3.20
 2015-02-09 10:55 UTC 

Simple question on the Kernel Janitors project
 2015-02-09 10:55 UTC 

[GIT PULL] xen: features and fixes for 3.20-rc0
 2015-02-09 10:54 UTC 

[GIT PULL] xen: features and fixes for 3.20-rc0
 2015-02-09 10:54 UTC 

[PATCH 0/6] drivers: isdn: act2000: fix a variety of checkpatch errors
 2015-02-09 10:53 UTC  (9+ messages)
` [PATCH 2/6] drivers: isdn: act2000: capi.c: fix "
        ` Kill I4L? (was: [PATCH 2/6] drivers: isdn: act2000: capi.c: fix checkpatch errors)
          ` Kill I4L?

[Buildroot] [PATCH] fluxbox: bump version to 1.3.7
 2015-02-09 10:53 UTC 

question about memory allocation for driver domain
 2015-02-09 10:53 UTC  (8+ messages)

[PATCH] i2c: img-scb: match return type of wait_for_completion_timeout
 2015-02-09 10:53 UTC  (2+ messages)

[Qemu-devel] [PATCH] vhost-scsi: Improve error reporting for invalid vhostfd
 2015-02-09 10:52 UTC 

Multiple packages from single recipe file
 2015-02-09 10:51 UTC 

[PATCH v5]: clk: Add common clock support for Mediatek MT8135 and MT8173
 2015-02-09 10:51 UTC  (30+ messages)
` [PATCH 01/13] clk: dts: mediatek: add Mediatek MT8135 clock bindings
` [PATCH 02/13] clk: mediatek: Add initial common clock support for Mediatek SoCs
` [PATCH 03/13] clk: mediatek: Add reset controller support
` [PATCH 04/13] clk: mediatek: Add basic clocks for Mediatek MT8135
` [PATCH 05/13] clk: dts: mediatek: add Mediatek MT8173 clock bindings
` [PATCH 06/13] clk: mediatek: Add basic clocks for Mediatek MT8173
` [PATCH 07/13] dt: bindings: Add MediaTek MT8135/MT8173 reset controller defines
` [PATCH 08/13] soc: mediatek: Add PMIC wrapper for MT8135 and MT6397 SoC
` [PATCH 09/13] ARM: dts: mediatek: Enable clock support for Mediatek MT8135
` [PATCH 10/13] ARM: dts: mt8135: Add pmic wrapper nodes
` [PATCH 11/13] ARM: dts: mt8135-evbp1: Add PMIC support
` [PATCH 12/13] mfd: dt-bindings: Add bindings for the MediaTek MT6397 PMIC
` [PATCH 13/13] mfd: Add support "

mbuf: how to set data to NULL?
 2015-02-09 10:51 UTC  (3+ messages)

[PATCH v2 1/2] ALSA: Add params_set_format helper
 2015-02-09 10:50 UTC  (3+ messages)
` [PATCH v3 "

[PATCH lttng-modules 1/3] Do not override the pipe syscall on MIPS
 2015-02-09 10:49 UTC  (3+ messages)
` [PATCH lttng-modules 2/3] Update the MIPS32 syscall instrumentation to 3.18
` [PATCH lttng-modules 3/3] Use 3.18 syscall instrumentation for MIPS32

[PATCH lttng-modules 0/3] MIPS32 syscall instrumentation update
 2015-02-09 10:49 UTC 

[PATCH 0/4 v3] ASoC: rsnd: tidyup .remove method
 2015-02-09 10:48 UTC  (3+ messages)
` [PATCH 4/4] ASoC: soc-core: call snd_soc_remove_card() when component del

[PATCH v3 00/10] Socfpga: Sequencer updates
 2015-02-09 10:47 UTC  (11+ messages)
` [PATCH v3 01/10] ARM: sockit: Define inst_rom_init static
` [PATCH v3 02/10] ARM: socfpga: avoid using external regulator for PLL
` [PATCH v3 03/10] ARM: socfpga: clkmgr: set alteragrp clocks
` [PATCH v3 04/10] ARM: socfpga: clkmgr: bypass debug root clock
` [PATCH v3 05/10] ARM: socfpga: clock-manager: set mainnandsdmmcclk
` [PATCH v3 06/10] scripts: socfpga sequencer extraction tool
` [PATCH v3 07/10] ARM: boards: socfpga new mem calibration function
` [PATCH v3 08/10] ARM: socfpga: Import sequencer code from generated uboot
` [PATCH v3 09/10] ARM: socfpga: cleanup sequencer warnings
` [PATCH v3 10/10] ARM: socfpga: update defconfig

master - reporter: properly check for _do_info_and_status return value and free the mempool if created within the fn
 2015-02-09 10:48 UTC 

[Qemu-devel] [PATCHv2] Prevent segmentation fault in case of relative resolve of uri
 2015-02-09 10:47 UTC 

[PATCH v3] net: bluetooth: hci_sock: Use 'const u32 *' instead of 'void *' for 2nd parameter of hci_test_bit()
 2015-02-09 10:44 UTC  (8+ messages)

[Cluster-devel] 3.18.5 kernel panic: fs/gfs2/acl.c:76
 2015-02-09 10:45 UTC  (3+ messages)

connman + wpa_supplicant
 2015-02-09 10:45 UTC  (4+ messages)

[Bug 83800] New: 3DMark2003 crashes radeon with wine 1.7.26 + gallium nine
 2015-02-09 10:44 UTC  (2+ messages)
` [Bug 83800] "

[net-next 00/15][pull request] Intel Wired LAN Driver Updates 2015-02-09
 2015-02-09 10:44 UTC  (16+ messages)
` [net-next 01/15] i40e: i40e_fcoe.c: Remove unused function
` [net-next 02/15] i40e: avoid use of uninitialized v_budget in i40e_init_msix
` [net-next 03/15] i40e: delay after VF reset
` [net-next 04/15] i40e: Use even more ARQ descriptors
` [net-next 05/15] i40e: add locking around VF reset
` [net-next 06/15] i40evf: reset on module unload
` [net-next 07/15] i40evf: ignore bogus messages from FW
` [net-next 08/15] i40evf: stop the watchdog for shutdown
` [net-next 09/15] i40e: stop the service task at shutdown
` [net-next 10/15] i40evf: Force Tx writeback on ITR
` [net-next 11/15] i40e: fix led blink toggle to enable steady state
` [net-next 12/15] i40e: Fix function header
` [net-next 13/15] i40e: use dev_port for fcoe netdev
` [net-next 14/15] i40e: Enable Loopback for the FCOE vsi as well
` [net-next 15/15] i40e/i40evf: Add call to u64_stats_init to init

[Qemu-devel] [PATCH v2] qemu-coroutine: segfault when restarting co_queue
 2015-02-09  9:42 UTC  (2+ messages)

[GIT PULL] drm: sti: infoframe improvement
 2015-02-09 10:41 UTC 

low memory system to clone larger repo
 2015-02-09 10:40 UTC  (2+ messages)

preferable method for pinctrl driver
 2015-02-09 10:41 UTC  (6+ messages)

[PATCH 0/8] Cleanup and add support for SSD1305
 2015-02-09 10:37 UTC  (7+ messages)
` [PATCH 2/8] fbdev: ssd1307fb: Unify init code and make controller configurable from device tree

[Buildroot] [PATCH 0/3] glibc: bump version to 2.21
 2015-02-09 10:39 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] glibc: add version 2.21

Bounding OSD memory requirements during peering/recovery
 2015-02-09 10:38 UTC  (3+ messages)

[Qemu-devel] [PATCH] fix the co_queue multi-adding bug
 2015-02-09  9:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH] qemu-coroutine-lock: fix "

[PATCH v2] ASoC: atmel_ssc_dai: Allow more rates
 2015-02-09 10:37 UTC  (9+ messages)

fdisk -l hits floppy drive
 2015-02-09 10:36 UTC  (3+ messages)

BUG: stuck on mmap_sem in 3.18.6
 2015-02-09 10:34 UTC  (5+ messages)

git 2.2.2 annotate crash (strbuf.c:32)
 2015-02-09 10:33 UTC  (4+ messages)

raid md126, md127 problem after reboot, howto fix?
 2015-02-09 10:33 UTC  (4+ messages)

[U-Boot] [PATCH][v3] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
 2015-02-09 10:31 UTC 

[PATCH 1/2] android/handsfree: Don't disconnect on unknown command in SLC
 2015-02-09 10:31 UTC  (2+ messages)
` [PATCH 2/2] android/handsfree: Relax AT+CMER handling

[PATCH 1/2] usb: gadget: udc-core: independent registration of gadgets and gadget drivers
 2015-02-09  8:46 UTC  (4+ messages)

Regression for Lenovo X240 sound in 3.18
 2015-02-09 10:29 UTC  (8+ messages)

[PATCH] ARM: dra7xx: hwmod: drop .modulemode from pcie1/2 hwmods
 2015-02-09 10:28 UTC  (4+ messages)

[PATCH 00/17] unified packet type
 2015-02-09 10:27 UTC  (4+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 01/15] mbuf: add definitions of unified packet types

[U-Boot] [RFC PATCH] dm: Add support for all targets which requires MANUAL_RELOC
 2015-02-09 10:27 UTC  (9+ messages)

A problem about ICMP packet-too-big message handler
 2015-02-09 10:26 UTC  (5+ messages)
  ` [PATCH RFC 1/2] ipv6: Fix after pmtu events dissapearing host routes


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.