All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-01 15:56:26 to 2015-03-01 19:02:06 UTC [more...]

[Bug 94081] New: [radeon 3.18 regression] GPU reset recovery fails
 2015-03-01 19:02 UTC 

Do you receive my last email?
 2015-02-28 21:08 UTC 

[PATCH 1/2] rxrpc: terminate retrans loop when sending of skb fails
 2015-03-01 19:01 UTC  (4+ messages)
` [PATCH 2/2] rxrpc: don't multiply with HZ twice

[PATCH v2 net] net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface
 2015-03-01 19:00 UTC  (2+ messages)

[PATCH] net: pasemi: Use setup_timer and mod_timer
 2015-03-01 19:00 UTC  (2+ messages)

[PATCH] net: stmmac: Use setup_timer and mod_timer
 2015-03-01 19:00 UTC  (2+ messages)

[PATCH] xen: Remove trailing semicolon of macro so it can be used in 'if' statement
 2015-03-01 10:57 UTC 

[PATCH v2] net: 8390: axnet_cs: Use setup_timer and mod_timer
 2015-03-01 18:55 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/4] directfb: bump version to 1.7.7
 2015-03-01 18:55 UTC 

[PATCH v2] net: 8390: pcnet_cs: Use setup_timer and mod_timer
 2015-03-01 18:55 UTC  (2+ messages)

[PATCH v2] net: smc91c92_cs: Use setup_timer and mod_timer
 2015-03-01 18:55 UTC  (2+ messages)

/usr/lib64/dri/i965_dri.so: undefined symbol: _glapi_tls_Dispatch on Fedora 21
 2015-03-01 18:50 UTC  (2+ messages)

[U-Boot] Basic A33 support including dram init available in my personal repo
 2015-03-01 18:42 UTC 

[PATCH V2] Staging: dgnc: replace EXTRA_CFLAGS
 2015-03-01 18:35 UTC 

[PATCH v1 3/3] crypto: powerpc/md5 - kernel config
 2015-03-01 18:30 UTC  (2+ messages)

[PATCH v1 2/3] crypto: powerpc/md5 - glue
 2015-03-01 18:30 UTC  (2+ messages)

[PATCH v1 1/3] crypto: powerpc/md5 - assembler
 2015-03-01 18:30 UTC  (2+ messages)

[PATCH v1 0/3] crypto: powerpc/md5
 2015-03-01 18:30 UTC  (2+ messages)

[PATCH] spi: spidev_test: Added functionalities
 2015-03-01 18:28 UTC  (3+ messages)

[RFC][PATCH 00/19] Add timekeeping tests to kernel selftest
 2015-03-01 18:28 UTC  (2+ messages)

[PATCH net-next 0/6] net: Strengthen TX and RX hashes
 2015-03-01 18:24 UTC  (8+ messages)
` [PATCH net-next 3/6] flow_dissector: Add hash_extra field to flow_keys struct

[U-Boot] Is patchwork down?
 2015-03-01 18:23 UTC  (3+ messages)

Easy Non-Fast-Forward Pushes
 2015-03-01 11:08 UTC  (3+ messages)

[PATCH v2] Staging: lustre: Remove space after function name
 2015-03-01 18:21 UTC 

Regression in v4.0.0-rc1 with Android Binder
 2015-03-01 18:17 UTC  (3+ messages)
` [PATCH v2] android: binder: fix binder mmap failures

[PATCH 0/2] Replaced printk() with pr_err() in lustre
 2015-03-01 18:15 UTC  (3+ messages)
` [PATCH 1/2] staging: lustre: lustre: libcfs: Replaced printk() with pr_err()
` [PATCH 2/2] "

drivers/rtc/rtc-ds1685.c:2144:3-8: No need to set .owner here. The core will do it
 2015-03-01 18:16 UTC 

[RFC] nft trace
 2015-03-01 18:06 UTC 

[PATCH v2 0/6] HID: huion/uclogic merge and few additions
 2015-03-01 18:13 UTC  (7+ messages)
` [PATCH v2 3/6] HID: uclogic: name the input nodes based on their tool
` [PATCH v2 4/6] HID: uclogic: apply quirk NO_EMPTY_INPUT
` [PATCH v2 5/6] HID: uclogic: discard the extra Pen input node on Huion tablets

[PATCH 00/12] staging: Transform kzalloc calls to kcalloc and kmalloc to kzalloc
 2015-03-01 18:10 UTC  (4+ messages)
` [PATCH 09/12] staging: media: Use kcalloc, instead of kzalloc
  ` [Outreachy kernel] "

[U-Boot] [RFC PATCH v3 0/14] Add Driver Model support to network stack
 2015-03-01 18:08 UTC  (33+ messages)
` [U-Boot] [RFC PATCH v4 0/23] "
  ` [U-Boot] [RFC PATCH v4 02/23] common: Make sure arch-specific map_sysmem() is defined
  ` [U-Boot] [RFC PATCH v4 06/23] net: Refactor in preparation for driver model
  ` [U-Boot] [RFC PATCH v4 09/23] net: Remove the bd* parameter from net stack functions
  ` [U-Boot] [RFC PATCH v4 10/23] net: Make netretry actually do something
  ` [U-Boot] [RFC PATCH v4 11/23] net: Access mapped physmem in net functions
  ` [U-Boot] [RFC PATCH v4 12/23] dm: eth: Add basic driver model support to Ethernet stack
  ` [U-Boot] [RFC PATCH v4 13/23] sandbox: eth: Add network support to sandbox
  ` [U-Boot] [RFC PATCH v4 16/23] dm: eth: Add support for aliases
  ` [U-Boot] [RFC PATCH v4 17/23] dm: eth: Add support for ethprime env var
  ` [U-Boot] [RFC PATCH v4 18/23] test: dm: eth: Add testing for ethrotate "
  ` [U-Boot] [RFC PATCH v4 19/23] sandbox: eth: Add ability to disable ping reply in sandbox eth driver
  ` [U-Boot] [RFC PATCH v4 20/23] test: dm: net: Add a test of the netretry behavior
  ` [U-Boot] [RFC PATCH v4 21/23] sandbox: eth: Add a bridge to a real network for sandbox
  ` [U-Boot] [RFC PATCH v4 22/23] sandbox: Enable DHCP and IP defrag
  ` [U-Boot] [RFC PATCH v4 23/23] sandbox: eth: Add support for using the 'lo' interface

[U-Boot] [PATCH] serial: ns16550: Fix build error due to a typo
 2015-03-01 18:06 UTC  (2+ messages)

[U-Boot] [PATCH] board: tbs2910: Enable USB Mass Storage support
 2015-03-01 18:06 UTC  (2+ messages)

[PATCH] Staging: dgnc: replace EXTRA_CFLAGS
 2015-03-01 18:05 UTC  (6+ messages)
` [PATCH V2] "

[PATCH 0/3] Remove redundant memset
 2015-03-01 18:03 UTC  (4+ messages)
` [PATCH 1/3] staging: rtl8188eu: Remove memset
` [PATCH 2/3] staging: media: "
` [PATCH 3/3] staging: media: Remove redundant memset

[U-Boot] U-Boot stuck after relocation attempt on MX51 board
 2015-03-01 18:01 UTC  (8+ messages)

[PATCH v2 RESEND] dts: vt8500: Add SDHC node to DTS file for WM8650
 2015-03-01 17:59 UTC  (12+ messages)
` [PATCH v3 0/2] WM8505/WM8650 DT fixes for SD card controller
  ` [PATCH v3 1/2] dts: vt8500: Add SDHC node to DTS file for WM8650
  ` [PATCH v3 2/2] dts: vt8500: Fix errors in SDHC node for WM8505

Intel Driver graphics - Failure
 2015-03-01 17:24 UTC 

[PATCH] scripts: fix warning generated by glibc 2.20
 2015-03-01 17:53 UTC 

[U-Boot] [RFC PATCH 01/13] Use 'U-Boot' instead of 'U-boot' in CONFIG_BOOTP_VCI_STRING
 2015-03-01 17:51 UTC  (21+ messages)
` [U-Boot] [RFC PATCH 02/13] net: Fix eth_get_dev_by_name() warning
` [U-Boot] [RFC PATCH 03/13] sunxi: Replace the pcDuino3 config with FDT version
` [U-Boot] [RFC PATCH 04/13] Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
` [U-Boot] [RFC PATCH 05/13] dts: sunxi: Bring in Ethernet device tree bindings
` [U-Boot] [RFC PATCH 06/13] dm: core: Support allocating driver-private data for DMA
` [U-Boot] [RFC PATCH 07/13] dm: net: Use existing Ethernet init for driver model
` [U-Boot] [RFC PATCH 08/13] Avoid calling print_eths() with "
` [U-Boot] [RFC PATCH 09/13] dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
` [U-Boot] [RFC PATCH 10/13] dm: net: Tidy up designware driver ready for driver model
` [U-Boot] [RFC PATCH 11/13] dm: net: Adjust designware driver to support "
` [U-Boot] [RFC PATCH 12/13] dm: sunxi: Support driver model for Ethernet
` [U-Boot] [RFC PATCH 13/13] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3

Cannot build perfbook
 2015-03-01 17:50 UTC 

[PATCH] wil6210: increase cmd buffer size to avoid sscanf buffer overflow
 2015-03-01 17:48 UTC  (2+ messages)

[Bug 88887] Grim Fandango Remastered segfaults within radeon_llvm_compile->...->llvm::BasicBlock::getTerminator
 2015-03-01 17:49 UTC  (2+ messages)

[PATCH -next 00/13] Extensible console matching & direct earlycon
 2015-03-01 17:40 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 00/10] QEMU memory hot unplug support
 2015-03-01 17:35 UTC  (18+ messages)
` [Qemu-devel] [PATCH v3 01/10] acpi, mem-hotplug: Use PC_DIMM_SLOT_PROP in acpi_memory_plug_cb()
` [Qemu-devel] [PATCH v3 02/10] acpi, mem-hotplug: Add acpi_memory_slot_status() to get MemStatus
` [Qemu-devel] [PATCH v3 03/10] acpi, mem-hotplug: Add acpi_send_gpe_event() to rise sci for memory hotplug
` [Qemu-devel] [PATCH v3 04/10] acpi, mem-hotplug: Add unplug request cb for memory device
` [Qemu-devel] [PATCH v3 06/10] acpi, mem-hotplug: Add unplug "
` [Qemu-devel] [PATCH v3 08/10] qdev: make qdev_get_hotplug_handler() non-static
` [Qemu-devel] [PATCH v3 09/10] ssdt-mem: add MEMORY_SLOT_EJECT_METHOD
` [Qemu-devel] [PATCH v3 10/10] acpi: Add hardware implementation for memory hot unplug

Multiple-BSSID issues with hostapd
 2015-03-01 17:30 UTC  (3+ messages)

[PATCH net 0/2] Mellanox driver fixes
 2015-03-01 17:24 UTC  (3+ messages)
` [PATCH net 2/2] net/mlx4_en: Disbale GRO for incoming loopback/selftest packets

Flows! Offload them
 2015-03-01 17:20 UTC  (11+ messages)

[PATCH] btrfs/052: Fix test case to work on 64K block size
 2015-03-01 17:20 UTC 

[PATCH] of: Fix premature bootconsole disable with 'stdout-path'
 2015-03-01 17:21 UTC 

[PATCH] Staging: rtl8192u: ieee80211: Convert comment from C99 style to C89 style
 2015-03-01 17:19 UTC 

[Buildroot] [PATCH v4] linux-headers: allow use of headers from kernel "package" selected
 2015-03-01 17:17 UTC 

[PATCH] pci: save list of detached devices, and re-probe during driver unload
 2015-03-01 17:16 UTC  (4+ messages)

[PATCH 1/2] pinctrl: sh-pfc: r8a7790: Remove non existing GPIO pins
 2015-03-01 17:15 UTC  (5+ messages)
` [PATCH 2/2] pinctrl: sh-pfc: r8a7791: "

[GIT PULL] x86 fixes
 2015-03-01 17:14 UTC 

[GIT PULL] timer fixes
 2015-03-01 17:06 UTC 

[PATCH] Staging: rtl8192e: rtl8192e: fix space prohibited before that ','
 2015-03-01 17:02 UTC 

[GIT PULL] perf fixes
 2015-03-01 17:00 UTC 

[GIT PULL] locking fix
 2015-03-01 16:57 UTC 

CephFS and the next firefly release
 2015-03-01 16:54 UTC  (4+ messages)

[PATCH] perf tools: Fix pthread_attr_setaffinity_np build error
 2015-03-01 16:52 UTC  (3+ messages)
` [tip:perf/urgent] "

[PATCH] perf: Make sparc64 arch point to sparc
 2015-03-01 16:51 UTC  (2+ messages)
` [tip:perf/urgent] perf tools: "

[PATCH] perf: Define EM_AARCH64 for older OS
 2015-03-01 16:50 UTC  (2+ messages)
` [tip:perf/urgent] perf symbols: Define EM_AARCH64 for older OSes

[PATCH] perf: Fix sigbus with perf-top
 2015-03-01 16:50 UTC  (2+ messages)
` [tip:perf/urgent] perf top: Fix SIGBUS on sparc64

[PATCH] perf: Fix probing for PERF_FLAG_FD_CLOEXEC flag
 2015-03-01 16:50 UTC  (2+ messages)
` [tip:perf/urgent] perf tools: "

[PATCH v2] perf bench: fix order of arguments to memcpy_alloc_mem
 2015-03-01 16:49 UTC  (2+ messages)
` [tip:perf/urgent] perf bench: Fix "

[Qemu-devel] [PATCH] Makefile.objs: add dummy rule for .dsl files
 2015-03-01 16:50 UTC  (3+ messages)

[PATCH] perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check
 2015-03-01 16:49 UTC  (2+ messages)
` [tip:perf/urgent] "

[Bug 89377] [radeonsi] "Hand of Fate" is stuck on SIGPWR/SIGXCPU after start
 2015-03-01 16:48 UTC 

[linux-3.10 test] 35601: regressions - trouble: broken/fail/pass
 2015-03-01 16:46 UTC 

[PATCH v2 0/3] Switch to ioremap_wc in the SRAM allocator code
 2015-03-01 16:43 UTC  (4+ messages)
  ` [alsa-devel] "

[PATCH] Staging: dgnc: replace printk
 2015-03-01 16:41 UTC  (2+ messages)

[Qemu-devel] [PATCHv2 0/3] Add config options for some not-always-sensible devices
 2015-03-01 16:37 UTC  (2+ messages)

[PATCH 0/3] Staging: wlan-ng: Remove unused variables
 2015-03-01 16:33 UTC  (3+ messages)
` [PATCH 3/3] Staging: wlan-ng: Remove unused variable
  ` [Outreachy kernel] "

[PATCH] Staging: rtl8192e: Remove unneeded brackets
 2015-03-01 16:31 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH 0/3] Minor exynos7 device tree/config patches
 2015-03-01 16:23 UTC  (8+ messages)
  ` [PATCH 1/3] arm64: dts: add fifo size property for uart channels on exynos7
  ` [PATCH 2/3] arm64: dts: Fix interrupt active level for the generic timer "
  ` [PATCH 3/3] arm64: Enable Exynos7 SOC in the defconfig

[PATCH RESEND] ARM: EXYNOS: Remove ARCH_HAS_BANDGAP selection
 2015-03-01 16:21 UTC 

[PATCH] pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl block
 2015-03-01 16:21 UTC  (2+ messages)

[PATCH v8 0/3] Add of-graph helpers to loop over endpoints and find ports by id
 2015-03-01 16:20 UTC  (4+ messages)

[PATCH] ipc/sem.c: Update/correct memory barriers
 2015-03-01 16:18 UTC 

[PATCH v2] staging: lustre: Use kasprintf
 2015-03-01 16:17 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 0/3] x86: do not save callee-preserved registers around lockdep_sys_exit_thunk
 2015-03-01 16:16 UTC  (3+ messages)
` [PATCH 3/3] "

picotcp barebox integration
 2015-03-01 16:15 UTC  (6+ messages)

How to handle TIF_MEMDIE stalls?
 2015-03-01 16:15 UTC  (12+ messages)

[GIT PULL 00/19] perf/core improvements and fixes
 2015-03-01 16:11 UTC  (4+ messages)
` [PATCH] perf tools: Fix pthread_attr_setaffinity_np() feature detection on Ubuntu systems

[PATCH] ARM: Kconfig: remove stale option CPU_V7_DCACHE_SKIP
 2015-03-01 16:08 UTC 

[PATCH] diff --shortstat --dirstat: remove duplicate output
 2015-03-01 16:08 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] ipc/sem.c: Update/correct memory barriers
 2015-03-01 16:07 UTC  (4+ messages)

[PATCH v2 -next 00/13] Extensible console matching & direct earlycon
 2015-03-01 16:05 UTC  (14+ messages)
` [PATCH v2 -next 01/13] serial: earlycon: Refactor parse_options into serial core
` [PATCH v2 -next 02/13] console: Preserve index after console setup()
` [PATCH v2 -next 03/13] console: Add extensible console matching
` [PATCH v2 -next 04/13] serial: core: Fix kernel doc for uart_console_write()
` [PATCH v2 -next 05/13] serial: 8250_early: Remove early_device variable
` [PATCH v2 -next 06/13] serial: earlycon: Move ->uartclk initialize
` [PATCH v2 -next 07/13] serial: 8250_early: Assume uart already initialized if no baud option
` [PATCH v2 -next 08/13] serial: 8250_early: Fix setup() error code
` [PATCH v2 -next 09/13] serial: earlycon: Ignore parse_options() "
` [PATCH v2 -next 10/13] serial: earlycon: Allow earlycon params with name only
` [PATCH v2 -next 11/13] serial: earlycon: Refactor earlycon registration
` [PATCH v2 -next 12/13] serial: earlycon: Enable earlycon without command line param
` [PATCH v2 -next 13/13] serial: 8250_early: Remove setup_early_serial8250_console()

[PATCH] serial: core: Fix iotype userspace breakage
 2015-03-01 16:03 UTC  (3+ messages)

[Buildroot] [git commit branch/next] wine: New package
 2015-03-01 15:59 UTC  (4+ messages)

hang on xfstests generic/074
 2015-03-01 15:58 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Remove unnecessary check for orig_ifinfo == NULL
 2015-03-01 15:56 UTC 


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.