All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-06 14:45:18 to 2013-03-06 16:13:10 UTC [more...]

Informations About CAN API of the Linux Kernel
 2013-03-06 16:03 UTC  (2+ messages)

[eclipse-poky][PATCHv2 0/5] Refactorings in org.yocto.sdk.ide plugin
 2013-03-06 16:11 UTC  (6+ messages)
` [PATCHv2 1/5] Moved YoctoSDK natures to their own package
` [PATCHv2 2/5] Moved functionality that does not belong to YoctoSDKProjectNature
` [PATCHv2 3/5] Moved utils to their own package
` [PATCHv2 4/5] Moved nature-related utils in own class
` [PATCHv2 5/5] Export the new subpackages of org.yocto.sdk.ide

[PATCH v1] [SPARC64] correctly recognize SPARC64-X chips
 2013-03-06 16:11 UTC  (2+ messages)

[PATCH v3 0/5] Add support for S3 non-stop TSC support
 2013-03-06 16:10 UTC  (5+ messages)
` [PATCH v3 4/5] clocksource: Enable clocksource_cyc2ns() to cover big cycles

Question about file systems
 2013-03-06 16:11 UTC  (2+ messages)

make headers_install fail when path is too long
 2013-03-06 16:10 UTC  (2+ messages)

Linux 3.9-rc1
 2013-03-06 16:08 UTC  (3+ messages)

[RFC PATCH 0/2] sched: Lower chances of cputime scaling overflow v2
 2013-03-06 16:06 UTC  (3+ messages)
` [PATCH 1/2] math64: New div64_u64_rem helper
` [PATCH 2/2] sched: Lower chances of cputime scaling overflow

dm-thin discard issue
 2013-03-06 16:06 UTC  (3+ messages)

build regressions 2013-03-06
 2013-03-06 16:06 UTC 

[PATCHv7 0/8] zswap: compressed swap caching
 2013-03-06 15:52 UTC  (16+ messages)
` [PATCHv7 1/8] zsmalloc: add to mm/
` [PATCHv7 2/8] zsmalloc: add documentation
` [PATCHv7 3/8] debugfs: add get/set for atomic types
` [PATCHv7 4/8] zswap: add to mm/
` [PATCHv7 5/8] mm: break up swap_writepage() for frontswap backends
` [PATCHv7 6/8] mm: allow for outstanding swap writeback accounting
` [PATCHv7 7/8] zswap: add swap page writeback support
` [PATCHv7 8/8] zswap: add documentation

[PATCH v2 00/20] kdump, vmcore: support mmap() on /proc/vmcore
 2013-03-06 15:55 UTC  (7+ messages)
` [PATCH v2 05/20] vmcore: round up buffer size of ELF headers by PAGE_SIZE
` [PATCH v2 06/20] vmcore, procfs: introduce a flag to distinguish objects copied in 2nd kernel

[Qemu-devel] [PATCH] qemu-sockets: Fix assertion failure
 2013-03-06 16:04 UTC  (12+ messages)
` [Qemu-devel] Error ** parameter conventions (was: [PATCH] qemu-sockets: Fix assertion failure)

cgroup: INFO: suspicious RCU usage. in cgroup_name
 2013-03-06 16:02 UTC  (2+ messages)

protection against a domu assigning a uuid to block device
 2013-03-06 16:02 UTC  (3+ messages)

[PATCH v2 0/4] ipc: reduce ipc lock contention
 2013-03-06 16:01 UTC  (4+ messages)

Nylon liveth (but on in OE?)
 2013-03-06 15:44 UTC  (3+ messages)

Error building after merging upstream 3.7.7
 2013-03-06 16:00 UTC  (3+ messages)

destroy_conntrack GPF in 3.7.9
 2013-03-06 15:59 UTC 

[REGRESSION] 3.9-rc1 kernel usb root hub stops working and cannot reboot
 2013-03-06 15:59 UTC 

xl PVUSB pass-through
 2013-03-06 15:59 UTC 

LOCKDEP: 3.9-rc1: mount.nfs/4272 still has locks held!
 2013-03-06 15:59 UTC  (13+ messages)

Threaded irqs + 100% CPU RT task = RCU stall
 2013-03-06 15:58 UTC  (2+ messages)

[PATCH 3/3 linux-next] cpufreq: conservative: Use an inline function to evaluate freq_target
 2013-03-06 15:58 UTC  (4+ messages)

[RFC PATCH v1 00/33] accurately calculate pages managed by buddy system
 2013-03-06 15:56 UTC  (5+ messages)
` [RFC PATCH v1 22/33] mm/SPARC: use common help functions to free reserved pages

[PATCH] btrfs: enhance superblock checks
 2013-03-06 15:56 UTC 

[PATCH v2 0/4] push --follow-tags
 2013-03-06 15:55 UTC  (6+ messages)
` [PATCH v2 1/4] commit.c: add clear_commit_marks_many()

IMA: How to manage user space signing policy with others
 2013-03-06 15:54 UTC  (13+ messages)

[Qemu-devel] problems with freeBSD
 2013-03-06 15:56 UTC  (2+ messages)

[PATCH] ACPI: Add fixups for AMD P-state figures
 2013-03-06 15:53 UTC  (7+ messages)

[REGRESSION] [3.9-rc1] BUG: ktpacpi_nvramd/446 still has locks held!
 2013-03-06 15:50 UTC  (10+ messages)
` [PATCH] thinkpad-acpi: fix potential suspend blocking issue

[Xenomai] Xenomai-forge: thread using 100% cpu load
 2013-03-06 15:49 UTC  (12+ messages)

[Qemu-devel] [PATCH v4 3/6] add backup related monitor commands
 2013-03-06 15:48 UTC  (9+ messages)

[U-Boot] [PATCH v2] mxs: spl_mem_init: Align DDR2 init with FSL bootlets source
 2013-03-06 15:46 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/5] threadpool: support multiple ThreadPools
 2013-03-06 15:45 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] threadpool: move globals into struct ThreadPool
` [Qemu-devel] [PATCH 2/5] threadpool: add thread_pool_new() and thread_pool_free()
` [Qemu-devel] [PATCH 3/5] aio: add a ThreadPool instance to AioContext
` [Qemu-devel] [PATCH 4/5] main-loop: add qemu_get_aio_context()
` [Qemu-devel] [PATCH 5/5] threadpool: drop global thread pool

[U-Boot] [PATCH v3 0/3] i.MX6 SabreSD and SabreAUTO bmode support
 2013-03-06 15:46 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] mx6qsabresd: Fix card detection for invalid card id case
` [U-Boot] [PATCH v3 2/3] mx6qsabresd: Document the mapping of USDHC[2-4]
` [U-Boot] [PATCH v3 3/3] mx6qsabre{sd,auto}: Add boot mode select

v3.8 regression: Huawei mode switching fails (was Re: [PATCH 2/2]linux-usb:optimize to match the Huawei USB storage devices and support new switch command)
 2013-03-06 15:45 UTC  (7+ messages)
` [PATCH] USB: storage: fix Huawei mode switching regression
      ` 答复: "

[3.9-rc1 x86] Bug in ioremap code?
 2013-03-06 15:44 UTC  (7+ messages)

[Bug 61883] New: wine shader_generate_glsl_declarations fail
 2013-03-06 15:43 UTC  (3+ messages)
` [Bug 61883] "

[Qemu-devel] [PATCH] qdev: DEVICE_DELETED event
 2013-03-06 15:41 UTC  (5+ messages)

[Qemu-devel] [PATCH] coroutine: use AioContext for CoQueue BH
 2013-03-06 15:41 UTC  (3+ messages)

[blkback] blkback statistic counters are signed values
 2013-03-06 15:41 UTC  (5+ messages)

[PATCHv2] perf: Fix vmalloc ring buffer free function
 2013-03-06 15:40 UTC  (4+ messages)

[PATCH v4 0/9] rdma/cm: Add support for native Infiniband addressing
 2013-03-06 15:40 UTC  (5+ messages)
` [PATCH v4 1/9] rdma/cm: define native IB address
        ` Qperf and APM

[PATCH 0/3] Improvements to cifs_rename_pending_delete()
 2013-03-06 15:39 UTC  (4+ messages)
` [PATCH 1/3] cifs: Fix bug when checking error condition in cifs_rename_pending_delete()

[PATCH] CIFS: Fix missing of oplock_read value in smb30_values structure
 2013-03-06 15:38 UTC 

[U-Boot] [PATCH 2/2 v2] Exynos5: spl: Reduce clock init in spl
 2013-03-06 15:36 UTC  (2+ messages)

[PATCH v10] claim and its friends for allocating multiple self-ballooning guests
 2013-03-06 15:36 UTC  (6+ messages)
` [PATCH 1/6] mmu: Introduce XENMEM_claim_pages (subop of memory ops)

kernel panic in fib6_age (linux-3.6.6) and sugguested fix
 2013-03-06 15:36 UTC 

[PATCH] xen: fix domain unlocking in some xsm error paths
 2013-03-06 15:34 UTC  (2+ messages)

[PATCH v2] change arguments of do_kexec_op and compat_set_timer_op prototypes
 2013-03-06 15:33 UTC  (2+ messages)

Dynamic cpufreq_frequency_table?
 2013-03-06 15:33 UTC  (5+ messages)

commit drm/i915: disable shared panel fitter for pipe breaks resolution switching
 2013-03-06 15:32 UTC  (3+ messages)

lsscsi and sg3_utils betas for testing 64 bit LUNs
 2013-03-06 15:32 UTC  (2+ messages)

Problem with core-image-sato at init
 2013-03-06 15:32 UTC 

[Qemu-devel] [PATCH 0/2] Add Windows support for time resync by qemu-ga
 2013-03-06 15:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] qga: add windows implementation for guest-get-time
` [Qemu-devel] [PATCH 2/2] qga: add windows implementation for guest-set-time

in-kernel interrupt controller steering
 2013-03-06 15:30 UTC  (15+ messages)

[REVIEW PATCH V4 00/12] [media] marvell-ccic: add soc camera support in marvell-ccic driver
 2013-03-06 15:30 UTC  (15+ messages)
` [REVIEW PATCH V4 02/12] [media] marvell-ccic: add clock tree support for "
` [REVIEW PATCH V4 09/12] [media] marvell-ccic: use unsigned int type replace int type
` [REVIEW PATCH V4 12/12] [media] marvell-ccic: add 3 frame buffers support in DMA_CONTIG mode

[Cluster-devel] [PATCH -v2] gfs2: fix bitmap declaration
 2013-03-06 15:27 UTC  (3+ messages)
`  "

[U-Boot] [PATCH 4/5 v4] gen: Add ACE acceleration to hash
 2013-03-06 15:29 UTC 

[PATCH 0/5] Extend UART support for Allwinner SoCs
 2013-03-06 15:29 UTC  (6+ messages)
` [PATCH 1/5] ARM: sunxi: dt: Use clocks property instead of clock-frequency for the UARTs
` [PATCH 2/5] ARM: sunxi: dt: Move uart0 to sun4i-a10.dtsi
` [PATCH 3/5] ARM: sunxi: dt: Add uart3 dt node
` [PATCH 4/5] ARM: sunxi: dt: Add A10 UARTs to the dtsi
` [PATCH 5/5] ARM: sunxi: hackberry: Add UART muxing

[PATCH v6 1/3] serial: sh-sci: Add OF support
 2013-03-06 15:29 UTC  (5+ messages)

[GIT PULL] EFI changes for v3.9-rc2
 2013-03-06 15:28 UTC  (2+ messages)

[Xenomai] Hilscher driver for cifX boards
 2013-03-06 15:28 UTC  (20+ messages)

[PATCH v1 1/7] USB: adds comment on suspend callback
 2013-03-06 15:25 UTC  (3+ messages)

[PATCH] cifs: remove the sockopt= mount option
 2013-03-06 15:24 UTC  (5+ messages)

How to layout sparce files before run? Why all files for all jobs have same size?
 2013-03-06 15:12 UTC 

plat-orion gpio regression for mixed level and edge sensitive IRQs
 2013-03-06 15:19 UTC  (10+ messages)
` [PATCH] genirq: move mask_cache into struct irq_chip_type

[PATCH] ARM: sunxi: dt: Add support for the Miniand Mini X-plus
 2013-03-06 15:18 UTC 

fio-2.0.14 crashes with "Assertion failed: (data->fail_ok), function axmap_set_fn, file lib/axmap.c, line 233."
 2013-03-06 15:08 UTC 

XFS filesystem corruption
 2013-03-06 15:15 UTC  (2+ messages)

[PATCH 0/2] pinctrl: sunxi: Add missing pin functions
 2013-03-06 15:12 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: sunxi: Add Allwinner A10 "
` [PATCH 2/2] pinctrl: sunxi: Add Allwinner A13 "

[RFC PATCH] virt_mmio: fix signature checking for BE guests
 2013-03-06 15:10 UTC  (9+ messages)
` [PATCH] virtio-spec: Define virtio-mmio registers as LE

Firmware loading
 2013-03-06 15:06 UTC 

feature suggestion: optimize common parts for checkout --conflict=diff3
 2013-03-06 15:05 UTC 

ADT on Fedora 17
 2013-03-06 15:05 UTC 

Regression in v3.9-rc1 introduced by d5aaffa9dd531c978c6f3fea06a2972653bd7fc8
 2013-03-06 15:05 UTC  (3+ messages)

[PATCH] ARM: bcm281xx: Add L2 cache enable code
 2013-03-06 15:05 UTC  (5+ messages)

TerraTec Cinergy T PCIe Dual not working
 2013-03-06 15:03 UTC  (3+ messages)

[GIT PULL] ARM: CSR: minor fixes for 3.9-rc1
 2013-03-06 15:01 UTC 

[PATCH iptables-nftables] iptables: fix compil when lib[mnl|nftables] are not in standard path
 2013-03-06 15:00 UTC 

[U-Boot] [PATCH 1/4 v3] Exynos: Add hardware accelerated SHA 256
 2013-03-06 15:00 UTC 

Usable Space
 2013-03-06 14:59 UTC  (2+ messages)

[U-Boot] [PATCH] mtd: nand: fix the written length when nand_write_skip_bad failed
 2013-03-06 14:56 UTC  (3+ messages)

Fwd: xfs_reno
 2013-03-06 14:55 UTC 

[PATCH V2 01/11] mm: frontswap: lazy initialization to allow tmem backends to build/run as modules
 2013-03-06 14:55 UTC  (3+ messages)
` [PATCH V2 03/11] mm: frontswap: cleanup code

(No subject)
 2013-03-06 14:55 UTC 

[PATCH v1 0/7] USB: don't recover device if suspend fails in system sleep
 2013-03-06 14:53 UTC  (5+ messages)
` [PATCH v1 4/7] usbnet: cdc_mbim: "

[PATCH] Btrfs: improve the delayed inode throttling
 2013-03-06 14:53 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] Exynos: Add hardware accelerated SHA 256
 2013-03-06 14:52 UTC 

[PATCH] netconsole: release the spinlock before __netpoll_cleanup()
 2013-03-06 14:51 UTC  (2+ messages)

[PATCH] tty/8250_pnp: serial port detection regression since v3.7
 2013-03-06 14:42 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/7] Initial VHDX support (and a bug fix for QCOW)
 2013-03-06 14:48 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] block: only force IO completion in .bdrv_truncate if we are shrinking
` [Qemu-devel] [PATCH 2/7] qemu: add castagnoli crc32c checksum algorithm
` [Qemu-devel] [PATCH 3/7] block: vhdx header for the QEMU support of VHDX images
` [Qemu-devel] [PATCH 4/7] block: initial VHDX driver support framework - supports open and probe
` [Qemu-devel] [PATCH 5/7] block: add read-only support to VHDX image format
` [Qemu-devel] [PATCH 6/7] block: add header update capability for VHDX images
` [Qemu-devel] [PATCH 7/7] block: add write support "

Xen 4.3 development update
 2013-03-06 14:47 UTC  (2+ messages)

RIP register value in p2m_mem_access_check()
 2013-03-06 14:47 UTC  (7+ messages)

[Qemu-devel] [PATCH v4 0/6] Efficient VM backup for qemu
 2013-03-06 14:46 UTC  (2+ messages)

[Drbd-dev] DRBD 8.4.3 : create-md possibly broken for fixed sized (shared) meta devices
 2013-03-06 14:24 UTC 

[qemu-upstream-4.2-testing test] 16779: regressions - FAIL
 2013-03-06 14:45 UTC  (5+ messages)
` [PATCH] xen: xen_sync_dirty_bitmap: attempt to fix SEGV


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.