All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-09 04:17:02 to 2013-12-09 06:41:57 UTC [more...]

[tip:sched/core] sched: Add NEED_RESCHED to the preempt_count
 2013-12-09  6:41 UTC  (6+ messages)
  ` [PATCH] sched: Revert need_resched() to look at TIF_NEED_RESCHED
` [PATCH] sched: Remove PREEMPT_NEED_RESCHED from generic code

NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out
 2013-12-09  6:41 UTC  (5+ messages)

linux-next: Tree for Dec 9
 2013-12-09  6:40 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: Fix status property of mmc nodes for snow board
 2013-12-09  6:38 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts:Move fifo-depth property from cros5250-common.dtsi

[PATCH v2 2/3] xfs: fix infinite loop by detaching the group/project hints from user dquot
 2013-12-09  6:36 UTC  (10+ messages)

[Qemu-devel] save compiled qemu traces
 2013-12-09  6:36 UTC 

[PATCH 0/7] exynos: add basic support for exynos5260 SoC
 2013-12-09  6:36 UTC  (11+ messages)
` [PATCH 1/7] ARM: EXYNOS: initial board "
` [PATCH 2/7] pinctrl: exynos: add exynos5260 SoC specific data

linux-next: build failure after merge of the final tree (powerpc tree related)
 2013-12-09  6:32 UTC  (3+ messages)

[PATCH] Add: (1) Detection for newer Elantech touchpads, so that kernel doesn't fall-back to default PS/2 driver. (2) Enable hardware version 4 touchpad right click function
 2013-12-09  6:32 UTC  (2+ messages)

[PATCH v5 00/15] Add power management support for mxs phy
 2013-12-09  6:31 UTC  (32+ messages)
` [PATCH v5 01/15] usb: doc: phy-mxs: Add more compatible strings
` [PATCH v5 02/15] usb: phy-mxs: Add platform judgement code
` [PATCH v5 03/15] usb: phy-mxs: Add auto clock and power setting
` [PATCH v5 04/15] usb: doc: phy-mxs: update binding for adding anatop phandle
` [PATCH v5 05/15] ARM: dts: imx6: add anatop phandle for usbphy
` [PATCH v5 06/15] usb: phy-mxs: Add anatop regmap
` [PATCH v5 07/15] usb: phy: add notify suspend and resume callback
` [PATCH v5 08/15] usb: phy-mxs: Add implementation of nofity_suspend and notify_resume
` [PATCH v5 09/15] usb: phy-mxs: Enable IC fixes for related SoCs
` [PATCH v5 10/15] ARM: dts: imx: add mxs phy controller id
` [PATCH v5 11/15] usb: phy-mxs: add "
` [PATCH v5 12/15] usb: phy: Add set_wakeup API
` [PATCH v5 13/15] usb: phy-mxs: Add implementation of set_wakeup
` [PATCH v5 14/15] usb: phy-mxs: Add system suspend/resume API
` [PATCH v5 15/15] usb: phy-mxs: Add sync time after controller clear phcd

[PATCHSET 00/14] tools lib traceevent: Get rid of *die() calls from parse-filter.c
 2013-12-09  6:28 UTC  (16+ messages)
` [PATCH 01/14] tools lib traceevent: Get rid of malloc_or_die() in show_error()
` [PATCH 02/14] tools lib traceevent: Get rid of die in add_filter_type()
` [PATCH 03/14] tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()
` [PATCH 04/14] tools lib traceevent: Get rid of malloc_or_die() allocate_arg()
` [PATCH 05/14] tools lib traceevent: Get rid of malloc_or_die() in read_token()
` [PATCH 06/14] tools lib traceevent: Get rid of malloc_or_die() in find_event()
` [PATCH 07/14] tools lib traceevent: Get rid of malloc_or_die() in add_event()
` [PATCH 08/14] tools lib traceevent: Get rid of die() in create_arg_item()
` [PATCH 09/14] tools lib traceevent: Get rid of die() in add_right()
` [PATCH 10/14] tools lib traceevent: Get rid of die() in reparent_op_arg()
` [PATCH 11/14] tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_add_filter_str()
` [PATCH 12/14] tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial()
` [PATCH 13/14] tools lib traceevent: Refactor test_filter() to get rid of die()
` [PATCH 14/14] tools lib traceevent: Get rid of die() in some string conversion funcitons

[PATCH net] vxlan: release rt when found circular route
 2013-12-09  6:27 UTC  (3+ messages)
  ` [PATCHv2 "

[PATCH net-next 0/3] IPComp fixes
 2013-12-09  6:27 UTC  (4+ messages)
` [PATCH net-next 2/3] xfrm: clamp down spi range for IPComp when allocating spi

Mounting multiple directories using ecryptfs
 2013-12-09  6:26 UTC  (4+ messages)
` Fwd: "

[PATCHv2 net-next 0/3] Small IPsec fix
 2013-12-09  6:25 UTC  (3+ messages)

[PATCHSET 00/17] tracing/uprobes: Add support for more fetch methods (v8)
 2013-12-09  6:20 UTC  (18+ messages)
` [PATCH 01/17] tracing/uprobes: Fix documentation of uprobe registration syntax
` [PATCH 02/17] tracing/probes: Fix basic print type functions
` [PATCH 03/17] tracing/kprobes: Factor out struct trace_probe
` [PATCH 04/17] tracing/uprobes: Convert to "
` [PATCH 05/17] tracing/kprobes: Move common functions to trace_probe.h
` [PATCH 06/17] tracing/probes: Integrate duplicate set_print_fmt()
` [PATCH 07/17] tracing/probes: Move fetch function helpers to trace_probe.h
` [PATCH 08/17] tracing/probes: Split [ku]probes_fetch_type_table
` [PATCH 09/17] tracing/probes: Implement 'stack' fetch method for uprobes
` [PATCH 10/17] tracing/probes: Move 'symbol' fetch method to kprobes
` [PATCH 11/17] tracing/probes: Add fetch{,_size} member into deref fetch method
` [PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes
` [PATCH 13/17] tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()
` [PATCH 14/17] tracing/uprobes: Fetch args before reserving a ring buffer
` [PATCH 15/17] tracing/uprobes: Add support for full argument access methods
` [PATCH 16/17] uprobes: Allocate ->utask before handler_chain() for tracing handlers
` [PATCH 17/17] tracing/uprobes: Add @+file_offset fetch method

[PATCH V4 08/10] powerpc, perf: Enable SW filtering in branch stack sampling framework
 2013-12-09  6:21 UTC  (2+ messages)

[PATCH V4 10/10] powerpc, perf: Cleanup SW branch filter list look up
 2013-12-09  6:21 UTC  (2+ messages)

[PATCH V4 09/10] power8, perf: Change BHRB branch filter configuration
 2013-12-09  6:21 UTC  (2+ messages)

[PATCH V4 07/10] powerpc, lib: Add new branch instruction analysis support functions
 2013-12-09  6:21 UTC  (2+ messages)

[PATCH 0/3] optimize for powerpc _PAGE_NUMA
 2013-12-09  6:19 UTC  (6+ messages)
` [PATCH 1/3] powerpc: mm: make _PAGE_NUMA take effect

[PATCH] powerpc: remove unused REDBOOT Kconfig parameter
 2013-12-09  6:17 UTC  (5+ messages)
` [PATCH][RESEND] "

[PATCH] ARM: imx: use __initconst for const init definition
 2013-12-09  6:14 UTC 

[PATCH] serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chip
 2013-12-09  6:03 UTC  (2+ messages)
` [PATCH] [RESEND] "

[U-Boot] [PATCH] t2080qds/ddr: update ddr parameters
 2013-12-09  6:12 UTC  (3+ messages)

[PATCH v2] gpio: driver for Xtensa GPIO32
 2013-12-09  6:09 UTC 

[PATCH v2 0/2] usb: fix controller-PHY binding for OMAP3 platform
 2013-12-09  6:07 UTC  (7+ messages)
` [PATCH v2 2/2] arm: omap: remove *.auto* from device names given in usb_bind_phy

Issue with multiple hdmi codecs in radeonhd, hacked to work
 2013-12-09  6:08 UTC  (10+ messages)
                      ` [pulseaudio-discuss] "

[Qemu-devel] [PATCH] HMP: snapshot_blkdev can not consider //root/sn1 and /root/sn1 as the same file
 2013-12-09  6:06 UTC  (5+ messages)

No trace files are generated for UST
 2013-12-09  6:02 UTC 

[PATCH] wcscpy.3: ATTRIBUTES: Note function that is thread-safe
 2013-12-09  6:02 UTC  (2+ messages)

[PATCH] unlockpt.3: ATTRIBUTES: Note function that is thread-safe
 2013-12-09  6:01 UTC  (2+ messages)

Profitable & Important
 2013-12-08 12:00 UTC 

[PATCH] ungetwc.3: ATTRIBUTES: Note function that is thread-safe
 2013-12-09  6:00 UTC  (2+ messages)

[PATCH v2 1/2] can + ARM i.MX53: use 24 MHz clock parent on i.MX53
 2013-12-09  5:59 UTC  (7+ messages)

[PATCH v2 00/10] teach replace objects to sha1_object_info_extended()
 2013-12-09  5:58 UTC  (4+ messages)
` [PATCH v2 08/10] t6050: add tests for listing with --format

[PATCH REVIEW 00/18] M88DS3103 / M88TS2022 / PCTV 461e
 2013-12-09  5:58 UTC  (3+ messages)
` [PATCH REVIEW 03/18] Montage M88DS3103 DVB-S/S2 demodulator driver

[PATCH 1/1] ipv6 addrconf:fix preferred lifetime state-changing behavior while valid_lft is infinity
 2013-12-09  5:54 UTC 

[Bug 65301] New: Cores stuck at max frequency after resume from suspend (Haswell)
 2013-12-09  5:52 UTC  (3+ messages)
` [Bug 65301] "

[Bug 66581] New: intel_pstate/powersave - cpu frequency remains at high level (Turbo) after suspend/resume
 2013-12-09  5:52 UTC  (2+ messages)
` [Bug 66581] "

PIPE(2) Example Does Not Compile
 2013-12-09  5:51 UTC 

[uml-devel] 3.4.73 affected by "uml: signal.c build errors"
 2013-12-09  5:29 UTC 

[PATCH 1/8] wpa-supplicant-wl18xx: Update recipe to ol_r8.a8.08 version
 2013-12-09  5:46 UTC  (2+ messages)

[PATCH] perf tools: Fix bug for perf kvm report without guestmount
 2013-12-09 18:44 UTC  (9+ messages)

[PATCH] bs_sheepdog.c: ensure that vdi names and tag names are null-terminated
 2013-12-09  5:45 UTC  (2+ messages)
` [sheepdog] "

[PATCH 1/3] perf_event_open.2: tfix
 2013-12-09  5:43 UTC  (8+ messages)
` (unknown),
  ` [PATCH 2/3] perf_event_open.2: ffix
  ` [PATCH 3/3] perf_event_open.2: pfix

[Qemu-devel] [PATCH 0/7] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug API
 2013-12-09  5:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/7] define hotplug interface

[U-Boot] [PATCH] powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL
 2013-12-09  5:40 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL
  ` [U-Boot] [PATCH v2 2/2] powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL

Raid1 where Event Count off my 1 cannot assemble --force
 2013-12-09  5:40 UTC  (9+ messages)
            ` [SOLVED] "

[f2fs-dev] [PATCH 3/3 V3] f2fs: introduce f2fs_cache_node_page() to add page into node_inode cache
 2013-12-09  5:35 UTC 

[PATCH] score: remove unused CPU_SCORE7 Kconfig parameter
 2013-12-09  5:33 UTC  (2+ messages)
` [PATCH][RESEND] "

[PATCH] small improvement for confstr.3
 2013-12-09  5:31 UTC  (2+ messages)

[PATCH] score: remove deprecated IRQF_DISABLED
 2013-12-09  5:30 UTC  (2+ messages)
` [PATCH][RESEND] "

[Qemu-devel] [PATCH] vmdk: Check VMFS extent line field number
 2013-12-09  5:24 UTC 

[PATCH] m32r: remove deprecated IRQF_DISABLED
 2013-12-09  5:24 UTC  (2+ messages)
` [PATCH][RESEND] "

[pulseaudio-discuss] [PATCH] alsa: Disable timer-scheduling for PCMs with the BATCH flag
 2013-12-09  5:23 UTC 

[PATCH] ia64/xen: remove unused NO_IDLE_HZ Kconfig parameter
 2013-12-09  5:21 UTC  (3+ messages)
` [PATCH][RESEND] "

[f2fs-dev] [PATCH 3/3 V2] f2fs: introduce f2fs_cache_node_page() to add page into node_inode cache
 2013-12-09  5:19 UTC  (4+ messages)

[PATCH] small improvement for catopen.3
 2013-12-09  5:20 UTC  (2+ messages)

[PATCH] avr32: remove deprecated IRQF_DISABLED
 2013-12-09  5:16 UTC  (2+ messages)
` [PATCH][RESEND] "

выполните наиважнейший депозит В здоровьице своих глаз
 2013-12-09  5:15 UTC 

[PATCH] fs: jffs2: Add setup code for spi nor flash
 2013-12-09  5:14 UTC 

[PATCH] arm: plat-orion: remove deprecated IRQF_DISABLED
 2013-12-09  5:13 UTC  (4+ messages)

[PATCH] ARM: dts: mxs: Add iio-hwmon to crystalfontz boards
 2013-12-09  4:57 UTC  (3+ messages)

[PATCH 1/4 V2] ARM: mx28: Add SPI 2 pinmux into imx28.dtsi
 2013-12-09  5:12 UTC  (8+ messages)
` [PATCH 2/4 V2] ARM: mx28: Add USB PHY overcurrent pinmux

[PATCH] ARM: w90x900: remove deprecated IRQF_DISABLED
 2013-12-09  5:10 UTC  (3+ messages)
` [PATCH][RESEND] "

[PATCH] ARM: spear: remove deprecated IRQF_DISABLED
 2013-12-09  5:06 UTC  (3+ messages)
` [PATCH][RESEND] "

[PATCH] drivers/tty: ehv_bytechan fails to build as a module
 2013-12-09  5:03 UTC 

[PATCH] ARM: mmp: remove deprecated IRQF_DISABLED
 2013-12-09  5:02 UTC  (3+ messages)
` [PATCH][RESEND] "

[PATCH] ARM: misc: remove deprecated IRQF_DISABLED
 2013-12-09  5:00 UTC  (3+ messages)
` [PATCH][RESEND] "

[RFC PATCH tip 0/5] tracing filters with BPF
 2013-12-09  4:59 UTC  (8+ messages)
        `  "
            `  "

[Qemu-devel] gtk3 mouse warping
 2013-12-09  4:57 UTC  (3+ messages)

[PATCH] ARM: LPC32xx: remove deprecated IRQF_DISABLED
 2013-12-09  4:55 UTC  (3+ messages)
` [PATCH][RESEND] "

[PATCHv3 0/3] mmc: dw_mmc: Make the use of the hold reg generic
 2013-12-09  4:51 UTC  (4+ messages)
` [PATCHv3 1/3] mmc: dw_mmc: Enable the hold reg for certain speed modes
` [PATCHv3 2/3] mmc: dw_mmc-pltm: Remove Rockchip's custom dw_mmc driver structure
` [PATCHv3 3/3] mmc: dw_mmc-exynos: Remove Exynos' custom prepare_command function

[PATCH] ARM: IXP4xx: remove deprecated IRQF_DISABLED
 2013-12-09  4:52 UTC  (3+ messages)
` [PATCH][RESEND] "

[PATCH] ARM: cns3xxx: remove deprecated IRQF_DISABLED
 2013-12-09  4:46 UTC  (3+ messages)
` [PATCH][RESEND] "

[Intel gfx][i-g-t PATCH 1/4] lib: Clean the batch buffer store after reset
 2013-12-09  4:47 UTC  (4+ messages)
` [Intel gfx][i-g-t PATCH 3/4] rendercopy/bdw: A workaround for 3D pipeline

[PATCH] ARM: dts: mxs: add #io-channel-cells to mx28 lradc
 2013-12-09  4:45 UTC  (4+ messages)

[PATCH] [ARM] floppy.h: remove deprecated IRQF_DISABLED
 2013-12-09  4:44 UTC  (3+ messages)
` [PATCH][RESEND][ARM] "

[PATCH] ARM: i.MX28: dts: rename usbphy pin names
 2013-12-09  4:43 UTC  (3+ messages)

[PATCH] drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_base'
 2013-12-09  4:41 UTC 

[PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
 2013-12-09  4:38 UTC  (2+ messages)

OMAP3 NAND ECC selection
 2013-12-09  4:33 UTC  (13+ messages)

[PATCH 3.12] Broken terminal due to echo bufferring
 2013-12-09  4:26 UTC  (2+ messages)

status of libertas_tf + sdio?
 2013-12-09  4:18 UTC  (4+ messages)

linux-next: build failure after merge of the pinctrl tree
 2013-12-09  4:18 UTC 

[PATCH] perf kvm: Introduce option -v for perf kvm command
 2013-12-09 17:15 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.