messages from 2014-03-28 21:13:04 to 2014-03-29 17:56:53 UTC [more...]
[PATCH] fs: FAT: Add support for DOS 1.x formatted volumes
2014-03-29 17:56 UTC (2+ messages)
[PATCH 01/55] scsi: Mark function as static in aacraid/src.c
2014-03-29 17:56 UTC (12+ messages)
` [PATCH 02/55] scsi: Mark function as static in be2iscsi/be_cmds.c
` [PATCH 03/55] drivers: scsi: Mark function as static in bfa/bfad.c
` [PATCH 04/55] scsi: Mark function as static in bfa/bfad_attr.c
` [PATCH 05/55] scsi: Mark function as static in bfa/bfa_ioc.c
` [PATCH 06/55] scsi: Mark function as static in bfa/bfa_ioc_ct.c
` [PATCH 07/55] scsi: Mark function as static in bfa/bfa_fcs_lport.c
` [PATCH 08/55] scsi: Mark function as static in bfa/bfa_port.c
` [PATCH 09/55] scsi: Mark function as static in bfa/bfa_fcpim.c
` [PATCH 10/55] scsi: Mark function as static in bfa/bfa_core.c
` [PATCH 11/55] scsi: Mark function as static in bfa/bfa_svc.c
` [PATCH 12/55] scsi: Mark function as static in bnx2fc/bnx2fc_els.c
You have received 1.5m pounds as donation see link www.bbc.co.uk/news/uk-england-19254228 send name address and phone number for info
2014-03-29 17:54 UTC
[PATCH] Staging: comedi: Line indentation
2014-03-29 17:46 UTC
vmlinuz-3.12.13-rt21 freezed by application
2014-03-29 17:40 UTC (2+ messages)
BAR 14: can't assign mem (size 0x200000)
2014-03-29 17:19 UTC (7+ messages)
splicing pages to the same file
2014-03-29 17:17 UTC (2+ messages)
[PATCH 4/6] perf, sort: Add physid sorting based on mmap2 data
2014-03-29 17:11 UTC (3+ messages)
` [PATCH 4/6 V2] "
[PATCH 00/15 V3] perf, c2c: Add new tool to analyze cacheline contention on NUMA systems
2014-03-29 17:11 UTC (5+ messages)
` [PATCH 05/15 V3] perf, c2c: Rework setup code to prepare for features
` [PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores
[PATCH 0/4] perf: Make some functions generic
2014-03-29 17:11 UTC (7+ messages)
` [PATCH 1/4] perf: Allow ability to map cpus to nodes easily
` [PATCH 2/4] perf, kmem: Utilize the new generic cpunode_map
` [PATCH 3/4] perf, callchain: Add generic report parse callchain callback function
[PATCH] axs_nand - add driver for NAND controller used on Synopsys AXS dev boards
2014-03-29 17:05 UTC (2+ messages)
[RFC PATCH 00/28] ktap: A lightweight dynamic tracing tool for Linux
2014-03-29 17:04 UTC (13+ messages)
` [PATCH 07/28] ktap: add runtime/ktap.[c|h]
` [PATCH 15/28] ktap: add built-in functions and library (runtime/lib_*.c)
` [PATCH 16/28] ktap: add runtime/amalg.c
[PATCH 3.13 00/46] 3.13.8-stable review
2014-03-29 17:01 UTC (5+ messages)
[PATCH net-next v2] net-sysfs: expose number of carrier on/off changes
2014-03-29 16:48 UTC
[PATCH 01/55] scsi: Mark function as static in aacraid/src.c
2014-03-29 16:30 UTC (2+ messages)
` [PATCH 02/55] scsi: Mark function as static in be2iscsi/be_cmds.c
Fwd: [SMACK]Problem with user naespace
2014-03-29 16:16 UTC (2+ messages)
[PATCH 0/8] Generic serial earlycon
2014-03-29 15:34 UTC (5+ messages)
[RFC PATCH v2 00/29] ktap: A lightweight dynamic tracing tool for Linux
2014-03-28 14:45 UTC (30+ messages)
` [PATCH v2 01/29] ktap: add tools/ktap/README.md file
` [PATCH v2 02/29] ktap: add ktap tutorial(tools/ktap/doc/tutorial.md)
` [PATCH v2 03/29] ktap: add sample scripts(tools/ktap/samples/*)
` [PATCH v2 04/29] ktap: add basic ktap types definition(include/uapi/ktap/ktap_types.h)
` [PATCH v2 05/29] ktap: add bytecode definition(include/uapi/ktap/ktap_bc.h)
` [PATCH v2 06/29] ktap: add ktap_arch.h and error header file(include/uapi/ktap/)
` [PATCH v2 07/29] ktap: add kernel module main entry(kernel/trace/ktap/ktap.[c|h])
` [PATCH v2 08/29] ktap: add bytecode reader(kernel/trace/ktap/kp_bcread.[c|h])
` [PATCH v2 09/29] ktap: add bytecode execution engine(kernel/trace/ktap/kp_vm.[c|h])
` [PATCH v2 10/29] ktap: add string handling code(kernel/trace/ktap/kp_[str|mempool].[c|h])
` [PATCH v2 11/29] ktap: add table handling code(kernel/trace/ktap/kp_tab.[c|h])
` [PATCH v2 12/29] ktap: add generic object handling code(kernel/trace/ktap/kp_obj.[c|h])
` [PATCH v2 13/29] ktap: add ring buffer handling code(kernel/trace/ktap/kp_transport.[c|h])
` [PATCH v2 14/29] ktap: add events management(kernel/trace/ktap/kp_events.[c|h])
` [PATCH v2 15/29] ktap: add built-in functions and library(kernel/trace/ktap/lib_*.c)
` [PATCH v2 16/29] ktap: add amalgamation build(kernel/trace/ktap/amalg.c)
` [PATCH v2 17/29] ktap: add Makefile for kernel module(kernel/trace/ktap/Makefile)
` [PATCH v2 18/29] ktap: add Kconfig(kernel/trace/ktap/Kconfig)
` [PATCH v2 19/29] ktap: add main file for ktap binary(tools/ktap/kp_main.c)
` [PATCH v2 20/29] ktap: add compiler(tools/ktap/kp_[lex|parse].[c|h])
` [PATCH v2 21/29] ktap: add symbol handling code(tools/ktap/symbol.[c|h])
` [PATCH v2 22/29] ktap: add events parse code(tools/ktap/kp_parse_events.c)
` [PATCH v2 23/29] ktap: add ring buffer reader(tools/ktap/kp_reader.c)
` [PATCH v2 24/29] ktap: add bytecode writer(tools/ktap/kp_bcwrite.c)
` [PATCH v2 25/29] ktap: add userspace util(tools/ktap/kp_util.c)
` [PATCH v2 26/29] ktap: add userspace binary Makefile(tools/ktap/Makefile)
` [PATCH v2 27/29] ktap: add testsuite and benchmark(tools/ktap/test/*)
` [PATCH v2 28/29] ktap: add vim syntax file(tools/ktap/vim/*)
` [PATCH v2 29/29] ktap: add COPYRIGHT file(tools/ktap/COPYRIGHT)
[PATCH 1/2] dma: Add Xilinx AXI DMA DT Binding Documentation
2014-03-29 15:28 UTC (2+ messages)
` [PATCH 2/2] dma: Add Xilinx AXI Direct Memory Access Engine driver support
perf lockdep trace
2014-03-29 15:15 UTC
Support for netconsole as default tty/console?
2014-03-29 14:54 UTC (2+ messages)
VDSO pvclock may increase host cpu consumption, is this a problem?
2014-03-29 14:46 UTC (2+ messages)
[PATCH] block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAX
2014-03-29 14:28 UTC (2+ messages)
` [PATCH] block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is huge
[PATCH] shdma: add R-Car Audio DMAC peri peri driver
2014-03-29 14:08 UTC (3+ messages)
` [PATCH v3] "
[PATCH] arm: KVM: fix possible misalignment of PGDs and bounce page
2014-03-29 14:01 UTC (3+ messages)
[PATCH 0/7] DMA: Freescale: driver cleanups and enhancements
2014-03-29 13:45 UTC (5+ messages)
` [PATCH 6/7] DMA: Freescale: use spin_lock_bh instead of spin_lock_irqsave
[PATCH] dma: omap-dma: Implement device_slave_caps callback
2014-03-29 13:36 UTC (2+ messages)
[PATCH 1/2] mm/percpu.c: renew the max_contig if we merge the head and previous block
2014-03-29 13:30 UTC (2+ messages)
[PATCH 1/2] cgroup: fix spurious lockdep warning in cgroup_exit()
2014-03-29 13:18 UTC (2+ messages)
[PATCH 2/2] mm/percpu.c: don't bother to re-walk the pcpu_slot list if nobody free space since we last drop pcpu_lock
2014-03-29 13:14 UTC (2+ messages)
[PATCH] Subject: ata: libata Fixed Coding style & tabs
2014-03-29 13:10 UTC (2+ messages)
kernel freeze
2014-03-29 13:03 UTC
Contact
2012-10-19 8:57 UTC
contact
2012-10-19 4:31 UTC
[PATCH v2 1/1] Input: don't modify the id of ioctl-provided ff effect on upload failure
2014-03-29 12:16 UTC
3.0 -> 3.10 regression? poweroff instead of reboot?
2014-03-29 12:15 UTC (2+ messages)
[BUG] 3.14-rc6 at mousedev_open_device+0x77/0x100
2014-03-29 11:15 UTC (2+ messages)
[PATCHv1 0/2] Convert rx51-battery to IIO API and add DT support
2014-03-29 11:10 UTC (6+ messages)
` [PATCHv2 "
` [PATCHv2 1/2] rx51_battery: convert to iio consumer
` [PATCHv2 2/2] Documentation: DT: Document rx51-battery binding
[PATCH] ASoC: Add support for multi register mux
2014-03-29 10:53 UTC (6+ messages)
` [alsa-devel] "
Re: latest 3.14.0-rc8+ : "INFO: inconsistent lock state "
2014-03-29 10:22 UTC
[RFC PATCH v2 00/10] ARM: at91: move aic driver to drivers/irqchips
2014-03-29 10:11 UTC (10+ messages)
` [RFC PATCH v2 03/10] ARM: at91: introduce OLD_IRQ_AT91 Kconfig option
` [RFC PATCH v2 05/10] ARM: at91: make use of the new AIC driver for dt enabled boards
` [RFC PATCH v2 07/10] irqchip: atmel-aic: document new dt properties and children nodes
[PATCH v5 0/4] Provide netdev naming-policy via sysfs
2014-03-29 9:46 UTC (7+ messages)
3.13 hangs when I tried to start a KVM at a 32 bit stable Gentoo
2014-03-29 9:46 UTC (2+ messages)
[PATCH v3 00/12] perf, persistent: Add persistent events
2014-03-29 9:42 UTC (6+ messages)
linux-next: Tree for Mar 28
2014-03-29 9:11 UTC (3+ messages)
` linux-next: Tree for Mar 28 (qlcnic)
[f2fs-dev] [PATCH] f2fs: fix error path when fail to read inline data
2014-03-29 7:30 UTC
Thoughts on credential switching
2014-03-29 6:43 UTC (6+ messages)
[BUGREPORT] Tasklet scheduled issue in Linux 3.4.x-rt
2014-03-29 6:35 UTC (3+ messages)
[PATCH 0/7] replace del_timer by del_timer_sync
2014-03-29 6:28 UTC (4+ messages)
` [PATCH 1/7] isdn: "
[PATCH] [media] uvcvideo: Fix marking buffer erroneous in case of FID toggling
2014-03-29 5:28 UTC (5+ messages)
[PATCH 1/1] Drivers: hid: hid-hyperv: Implement a stub raw_request() entry point
2014-03-29 5:05 UTC (4+ messages)
[PATCH] staging: media: davinci_vpfe: fix checkpatch warning
2014-03-29 4:56 UTC
[PATCH 1/2] GPIO: Add driver for Zynq GPIO controller
2014-03-29 4:44 UTC (5+ messages)
` [PATCH 2/2] Devicetree: Add Zynq GPIO devicetree bindings documentation
latest 3.14.0-rc8+ : "INFO: inconsistent lock state "
2014-03-29 4:23 UTC (2+ messages)
[PATCH v3] decode_stacktrace: make stack dump output useful again
2014-03-29 4:07 UTC
[PATCHv4 0/5] Common Mailbox Framework
2014-03-29 3:55 UTC (3+ messages)
` [PATCHv4 1/5] mailbox: rename pl320-ipc specific mailbox.h
[PATCHv4 2/5] mailbox: Introduce framework for mailbox
2014-03-29 3:54 UTC (3+ messages)
` [PATCHv4,2/5] "
[f2fs-dev] [PATCH 2/2] f2fs: use list_for_each_entry{_safe} for simplyfying code
2014-03-29 3:33 UTC
[f2fs-dev] [PATCH 1/2] f2fs: avoid free slab cache under spinlock
2014-03-29 3:29 UTC
[PATCH] [media] uvcvideo: Fix clock param realtime setting
2014-03-29 2:50 UTC (5+ messages)
[RFC 0/4] sched: consolidation of cpu_power
2014-03-29 2:27 UTC (2+ messages)
YNT: NEWS
2014-03-29 1:57 UTC
[PATCH] powerpc/irq: Remove HAVE_IRQ_EXIT_ON_IRQ_STACK feature at powerpc platform
2014-03-29 1:20 UTC (5+ messages)
linux-next: preemptive reminder
2014-03-29 1:17 UTC
[PATCH 3.10 00/22] 3.10.35-stable review
2014-03-29 1:00 UTC (2+ messages)
[PATCH 3.4 00/13] 3.4.85-stable review
2014-03-29 1:00 UTC (2+ messages)
[pci] BUG: unable to handle kernel NULL pointer dereference at 00000000000000c8
2014-03-29 0:36 UTC (3+ messages)
[PATCHv3 00/14] OMAP SSI driver / N900 modem support
2014-03-29 0:31 UTC (15+ messages)
` [PATCHv3 01/14] Documentation: HSI: Add some general description for the HSI subsystem
` [PATCHv3 02/14] MAINTAINERS: update HSI entry
` [PATCHv3 03/14] HSI: hsi-char: fix driver for multiport scenarios
` [PATCHv3 04/14] HSI: method to unregister clients from an hsi port
` [PATCHv3 05/14] HSI: Add channel resource support to HSI clients
` [PATCHv3 06/14] HSI: export method to (un)register clients
` [PATCHv3 07/14] HSI: Add common DT binding for HSI client devices
` [PATCHv3 08/14] HSI: Introduce OMAP SSI driver
` [PATCHv3 09/14] Documentation: DT: omap-ssi binding documentation
` [PATCHv3 10/14] HSI: Introduce driver for SSI Protocol
` [PATCHv3 11/14] HSI: Introduce Nokia N900 modem driver
` [PATCHv3 12/14] ARM: dts: omap3 clocks: simplify ssi aliases
` [PATCHv3 13/14] DTS: ARM: OMAP3-N900: Add SSI support
` [PATCHv3 14/14] DTS: ARM: OMAP3-N900: Add modem support
[RFC 0/5] of: Automatic console registration cleanups
2014-03-29 0:32 UTC (12+ messages)
` [RFC 1/5] of: Add support for ePAPR "stdout-path" property
` [RFC 5/5] tty: Update hypervisor tty drivers to use core stdout parsing code
[RFC PATCHC 0/3] sched/idle : find the idlest cpu with cpuidle info
2014-03-29 0:00 UTC (5+ messages)
` [RFC PATCHC 1/3] cpuidle: encapsulate power info in a separate structure
[PATCH] Add VID/PID for HID-type Multi-Touch Module of AFO CO., LTD
2014-03-28 23:17 UTC (4+ messages)
Staging:et131x: change memcpy() ether_addr_copy()
2014-03-28 22:59 UTC (2+ messages)
[PATCH v5 0/2] Qualcomm Universal Peripheral (QUP) I2C controller
2014-03-28 22:51 UTC (7+ messages)
` [PATCH v5 1/2] i2c: qup: Add device tree bindings information
` [PATCH v5 2/2] i2c: New bus driver for the Qualcomm QUP I2C controller
[PATCH linux-next v2] ufs: sb mutex merge + mutex_destroy: fix
2014-03-28 22:43 UTC (2+ messages)
[PATCH resend - v2 0/2] procfs: make /proc/*/{stack,syscall,pagemap} 0400
2014-03-28 22:32 UTC (3+ messages)
` [PATCH v2 1/2] procfs: make /proc/*/{stack,syscall,personality} 0400
[PATCH 1/2] dt/bindings: add binding for ARM Versatile character LCD
2014-03-28 21:57 UTC (5+ messages)
` [PATCH 2/2] misc: arm-charlcd: add DT probe support
[PATCH] net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.c
2014-03-28 22:12 UTC (2+ messages)
[PATCH v8 0/1] Tracepoint API simplification, text size shrink
2014-03-28 22:09 UTC (2+ messages)
` [PATCH v8 1/1] Tracepoint: register/unregister struct tracepoint
[PATCH] openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kernel crash
2014-03-28 22:02 UTC
[RFC PATCH 0/7] ARM: SMP: common "pen" secondary release method
2014-03-28 21:47 UTC (6+ messages)
` [RFC PATCH 1/7] ARM: allow <asm/cputype.h> inclusion from assembly
` [RFC PATCH 5/7] ARM: versatile: kill off SMP support code
` [RFC PATCH 7/7] ARM: spear: use central SMP spin-table routines
[GIT] Networking
2014-03-28 21:38 UTC
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