All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-01 14:19:39 to 2014-09-01 15:18:58 UTC [more...]

[PATCH] iommu/arm-smmu: Allow size of stage 1 output to max possible value for sateg 2 bypass
 2014-09-01 15:18 UTC  (7+ messages)

[PATCH 00/13] fix RDEPENDS issues
 2014-09-01 15:18 UTC  (14+ messages)
` [PATCH 01/13] aoetools: no bashism in aoe-stat
` [PATCH 02/13] autofs: add bash to RDEPENDS_autofs
` [PATCH 03/13] arptables: add bash to RDEPENDS_arptables
` [PATCH 04/13] ndisc6: add perl to RDEPENDS_ndisc6-misc
` [PATCH 05/13] stunnel: add perl to RDEPENDS_stunnel
` [PATCH 06/13] proftpd: add perl to RDEPENDS_proftpd
` [PATCH 07/13] memcached: add bash to RDEPENDS_memcached
` [PATCH 08/13] phpmyadmin: add bash to RDEPENDS_phpmyadmin
` [PATCH 09/13] apache2: add perl to RDEPENDS_apache2
` [PATCH 10/13] sg3-utils: add bash to RDEPENDS_sg3-utils
` [PATCH 11/13] sdparm: add bash to RDEPENDS_sdparm
` [PATCH 12/13] bonnie: add perl to RDEPENDS_bonnie-scripts
` [PATCH 13/13] rrdtool: use rrdtool rather than PN

Yocto 1.7_M3 weekly report 2014-08-26
 2014-09-01 15:18 UTC 

[PATCH] drm/i915: Don't call intel_plane_restore() when the prop value didn't change
 2014-09-01 15:16 UTC  (2+ messages)

[Qemu-devel] [PATCH] block: kill tail whitespace in block.c
 2014-09-01 15:17 UTC  (2+ messages)

[RFC PATCH for Juno 0/2] Drivers for Juno to boot from ACPI
 2014-09-01 15:17 UTC  (7+ messages)
` [RFC PATCH for Juno 1/2] net: smsc911x add support for probing "
  ` [Linaro-acpi] "
` [RFC PATCH for Juno 2/2] tty: SBSA compatible UART

[libnftnl PATCH] examples: add nft-ruleset-replace
 2014-09-01 15:17 UTC  (4+ messages)
` nft option to flush out the existing ruleset [was Re: [libnftnl PATCH] examples: add nft-ruleset-replace]

[PATCH v3 00/15] Mem_event and mem_access for ARM
 2014-09-01 15:15 UTC  (18+ messages)
` [PATCH v3 01/15] xen: Relocate mem_access and mem_event into common
` [PATCH v3 02/15] xen: Relocate struct npfec definition "
` [PATCH v3 03/15] xen: Relocate mem_event_op domctl and access_op memop "
` [PATCH v3 04/15] xen/mem_event: Clean out superfluous white-spaces
` [PATCH v3 05/15] xen/mem_event: Relax error condition on debug builds
` [PATCH v3 06/15] xen/mem_event: Abstract architecture specific sanity checks
` [PATCH v3 07/15] xen/mem_access: Abstract architecture specific sanity check
` [PATCH v3 08/15] xen/arm: p2m type definitions and changes
` [PATCH v3 09/15] xen/arm: Add set access required domctl
` [PATCH v3 10/15] xen/arm: Data abort exception (R/W) mem_events
` [PATCH v3 11/15] xen/arm: Instruction prefetch abort (X) mem_event handling
` [PATCH v3 12/15] xen/arm: Shatter large pages when using mem_acces
` [PATCH v3 13/15] xen/arm: Enable the compilation of mem_access and mem_event on ARM
` [PATCH v3 14/15] tools/libxc: Allocate magic page for mem access "
` [PATCH v3 15/15] tools/tests: Enable xen-access "

[ PATCH -logging 0/3] scsi/trace: Delete duplicated decoders
 2014-09-01 15:15 UTC  (3+ messages)
` [PATCH 1/3] scsi/trace: Use macros for getting driver byte, host byte, msg byte, and status byte

[PATCHv1 0/7] simple-card: simplify the code
 2014-09-01 15:13 UTC  (10+ messages)
` [PATCHv1 1/7] ASoC: simple-card: Merge single and muti DAI link code

[PATCH 0/2] Credit2: fix per-socket runqueue setup
 2014-09-01 15:12 UTC  (4+ messages)
` [PATCH 1/2] x86: during boot, anticipate identifying the boot cpu

[Qemu-devel] [PATCH 0/2] qemu-img: src_mode option documentation improvements
 2014-09-01 15:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-img: clarify src_cache option documentation
` [Qemu-devel] [PATCH 2/2] qemu-img: fix rebase "

[Qemu-devel] [PATCH v7 00/15] TriCore architecture guest implementation
 2014-09-01 15:10 UTC  (2+ messages)

[PATCH] nv50/ir: avoid creating instructions that can't be emitted
 2014-09-01 15:09 UTC 

[PATCH 1/2] igb_uio: fix compability on old kernel
 2014-09-01 15:07 UTC  (6+ messages)

[PATCH v3 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2014-09-01 14:57 UTC  (41+ messages)
` [PATCH v3 01/17] ARM64: Move the init of cpu_logical_map(0) before unflatten_device_tree()
` [PATCH v3 02/17] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH v3 03/17] ARM64 / ACPI: Introduce lowlevel suspend function
` [PATCH v3 04/17] ARM64 / ACPI: Introduce early_param for "acpi"
` [PATCH v3 05/17] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [PATCH v3 06/17] ARM64 / ACPI: Make PCI optional for ACPI on ARM64
` [PATCH v3 07/17] ARM64 / ACPI: Parse FADT table to get PSCI flags for PSCI init
` [PATCH v3 08/17] ACPI / table: Print GIC information when MADT is parsed
` [PATCH v3 09/17] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v3 10/17] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v3 11/17] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v3 12/17] ACPI / table: Add new function to get table entries
` [PATCH v3 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support
` [PATCH v3 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer
` [PATCH v3 15/17] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v3 16/17] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH v3 17/17] Documentation: ACPI for ARM64

[PATCH 0/4] Rework workaround init fn for BDW and CHV
 2014-09-01 15:04 UTC  (5+ messages)
` [PATCH 4/4] drm/i915: Rework workaround data exporting to debugfs

[PATCH] phy: spear1340-miphy: fix driver dependencies
 2014-09-01 15:04 UTC 

[PATCH] phy: spear1310-miphy: fix driver dependencies
 2014-09-01 15:03 UTC 

[PATCH] mfd: arizona: Add ASYNC_SAMPLE_RATE_2 registers
 2014-09-01 15:01 UTC  (2+ messages)

[RFC 0/4] Improving SPI driver latency (vs v3.8.13.14-rt31)
 2014-09-01 14:30 UTC  (5+ messages)
` [PATCH 1/4] spi: reenable sync SPI transfers
` [PATCH 2/4] spidev: Avoid runtime memory allocations
` [PATCH 3/4] spidev: actually use synchronous transfers
` [PATCH 4/4] spidev-s3c64xx: allocate dma channel at startup

ceph branch status
 2014-09-01 15:00 UTC 

[Bug 82050] New: R9270X pyrit benchmark perf regressions with latest kernel/llvm
 2014-09-01 14:59 UTC  (5+ messages)
` [Bug 82050] "

[PATCH] spi: spi-imx: use threaded interrupt
 2014-09-01 14:57 UTC  (2+ messages)

Booting bcm47xx (bcma & stuff), sharing code with bcm53xx
 2014-09-01 14:57 UTC  (4+ messages)

[PATCH 0/4] gpio: syscon: reuse for keystone 2 socs
 2014-09-01 14:55 UTC  (5+ messages)
` [PATCH 1/4] gpio: syscon: add soc specific callback to assign output value

[PATCH v2 0/3] mfd: add support for Diolan DLN-2
 2014-09-01 14:55 UTC  (8+ messages)
` [PATCH v2 1/3] mfd: add support for Diolan DLN-2 devices

[RFC PATCH 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-09-01 14:53 UTC  (19+ messages)
` [RFC PATCH 1/7] iommu: provide early initialisation hook for IOMMU drivers
` [RFC PATCH 2/7] dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
` [RFC PATCH 3/7] iommu: add new iommu_ops callback for adding a device with a set of IDs
` [RFC PATCH 4/7] iommu: provide helper function to configure an IOMMU for an of master
` [RFC PATCH 5/7] dma-mapping: detect and configure IOMMU in of_dma_configure

[Buildroot] [PATCH v2] ARC: bump tools to 2014.08 release
 2014-09-01 14:53 UTC  (10+ messages)

[PATCH v3] x86/NMI: Allow processing unknown NMIs when watchdog is enabled
 2014-09-01 14:51 UTC  (4+ messages)

[PATCH net] bnx2x: Configure device endianity on driver load and reset endianity on removal
 2014-09-01 14:17 UTC 

[PATCH v7] 8250-core based serial driver for OMAP + DMA
 2014-09-01 14:48 UTC  (10+ messages)
` [PATCH 03/15] tty: serial: 8250_core: add run time pm
` [PATCH 06/15] tty: serial: 8250_dma: handle error on TX submit

[PATCH 1/3 v4 RESEND] mfd: arizona: Export function to control subsystem DVFS
 2014-09-01 14:47 UTC  (2+ messages)

[PATCH 00/22] scsi logging update
 2014-09-01 14:42 UTC  (5+ messages)
` [PATCH 13/22] scsi: use local buffer for printing the opcode

[v3 04/11] ASoC: Intel: sst: Add IPC handling
 2014-09-01 14:41 UTC  (7+ messages)
  ` [alsa-devel] "

[PATCH v2] ARM: imx6: add pci config space as platform resource
 2014-09-01 14:41 UTC  (2+ messages)

[PATCH] fs: replace int param with size_t for seq_open_private()
 2014-09-01 14:38 UTC  (4+ messages)

[PATCH] mfd: arizona: Propagate irq_wake through to parent IRQ
 2014-09-01 14:29 UTC 

[RESEND PATCH V2] devicetree: Dialog Semiconductor consolidate existing vendor prefixes to standardi
 2014-09-01 14:35 UTC  (8+ messages)
` [GIT PULL] MFD: ARM (IMX & R8): Immutable branch for Dialog Semiconductor - vendor prefix consolidat
  ` [GIT PULL] MFD: ARM (IMX & R8): Immutable branch for Dialog Semiconductor - vendor prefix consol
      ` [GIT PULL] MFD: ARM (IMX & R8): Immutable branch for Dialog Semiconductor - vendor prefix consolidation

[PATCH 0/7] iommu/arm-smmu: fixes for 3.17
 2014-09-01 14:34 UTC  (2+ messages)

[Qemu-devel] [RFC V2 0/8] Throttle group cooperative round robin scheduling
 2014-09-01 14:34 UTC  (3+ messages)

[PATCH 0/1] native.bbclass: deltask package_qa
 2014-09-01 14:34 UTC  (2+ messages)
` [PATCH 1/1] "

1.0.50 released
 2014-09-01 14:34 UTC 

[U-Boot] [PATCH v2] imx: ddr: Move mx6q_4x_mt41j128.cfg to mx6sabresd board dir
 2014-09-01 14:33 UTC  (3+ messages)

[PULL patches for 3.18]: 2 gspca cleanup patches
 2014-09-01 14:31 UTC 

[Qemu-devel] qcow2, lazy_refcounts and killing qemu
 2014-09-01 14:30 UTC  (5+ messages)

simle-card DT style for DPCM
 2014-09-01 14:30 UTC  (2+ messages)

[PATCH v3 3/3] iio: accel: BMC150: add support for other Bosch chips
 2014-09-01 14:29 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v2] i2c: mv64xxx: continue probe when clock-frequency is missing
 2014-09-01 14:28 UTC  (3+ messages)

[linux-3.10 test] 30072: regressions - FAIL
 2014-09-01 14:28 UTC 

Sending undersized ARP packets with VXLAN L3 interface
 2014-09-01 14:26 UTC  (9+ messages)

[PATCH 1/2] microblaze: Add mm/Kconfig to advance menu
 2014-09-01 14:26 UTC  (2+ messages)
` [PATCH 2/2] microblaze: Rename Advance setup to Kernel features

[PATCH] mfd: syscon: Decouple syscon interface from syscon devices
 2014-09-01 14:24 UTC  (5+ messages)

[PATCH v2] net: sh_eth: fix driver dependencies
 2014-09-01 14:25 UTC  (2+ messages)

[PATCH v2] usb: renesas_usbhs: fix driver dependencies
 2014-09-01 14:24 UTC  (2+ messages)

[PATCH] drm: Include task->name and master status in debugfs clients info
 2014-09-01 14:24 UTC  (4+ messages)

[Buildroot] [PATCH v6 1/1] New package: openvmtools
 2014-09-01 14:21 UTC  (2+ messages)

[PATCH] arm: use irq_set_affinity with force=false when migrating irqs
 2014-09-01 14:21 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] serial: serial_core.c: printk replacement
 2014-09-01 14:21 UTC  (3+ messages)

[pull] radeon drm-fixes-3.17
 2014-09-01 14:21 UTC  (3+ messages)

[meta-fsl-arm][PATCH v3 0/5] Easy use of LOCALVERSION
 2014-09-01 14:20 UTC  (6+ messages)
` [meta-fsl-arm][PATCH v3 1/5] fsl-kernel-localversion: Easy LOCALVERSION handling
` [meta-fsl-arm][PATCH v3 2/5] linux-imx.inc: Use the new fsl-kernel-localversion class
` [meta-fsl-arm][PATCH v3 3/5] fsl-u-boot-localversion: Easy LOCALVERSION handling
` [meta-fsl-arm][PATCH v3 4/5] u-boot-fslc: Use the new fsl-u-boot-localversion class
` [meta-fsl-arm][PATCH v3 5/5] u-boot-imx: "

[PATCH 1/2] Bluetooth: Remove LE fixed channel mask bits
 2014-09-01 14:20 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: Add clarifying comment for LE CoC result value

[PATCH] KVM: PPC: Remove the tasklet used by the hrtimer
 2014-09-01 14:19 UTC  (2+ messages)

[PATCHv2 net 0/6] Trivial fixes for cxgb4
 2014-09-01 14:25 UTC  (2+ messages)
` [PATCHv2 net 6/6] cxgb4: Issue mbox commands on correct mbox


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.