All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-02 11:10:24 to 2016-05-02 12:34:53 UTC [more...]

[Qemu-devel] [RFC 00/42] ACPI CPU hotplug refactoring to support more than 255 CPUs and PXM/OST methods
 2016-05-02 12:33 UTC  (15+ messages)
` [Qemu-devel] [RFC 01/42] acpi: add aml_debug()
` [Qemu-devel] [RFC 02/42] acpi: add aml_refof()
` [Qemu-devel] [RFC 03/42] pc: acpi: remove AML for empty/not used GPE handlers
` [Qemu-devel] [RFC 04/42] pc: acpi: consolidate CPU hotplug AML
` [Qemu-devel] [RFC 05/42] pc: acpi: consolidate \GPE._E02 with the rest of "
` [Qemu-devel] [RFC 06/42] pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_table.c
` [Qemu-devel] [RFC 07/42] pc: acpi: mark current CPU hotplug functions as legacy
` [Qemu-devel] [RFC 08/42] pc: acpi: consolidate legacy CPU hotplug in one file
` [Qemu-devel] [RFC 09/42] pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
` [Qemu-devel] [RFC 11/42] pc: add 2.7 machine
` [Qemu-devel] [RFC 12/42] pc: initialize legacy hotplug only for 2.6 and older machine types
` [Qemu-devel] [RFC 13/42] tests: bios-tables-test: update tables with CPHP turned off by default
` [Qemu-devel] [RFC 15/42] acpi: extend ACPI interface to provide send_event hook
` [Qemu-devel] [RFC 16/42] pc: use AcpiDeviceIfClass.send_event to issue GPE events

[PATCH v2 2/2] genirq: Add error code reporting to irq_{reserve,destroy}_ipi
 2016-05-02 12:34 UTC  (2+ messages)
` [tip:irq/core] "

[PATCH v2 1/2] genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy
 2016-05-02 12:33 UTC  (2+ messages)
` [tip:irq/core] "

[refpolicy] [Patch V2 1/1] Update refpolicy to handle hwloc
 2016-05-02 12:33 UTC  (5+ messages)
` [refpolicy] [PATCH] "
` [refpolicy] [PATCH V3 RESENT] "

[PATCH] btrfs-progs: Restrict e2fsprogs version for new convert
 2016-05-02 12:33 UTC  (5+ messages)

[Qemu-devel] [PATCH] Revert "acpi: mark PMTIMER as unlocked"
 2016-05-02 12:32 UTC  (3+ messages)

[Qemu-trivial] [PATCH] configure: Check if struct fsxattr is available from linux header
 2016-05-02 12:30 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH 0/6] soc/tegra: Add support for IO pads control via pinctrl interface
 2016-05-02 12:17 UTC  (14+ messages)
` [PATCH 2/6] soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()
` [PATCH 3/6] soc/tegra: pmc: Add support for IO pads power state and voltage
  ` [PATCH 1/6] soc/tegra: pmc: Use BIT macro for register field definition
  ` [PATCH 4/6] soc/tegra: pmc: Register PMC child devices as platform device
` [PATCH 5/6] pinctrl: tegra: Add DT binding for io pads control
` [PATCH 6/6] pinctrl: tegra: Add driver to configure voltage and power state of io pads

[PATCH 0/3] mxs-lradc: Add support for current sources
 2016-05-02 12:29 UTC  (10+ messages)

Alpha Reiser4 (SFRN 4.0.1) --enabled Debian Jessie netboot image
 2016-05-02 12:29 UTC 

[U-Boot] [PATCH] test/py: Add support for extending timeout for large files
 2016-05-02 12:29 UTC 

[PATCH] mm/kasan/kasan.h: Fix boolean checking issue for kasan_report_enabled()
 2016-05-02 12:27 UTC  (11+ messages)

[PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support
 2016-05-02 12:28 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: Update the files to include the Qualcomm DMA folder

[PATCH stable] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()
 2016-05-02 12:25 UTC 

[PATCH v2 00/54] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-02 12:24 UTC  (8+ messages)
` [PATCH v2 17/54] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v2 19/54] KVM: arm/arm64: vgic-new: Implement

[PATCH v7 00/14] USB OTG/dual-role framework
 2016-05-02 12:18 UTC  (30+ messages)
` [PATCH v7 01/14] usb: hcd: Initialize hcd->flags to 0
` [PATCH v7 02/14] usb: otg-fsm: Prevent build warning "VDBG" redefined
` [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface
  ` [PATCH v7 04/14] usb: otg-fsm: use usb_otg wherever possible
  ` [PATCH v7 05/14] usb: otg-fsm: move host controller operations into usb_otg->hcd_ops
  ` [PATCH v7 06/14] usb: gadget.h: Add OTG to gadget interface
  ` [PATCH v7 07/14] usb: otg: get rid of CONFIG_USB_OTG_FSM in favour of CONFIG_USB_OTG
  ` [PATCH v7 08/14] usb: otg: add OTG/dual-role core
  ` [PATCH v7 09/14] usb: of: add an API to get OTG device from USB controller node
  ` [PATCH v7 10/14] usb: otg: add hcd companion support
  ` [PATCH v7 11/14] usb: otg: use dev_dbg() instead of VDBG()
  ` [PATCH v7 13/14] usb: gadget: udc: adapt to OTG core
` [PATCH v7 12/14] usb: hcd: Adapt "
` [PATCH v7 14/14] usb: host: xhci-plat: Add otg device to platform data

[Buildroot] [PATCH] ntp: security bump to version 4.2.8p7
 2016-05-02 12:21 UTC 

[Buildroot] [PATCH] samba4: bump to version 4.4.3
 2016-05-02 12:21 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: use inode_lock/unlock instead of accessing i_mutex directly
 2016-05-02 12:20 UTC  (2+ messages)

linux-next: build failure after merge of the tpmdd tree
 2016-05-02 12:19 UTC  (5+ messages)

linux-next: Tree for May 2
 2016-05-02 13:15 UTC  (5+ messages)
` linux-next: Tree for May 2 [WARNING: at fs/dcache.c]

[PATCH] gobject-introspection.bbclass: disable introspection for -native recipes
 2016-05-02 12:17 UTC 

[RFC 0/7] iio: inv_mpu6050: Support i2c master and external readings
 2016-05-02 12:15 UTC  (4+ messages)
` [RFC 7/7] iio: inv_mpu6050: Add support for external sensors

iMX6UL EVK with kernel 4.6
 2016-05-02 12:15 UTC  (10+ messages)

[PATCH 1/2] spi: qup: Handle clocks in pm_runtime suspend and resume
 2016-05-02 12:14 UTC  (3+ messages)
  ` [PATCH 2/2] spi: qup: Add spi_master_put in remove function

[BUG] vfio device assignment regression with THP ref counting redesign
 2016-05-02 12:14 UTC  (13+ messages)
                  ` GUP guarantees wrt to userspace mappings redesign

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 0bc4a304f0e0ff537522e0f643c6e7ac2d50f203 BUILD SUCCESS
 2016-05-02 12:08 UTC 

[Qemu-trivial] [PATCH] configure: Check if struct fsxattr is available from linux header
 2016-05-02 12:07 UTC  (4+ messages)
` [Qemu-trivial] [PATCH v2] "
  ` [Qemu-devel] "

[PATCH v9 00/14] arm64: kernel: Add support for hibernate/suspend-to-disk
 2016-05-02 12:05 UTC  (3+ messages)
` [PATCH] arm64: kvm: Fix kvm teardown for systems using the extended idmap

Alpha Reiser4 (SFRN 4.0.1) -enabled Debian netboot image
 2016-05-02 12:05 UTC 

Patch "ASoC: fsl_ssi: remove explicit register defaults" has been added to the 4.5-stable tree
 2016-05-02 12:05 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/18] RFCv2: vhost-user: shutdown and reconnection
 2016-05-02 12:04 UTC  (10+ messages)
` [Qemu-devel] [PATCH 11/18] vhost-user: add shutdown support

[PATCH v3] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()
 2016-05-02 12:04 UTC  (2+ messages)

Hi Dear, I.m Col Steven Waren, I am USA Army , but current in Ramadi Irag, although We don’t know each other but it would be great to get to know you, do not be afraid in replying my mail for i have a very important and confidential matter that i want to discuss with you, i am in peace keep mission in Irag, for the sake of the crisis in Irag. i will be very happy If you can get back to me through my e-mail, please write me in this email, costwaren@gmail.com Sorry if you received this mail in your spam, it is due to recent connection error here in my country. I am waiting for your urgent reply. Regards, Col Steven Waren,
 2016-05-02 12:02 UTC 

[PATCH v4 0/5] dmaengine: vdma: AXI DMA's enhancments
 2016-05-02 12:02 UTC  (7+ messages)
` [PATCH v4 4/5] Documentation: DT: vdma: update binding doc for AXI CDMA

pull-request: wireless-drivers-next 2016-05-02
 2016-05-02 12:01 UTC  (2+ messages)

[PATCH] app/testpmd: add packet data prefetch in macswap loop
 2016-05-02 11:59 UTC 

[B.A.T.M.A.N.] mesh losing internal Ilayer3 connectivity
 2016-05-02 11:57 UTC 

[RFC PATCH] livepatch: allow removal of a disabled patch
 2016-05-02 11:57 UTC 

sound: deadlock involving snd_hrtimer_callback
 2016-05-02 11:54 UTC  (8+ messages)

[PATCH 1/2] pinctrl: at91: Make at91_gpio_template const
 2016-05-02 11:53 UTC  (6+ messages)
` [PATCH 2/2] pinctrl: at91: Merge clk_prepare and clk_enable into clk_prepare_enable

next-20160502 build: 1 failures 10 warnings (next-20160502)
 2016-05-02 11:52 UTC 

[git pull] pinctrl: sh-pfc: Updates for v4.7 (take two)
 2016-05-02 11:51 UTC  (2+ messages)

[PATCH/RFC] KVM: halt_polling: provide a way to qualify wakeups during poll
 2016-05-02 11:50 UTC  (3+ messages)

[PATCH] ia64: Remove superfluous SMP function call
 2016-05-02 11:49 UTC  (2+ messages)

[PATCH] kasan: improve double-free detection
 2016-05-02 11:47 UTC  (9+ messages)

[PATCH] ip_pipeline: configuration file parser cleanup
 2016-05-02 11:53 UTC 

[git pull] clk: renesas: Updates for v4.7 (take three)
 2016-05-02 11:47 UTC 

Issue with SU manpage
 2016-05-02 11:28 UTC 

[U-Boot] [PATCH 0/3] dm: gpio: Add driver for MPC85xx GPIO controller
 2016-05-02 11:43 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] dm: gpio: Add driver for MPC85XX "

[PATCH] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-05-02 11:42 UTC  (6+ messages)

xc_altp2m_set_vcpu_enable_notify fail
 2016-05-02 11:42 UTC  (3+ messages)

bad page flags booting 32bit dom0 on 64bit hypervisor using dom0_mem (kernel >=4.2)
 2016-05-02 11:41 UTC  (2+ messages)

linux-next: build failure after merge of the driver-core tree
 2016-05-02 11:40 UTC  (2+ messages)

[PATCH v4 0/2] MTK Smart Device Gen1 NAND Driver
 2016-05-02 11:38 UTC  (6+ messages)
` [PATCH v4 2/2] mtd: mediatek: driver for MTK Smart Device Gen1 NAND

[U-Boot] [PATCH 1/2] ARM: tegra124: Add an option to disable CoreSight
 2016-05-02 11:36 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] tegra: Add watchdog driver

2016 Xen hackathon notes - xenstored
 2016-05-02 11:32 UTC  (4+ messages)

[libvirt test] 93343: regressions - FAIL
 2016-05-02 11:32 UTC 

[PATCH v4 1/2] dt-bindings: Add vendor prefix for TechNexion
 2016-05-02 11:31 UTC  (3+ messages)
` [PATCH v4 2/2] ARM: dts: imx6ul-pico-hobbit: Add initial support

[PATCH V6 00/13] Support for generic ACPI based PCI host controller
 2016-05-02 11:31 UTC  (7+ messages)
` [PATCH V6 09/13] pci, acpi: Support for ACPI based generic "

[Qemu-devel] [PATCH] Allow users to specify the vmdk virtual hardware version
 2016-05-02 11:30 UTC  (3+ messages)

[PATCH v3 0/6] connect: various cleanups
 2016-05-02 11:29 UTC  (5+ messages)
` [PATCH 2/6] connect: uniformize and group CONNECT_DIAG_URL handling code

[PATCH v10] xSplice v1 design and implementation
 2016-05-02 11:26 UTC  (9+ messages)
` [PATCH v10 17/24] build_id: Provide ld-embedded build-ids

[PATCH] gpio: make gpiod_to_irq() return negative for NO_IRQ
 2016-05-02 11:25 UTC  (2+ messages)

[PATCH 2/2] uvc: correct speed testing
 2016-05-02 11:23 UTC 

[PATCH] include/linux/kasan.h: Notice about 0 for kasan_[dis/en]able_current()
 2016-05-02 11:23 UTC  (6+ messages)

[U-Boot] [PATCHv4 1/2] power: as3722: Allow using on any i2c bus with any address
 2016-05-02 11:22 UTC  (2+ messages)
` [U-Boot] [PATCHv4 2/2] Add support the Avionic Design Meerkat COM and Kein Baseboard

[PATCH 1/2] gspca: correct speed testing
 2016-05-02 11:22 UTC 

[U-Boot] [PATCH] spl_mmc: allow to load raw image
 2016-05-02 11:21 UTC  (17+ messages)
` [U-Boot] "

[PATCH v7] spi: orion.c: Add direct access mode
 2016-05-02 11:19 UTC  (2+ messages)

linux-next: manual merge of the akpm-current tree with the powerpc tree
 2016-05-02 11:17 UTC  (2+ messages)

[PATCH v2 2/2] drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config
 2016-05-02 11:18 UTC  (11+ messages)

linux-next: build failure after merge of the akpm-current tree
 2016-05-02 11:17 UTC  (2+ messages)

[PATCH] selftests/powerpc: Fix subpage_prot test to return !0 on failure
 2016-05-02 11:17 UTC  (2+ messages)

[Buildroot] [PATCH v3 1/3] uboot-tools: install libubootenv to staging
 2016-05-02 11:16 UTC  (3+ messages)
` [Buildroot] [PATCH v3 2/3] uboot-tools: add patch to fix linking with libubootenv
` [Buildroot] [PATCH v3 3/3] swupdate: bump to version 2016.04

[PATCH] pinctrl: sh-pfc: Let gpio_chip.to_irq() return -ENXIO on error
 2016-05-02 11:16 UTC  (11+ messages)

[PATCH v2 0/2] Net driver bugs fix
 2016-05-02 11:15 UTC  (5+ messages)
` [PATCH v2 1/2] net: nps_enet: Sync access to packet sent flag

[PATCH v2 3/3] xl: new "loglvl" command
 2016-05-02 11:14 UTC  (11+ messages)

[PATCH RFC 0/3] mmc: block: Fix tuning (by avoiding it) for RPMB
 2016-05-02 11:14 UTC  (9+ messages)
` [PATCH RFC 3/3] "

[PATCH v2] sunxi factors clock predivider handling
 2016-05-02 11:13 UTC  (4+ messages)
` [PATCH v2] clk: sunxi: predivider handling for factors clock

[U-Boot] [PATCH RESEND 0/2] cmd: fdt: Add device tree overlays support
 2016-05-02 11:10 UTC  (4+ messages)
` [U-Boot] [PATCH RESEND 2/2] cmd: fdt: add fdt overlay application subcommand


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.