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

[PATCH v3 00/16] Pre-calculate SKL-style atomic watermarks
 2016-05-02 12:42 UTC  (3+ messages)
` [PATCH v3 08/16] drm/i915/gen9: Compute DDB allocation at atomic check time (v2)
  ` [PATCH v3.1 08/16] drm/i915/gen9: Compute DDB allocation at atomic check time (v3)

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

BUG: spinlock vs. mutex in SyS_finit_module / usbhs_runtime_resume / omap_tll_enable / clk_prepare_lock
 2016-05-02 12:41 UTC  (3+ messages)

I was dump, I need help
 2016-05-02 12:41 UTC  (3+ messages)

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

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

[xen-unstable-smoke test] 93361: tolerable all pass - PUSHED
 2016-05-02 12:38 UTC 

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

[PATCH 5/5] DT: arm,gic-v3: Documment PPI partition support
 2016-05-02 12:36 UTC  (2+ messages)
` [tip:irq/core] DT/arm,gic-v3: "

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

[PATCH 4/5] irqchip/gic-v3: Add support for partitioned PPIs
 2016-05-02 12:35 UTC  (2+ messages)
` [tip:irq/core] "

[PATCH 3/5] irqchip: Add per-cpu interrupt partitioning library
 2016-05-02 12:35 UTC  (2+ messages)
` [tip:irq/core] "

[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  (43+ 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 10/42] pc: piix4/ich9: add 'cpu-hotplug-legacy' property
` [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 14/42] tests: acpi: check legacy CPU hotplug AML is present for 2.6 machine type
` [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
` [Qemu-devel] [RFC 17/42] docs: update ACPI CPU hotplug spec with new protocol
` [Qemu-devel] [RFC 18/42] acpi: hardware side of CPU hotplug
` [Qemu-devel] [RFC 19/42] pc: add generic CPU unplug callbacks
` [Qemu-devel] [RFC 20/42] machine: add cpu-hotplug machine option
` [Qemu-devel] [RFC 21/42] pc: q35: initialize new CPU hotplug hw
` [Qemu-devel] [RFC 22/42] pc: piix4: "
` [Qemu-devel] [RFC 23/42] tests: pc-cpu-test: turn on cpu-hotplug explicily
` [Qemu-devel] [RFC 24/42] pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx
` [Qemu-devel] [RFC 25/42] tests: acpi: update cphp_legacy case with new ProcessorID values
` [Qemu-devel] [RFC 26/42] pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook
` [Qemu-devel] [RFC 27/42] acpi: add CPU devices AML to DSDT
` [Qemu-devel] [RFC 28/42] acpi: add CPU hotplug methods "
` [Qemu-devel] [RFC 29/42] tests: acpi: update expected files with new CPU AML description
` [Qemu-devel] [RFC 30/42] qdev: hotplug: Introduce HotplugHandler.pre_plug() callback
` [Qemu-devel] [RFC 31/42] pc: numa: replace node_cpu indexing by apic_id with possible_cpus index
` [Qemu-devel] [RFC 32/42] pc: set X86CPU.node property if QEMU starts with numa enabled
` [Qemu-devel] [RFC 33/42] target-i386: add X86CPU.node property
` [Qemu-devel] [RFC 34/42] acpi: cpuhp: add command and data registers
` [Qemu-devel] [RFC 35/42] acpi: cpuhp: provide cpu._PXM method if running in numa mode
` [Qemu-devel] [RFC 36/42] acpi: cpuhp: add cpu._OST handling
` [Qemu-devel] [RFC 37/42] tests: acpi: report names of expected files in verbose mode
` [Qemu-devel] [RFC 38/42] tests: acpi: add CPU hotplug testcase
` [Qemu-devel] [RFC 39/42] tests: acpi: add expected tables for CPU hotplug case
` [Qemu-devel] [RFC 40/42] tests: acpi: extend CPU hotplug test with NUMA support
` [Qemu-devel] [RFC 41/42] tests: acpi: cpuhp: add expected SRAT tables and update DSDT with _PXM support
` [Qemu-devel] [RFC 42/42] DO NOT APPLY: simulate CPU unplug when executin cpu-add on a present CPU

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

[PATCH RESEND 00/12] SH: landisk convert to devicetree
 2016-05-02 12:35 UTC  (4+ messages)
` [PATCH RESEND 12/12] of: Add sh support

[PATCH 2/5] genirq: Allow the affinity of a percpu interrupt to be set/retrieved
 2016-05-02 12:34 UTC  (2+ messages)
` [tip:irq/core] "

[PATCH 1/5] irqdomain: Allow domain matching on irq_fwspec
 2016-05-02 12:34 UTC  (2+ messages)
` [tip:irq/core] "

[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 1/6] soc/tegra: pmc: Use BIT macro for register field definition
` [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 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 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 12/14] usb: hcd: Adapt to OTG core
` [PATCH v7 13/14] usb: gadget: udc: 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)

[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  (12+ 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 "

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


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.