LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2015-03-11 11:08:58 to 2015-03-11 14:22:39 UTC [more...]
[PATCH v7 00/17] Re-introduce h8300 architecture
2015-03-11 14:21 UTC (10+ messages)
` [PATCH v7 08/17] h8300: Memory management
` [PATCH v7 09/17] h8300: library functions
` [PATCH v7 10/17] h8300: Build scripts
` [PATCH v7 12/17] h8300: clocksource
` [PATCH v7 13/17] h8300: configs
` [PATCH v7 14/17] serial: Add H8300
` [PATCH v7 15/17] Add ELF machine
` [PATCH v7 16/17] mksysmap: Add h8300 local symbol pattern
` [PATCH v7 17/17] Add H8/300 entry
[GIT PULL] Exynos changes for v4.1
2015-03-11 14:21 UTC
[GIT PULL] Exynos fixes for v4.0
2015-03-11 14:20 UTC
[PATCH] checkkconfigsymbols.py: make it Git aware
2015-03-11 14:19 UTC (3+ messages)
[PATCH] KVM: arm/arm64: prefer IS_ENABLED to a static variable
2015-03-11 14:20 UTC (2+ messages)
[PATCH] perf, tools: Output running time and run/enabled ratio in CSV mode
2015-03-11 14:16 UTC
Testcases for "eip canonical" kvm fixes?
2015-03-11 14:12 UTC (5+ messages)
[RFC] ext4: Add pollable sysfs entry for block threshold events
2015-03-11 14:12 UTC (3+ messages)
[PATCH v4 0/9] PCI: MMCONFIG clean up
2015-03-11 14:12 UTC (10+ messages)
` [PATCH v4 1/9] x86, pci: Clean up comment about buggy MMIO config space access for AMD Fam10h CPUs
` [PATCH v4 2/9] x86, pci: Abstract PCI config accessors and use AMD Fam10h workaround exclusively
` [PATCH v4 3/9] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH v4 4/9] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH v4 5/9] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH v4 6/9] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH v4 7/9] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH v4 8/9] pci, acpi, mcfg: Share ACPI PCI config space accessors
` [PATCH v4 9/9] pci, ecam: Improve naming for ecam.c content and areas where it is used
[PATCH] perf hists browser: Fix UI bug after fold/unfold
2015-03-11 14:12 UTC (5+ messages)
` [PATCHv2 1/2] "
` [PATCHv2 2/2] perf hists browser: Fix UI bug after zoom into thread/dso/symbol
[PATCH] crypto: amcc: remove incorrect __init/__exit markups
2015-03-11 14:13 UTC (2+ messages)
[PATCH] crypto: qat - remove incorrect __exit markup
2015-03-11 14:13 UTC (2+ messages)
[PATCH 1/4] hwrng: omap - remove incorrect __exit markups
2015-03-11 14:13 UTC (2+ messages)
[PATCH] 3.18 is now maintained by Sasha Levin
2015-03-11 14:08 UTC (6+ messages)
[PATCH 3/3] Staging: dgnc: Use goto for spinlock release before return
2015-03-11 14:05 UTC
[PATCH 2/3] Staging: dgnc: Use goto for error handling
2015-03-11 14:04 UTC
[V4.0.0-rc3] Xhci Regression: ERROR Transfer event TRB DMA ptr not part of current TD
2015-03-11 14:03 UTC (2+ messages)
[PATCH 1/3] Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninit
2015-03-11 14:03 UTC
[PATCH 0/3] Introducing goto for error and lock handling
2015-03-11 14:02 UTC
[PATCH] Kconfig: drop bogus default values
2015-03-11 13:59 UTC
[PATCH] arm64: Enable CONFIG_COMPAT also for 64k page size
2015-03-11 13:57 UTC (11+ messages)
[PATCH 2/2] xen-pciback: also support disabling of bus-mastering and memory-write-invalidate
2015-03-11 13:52 UTC
[PATCH 1/2] xen-pciback: limit guest control of command register
2015-03-11 13:51 UTC
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
2015-03-11 13:49 UTC (3+ messages)
efivarfs and writev() support
2015-03-11 13:42 UTC (2+ messages)
[PATCH] mm: kill kmemcheck
2015-03-11 13:39 UTC (4+ messages)
[PATCH RFT v2] x86: move cacheinfo sysfs to generic cacheinfo infrastructure
2015-03-11 13:36 UTC (11+ messages)
` [PATCH v3] "
[PATCH] nfs: do not export discarded symbols
2015-03-11 13:37 UTC
[PATCH RFCv2 00/21] Drivers: hv: utils: re-implement the kernel/userspace communication layer
2015-03-11 13:29 UTC (22+ messages)
` [PATCH RFCv2 01/21] Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h
` [PATCH RFCv2 02/21] Drivers: hv: kvp: reset kvp_context
` [PATCH RFCv2 03/21] Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h
` [PATCH RFCv2 04/21] Drivers: hv: fcopy: process deferred messages when we complete the transaction
` [PATCH RFCv2 05/21] Drivers: hv: vss: "
` [PATCH RFCv2 06/21] Drivers: hv: kvp: rename kvp_work -> kvp_timeout_work
` [PATCH RFCv2 07/21] Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_work
` [PATCH RFCv2 08/21] Drivers: hv: util: introduce state machine for util drivers
` [PATCH RFCv2 09/21] Drivers: hv: kvp: switch to using the hvutil_device_state state machine
` [PATCH RFCv2 10/21] Drivers: hv: vss: "
` [PATCH RFCv2 11/21] Drivers: hv: fcopy: "
` [PATCH RFCv2 12/21] Drivers: hv: fcopy: set .owner reference for file operations
` [PATCH RFCv2 13/21] Drivers: hv: util: introduce hv_utils_transport abstraction
` [PATCH RFCv2 14/21] Drivers: hv: vss: convert to hv_utils_transport
` [PATCH RFCv2 15/21] Drivers: hv: fcopy: "
` [PATCH RFCv2 16/21] Drivers: hv: kvp: "
` [PATCH RFCv2 17/21] Tools: hv: kvp: use misc char device to communicate with kernel
` [PATCH RFCv2 18/21] Tools: hv: vss: "
` [PATCH RFCv2 19/21] Drivers: hv: vss: full handshake support
` [PATCH RFCv2 20/21] Drivers: hv: fcopy: "
` [PATCH RFCv2 21/21] Drivers: hv: utils: unify driver registration reporting
A number of perf stat improvements
2015-03-11 13:35 UTC (2+ messages)
4.0-rc1: Oops on eject of CF card in PCMCIA slot
2015-03-11 13:33 UTC (5+ messages)
` [solution exits] no PCMCIA in 4.0-rc3
[PATCH v2] selftests: kcmp build fails when invoked from kselftest target
2015-03-11 13:30 UTC (3+ messages)
[PATCH] Staging: rtl8712: fix potential null pointer dereference
2015-03-11 13:31 UTC
[PATCH 1/2] perf probe: export get_real_path
2015-03-11 13:30 UTC (4+ messages)
` [PATCH v2] perf probe: Find compilation directory path for lazy matching
Two variants of fixing Tegra20 suspend bug
2015-03-11 13:28 UTC (4+ messages)
` [PATCH] ARM: tegra20: Store CPU "resettable" status in IRAM
[PATCH] mm: replace mmap_sem for mm->exe_file serialization
2015-03-11 13:26 UTC (7+ messages)
[PATCH v2 0/7] dmaengine/dra7x: DMA router (crossbar support)
2015-03-11 13:23 UTC (8+ messages)
` [PATCH v2 1/7] dmaengine: of_dma: Support for DMA routers
` [PATCH v2 2/7] Documentation: devicetree: dma: Binding documentation for TI DMA crossbar
` [PATCH v2 3/7] dmaengine: Add driver for TI DMA crossbar on DRA7x
` [PATCH v2 4/7] dmaengine: omap-dma: Use defines for dma channels and request count
` [PATCH v2 5/7] dmaengine: omap-dma: Take DMA request number from DT if it is available
` [PATCH v2 6/7] dmaengine: omap-dma: Remove mapping between virtual channels and requests
` [PATCH v2 7/7] ARM: DTS: dra7x: Integrate sDMA crossbar
[PATCH] net: sysctl_net_core: check SNDBUF and RCVBUF for min length
2015-03-11 13:25 UTC (2+ messages)
[PATCH 05/11] perf data: Add tracepoint events fields CTF conversion support
2015-03-11 13:18 UTC (11+ messages)
` [PATCH] perf build: Fix libbabeltrace detection
[PATCH 1/9] selftests: Introduce minimal shared logic for running tests
2015-03-11 13:19 UTC (8+ messages)
` [PATCH 2/9] selftests: Add install target
[PATCH v4 1/9] kbuild: Don't pass -rR to selftest makefiles
2015-03-11 13:18 UTC (3+ messages)
` [PATCH v4 4/9] selftests: Add install target
[PATCH] kernfs: remove outdated and confusing comment
2015-03-11 13:15 UTC (3+ messages)
[PATCH] n_tty: use kmalloc() instead of vmalloc() to avoid crash on armada-xp
2015-03-11 13:14 UTC (9+ messages)
[PATCH 2/2] ARM: l2c: Maintain CPU endianness for early resume function
2015-03-11 13:12 UTC (3+ messages)
[RFC PATCH 0/7] powerpc/powernv: Nest Instrumentation support
2015-03-11 13:07 UTC (8+ messages)
` [RFC PATCH 1/7] powerpc/powernv: Data structure and macros definition
` [RFC PATCH 2/7] powerpc/powernv: uncore foundation code
` [RFC PATCH 3/7] powerpc/powernv: uncore cpumask and CPU hotplug
` [RFC PATCH 4/7]powerpc/powernv: Add OPAL support for Nest pmu
` [RFC PATCH 5/7]powerpc/powernv: Add POWER8 specific nest pmu support
` [RFC PATCH 6/7]powerpc/powernv: add support to parse dt for nest pmu
` [RFC PATCH 7/7]powerpc/powernv: enable nest pmu related file in Makefile
[PATCH v2 00/18] Add support to STMicroelectronics STM32 family
2015-03-11 13:08 UTC (6+ messages)
` [PATCH v2 07/18] drivers: reset: Add STM32 reset driver
[PATCH] fix trailing whitespaces in if.h
2015-03-11 13:08 UTC
[PATCH] serial: 8250_dw: fix 'cts-override'
2015-03-11 13:00 UTC (2+ messages)
[PATCH 0/2] of: fix handling of '/' in path options
2015-03-11 13:00 UTC (3+ messages)
[patch] dm log userspace: use mempool_create_kmalloc_pool()
2015-03-11 12:58 UTC (2+ messages)
` "
[PATCH 2/4] x86: entry_64.S: remove stub_iopl
2015-03-11 12:55 UTC (4+ messages)
` [PATCH 4/4] x86: entry_64.S: remove unused thread_struct::usersp
[PATCH] powercap/rapl: handle domain energy unit
2015-03-11 12:55 UTC
possible circular locking dependency detected
2015-03-11 12:52 UTC
[PATCH v2] x86: entry_32.S: change ESPFIX test to not touch PT_OLDSS(%esp)
2015-03-11 12:50 UTC (4+ messages)
[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
2015-03-11 12:39 UTC (22+ messages)
` [PATCH v10 01/21] ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanning
` [PATCH v10 02/21] ACPI: add arm64 to the platforms that use ioremap
` [PATCH v10 03/21] ARM64: allow late use of early_ioremap
` [PATCH v10 04/21] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH v10 05/21] ACPI: fix acpi_os_ioremap for arm64
` [PATCH v10 06/21] ACPI / sleep: Introduce CONFIG_ACPI_GENERIC_SLEEP
` [PATCH v10 07/21] ARM64 / ACPI: Introduce PCI stub functions for ACPI
` [PATCH v10 08/21] ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPI
` [PATCH v10 09/21] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [PATCH v10 10/21] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
` [PATCH v10 11/21] ACPI / table: Print GIC information when MADT is parsed
` [PATCH v10 12/21] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v10 13/21] ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID
` [PATCH v10 14/21] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v10 15/21] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v10 16/21] irqchip: Add GICv2 specific ACPI boot support
` [PATCH v10 17/21] clocksource / arch_timer: Parse GTDT to initialize arch timer
` [PATCH v10 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v10 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH v10 20/21] Documentation: ACPI for ARM64
` [PATCH v10 21/21] ARM64 / ACPI: additions of ACPI documentation for arm64
[PATCH] pci: of : fix BUG: unable to handle kernel
2015-03-11 12:49 UTC (3+ messages)
[PATCH] backlight: pwm: handle EPROBE_DEFER while requesting the PWM
2015-03-11 12:48 UTC (2+ messages)
[PATCH v2 0/4] cpufreq: add cpufreq driver for Mediatek MT8173 SoC
2015-03-11 12:46 UTC (13+ messages)
` [PATCH v2 3/4] cpufreq: mediatek: add Mediatek cpufreq driver
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
2015-03-11 12:45 UTC (3+ messages)
[PATCH] ceph: match wait_for_completion_timeout return type
2015-03-11 12:42 UTC (4+ messages)
[PATCH] KVM: vgic: add virt-capable compatible strings
2015-03-11 12:43 UTC (2+ messages)
PROBLEM: lenovo yoga 11e touchscreen (baytrail SoC) does not work on 4.0.0 rc2
2015-03-11 12:42 UTC (6+ messages)
[patch] mm, mempool: do not allow atomic resizing
2015-03-11 12:41 UTC (2+ messages)
[PATCH 0/2] pinctrl: Introduce support for iodelay module in TI SoCs
2015-03-11 12:39 UTC (4+ messages)
` [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver
[PATCH v2 0/2] x86_64: Sigcontext improvements
2015-03-11 12:32 UTC (5+ messages)
` [PATCH v2 2/2] x86_64,signal: Remove 'fs' and 'gs' from sigcontext
[PATCH 0/4] enhance shmem process and swap accounting
2015-03-11 12:30 UTC (3+ messages)
` [PATCH 2/4] mm, procfs: account for shmem swap in /proc/pid/smaps
Bad rpath in cpupower with 4.0-rcX
2015-03-11 12:20 UTC (5+ messages)
[PATCH v4] media: i2c: add support for omnivision's ov2659 sensor
2015-03-11 12:14 UTC (3+ messages)
[PATCH RESEND] pwm: mxs: fix period divider computation
2015-03-11 12:13 UTC (2+ messages)
[PATCH RFC] f2fs: add fast symlink
2015-03-11 11:52 UTC
[PATCH] scsi: match wait_for_completion_timeout return type
2015-03-11 11:57 UTC
[ALSA/seq] BUG: unable to handle kernel NULL pointer dereference at 00000050
2015-03-11 11:55 UTC (2+ messages)
[RFC PATCH v2 0/2] add nproc cgroup subsystem
2015-03-11 11:46 UTC (9+ messages)
` [PATCH v2 1/2] cgroups: allow a cgroup subsystem to reject a fork
[PATCHv3 0/5] arm-cci400: PMU monitoring support on ARM64
2015-03-11 11:40 UTC (2+ messages)
[PATCH v2 0/3] NFC: nxp-nci: Add support for NXP-NCI NFC controllers
2015-03-11 11:27 UTC (5+ messages)
` [PATCH v2 2/3] NFC: nxp-nci: Add support for NXP NCI chips
` [PATCH v2 3/3] NFC: nxp-nci_i2c: Add I2C support to NXP NCI driver
[PATCH 0/3] sp0, ss1, and sp1 docs and minor fixes
2015-03-11 11:21 UTC (3+ messages)
` [PATCH 2/3] x86: Unify and fix init sp0
[PATCH net-next v4 0/3] Linn Ethernet Packet Sniffer driver
2015-03-11 11:20 UTC (8+ messages)
[PATCH v5 0/2] power: rt5033: Add Richtek RT533 drivers
2015-03-11 11:20 UTC (4+ messages)
` [PATCH v5 1/2] power: rt5033_charger: Add RT5033 charger device driver
[PATCH v2] HID: i2c-hid: Fix suspend/resume when already runtime suspended
2015-03-11 11:20 UTC (4+ messages)
[PATCH v2 0/6] ARM: at91: fix irq_pm_install_action WARNING
2015-03-11 11:17 UTC (6+ messages)
` [PATCH v2 5/6] watchdog: at91sam9: request the irq with IRQF_NO_SUSPEND
[PATCH] phy: Add a driver for dm816x USB PHY
2015-03-11 11:16 UTC (2+ messages)
[PATCH v2] Mediatek PMIC wrapper support
2015-03-11 11:12 UTC (3+ messages)
` [PATCH 2/2] soc: mediatek: Add PMIC wrapper for MT8135 and MT8173 SoCs
[PATCH v1] Mediatek SCPSYS power domain support
2015-03-11 11:10 UTC (3+ messages)
` [PATCH 2/4] soc: Mediatek: Add SCPSYS power domain driver
[PATCH v4 1/3] ARM: EXYNOS: Add missing static to file-scope declarations
2015-03-11 11:08 UTC (2+ messages)
` [PATCH v4 3/3] ARM: EXYNOS: Remove left over 'extra_save'
page: next (older) | prev (newer) | latest
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).