messages from 2016-04-02 09:09:07 to 2016-04-03 03:53:13 UTC [more...]
[PATCH] ARM: dts: s3c: Fix DTC unit name warnings in S3C2416 and S3C6410
2016-04-03 3:53 UTC (3+ messages)
[PATCH 01/11] ARM: dts: exynos: Fix DTC unit name warnings in cros-adc-thermistors
2016-04-03 3:46 UTC (6+ messages)
` [PATCH 06/11] ARM: dts: exynos: Fix DTC unit name warnings in Exynos5250
[RT] Warning from swake_up_all_locked in rt-4.4.4-rt11
2016-04-03 3:44 UTC (4+ messages)
[PATCH v2] PM / runtime: Document steps for device removal
2016-04-03 3:23 UTC
[GIT PULL] MMC for v.4.6
2016-04-03 2:56 UTC (2+ messages)
` [bisect] Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmc (was [GIT PULL] MMC for v.4.6)
[PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management
2016-04-03 1:48 UTC (10+ messages)
` [PATCH 1/6] Drivers: hv: kvp: fix IP Failover
` [PATCH 2/6] hv: Make a function to free mmio regions through vmbus
` [PATCH 3/6] hv: Lock access to hyperv_mmio resource tree
` [PATCH 4/6] hv: Use new vmbus_mmio_free() from client drivers
` [PATCH 5/6] hv: Reverse order of resources in hyperv_mmio
` [PATCH 6/6] hv: Track allocations of children of hv_vmbus in private resource tree
[GIT PULL] Thermal SoC management updates for v4.6-rc2
2016-04-03 1:32 UTC (3+ messages)
Hilsener
2016-04-03 1:12 UTC
collect2: error: ld returned 1 exit status
2016-04-03 0:46 UTC
arch/xtensa/kernel/coprocessor.S:93: Error: invalid register number (240) for 'rur240'
2016-04-03 0:38 UTC
[PATCH v2 net-next] net: hns: add support of pause frame ctrl for HNS V2
2016-04-03 0:17 UTC (2+ messages)
[PATCH] netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 address
2016-04-03 0:16 UTC (2+ messages)
[PATCH 2/2] UBIFS: Implement ->migratepage()
2016-04-03 0:13 UTC (2+ messages)
{standard input}:116: Error: number (0x9000000080000000) larger than 32 bits
2016-04-03 0:09 UTC
arch/xtensa/kernel/coprocessor.S:93: Error: unknown opcode or format name 'rur.ae_ovf_sar'
2016-04-02 23:52 UTC
[RFC patch 0/7] futex: Add support for attached futexes
2016-04-02 23:48 UTC (15+ messages)
` [RFC patch 1/7] futex: Provide helpers for hash bucket add/remove
` [RFC patch 2/7] futex: Add some more function commentry
` [RFC patch 3/7] futex: Make key init a helper function
` [RFC patch 4/7] futex: Add support for attached futexes
` [RFC patch 5/7] perf/bench/futex-hash: Support "
` [RFC patch 7/7] [PATCH] glibc: nptl: Add support for attached pthread_mutexes
` [RFC patch 6/7] futex.2: Document attached mode
Staging: unisys/verisonic: Correct double unlock
2016-04-02 23:20 UTC (2+ messages)
[PATCH 0/6] Drivers: hv: vmbus: Cleanup the ring buffer code
2016-04-03 0:59 UTC (7+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
` [PATCH 2/6] Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
` [PATCH 3/6] Drivers: hv: vmbus: Use the new virt_xx barrier code
` [PATCH 4/6] Drivers: hv: vmbus: Export the vmbus_set_event() API
` [PATCH 5/6] Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
` [PATCH 6/6] Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
[PATCH 1/5 v5] drm: Add support of ARC PGU display controller
2016-04-02 23:13 UTC (2+ messages)
[intel-pstate driver regression] processor frequency very high even if in idle
2016-04-02 22:50 UTC (6+ messages)
net: memory leak due to CLONE_NEWNET
2016-04-02 22:31 UTC (2+ messages)
[GIT PULL] target fixes for v4.6-rc2
2016-04-02 22:22 UTC
[PATCH] mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
2016-04-02 22:05 UTC (2+ messages)
[PATCH 0/3] mm/mmap.c: don't unmap the overlapping VMA(s)
2016-04-02 21:54 UTC (5+ messages)
` [PATCH 1/3] man/mmap.2: "
` [PATCH 2/3] mm/mremap.c: "
` [PATCH 3/3] man/mremap.2: "
[PATCH V2 1/1] Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
2016-04-02 23:17 UTC
[PATCH 1/1] Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
2016-04-02 22:44 UTC (2+ messages)
[PATCH 1/1] Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
2016-04-02 20:58 UTC (2+ messages)
[PATCH v5 0/9] Improve non-"safe" MSR access failure handling
2016-04-02 20:58 UTC (20+ messages)
` [PATCH v5 1/9] x86/head: Pass a real pt_regs and trapnr to early_fixup_exception
` [PATCH v5 2/9] x86/head: Move the early NMI fixup into C
` [PATCH v5 3/9] x86/head: Move early exception panic code into early_fixup_exception
` [PATCH v5 4/9] x86/traps: Enable all exception handler callbacks early
` [PATCH v5 5/9] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
` [PATCH v5 6/9] x86/msr: Carry on after a non-"safe" MSR access fails
` [PATCH v5 7/9] x86/paravirt: Add paravirt_{read,write}_msr
` [PATCH v5 8/9] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
` [PATCH v5 9/9] x86/msr: Set the return value to zero when native_rdmsr_safe fails
[PATCH 1/8] mfd: twl-core: Rename struct twl4030_platform_data to twl_platform_data
2016-04-02 20:30 UTC (12+ messages)
` [PATCH 3/8] mfd: twl-core: Rename TWL4030_CORE Kconfig option to TWL_CORE
` [PATCH 4/8] mfd: Add TWL6030 power driver, with minimal support for power off
` [PATCH 7/8] input: misc: Add TWL6030 power button support to twl-pwrbutton
Getting rid of inside_vm in intel8x0
2016-04-02 20:22 UTC (10+ messages)
[PATCH] Staging: wlan-ng: memory allocated inside mkimage() is not freed if subsequent calls fails
2016-04-02 20:22 UTC
[PATCH] x86: Add a turbo mode sysctl
2016-04-02 20:21 UTC (3+ messages)
[PATCH 1/2] ARM: OMAP3: Use offset definition and omap_ctrl_writel for boot mode
2016-04-02 20:06 UTC (4+ messages)
` [PATCH 2/2] ARM: OMAP4: Store reboot mode to SAR scratchpad memory before restart
Greetings from G. Hazrat,>>
2016-04-02 19:49 UTC
[PATCH v2] kbuild: forbid kernel directory to contain spaces and colons
2016-04-02 19:38 UTC
[PATCH] ARM: pxa: activate pinctrl for device-tree machines
2016-04-02 18:56 UTC
Question on rhashtable in worst-case scenario
2016-04-02 18:33 UTC (12+ messages)
[intel-pstate driver regression] processor frequency very high even if in idle
2016-04-02 18:20 UTC (9+ messages)
[PATCH 1/2] localmodconfig: Fix parsing of Kconfig "source" statements
2016-04-02 17:55 UTC (2+ messages)
` [PATCH 2/2] localmodconfig: Reset certificate paths
Major improvements to the ch341 driver
2016-04-02 17:29 UTC (16+ messages)
` [PATCH v2 01/14] USB: ch341: improve documentation
` [PATCH v2 02/14] USB: ch341: fix error handling on resume
` [PATCH v2 03/14] USB: ch341: add LCR register definitions
` [PATCH v2 04/14] USB: ch341: add definitions for modem control
` [PATCH v2 05/14] USB: ch341: fix USB buffer allocations
` [PATCH v2 06/14] USB: ch341: reinitialize chip on reconfiguration
` [PATCH v2 07/14] USB: ch341: add support for parity, frame length, stop bits
` [PATCH v2 08/14] USB: ch341: add debug output for chip version
` [PATCH v2 09/14] USB: ch341: add support for RTS/CTS flow control
` [PATCH v2 10/14] USB: ch341: fix coding style
` [PATCH v2 11/14] USB: ch341: clean up messages
` [PATCH v2 12/14] USB: ch341: improve B0 handling
` [PATCH v2 13/14] USB: ch341: get rid of default configuration
` [PATCH v2 14/14] USB: ch341: implement tx_empty callback
linux-kernel TV anti-blue & glare protector
2016-04-02 15:11 UTC
[PATCH v5 0/4] Infrastructure code for perf-config
2016-04-02 17:08 UTC (5+ messages)
` [PATCH v5 1/4] perf config: Introduce perf_config_set class
` [PATCH v5 2/4] perf config: Let show_config() work with perf_config_set
` [PATCH v5 3/4] perf config: Prepare all default configs
` [PATCH v5 4/4] perf config: Initialize perf_config_set with "
[PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver
2016-04-02 17:04 UTC (6+ messages)
[PATCH] Input: Do not add SYN_REPORT in between a single packet data
2016-04-02 17:01 UTC (6+ messages)
[PATCH] regulator: pwm: Try to avoid voltage error in duty cycle calculation
2016-04-02 16:53 UTC (3+ messages)
[PATCH v3 0/2] Update SCSI target removal path
2016-04-02 16:36 UTC (3+ messages)
` [PATCH v3 1/2] scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
[PATCH v2 0/2] PINT irqchip driver for NXP LPC18xx family
2016-04-02 16:35 UTC (3+ messages)
` [PATCH v2 1/2] irqchip: add lpc18xx gpio pin interrupt driver
` [PATCH v2 2/2] devicetree: document NXP LPC1850 PINT irq controller binding
[PATCH v5 1/2] dt/bindings: Add bindings for PIC32 SPI peripheral
2016-04-02 16:35 UTC (2+ messages)
[PATCH v2] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver
2016-04-02 16:34 UTC (2+ messages)
"perf: interrupt took too long" messages even with perf_cpu_time_max_percent==0
2016-04-02 16:33 UTC (5+ messages)
sound: use-after-free in snd_timer_interrupt
2016-04-02 16:30 UTC (2+ messages)
[PATCH] ARM: dts: kirkwood: Add DTS for Linksys EA4200v2/EA4500
2016-04-02 16:26 UTC (3+ messages)
[RFC PATCH 00/10] ACPI overlays
2016-04-02 16:24 UTC (7+ messages)
` [RFC PATCH 06/10] spi: add support for ACPI reconfigure notifications
[PATCH v2 0/2] ASoC: codecs: add support for TAS5720 digital amplifier
2016-04-02 16:21 UTC (7+ messages)
` [PATCH v2 2/2] "
[PATCH] ARM: dts: armv7-m: add address to unit name
2016-04-02 16:12 UTC (3+ messages)
[GIT PULL] a configfs fix for -rc2
2016-04-02 16:00 UTC
[PATCH] crypto: document correct return value for request allocation
2016-04-02 15:54 UTC
[PATCH v6] Bluetooth: hci_uart: Support firmware download for Marvell
2016-04-02 15:05 UTC (2+ messages)
[PATCH v2 0/4] Introduce bulk mode for crypto engine framework
2016-04-02 15:00 UTC (3+ messages)
` [PATCH v2 1/4] scatterlist: Introduce some helper functions
[PATCH RFC v2 0/2] pxa_camera transition to v4l2 standalone device
2016-04-02 14:26 UTC (3+ messages)
` [PATCH RFC v2 1/2] media: platform: transfer format translations to soc_mediabus
` [PATCH RFC v2 2/2] media: platform: pxa_camera: make a standalone v4l2 device
[PATCH] MIPS: Fix broken malta qemu
2016-04-02 14:05 UTC (4+ messages)
[PATCH v3 0/2] mmc: dw_mmc: controller reset support
2016-04-02 14:03 UTC (3+ messages)
` [PATCH v3 2/2] mmc: dw_mmc: add resets support to dw_mmc
[PATCH] mtd: nand: denali: allow to override max_banks from DT property
2016-04-02 14:03 UTC (6+ messages)
[PATCH v2] mtd: nand: document the NAND controller/NAND chip DT representation
2016-04-02 13:47 UTC (3+ messages)
[PATCH RESEND] smp: make wake up idle cpus more generic
2016-04-02 13:10 UTC (4+ messages)
lockdep WARNING in get_online_cpus
2016-04-02 13:02 UTC
The most insane proposal in regard to the Linux kernel development
2016-04-02 12:43 UTC
[PATCH] gma500: fix missing comma in dsi_errors array initializer
2016-04-02 12:49 UTC (4+ messages)
[PATCH 0/4] sched: Fix/improve nohz cpu load updates
2016-04-02 12:38 UTC (10+ messages)
` [PATCH 1/4] sched: Gather cpu load functions under a common namespace
` [PATCH 2/4] sched: Correctly handle nohz ticks cpu load accounting
` [PATCH 3/4] sched: Optimize tick periodic cpu load updates
[PATCH v4 1/4] perf config: Introduce perf_config_set class
2016-04-02 11:58 UTC (5+ messages)
[PATCH v3 0/4] Enable configs for 96boards HiKey and general arm64
2016-04-02 11:47 UTC (5+ messages)
` [PATCH v3 1/4] arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey
` [PATCH v3 2/4] arm64: defconfig: add CONFIG_SPI_SPIDEV as module
` [PATCH v3 3/4] arm64: defconfig: enable several common USB network adapters
` [PATCH v3 4/4] arm64: defconfig: enable configs for WLAN and TI WL1835 as modules
[tip.git#x86/debug] Re: x86/dumpstack: Combine some printk()s
2016-04-02 11:12 UTC (2+ messages)
[PATCH 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support
2016-04-02 10:45 UTC (4+ messages)
` [PATCH 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks
genirq: Flags mismatch irq 4. 00000000 (serial) vs. 00000080 (goldfish_pdev_bus)
2016-04-02 10:35 UTC
[PATCH] sched/deadline/rtmutex: Fix a PI crash for deadline tasks
2016-04-02 10:19 UTC (7+ messages)
[PATCH] sched/deadline: No need to check NULL later_mask
2016-04-02 10:14 UTC (5+ messages)
mm: BUG in khugepaged_scan_mm_slot
2016-04-02 9:48 UTC
[PATCH v2 00/16] DTS for hi6220 and HiKey
2016-04-02 9:29 UTC (17+ messages)
` [PATCH v2 01/16] arm64: dts: Reserve memory regions for hi6220
` [PATCH v2 02/16] arm64: dts: add sp804 timer node for Hi6220
` [PATCH v2 03/16] arm64: dts: enable idle states "
` [PATCH v2 04/16] arm64: dts: Add Hi6220 gpio configuration nodes
` [PATCH v2 05/16] arm64: dts: add Hi6220 pinctrl "
` [PATCH v2 06/16] arm64: dts: add Hi6220 spi "
` [PATCH v2 07/16] arm64: dts: add all hi6220 i2c nodes
` [PATCH v2 08/16] arm64: dts: hikey: enable i2c0 and i2c1 for working with mezzanine boards
` [PATCH v2 09/16] arm64: dts: add hi6220 usb node
` [PATCH v2 10/16] arm64: dts: add mailbox node for Hi6220
` [PATCH v2 11/16] arm64: dts: add Hi6220's stub clock node
` [PATCH v2 12/16] arm64: dts: hi6220: add pinctrl for uarts and enable them
` [PATCH v2 13/16] arm64: dts: add LED nodes for hi6220-hikey
` [PATCH v2 14/16] arm64: dts: hikey: Add hi655x pmic dts node
` [PATCH v2 15/16] arm64: dts: add dwmmc nodes for hi6220
` [PATCH v2 16/16] arm64: dts: add wifi nodes support for hi6220-hikey
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