All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-17 09:17:38 to 2015-11-17 09:41:00 UTC [more...]

[PATCH v3 00/62] Add ACPI support for arm64 on Xen
 2015-11-17  9:41 UTC  (123+ messages)
` [PATCH v3 01/62] Revert "xen/arm: vgic-v2: Drop cbase from arch_domain"
` [PATCH v3 02/62] acpi/NUMA: Build NUMA for x86 only
` [PATCH v3 03/62] acpi/pmstat: Build pmstat "
` [PATCH v3 04/62] arm/acpi: Emulate io ports for arm
` [PATCH v3 05/62] acpi: Don't do traditional BIOS table scan for ARM64
` [PATCH v3 06/62] acpi: Refactor acpi_os_map_memory to be architecturally independent
` [PATCH v3 07/62] arm/acpi: Add arch_acpi_os_map_memory helper function for ARM
` [PATCH v3 08/62] arm/acpi: Add arm specific acpi header file
` [PATCH v3 09/62] arm/acpi: Add basic ACPI initialization
` [PATCH v3 10/62] arm/acpi: Move end_boot_allocator after acpi_boot_table_init
` [PATCH v3 11/62] arm/acpi: Introduce ARM Boot Architecture Flags in FADT
` [PATCH v3 12/62] ACPICA: ACPI 6.0: Add changes for FADT table
` [PATCH v3 13/62] arm/acpi: Parse FADT table and get PSCI flags
` [PATCH v3 14/62] arm/acpi: Add Generic Interrupt and Distributor struct
` [PATCH v3 15/62] ACPICA: ACPI 6.0: Add changes for MADT table
` [PATCH v3 16/62] ACPICA: ACPI 6.0: Add values for MADT GIC version field
` [PATCH v3 17/62] arm/acpi: Print GIC information when MADT is parsed
` [PATCH v3 18/62] arm/acpi: Parse MADT to map logical cpu to MPIDR and get cpu_possible_map
` [PATCH v3 19/62] arm/smpboot: Move dt specific code in smp to seperate functions
` [PATCH v3 20/62] arm/acpi: Add ACPI support for SMP initialization
` [PATCH v3 21/62] arm/gic-v2: Refactor gicv2_init into generic and dt specific parts
` [PATCH v3 22/62] arm/gic-v3: Refactor gicv3_init "
` [PATCH v3 23/62] acpi/table: Introduce acpi_parse_entries
` [PATCH v3 24/62] arm: Introduce a generic way to use a device from acpi
` [PATCH v3 25/62] acpi/table: Introduce acpi_get_entry to get specified entry
` [PATCH v3 26/62] arm/gic-v2: Add ACPI boot support for GICv2
` [PATCH v3 27/62] arm/gic-v3: Add ACPI boot support for GICv3
` [PATCH v3 28/62] arm/gic: Add ACPI support for GIC preinit
` [PATCH v3 29/62] arm/acpi: Add GTDT support updated by ACPI 5.1
` [PATCH v3 30/62] arm/irq: Add helper function for setting interrupt type
` [PATCH v3 31/62] arm/acpi: Add a helper function to get "
` [PATCH v3 32/62] arm/acpi: Parse GTDT to initialize timer
` [PATCH v3 33/62] arm/uart: Create generic uart initialization function
` [PATCH v3 34/62] pl011: Refactor pl011 driver to dt and common initialization parts
` [PATCH v3 35/62] serial: Rename SERHND_DTUART to SERHND_UART
` [PATCH v3 36/62] arm/acpi: Initialize serial port from ACPI SPCR table
` [PATCH v3 37/62] arm/acpi: Define a enum for reserved tables
` [PATCH v3 38/62] arm/acpi: Add placeholder for efi and acpi load address
` [PATCH v3 39/62] arm/acpi: Read acpi memory info from uefi
` [PATCH v3 40/62] arm/acpi: Estimate memory required for acpi/efi tables
` [PATCH v3 41/62] arm/acpi: Add a helper function to get the acpi table offset
` [PATCH v3 42/62] arm/acpi: Prepare FADT table for Dom0
` [PATCH v3 43/62] arm/acpi: Prepare MADT "
` [PATCH v3 44/62] ACPICA: ACPI 6.0: Add support for STAO table
` [PATCH v3 45/62] arm/acpi: Prepare STAO table for Dom0
` [PATCH v3 46/62] arm/acpi: Prepare XSDT "
` [PATCH v3 47/62] arm/p2m: Add helper functions to map memory regions
` [PATCH v3 48/62] arm/acpi: Prepare RSDP table for Dom0
` [PATCH v3 49/62] arm/acpi: Map rest tables "
` [PATCH v3 50/62] xen/efi: store EFI system table in efi structure
` [PATCH v3 51/62] arm/acpi: Prepare EFI system table for Dom0
` [PATCH v3 52/62] arm/acpi: Prepare EFI memory descriptor "
` [PATCH v3 53/62] arm/acpi: Map the new created EFI and ACPI tables to Dom0
` [PATCH v3 54/62] arm/acpi: Create min DT stub for Dom0
` [PATCH v3 55/62] arm/acpi: Route all Xen unused SPIs to Dom0
` [PATCH v3 56/62] arm/acpi: Deny MMIO access of UART
` [PATCH v3 57/62] hvm/params: Add a new dilivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v3 58/62] xen/acpi: Fix event-channel interrupt when booting with ACPI
` [PATCH v3 59/62] xen/arm: Add a hypercall for device mmio mapping
` [PATCH v3 60/62] arm/acpi: Configure interrupts dynamically
` [PATCH v3 61/62] arm/acpi: Add acpi parameter to enable/disable acpi

[PATCH] packet: Use PAGE_ALIGNED macro
 2015-11-17  9:40 UTC 

[PATCH v3 00/62] Add ACPI support for arm64 on Xen
 2015-11-17  9:39 UTC 

[PATCH 2/2] dm: fix ioctl retry termination with signal
 2015-11-17  9:39 UTC 

filtering system calls with auid -1
 2015-11-17  9:38 UTC 

[PATCH v5 0/6] Add Travis CI support
 2015-11-17  9:38 UTC  (9+ messages)
` [PATCH v5 3/6] git-p4: retry kill/cleanup operations in tests with timeout

[PATCH] packet: Don't check frames_per_block against negative values
 2015-11-17  9:38 UTC 

[PATCH for-next 00/10] iSER support for remote invalidate
 2015-11-17  9:38 UTC  (13+ messages)
` [PATCH for-next 01/10] IB/iser: Fix module init not cleaning up on error flow
` [PATCH for-next 02/10] IB/iser: Default to fastreg instead of fmr
` [PATCH for-next 07/10] iser-target: Declare correct flags when accepting a connection

Freescale IMX6 active cooling
 2015-11-17  9:38 UTC  (3+ messages)

[PATCH] clocksource: fsl: avoid harmless 64-bit warnings
 2015-11-17  9:37 UTC  (3+ messages)

[PATCH] clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b
 2015-11-17  9:37 UTC  (2+ messages)

[PATCH 1/2] dm mpath: fix infinite recursion in ioctl when no paths and queue_if_no_path is not set
 2015-11-17  9:36 UTC 

Different behaviors of sysvinit and systemd on FSL p4080ds(ppce500mc core)
 2015-11-17  8:01 UTC 

[RFC PATCH] x86: Kill notsc
 2015-11-17  9:33 UTC  (11+ messages)
  ` [PATCH -v2] "
        ` [RFC PATCH -v2.1] "

[PATCH 1/3] net: fec: set phy reset time to 1ms
 2015-11-17  9:32 UTC  (4+ messages)
` [PATCH 2/3] net: fec: implement dtb property phy-reset-duration

kernel oops on mmotm-2015-10-15-15-20
 2015-11-17  9:32 UTC  (12+ messages)

[PATCH] ARM: dts: imx6q-icore-rqs: Add Engicam IMX6 Q7 initial support
 2015-11-17  9:31 UTC  (10+ messages)
            ` [PATCH V2] "

[PATCH V1 00/10] Introduce ACPI world to GICv3 and ITS irqchips
 2015-11-17  9:30 UTC  (8+ messages)
` [PATCH V1 10/10] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization

[Qemu-devel] [PATCH v2] virtio-blk: Fix double completion for werror=stop
 2015-11-17  9:30 UTC  (4+ messages)

[PATCH] [media] move media platform data to linux/platform_data/media
 2015-11-17  9:23 UTC  (6+ messages)

[PATCH 09/19] staging/wilc1000: move init/exit functions to driver files
 2015-11-17  9:27 UTC  (2+ messages)

[PATCH] arm64: extract a field correctly in cpuid_feature_extract_field()
 2015-11-17  9:27 UTC  (3+ messages)

[PATCH v2 00/12] UEFI boot and runtime services support for 32-bit ARM
 2015-11-17  9:26 UTC  (15+ messages)
` [PATCH v2 04/12] arm64/efi: split off EFI init and runtime code for reuse by "
` [PATCH v2 05/12] arm64/efi: refactor "

How to access services on my bluetooth device
 2015-11-17  9:26 UTC  (2+ messages)

[RFC PATCH] gpiolib: fix oops, if gpio name is NULL
 2015-11-17  9:24 UTC  (2+ messages)

[PATCH v3 0/5] tty: Introduce software RS485 direction control support
 2015-11-17  9:24 UTC  (3+ messages)
` [PATCH v3 5/5] tty: Add software emulated RS485 support for 8250

[PATCH] crypto: atmel: fix 64-bit warnings
 2015-11-17  9:22 UTC  (2+ messages)

[PATCH v7 4/8] vhost: rxtx: use queue id instead of constant ring index
 2015-11-17  9:24 UTC  (12+ messages)

[PATCH] kvm/vmx: EPTP switching test
 2015-11-17  9:23 UTC  (5+ messages)

[PATCH 0/6] Fixing sink count related detection over
 2015-11-17  9:22 UTC  (5+ messages)
` [PATCH 1/6] drm/i915: Splitting intel_dp_detect

[meta-fsl-arm][PATCH] u-boot-ls1: The finale u-boot binary is not named as u-boot.bin for sdcard/spi
 2015-11-17  8:47 UTC 

[PATCH v3 0/5] Add board support for TS-4800
 2015-11-17  9:21 UTC  (6+ messages)
` [PATCH v3 2/5] mfd: syscon: add a DT property to set value width

[PATCH v8] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-11-17  9:21 UTC  (7+ messages)

[PATCH] dmaengine: bcm2835-dma: Convert to use DMA pool
 2015-11-17  9:19 UTC  (5+ messages)

[PATCH v12 0/3] Mediatek xHCI support
 2015-11-17  9:18 UTC  (12+ messages)
` [PATCH v12 1/3] dt-bindings: Add a binding for Mediatek xHCI host controller
` [PATCH v12 2/3] xhci: mediatek: support MTK "
` [PATCH v12 3/3] arm64: dts: mediatek: add xHCI & usb phy for mt8173

[U-Boot] [PATCH v2 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-11-17  9:18 UTC  (3+ messages)
` [U-Boot] [PATCH v2 16/16] defconfig: am437x_sk_evm: enable spi driver model

HoG device : Authentication Failure while connecting after reboot
 2015-11-17  9:17 UTC  (3+ messages)

[PATCH v3 0/6] Add support for the TI TPS65086 PMIC
 2015-11-17  9:17 UTC  (3+ messages)
` [PATCH v3 6/6] gpio: tps65086: Add GPIO driver for the "


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.