All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-25 13:46:48 to 2015-01-25 15:57:07 UTC [more...]

[perf] WARNING: CPU: 0 PID: 1457 at kernel/events/core.c:890 add_event_to_ctx()
 2015-01-25 15:56 UTC  (3+ messages)

perf not capturing stack traces
 2015-01-25 15:56 UTC  (7+ messages)

[PATCH v2 0/4] Add emev2 pinmux support
 2015-01-25 15:55 UTC  (11+ messages)
` [PATCH v2 2/4] sh-pfc: "
    ` [PATCH v3] "

[PATCH 1/2] clk: sunxi: rewrite sun9i_a80_get_pll4_factors()
 2015-01-25 15:55 UTC  (4+ messages)
` [PATCH 2/2] sunxi: clk: Set sun6i-pll1 n_start = 1

[Buildroot] [PATCH 1/1] cgic: new package
 2015-01-25 15:53 UTC  (5+ messages)
` [Buildroot] [PATCH 1/3] "
  ` [Buildroot] [PATCH 2/3] Restore cgiFormFileGetTempfileName and make creation permissions more secure

[PATCH 0/3] net: allwinner: sun4i-emac: add missing SRAM mapping
 2015-01-25 15:49 UTC  (8+ messages)
` [PATCH 1/3] ARM: dts: sunxi: Add syscon node for controlling "
` [PATCH 2/3] ARM: sunxi: Add register bit definitions for SRAM mapping syscon
` [PATCH 3/3] net: allwinner: sun4i-emac: fix emac SRAM mapping

[PATCH V2] watchdog: bcm47xx_wdt.c: add restart handler support
 2015-01-25 15:46 UTC  (3+ messages)
` [PATCH V3] "

[Buildroot] [autobuild.buildroot.net] Build results for 2015-01-24
 2015-01-25 15:44 UTC  (2+ messages)

[linux-3.14 test] 33689: regressions - trouble: broken/fail/pass
 2015-01-25 15:44 UTC 

[PATCH v3 0/4] st33zp24 new architecture proposal and st33zp24 spi driver
 2015-01-25 15:44 UTC  (6+ messages)
  ` [PATCH v3 1/4] tpm/tpm_i2c_stm_st33: Replace access to io_lpcpd from struct st33zp24_platform_data to tpm_stm_dev
  ` [PATCH v3 2/4] tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)
  ` [PATCH v3 3/4] tpm/st33zp24/spi: Add st33zp24 spi phy
  ` [PATCH v3 4/4] tpm/st33zp24/dts/st33zp24-spi: Add dts documentation for "

[kbd] dvorak-programmer keymap
 2015-01-25 15:43 UTC  (2+ messages)

[PATCH] tools/Makefile: fix qemu-xen-traditional build
 2015-01-25 15:38 UTC 

[PATCH v5 00/18] Exynos SYSMMU (IOMMU) integration with DT and DMA-mapping subsystem
 2015-01-25 15:38 UTC  (4+ messages)
` [PATCH v5 11/18] iommu: exynos: remove useless device_add/remove callbacks

[PATCH] serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handling
 2015-01-25 15:38 UTC  (2+ messages)

[oe][Patch 0/2] udev: fix ptest to not influence qemu
 2015-01-25 15:33 UTC  (3+ messages)
` [oe][Patch 1/2] udev: fix ptest rule syntax check
` [oe][Patch 2/2] udev: don't keep ptest testdata laying around

[PATCH v1 00/15] support multi-pthread per core
 2015-01-25 15:34 UTC  (6+ messages)
  ` [PATCH v1 02/15] eal: new eal option '--lcores' for cpu assignment

[PATCH] ARM: dts: sun7i: Add dts file for pcDuino 3 Nano board
 2015-01-25 15:32 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] Config.in.legacy: add an option to get rid of all legacy at once
 2015-01-25 15:31 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] *config: improve handling of BR2_LEGACY

[PATCH 0/4] IB/core: extended query device caps cleanup for v3.19
 2015-01-25 15:29 UTC  (5+ messages)
` [PATCH 1/4] IB/uverbs: ex_query_device: fail if output buffer size does not match
` [PATCH 3/4] IB/uverbs: ex_query_device: check request's comp_mask

[Buildroot] [PATCH 1/3] python-jinja2: add python-markupsafe as dependency
 2015-01-25 15:28 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/26] dm: Add additional bus functionality
 2015-01-25 15:27 UTC  (27+ messages)
` [U-Boot] [PATCH v3 01/26] dm: i2c: Provide an offset length parameter where needed
` [U-Boot] [PATCH v3 02/26] dm: Don't run tests if U-Boot cannot be built
` [U-Boot] [PATCH v3 03/26] dm: core: Improve comments for uclass_first/next_device()
` [U-Boot] [PATCH v3 04/26] dm: core: Set device tree node for root device
` [U-Boot] [PATCH v3 05/26] dm: core: Tidy up error handling in device_bind()
` [U-Boot] [PATCH v3 06/26] dm: core: Allocate platform data when binding a device
` [U-Boot] [PATCH v3 07/26] dm: core: Allow parents to have platform data for their children
` [U-Boot] [PATCH v3 08/26] dm: core: Allow uclasses to specify platdata for a device's children
` [U-Boot] [PATCH v3 09/26] dm: core: Add a post_bind method for parents
` [U-Boot] [PATCH v3 10/26] dm: core: Add a function to get a device's uclass ID
` [U-Boot] [PATCH v3 11/26] dm: core: Add a flag to control sequence numbering
` [U-Boot] [PATCH v3 12/26] dm: core: Allow uclasses to specify private data for a device's children
` [U-Boot] [PATCH v3 13/26] dm: spi: Move the per-child data size to the uclass
` [U-Boot] [PATCH v3 14/26] dm: core: Allow the uclass to set up a device's child after binding
` [U-Boot] [PATCH v3 15/26] dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()
` [U-Boot] [PATCH v3 16/26] dm: core: Allow uclass to set up a device's child before it is probed
` [U-Boot] [PATCH v3 17/26] dm: spi: Set up the spi_slave device pointer in child_pre_probe()
` [U-Boot] [PATCH v3 18/26] dm: spi: Move slave details to child platdata
` [U-Boot] [PATCH v3 19/26] dm: i2c: "
` [U-Boot] [PATCH v3 20/26] dm: tegra: Drop unused COMPAT features for I2C, SPI
` [U-Boot] [PATCH v3 21/26] dm: exynos: Drop unused COMPAT features for SPI
` [U-Boot] [PATCH v3 22/26] dm: core: Ignore disabled devices when binding
` [U-Boot] [PATCH v3 23/26] dm: cros_ec: Don't require protocol 3 support
` [U-Boot] [PATCH v3 24/26] dm: cros_ec: Move cros_ec_i2c over to driver model
` [U-Boot] [PATCH v3 25/26] dm: cros_ec_spi: Remove old pre-driver-model code
` [U-Boot] [PATCH v3 26/26] dm: Update documentation for new bus features

Device or resource busy
 2015-01-25 15:24 UTC  (10+ messages)

[U-Boot] [PATCH] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig
 2015-01-25 15:24 UTC 

btrfs convert running out of space
 2015-01-25 15:23 UTC  (14+ messages)

[ANNOUNCE] wpan-tools 0.4 released
 2015-01-25 15:23 UTC 

[PATCH 0/4] Drop legacy support for omap3517
 2015-01-25 15:18 UTC  (6+ messages)

[PATCH 0/5] Parallelise OPEN/OPEN_DOWNGRADE/CLOSE in NFSv4.x (x>0)
 2015-01-25 15:14 UTC  (3+ messages)

[RFC PATCH v3] SELinux SCTP protocol support
 2015-01-25 15:07 UTC  (2+ messages)

[PATCH RFC 0/3] power: mxs_power: add driver for mxs power subsystem
 2015-01-25 15:04 UTC  (6+ messages)
` [PATCH RFC 2/3] "

[PATCH 0/2] clockevents: introduce ->set_dev_mode() and convert a few drivers
 2015-01-25 15:03 UTC  (7+ messages)
` [PATCH 1/2] clockevents: introduce ->set_dev_mode() which can return error

[PATCH v3 0/2] clocksource: Conexant CX92755 timers support
 2015-01-25 15:03 UTC  (7+ messages)
` [PATCH v3 2/2] clocksource: driver for Conexant Digicolor SoC timer

[PATCH wpan-misc] website: fix name for Table:2
 2015-01-25 15:02 UTC  (2+ messages)

[PATCH V1 net-next 0/9] mlx4: Fix and enhance the device reset flow
 2015-01-25 14:59 UTC  (10+ messages)
` [PATCH V1 net-next 1/9] net/mlx4_core: Maintain a persistent memory for mlx4 device
` [PATCH V1 net-next 2/9] net/mlx4_core: Set device configuration data to be persistent across reset
` [PATCH V1 net-next 3/9] net/mlx4_core: Refactor the catas flow to work per device
` [PATCH V1 net-next 4/9] net/mlx4_core: Enhance the catas flow to support device reset
` [PATCH V1 net-next 5/9] net/mlx4_core: Activate reset flow upon fatal command cases
` [PATCH V1 net-next 6/9] net/mlx4_core: Manage interface state for Reset flow cases
` [PATCH V1 net-next 7/9] net/mlx4_core: Handle AER flow properly
` [PATCH V1 net-next 8/9] net/mlx4_core: Enable device recovery flow with SRIOV
` [PATCH V1 net-next 9/9] net/mlx4_core: Reset flow activation upon SRIOV fatal command cases

[PATCH 1/1] NVMe: Do not take nsid while a passthrough IO command is being issued via a block device file descriptor
 2015-01-25 14:59 UTC  (3+ messages)

[PATCH] MAINTAINERS: update timer-marco to timer-atlas7
 2015-01-25 14:56 UTC  (2+ messages)

[PATCH v2] hyperv: match wait_for_completion_timeout return type
 2015-01-25 14:48 UTC  (2+ messages)

[PATCH 3/3 v2] hyperv: hid-hyperv.c: match wait_for_completion_timeout return type
 2015-01-25 14:47 UTC 

Progress on system crash traces with LTTng using DAX and pmem
 2015-01-25 14:55 UTC  (4+ messages)

[PATCH 2/3 v2] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type
 2015-01-25 14:47 UTC  (2+ messages)

[PATCH 1/3 v2] hyperv: netvsc.c: match wait_for_completion_timeout return type
 2015-01-25 14:46 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] benejson: new package
 2015-01-25 14:52 UTC  (3+ messages)
` [Buildroot] [PATCH 1/3] "

[PATCH] media: (stb0899) use sign_extend32() for sign extension
 2015-01-25 14:51 UTC  (2+ messages)
` [PATCH v2] "

[Bug 88786] Radeon Hawaii crash on a 32-bit kernel
 2015-01-25 14:51 UTC  (5+ messages)

[PATCH 0/4] DPDK memcpy optimization
 2015-01-25 14:50 UTC  (2+ messages)
` [dpdk-dev] "

[PATCH] mm: incorporate read-only pages into transparent huge pages
 2015-01-25 14:42 UTC  (5+ messages)

[PATCH 1/1] NVMe: Do not take nsid while a passthrough IO command is being issued via a block device file descriptor
 2015-01-25 14:41 UTC  (7+ messages)

[GIT PULL] : cpuidle-big.little fix when mcpm is not available
 2015-01-25 14:39 UTC 

[Buildroot] [PATCH v2 1/1] package/mjpg-streamer: New package
 2015-01-25 14:39 UTC 

[PATCH 1/2] zram: free meta out of init_lock
 2015-01-25 14:38 UTC  (6+ messages)
` [PATCH 2/2] zram: protect zram->stat race with init_lock

[GIT pull] x86 fixes for 3.19
 2015-01-25 14:37 UTC 

[PATCH] ARM: dts: sun5i: Enable axp209 support on A13-OLinuxIno
 2015-01-25 14:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] sunxi: Convert sun5i boards to use auto dram configuration
 2015-01-25 14:35 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig option
` [U-Boot] [PATCH 3/4] sunxi: Remove CONFIG_TARGET_FOO for sun5i and sun7i boards
` [U-Boot] [PATCH 4/4] sunxi: video: Force h/vsync active high when using ext. vga dac

Your Payment Attached
 2015-01-25 14:20 UTC 

[PATCH 1/2] power: reset: add driver for Hardkernel's Odroid boards
 2015-01-25 14:32 UTC  (5+ messages)

[PATCH 0/6] m68k/defconfig: Update defconfigs
 2015-01-25 14:30 UTC  (7+ messages)
` [PATCH 1/6] m68k/defconfig: Refresh defconfigs for v3.16-rc1--v3.19-rc2
` [PATCH 2/6] m68k/defconfig: Enable test modules
` [PATCH 3/6] m68k/defconfig: Enable early printk support
` [PATCH 4/6] m68k/defconfig: Enable automounting of devtmpfs at /dev
` [PATCH 5/6] m68k/defconfig: Enable Atari EtherNAT and EtherNEC Ethernet support
` [PATCH 6/6] m68k/defconfig: Enable Ethernet bridging

[Buildroot] [git commit] docs: fixup the website symlink
 2015-01-25 14:30 UTC 

[Buildroot] Help on pending mesa related patches
 2015-01-25 14:29 UTC  (3+ messages)

Darlehen Angebot
 2015-01-25 11:03 UTC 

[Buildroot] [PATCH 0/2 v2] docs: move website to its own sub-dir (branch yem/website)
 2015-01-25 14:26 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2 v2] docs: prepare moving the website

[GIT pull] irq fixes for 3.19
 2015-01-25 14:25 UTC 

[Buildroot] [git commit] docs: prepare moving the website
 2015-01-25 14:25 UTC 

[Buildroot] [PATCH 1/5] perl-io-socket-ssl: bump to version 2.010
 2015-01-25 14:23 UTC  (2+ messages)

[Buildroot] [git commit] perl-path-tiny: bump to version 0.061
 2015-01-25 14:23 UTC 

[Buildroot] [git commit] perl-mojolicious: bump to version 5.72
 2015-01-25 14:23 UTC 

[Buildroot] [git commit] perl-net-ssleay: bump to version 1.67
 2015-01-25 14:23 UTC 

[Buildroot] [git commit] perl-xml-libxml: bump to version 2.0117
 2015-01-25 14:23 UTC 

[Buildroot] [git commit] perl-io-socket-ssl: bump to version 2.010
 2015-01-25 14:23 UTC 

[GIT pull] timer fixes for 3.19
 2015-01-25 14:18 UTC 

[Buildroot] Newbie: linux kernel config
 2015-01-25 14:15 UTC  (2+ messages)

[PATCH] staging: rtl8712: fix Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO 
 2015-01-25 14:14 UTC  (2+ messages)

[Buildroot] buildroot + leon3 + gdb
 2015-01-25 14:13 UTC  (2+ messages)

[PATCH][COVER LETTER] tzset.3: correct file paths and TZ use
 2015-01-25 14:12 UTC  (11+ messages)
` [PATCH[V2] 1/5] tzset.3: filespec omitted incorrect
` [PATCH[V2] 2/5] tzset.3: First TZ specification clarification
` [PATCH[V2] 3/5] tzset.3: correct system timezone file path
` [PATCH[V2] 4/5] tzset.3: Add Environment section
` [PATCH[V2] 5/5] tzset.3: TZ filespec omitts the colon

[Buildroot] [PATCH] boards/raspberrypi: fix rootfs.tar path in readme
 2015-01-25 14:04 UTC  (2+ messages)

[Buildroot] [git commit] boards/raspberrypi: fix rootfs.tar path in readme
 2015-01-25 14:04 UTC 

[Buildroot] [PATCH v2 0/2] qt5multimedia: compile fix without opengl and enable gstreamer-1.x support
 2015-01-25 14:03 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/2] qt5multimedia: fix compile without opengl

[PATCH v5 00/18] thermal: exynos: Thermal code rework to use device tree
 2015-01-25 14:01 UTC  (5+ messages)
` [PATCH v6 08/18] cpufreq: exynos: Use device tree to determine if cpufreq cooling should be registered

[Buildroot] [PATCH 1/1] package/kodi-pvr-addons: bump version
 2015-01-25 14:01 UTC  (2+ messages)

[Buildroot] [git commit] package/kodi-pvr-addons: bump version
 2015-01-25 14:00 UTC 

[Buildroot] [PATCH v2 1/1] package/intel-microcode: bump version to 20150107, add hash
 2015-01-25 14:00 UTC  (2+ messages)

[dm-crypt] Bugs/Undoucmented features
 2015-01-25 14:00 UTC  (3+ messages)

[Buildroot] [git commit] package/intel-microcode: bump version to 20150107, add hash
 2015-01-25 14:00 UTC 

[Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3
 2015-01-25 14:00 UTC  (2+ messages)

[Buildroot] [git commit] package/libdrm: bump version to 2.4.59, add hash
 2015-01-25 13:59 UTC 

[Buildroot] [git commit] package/mesa3d: bump version to 10.4.3
 2015-01-25 13:59 UTC 

[Buildroot] [PATCH] olsr: bump to version 0.6.8
 2015-01-25 13:59 UTC  (2+ messages)

[Buildroot] [git commit] olsr: bump to version 0.6.8
 2015-01-25 13:58 UTC 

[PATCH 0/6] Add new MFD driver for MAX77843
 2015-01-25 13:53 UTC  (4+ messages)
` [PATCH 4/6] power: max77843_battery: Add Max77843 fuel gauge device driver

[PATCH ethtool 0/5] RSS improvements + new speeds
 2015-01-25 13:51 UTC  (6+ messages)
` [PATCH ethtool 1/5] ethtool-copy.h: sync with net
` [PATCH ethtool 2/5] ethtool: Add missing Advertised speeds
` [PATCH ethtool 3/5] ethtool: Return bad status when send_ioctl fails
` [PATCH ethtool 4/5] ethtool: Prettify RX flow hash indirection table print
` [PATCH ethtool 5/5] ethtool: Support for configurable RSS hash function

[PATCH 0/5] perf: Have perf become tracefs aware
 2015-01-25 13:50 UTC  (3+ messages)
` [PATCH 5/5] perf: Make perf aware of tracefs

[PATCH] modsign: overwrite keys with zero before deleting them
 2015-01-25 13:46 UTC  (14+ messages)
` [PATCH v2] modsign: use shred to overwrite the private key before deleting it


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.