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

[Qemu-devel] [PATCH v3 00/52] ACPI refactoring: replace template patching with C AML API
 2015-02-09 10:53 UTC  (35+ 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 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

[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] vt_buffer: drop console buffer copying optimisations
 2015-02-09 10:49 UTC  (11+ messages)

[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

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

[RFC] UBIFS recovery
 2015-02-09 10:38 UTC  (6+ messages)

[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 10:12 UTC  (6+ messages)
` [Qemu-devel] [PATCH] qemu-coroutine-lock: fix "

[PATCH v2] ASoC: atmel_ssc_dai: Allow more rates
 2015-02-09 10:37 UTC  (12+ 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

[Qemu-devel] --disable-vnc broken?
 2015-02-09 10:25 UTC  (2+ messages)

Fwd: divide error: 0000 in the gspca_topro
 2015-02-09 10:23 UTC  (2+ messages)

[PATCH v4] doc/adapter-api.txt: StartFilteredDiscovery method
 2015-02-09 10:25 UTC  (3+ messages)

scrub scheduling
 2015-02-09 10:24 UTC  (3+ messages)

Linux 3.19 - and merge window now open
 2015-02-09 10:24 UTC  (2+ messages)

[PATCH 0/3] ARM: at91: at91sam9n12ek: enable usb gadget support
 2015-02-09 10:23 UTC  (7+ messages)
` [PATCH 3/3] ARM: at91: dt: at91sam9n12ek: enable udp

[PATCH] ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver usage
 2015-02-09 10:23 UTC 

[PATCH] x32 ABI support, first iteration
 2015-02-09 10:22 UTC 

[GIT PULL] disallow non-scalar accesses for ACCESS_ONCE
 2015-02-09 10:22 UTC 

[Cocci] Remove unnecessary null pointer checks?
 2015-02-09 10:21 UTC  (7+ messages)
` [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
  ` [PATCH] net: Mellanox: Delete unnecessary checks before the function call "vunmap"
      ` [PATCH v2] "

[Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt
 2015-02-09 10:21 UTC  (4+ messages)

[PATCH] gpsca: remove the risk of a division by zero
 2015-02-09 10:18 UTC  (2+ messages)

[Buildroot] Buildroot 2015.02-rc1 released
 2015-02-09 10:20 UTC  (3+ messages)

[GIT PULL] RAS updates for v3.20
 2015-02-09 10:19 UTC 

[PATCH 0/2] GPIO joystick driver
 2015-02-09 10:19 UTC  (5+ messages)

linux-next: Tree for Feb 9
 2015-02-09 10:18 UTC 

[PATCH] net: qmi_wwan: MC73xx interface 10 is not QMI
 2015-02-09 10:17 UTC 

[PATCH] cfg80211: add debugfs VHT80 allow map
 2015-02-09 10:16 UTC  (4+ messages)

[Bug 89009] radeon: Failed to allocate a buffer
 2015-02-09 10:16 UTC  (5+ messages)

[PATCH v1 0/7] The power allocator thermal governor
 2015-02-09 10:14 UTC  (9+ messages)
` [PATCH v1 4/7] thermal: introduce the Power Allocator governor

[PATCH RESEND] Monitor: fix for regression with container devices
 2015-02-09 10:13 UTC 

[GIT PULL] RAS update for 3.20 (one more thing)
 2015-02-09 10:13 UTC  (2+ messages)

[PATCH] kvm: add halt_poll_ns module parameter
 2015-02-09 10:12 UTC  (4+ messages)

RBD tests on the next dumpling release
 2015-02-09 10:12 UTC  (5+ messages)

[LTP] [PATCH] sendmsg01: remove ".flags = ~MSG_CMSG_COMPAT" case
 2015-02-09 10:12 UTC  (4+ messages)

First QCA6174 firmware release
 2015-02-09 10:14 UTC  (2+ messages)

[PATCH 0/6] drivers: usb: core: fix various checkpatch errors
 2015-02-09 10:10 UTC  (7+ messages)
` [PATCH 1/6] drivers: usb: core: devio.c: remove assignment of variables in if conditions
` [PATCH 3/6] drivers: usb: core: hcd.c: "

[PATCH] HID: sony: Enable Gasia third-party PS3 controllers
 2015-02-09 10:08 UTC  (2+ messages)

[GIT PULL] x86/platform updates for v3.20
 2015-02-09 10:07 UTC 

[PATCH 0/3] Add e6500 perf events to sysfs and update perf doc
 2015-02-09 10:07 UTC  (6+ messages)
` [PATCH 1/3] perf/e6500: Make event translations available in sysfs

[PATCH v3 00/20] power_supply: Allow safe usage of power supply
 2015-02-09 10:07 UTC  (8+ messages)
` [PATCH v3 20/20] arm: mach-pxa: Decrement the power supply's device reference counter

[PATCH] merge-file: correctly open files when in a subdir
 2015-02-09 10:06 UTC  (2+ messages)

[PATCH] ath9k_htc: add adaptive usb receive flow control to repair soft lockup with monitor mode
 2015-02-09 10:06 UTC  (4+ messages)
  ` [ath9k-devel] "

[PATCH v8 0/3] Add I2C support to Broadcom iProc
 2015-02-09 10:03 UTC  (9+ messages)
` [PATCH v8 2/3] i2c: iproc: Add Broadcom iProc I2C Driver

[GIT PULL] x86/mm updates for v3.20
 2015-02-09 10:02 UTC 

[Qemu-devel] CPU TLB flush with multithread TCG
 2015-02-09 10:02 UTC 


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.