messages from 2015-07-24 10:00:56 to 2015-07-24 17:25:51 UTC [more...]
[PATCH 0/2] s3c64xx debug prints
2015-07-28 9:29 UTC (2+ messages)
` [PATCH 1/2] spi: s3c64xx: print fifo size on probe
[PATCH 00/10] OPP: Add code to support operating-points-v2 bindings
2015-07-24 17:25 UTC (8+ messages)
` [PATCH 01/10] opp: Relocate few routines
` [PATCH 02/10] OPP: Create _remove_device_opp() for freeing dev_opp
` [PATCH 03/10] OPP: Allocate dev_opp from _add_device_opp()
[PATCH v2 0/7] Making the generic ACPI GSI layer irqdomain aware
2015-07-24 17:16 UTC (16+ messages)
` [PATCH v2 1/7] genirq: irqdomain: Use an accessor for the of_node field
` [PATCH v2 3/7] genirq: irqdomain: Add irq_create_acpi_mapping
` [PATCH v2 5/7] acpi: gsi: Add acpi_set_irq_model to initialize the GSI layer
` [PATCH v2 6/7] irqchip: GIC: Switch ACPI support to stacked domains
` [PATCH v2 7/7] acpi: gsi: Cleanup acpi_register_gsi
[PATCH 1/1] Serial: imx: add dev_pm_ops to support suspend to ram/disk
2015-07-24 17:16 UTC (3+ messages)
[PATCH 1/1] misc: sram: add dev_pm_ops to support module power gate
2015-07-24 17:12 UTC
[PATCH] ARM: config: Switch PXA27x platforms to use PXA RTC driver
2015-07-24 17:02 UTC
[PATCH v3 6/6] arm64: kernel: Add support for Privileged Access Never
2015-07-24 16:56 UTC (5+ messages)
` [PATCH v4] "
[PATCH v3 0/6] MT8173 IOMMU SUPPORT
2015-07-24 16:55 UTC (9+ messages)
` [PATCH v3 3/6] iommu: add ARM short descriptor page table allocator
` [PATCH v3 5/6] iommu/mediatek: Add mt8173 IOMMU driver
[PATCH v2 1/2] ARM: PCI: bios32: replace panic with WARN messages on failures
2015-07-24 16:54 UTC (3+ messages)
` [PATCH v2 2/2] ARM: pci: kill pcibios_msi_controller
[PATCH] serial/amba-pl011: Disable interrupts around TX softirq
2015-07-24 16:46 UTC (5+ messages)
[PATCH v4 0/7] KASAN for arm64
2015-07-24 16:41 UTC (8+ messages)
` [PATCH v4 1/7] x86/kasan: generate KASAN_SHADOW_OFFSET in Makefile
` [PATCH v4 2/7] mm: kasan: introduce generic kasan_populate_zero_shadow()
` [PATCH v4 3/7] arm64: introduce VA_START macro - the first kernel virtual address
` [PATCH v4 4/7] arm64: move PGD_SIZE definition to pgalloc.h
` [PATCH v4 5/7] arm64: add KASAN support
` [PATCH v4 6/7] ARM64: kasan: print memory assignment
` [PATCH v4 7/7] x86/kasan: switch to generic kasan_populate_zero_shadow()
[PATCH REPOST] serial/amba-pl011: Disable interrupts around TX softirq
2015-07-24 16:39 UTC
[PATCH] ARM/fb: ep93xx: switch framebuffer to use modedb only
2015-07-24 16:29 UTC (2+ messages)
[RFC 0/3] Adding support for Zynq PL reset controller
2015-07-24 16:19 UTC (6+ messages)
` [RFC 1/3] docs: dts: Added documentation for Xilinx Zynq PL Reset bindings
` [RFC 3/3] reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset
[PATCH] bcma: populate bus DT subnodes as platform_device-s
2015-07-24 16:11 UTC (4+ messages)
[PATCH v3 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
2015-07-24 15:55 UTC (12+ messages)
` [PATCH v3 01/11] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH v3 02/11] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH v3 03/11] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH v3 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v3 05/11] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH v3 06/11] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH v3 07/11] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH v3 08/11] KVM: arm/arm64: vgic: Add vgic_{get, set}_phys_irq_active
` [PATCH v3 09/11] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH v3 10/11] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH v3 11/11] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices
[PATCH V4 2/6] mm: mlock: Add new mlock, munlock, and munlockall system calls
2015-07-24 15:53 UTC (8+ messages)
[PATCH v2 00/20] arm64: support for 8.1 LSE atomic instructions
2015-07-24 15:45 UTC (41+ messages)
` [PATCH v2 01/20] arm64: rwlocks: don't fail trylock purely due to contention
` [PATCH v2 02/20] documentation: Clarify failed cmpxchg memory ordering semantics
` [PATCH v2 03/20] arm64: cpufeature.h: add missing #include of kernel.h
` [PATCH v2 04/20] arm64: atomics: move ll/sc atomics into separate header file
` [PATCH v2 05/20] arm64: elf: advertise 8.1 atomic instructions as new hwcap
` [PATCH v2 06/20] arm64: alternatives: add cpu feature for lse atomics
` [PATCH v2 07/20] arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics
` [PATCH v2 08/20] arm64: atomics: patch in lse instructions when supported by the CPU
` [PATCH v2 09/20] arm64: locks: "
` [PATCH v2 10/20] arm64: bitops: "
` [PATCH v2 11/20] arm64: xchg: "
` [PATCH v2 12/20] arm64: cmpxchg: "
` [PATCH v2 13/20] arm64: cmpxchg_dbl: "
` [PATCH v2 14/20] arm64: cmpxchg: avoid "cc" clobber in ll/sc routines
` [PATCH v2 15/20] arm64: cmpxchg: avoid memory barrier on comparison failure
` [PATCH v2 16/20] arm64: atomics: tidy up common atomic{,64}_* macros
` [PATCH v2 17/20] arm64: atomics: prefetch the destination word for write prior to stxr
` [PATCH v2 18/20] arm64: atomics: implement atomic{, 64}_cmpxchg using cmpxchg
` [PATCH v2 19/20] arm64: atomic64_dec_if_positive: fix incorrect branch condition
` [PATCH v2 20/20] arm64: kconfig: select HAVE_CMPXCHG_LOCAL
[PATCH 0/5] Second round of MCPM refactoring
2015-07-24 15:44 UTC (5+ messages)
` [PATCH 3/5] ARM: MCPM: make internal helpers private to the core code
[PATCH v4 0/4] Add Broadcom North Star 2 support
2015-07-24 15:42 UTC (4+ messages)
` [PATCH v4 3/4] arm64: Add Broadcom iProc family support
[PATCH v3 0/9] arm64: Use BRK instruction for generic BUG traps
2015-07-24 15:37 UTC (10+ messages)
` [PATCH v3 1/9] arm64/debug: Eliminate magic number for size of BRK instruction
` [PATCH v3 2/9] arm64/debug: Mask off all reserved bits from generated ESR values
` [PATCH v3 3/9] arm64/debug: Eliminate magic number from ESR template definition
` [PATCH v3 4/9] arm64/debug: More consistent naming for the BRK ESR template macro
` [PATCH v3 5/9] arm64/debug: Move BRK ESR template macro into <asm/esr.h>
` [PATCH v3 6/9] arm64/debug: Simplify BRK insn opcode declarations
` [PATCH v3 7/9] arm64/debug: Add missing #includes
` [PATCH v3 8/9] arm64/BUG: Use BRK instruction for generic BUG traps
` [PATCH v3 9/9] arm64/BUG: Show explicit backtrace for WARNs
[PATCH 0/2] spi: dw: Reintroduce optional 16 bit data register I/O
2015-07-24 15:37 UTC (4+ messages)
` [PATCH v2 "
[PATCH v3 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider
2015-07-24 15:30 UTC (4+ messages)
[PATCH v7 1/3] dt/bindings: Add binding for the Raspberry Pi firmware driver
2015-07-24 15:25 UTC (4+ messages)
` [PATCH v7 3/3] ARM: bcm2835: Add the firmware driver information to the RPi DT
[PATCH v4 0/8] Raspberry Pi clock support
2015-07-24 15:23 UTC (11+ messages)
` [PATCH v4 3/8] ARM: bcm2835: Add DT for the firmware clocks driver
` [PATCH v4 4/8] ARM: bcm2835: Drop never-used clock-frequency property of uart0
` [PATCH v4 6/8] ARM: bcm2835: Use the RPi firmware clocks for uart
` [PATCH v4 7/8] ARM: bcm2835: Tie SPI clock to the core clock rate
` [PATCH v4 8/8] ARM: bcm2835: Use the firmware on rpi to get the EMMC clock
[PATCH v3 1/4] ARM: dts: Add binding documentation for AXP20x pmic usb power supply
2015-07-24 15:10 UTC (4+ messages)
` [PATCH v3 4/4] power: Add an axp20x-usb-power driver
[PATCH v8 0/2] mfd: flexcom: add a driver for Flexcom
2015-07-24 15:08 UTC (4+ messages)
` [PATCH v8 1/2] mfd: devicetree: add bindings for Atmel Flexcom
` [PATCH v8 2/2] mfd: atmel-flexcom: add a driver for Atmel Flexible Serial Communication Unit
[PATCH v7 0/2] mfd: flexcom: add a driver for Flexcom
2015-07-24 15:07 UTC (6+ messages)
` [PATCH v7 1/2] mfd: devicetree: add bindings for Atmel Flexcom
[RFC PATCH] arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs
2015-07-24 15:02 UTC
[PATCH] arm64: pci: add support for pci_mmap_page_range
2015-07-24 14:41 UTC (2+ messages)
[PATCH v2] Serial: imx: add dev_pm_ops to support suspend to ram/disk
2015-07-24 14:23 UTC
[PATCH v3 0/2] Add support for NXP LPC18xx Watchdog timer
2015-07-24 14:04 UTC (7+ messages)
` [PATCH v3 1/2] watchdog: NXP LPC18xx Watchdog Timer Driver
[PATCH v2] thermal: consistently use int for temperatures
2015-07-24 13:59 UTC (4+ messages)
[PATCH 0/3] Generic PCI MSI + IOMMU topology bindings
2015-07-24 13:26 UTC (4+ messages)
` [PATCH 3/3] Docs: dt: add PCI IOMMU map bindings
[PATCH 0/2] ARM: shmobile: Add JPU device nodes to Renesas R-Car SoCs
2015-07-24 13:25 UTC (3+ messages)
` [PATCH 1/2] ARM: shmobile: r8a7790: Add JPU device node
` [PATCH 2/2] ARM: shmobile: r8a7791: "
[PATCH v4] regulator: mt6311: Add support for MT6311 regulator
2015-07-24 13:18 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: regulator: mt6311: Add document for mt6311 regulator
[PATCH v7 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610
2015-07-24 13:16 UTC (6+ messages)
` [PATCH v7 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others
` [PATCH v7 2/5] mtd: nand: vf610_nfc: add hardware BCH-ECC support
` [PATCH v7 3/5] mtd: nand: vf610_nfc: add device tree bindings
` [PATCH v7 4/5] ARM: dts: vf610twr: add NAND flash controller peripherial
` [PATCH v7 5/5] ARM: dts: vf-colibri: enable NAND flash controller
[RESEND PATCH 0/6] This series adds SMP support for the MediaTek MT6580
2015-07-24 13:10 UTC (3+ messages)
[PATCH v2] arm64/efi: prefer AllocatePages() over efi_low_alloc() for vmlinux
2015-07-24 13:04 UTC (2+ messages)
[PATCH v2 00/20] xen/arm64: Add support for 64KB page
2015-07-24 13:03 UTC (16+ messages)
` [PATCH v2 01/20] xen: Add Xen specific page definition
` [Xen-devel] "
` [PATCH v2 02/20] xen: Introduce a function to split a Linux page into Xen page
` [Xen-devel] "
` [PATCH v2 13/20] xen/events: fifo: Make it running on 64KB granularity
inquiries on juno
2015-07-24 13:00 UTC (2+ messages)
[PATCH v6 0/3] Add MediaTek display PWM driver
2015-07-24 12:56 UTC (4+ messages)
` [PATCH v6 1/3] dt-bindings: pwm: add MediaTek display PWM bindings
[PATCH v3] iio: adc: xilinx-xadc: Push interrupts into threaded context
2015-07-24 12:38 UTC (2+ messages)
[RFC PATCH 0/4] iommu/arm-smmu: Add support for adding masters/clocks using generic bindings
2015-07-24 12:28 UTC (7+ messages)
` [RFC PATCH 3/4] iommu/arm-smmu: Add support for specifying clocks
` [RFC PATCH 4/4] iommu/arm-smmu: Add support for specifying regulators
[GIT PULL 1/2] omap soc changes for v4.3
2015-07-24 12:08 UTC (3+ messages)
` [GIT PULL 2/2] omap dts changes for dm814x "
[RFC] arm64:use set_fixmap_offset to make it more clear
2015-07-24 11:53 UTC (6+ messages)
[RESEND][PATCH 0/4] spi: davinci: Improve prescaler limit support
2015-07-24 11:50 UTC (5+ messages)
` [RESEND][PATCH 2/4] spi: davinci: Choose correct pre-scaler limit based on SOC
` [RESEND][PATCH 3/4] ARM: davinci: Set proper SPI prescale limit value
[GIT PULL] Non-critical fixes for v4.3
2015-07-24 11:49 UTC (3+ messages)
[PATCH] dtb: Create a common home for cross-architecture dtsi files
2015-07-24 11:39 UTC (5+ messages)
[PATCH v4 0/7] Add Mediatek MT8173 subsystem clocks support
2015-07-24 11:33 UTC (11+ messages)
` [PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC
` [PATCH v4 2/7] clk: mediatek: Fix rate and dependency of MT8173 clocks
` [PATCH v4 5/7] clk: mediatek: Add subsystem clocks of MT8173
` [PATCH v4 6/7] clk: mediatek: Add USB clock support in MT8173 APMIXEDSYS
` [PATCH v4 7/7] arm64: dts: mt8173: Add subsystem clock controller device nodes
[PATCH] serial: 8250_uniphier: call clk_disable_unprepare() on failure path
2015-07-24 11:23 UTC (2+ messages)
[PATCH 00/11] Enable access to SPI NOR flash on Samsung Snow board
2015-07-24 11:20 UTC (5+ messages)
` [PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size
[PATCH] arm64/efi: prefer AllocatePages() over efi_low_alloc() for vmlinux
2015-07-24 10:59 UTC (4+ messages)
[PATCH v3 0/4] arm: tegra: implement NVEC driver using tegra i2c
2015-07-24 10:52 UTC (5+ messages)
` [PATCH v3 1/4] i2c: tegra: implement slave mode
[RFC PATCH 0/2] spi: add dual parallel & stacked mode support in Zynq MPSoC GQSPI controller
2015-07-24 10:52 UTC (8+ messages)
[PATCH v12 0/6] drm/layerscape: Add Freescale DCU DRM driver
2015-07-24 10:34 UTC (7+ messages)
` [PATCH v12 1/6] "
` [PATCH v12 2/6] devicetree: Add NEC to the vendor-prefix list
` [PATCH v12 3/6] drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel
` [PATCH v12 4/6] arm/dts/ls1021a: Add DCU dts node
` [PATCH v12 5/6] arm/dts/ls1021a: Add a TFT LCD panel "
` [PATCH v12 6/6] MAINTAINERS: add Freescale DCU DRM driver maintainer
[PATCHv2 0/3] regmap: Use different lockdep class for each regmap init call
2015-07-24 10:32 UTC (3+ messages)
[PATCH v6 0/2] mfd: flexcom: add a driver for Flexcom
2015-07-24 10:16 UTC (8+ messages)
` [PATCH v6 2/2] mfd: atmel-flexcom: add a driver for Atmel Flexible Serial Communication Unit
[PATCH v12 0/6] drm/layerscape: Add Freescale DCU DRM driver
2015-07-24 10:12 UTC (7+ messages)
` [PATCH v12 1/6] "
` [PATCH v12 2/6] devicetree: Add NEC to the vendor-prefix list
` [PATCH v12 3/6] drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel
` [PATCH v12 4/6] arm/dts/ls1021a: Add DCU dts node
` [PATCH v12 5/6] arm/dts/ls1021a: Add a TFT LCD panel "
` [PATCH v12 6/6] MAINTAINERS: add Freescale DCU DRM driver maintainer
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).