messages from 2016-01-14 12:31:38 to 2016-01-14 22:55:34 UTC [more...]
[PATCH V3 00/21] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
2016-01-14 22:55 UTC (24+ messages)
` [PATCH V3 14/21] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V3 20/21] pci, acpi: Match PCI config space accessors against platfrom specific quirks
[PATCH v3 11/41] mips: reuse asm-generic/barrier.h
2016-01-14 22:55 UTC (33+ messages)
` [v3,11/41] "
[PATCH] mmc: host: omap_hsmmc: add a verbose print to enable CONFIG_REGULATOR_PBIAS
2016-01-14 22:40 UTC (6+ messages)
[PATCH V8 00/23] Coresight integration with perf
2016-01-14 21:46 UTC (24+ messages)
` [PATCH V8 01/23] coresight: associating path with session rather than tracer
` [PATCH V8 02/23] coresight: add API to get sink from path
` [PATCH V8 03/23] coresight: moving PM runtime operations to core framework
` [PATCH V8 04/23] coresight: etm3x: moving etm_readl/writel to header file
` [PATCH V8 05/23] coresight: etm3x: moving sysFS entries to dedicated file
` [PATCH V8 06/23] coresight: etm3x: unlocking tracers in default arch init
` [PATCH V8 07/23] coresight: etm3x: splitting struct etm_drvdata
` [PATCH V8 08/23] coresight: etm3x: adding operation mode for etm_enable()
` [PATCH V8 09/23] coresight: etm3x: set progbit to stop trace collection
` [PATCH V8 10/23] coresight: etm3x: changing default trace configuration
` [PATCH V8 11/23] coresight: etm3x: consolidating initial config
` [PATCH V8 12/23] coresight: etm3x: implementing user/kernel mode tracing
` [PATCH V8 13/23] coresight: etm3x: implementing perf_enable/disable() API
` [PATCH V8 14/23] coresight: etb10: moving to local atomic operations
` [PATCH V8 15/23] coresight: etb10: adding operation mode for sink->enable()
` [PATCH V8 16/23] coresight: etb10: implementing AUX API
` [PATCH V8 17/23] coresight: updating documentation to reflect integration with perf
` [PATCH V8 18/23] coresight: etm-perf: new PMU driver for ETM tracers
` [PATCH V8 19/23] coresight: introducing a global trace ID function
` [PATCH V8 20/23] perf tools: making function set_max_cpu_num() non static
` [PATCH V8 21/23] perf tools: adding perf_evlist to *info_priv_size()
` [PATCH V8 22/23] perf tools: making coresight PMU listable
` [PATCH V8 23/23] perf tools: adding coresight etm PMU record capabilities
[PATCH] ssb: host_soc depends on sprom
2016-01-14 21:46 UTC (3+ messages)
[4.4-rc6-rt1 PATCH 0/2] ARM: am437x: boot test report
2016-01-14 21:30 UTC (2+ messages)
[PATCH V2 0/4] clk: bcm2835: add additinal clocks and add frac support
2016-01-14 21:24 UTC (7+ messages)
` [PATCH V2 1/4] clk: bcm2835: avoid the use of BCM2835_CLOCK_COUNT in clk-bcm2835
[PATCH v2] clk: mediatek: Allow changing PLL rate when it is off
2016-01-14 20:41 UTC (4+ messages)
[PATCH v1 1/2] libahci: Implement the capability to override the generic ahci interrupt handler
2016-01-14 20:31 UTC
[PATCH 1/3] ti-st: use device handles and add device tree binding
2016-01-14 20:18 UTC (3+ messages)
[PATCH 0/5] coresight: miscellaneous fix and cleanup
2016-01-14 18:58 UTC (6+ messages)
` [PATCH 1/5] coresight: fixing indentation problem
` [PATCH 2/5] coresight: fixing lockdep error
` [PATCH 3/5] coresight: coresight_unregister() function cleanup
` [PATCH 4/5] coresight: release reference taken by 'bus_find_device()'
` [PATCH 5/5] coresight: remove csdev's link from topology
[PATCH v3 00/21] arm64: implement support for KASLR
2016-01-14 18:57 UTC (8+ messages)
` [PATCH v3 07/21] arm64: move kernel image to base of vmalloc area
` [PATCH v3 12/21] arm64: avoid dynamic relocations in early boot code
[PATCH RFC 00/27] PM/Domains: Cluster idle support for ARM SoCs
2016-01-14 18:33 UTC (4+ messages)
` [PATCH RFC 08/27] PM / Domains: Support IRQ safe PM domains
[RFC5 PATCH v6 00/21] ILP32 for ARM64
2016-01-14 18:11 UTC (23+ messages)
` [PATCH v6 01/21] arm64: ilp32: add documentation on the ILP32 ABI "
` [PATCH v6 02/21] arm64: ensure the kernel is compiled for LP64
` [PATCH v6 03/21] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH v6 04/21] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH v6 05/21] arm64: compat: change config dependences to aarch32
` [PATCH v6 06/21] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH v6 07/21] thread: move thread bits accessors to separated file
` [PATCH v6 08/21] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH v6 09/21] arm64: ilp32: add is_ilp32_compat_{task, thread} and TIF_32BIT_AARCH64
` [PATCH v6 10/21] arm64: introduce binfmt_elf32.c
` [PATCH v6 11/21] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH v6 12/21] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH v6 13/21] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH v6 14/21] arm64: signal: wrap struct ucontext, fp and lr with struct sigframe
` [PATCH v6 15/21] arm64: signal: share lp64 signal routines to ilp32
` [PATCH v6 16/21] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH v6 17/21] arm64: ilp32: introduce ilp32-specific handlers for sigframe
` [PATCH v6 18/21] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH v6 19/21] arm64:ilp32: add ARM64_ILP32 to Kconfig
` [PATCH v6 20/21] all: s390: make compat wrappers the generic solution
` [PATCH v6 21/21] arm64: ilp32: wrap syscalls to remove top 32-bit vulnerability
[PATCH v3 0/2] new control V4L2_CID_MPEG_VIDEO_FORCE_I_FRAME
2016-01-14 17:25 UTC (5+ messages)
` [PATCH v3 1/2] v4l: add V4L2_CID_MPEG_VIDEO_FORCE_I_FRAME
` [PATCH v3 2/2] s5p-mfc: add the support of V4L2_CID_MPEG_VIDEO_FORCE_I_FRAME
[PATCH V4 16/16] ARM64: tegra: select PM_GENERIC_DOMAINS
2016-01-14 17:16 UTC (4+ messages)
[RFC/PATCH] drm/rockchip: don't wait for vblank if fb hasn't changed
2016-01-14 16:26 UTC (18+ messages)
` [PATCH 0/3] drm/rockchip: fix cursor performance with atomic
` [PATCH 1/3] drm/atomic-helper: Export framebuffer_changed()
` [PATCH 2/3] drm/rockchip: don't wait for vblank if fb hasn't changed
` [PATCH 3/3] drm/rockchip: explain why we can't wait_for_vblanks
[PATCH v3 0/4] Add rk3399 i2c clocks calculated method
2016-01-14 16:12 UTC (9+ messages)
` [PATCH v3 1/4] i2c: rk3x: switch to i2c generic dt parsing
` [PATCH v3 2/4] i2c: rk3x: add ops to caculate i2c clocks
` [PATCH v3 3/4] i2c: rk3x: new method "
` [PATCH v3 4/4] i2c: rk3x: support I2C Highspeed Mode
[RFC PATCH 0/5] Cavium ThunderX PMU support
2016-01-14 16:06 UTC (8+ messages)
` [RFC PATCH 1/5] arm64/perf: Rename Cortex A57 events
` [RFC PATCH 2/5] arm64/perf: Add Cavium ThunderX PMU support
` [RFC PATCH 3/5] arm64: dts: Add Cavium ThunderX specific PMU
` [RFC PATCH 4/5] arm64/perf: Enable PMCR long cycle counter bit
` [RFC PATCH 5/5] arm64/perf: Extend event mask for ARMv8.1
[PATCH v3 0/5] Introduce at91_adc8xx driver
2016-01-14 15:38 UTC (6+ messages)
` [PATCH v3 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver
` [PATCH v3 2/5] MAINTAINERS: add entry for Atmel ADC 8xx driver
` [PATCH v3 3/5] ARM: at91/dt: sama5d2: add adc device
` [PATCH v3 4/5] ARM: at91/dt: sama5d2 Xplained: enable the "
` [PATCH v3 5/5] ARM: at91/defconfig: add sama5d2 adc support in sama5_defconfig
[PATCH v2 00/26] drm: Add Allwinner A10 display engine support
2016-01-14 15:25 UTC (27+ messages)
` [PATCH v2 01/26] reset: Move DT cell size check to the core
` [PATCH v2 02/26] reset: Make reset_control_ops const
` [PATCH v2 03/26] clk: Add regmap support
` [PATCH v2 04/26] clk: composite: Add unregister function
` [PATCH v2 05/26] clk: sunxi: Add display and TCON0 clocks driver
` [PATCH v2 06/26] clk: sunxi: Add PLL3 clock
` [PATCH v2 07/26] clk: sunxi: Add TCON channel1 clock
` [PATCH v2 08/26] clk: sun5i: add DRAM gates
` [PATCH v2 09/26] ARM: sun5i: dt: Add pll3 and pll7 clocks
` [PATCH v2 10/26] ARM: sun5i: a13: Add display and TCON clocks
` [PATCH v2 11/26] ARM: sun5i: Add DRAM gates
` [PATCH v2 12/26] ARM: sun5i: Add TV encoder gate to the DTSI
` [PATCH v2 13/26] drm/fb_cma_helper: Remove implicit call to disable_unused_functions
` [PATCH v2 14/26] drm/modes: Rewrite the command line parser
` [PATCH v2 15/26] drm/modes: Support modes names on the command line
` [PATCH v2 16/26] drm: Add Allwinner A10 Display Engine support
` [PATCH v2 17/26] drm: sun4i: Add DT bindings documentation
` [PATCH v2 18/26] drm: sun4i: Add RGB output
` [PATCH v2 19/26] drm: sun4i: Add composite output
` [PATCH v2 20/26] drm: sun4i: tv: Add PAL output standard
` [PATCH v2 21/26] drm: sun4i: tv: Add NTSC "
` [PATCH v2 22/26] ARM: sun5i: r8: Add display blocks to the DTSI
` [PATCH v2 23/26] ARM: sun5i: chip: Enable the TV Encoder
` [PATCH v2 24/26] devicetree: Add olimex vendor prefix
` [PATCH v2 25/26] drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS
` [PATCH v2 26/26] DO NOT MERGE: ARM: sun5i: chip: Enable the LCD panel
[PATCH V3 0/6] clk: bcm2835: add additinal clocks and add frac support
2016-01-14 15:16 UTC (8+ messages)
` [PATCH V3 1/6] clk: bcm2835: the minimum clock divider is 2
` [PATCH V3 2/6] clk: bcm2835: clamp clock divider to highest integer only
` [PATCH V3 3/6] clk: bcm2835: enable fractional and mash support
` [PATCH V3 4/6] clk: bcm2835: remove use of BCM2835_CLOCK_COUNT in driver
` [PATCH V3 5/6] clk: bcm2835: enable management of PCM clock
` [PATCH V3 6/6] clk: bcm2835: add missing 22 HW-clocks
[PATCH v2 0/2] new control V4L2_CID_MPEG_VIDEO_FORCE_I_FRAME
2016-01-14 15:01 UTC (4+ messages)
` [PATCH v2 1/2] v4l: add V4L2_CID_MPEG_VIDEO_FORCE_I_FRAME
[PATCH v2] reboot: Backup orderly_poweroff
2016-01-14 14:22 UTC (8+ messages)
[PATCH v3 0/3] dra7xx: get pcie working in mainline
2016-01-14 14:11 UTC (4+ messages)
` [PATCH v3 1/3] ARM: DRA7: hwmod: Add reset data for PCIe
` [PATCH v3 2/3] ARM: DRA7: add pdata-quirks to do reset of PCIe
` [PATCH v3 3/3] pci: dra7xx: use pdata callbacks to perform reset
[PATCH net-next 00/10] Proposal for a API set for HW Buffer management
2016-01-14 14:00 UTC (3+ messages)
` [PATCH net-next 08/10] bus: mvenus-mbus: Fix size test for mvebu_mbus_get_dram_win_info
[PATCH v6 0/6] arm/arm64: KVM: Enhance armv7/8 fp/simd lazy switch
2016-01-14 13:55 UTC (9+ messages)
` [PATCH v6 1/6] arm/arm64: KVM: Introduce armv7 fp/simd vcpu fields and helpers
Have any influence on set_memory_** about below patch ??
2016-01-14 13:44 UTC (7+ messages)
[PATCH v5 0/2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver
2016-01-14 13:35 UTC (3+ messages)
` [PATCH v5 1/2] "
[PATCH v2 0/3] dra7xx: get pcie working in mainline
2016-01-14 13:28 UTC (5+ messages)
` [PATCH v2 3/3] pci: dra7xx: use pdata callbacks to perform reset
[PATCH v5 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
2016-01-14 13:16 UTC (6+ messages)
` [PATCH v5 1/6] clk: hisilicon: add CRG driver for hi3519 soc
[PATCH v2 0/3] io-pgtable ARM short descriptor format
2016-01-14 13:05 UTC (3+ messages)
` [PATCH v2 1/3] iommu/io-pgtable: Add ARMv7 short descriptor support
[PATCH RESEND v3 0/9] Add STM32 pinctrl/GPIO driver
2016-01-14 12:55 UTC (3+ messages)
[PATCH v2 0/2] regulator: act8945a: add regulator driver for the sub-device of ACT8945A MFD
2016-01-14 12:46 UTC (8+ messages)
` [PATCH v2 1/2] regulator: act8945a: add regulator driver for ACT8945A
[PATCH 1/2] ARM: dts: rockchip: increase vdd_arm voltage for rk3066a-rayeager board
2016-01-14 12:45 UTC
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).