All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-19 19:31:32 to 2014-03-19 20:46:20 UTC [more...]

[PATCH 00/62] arm-soc randconfig fixes
 2014-03-19 20:53 UTC  (37+ messages)
` [PATCH 06/62] ARM: davinci: export da8xx_syscfg0_base
` [PATCH 11/62] ARM: ep93xx: export ep93xx_chip_revision
` [PATCH 19/62] ARM: lpc32xx: export lpc32xx_return_iram_size
` [PATCH 23/62] ARM: omap1: fix building without 32K_TIMER
` [PATCH 24/62] ARM: omap1: select I2C where needed for PMIC
` [PATCH 25/62] ARM: mvebu: add missing header
` [PATCH 26/62] ARM: mvebu: don't select CONFIG_NEON
` [PATCH 27/62] ARM: orion5x: make dns323 independent of PHY support
` [PATCH 37/62] ARM: sa1100/pxa: fix MTD_XIP build
` [PATCH 59/62] ARM: shmobile: ak4642 needs i2c support
` [PATCH 62/62] ARM: tegra: make debug_ll code build for ARMv6

[PATCH v7 00/17] locks: fixes for 3.15 and file-private lock support
 2014-03-19 20:45 UTC  (6+ messages)
` [PATCH v7 01/17] locks: close potential race between setlease and open
` [PATCH v7 02/17] locks: clean up comment typo
` [PATCH v7 03/17] locks: remove "inline" qualifier from fl_link manipulation functions
` [PATCH v7 04/17] locks: add __acquires and __releases annotations to locks_start and locks_stop
` [PATCH v7 05/17] locks: eliminate BUG() call when there's an unexpected lock on file close

Growing RAID5 SSD Array
 2014-03-19 20:45 UTC  (8+ messages)

[PATCH] [FOR SQUASH] clocksource: dummy.c: remove Kconfig warning
 2014-03-19 20:45 UTC  (2+ messages)

[PATCH] [FOR SQUASH] ARM: virt2real.dts: use labels without whitespaces
 2014-03-19 20:45 UTC  (2+ messages)

[PATCH 0/1] Work around systems defining statfs.f_type as long
 2014-03-19 20:43 UTC  (3+ messages)
` [PATCH 1/1] Work around architectures having statfs.f_type defined "

[RFC PATCH v3] powerpc: Loading kernels over 8Mbytes without CONFIG_PIN_TLB
 2014-03-19 20:42 UTC  (3+ messages)
` [RFC, "

[PATCH v2 0/1] ARM: sun4i: spi: Allow transfers larger than FIFO size
 2014-03-19 20:41 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH net-next,v3] hyperv: Add support for virtual Receive Side Scaling (vRSS)
 2014-03-19 20:40 UTC  (3+ messages)

[PATCH v2 iproute2 -next 1/2] include/linux: update xfrm.h
 2014-03-19 20:39 UTC  (3+ messages)
` [PATCH v2 iproute2 -next 2/2] ipxfrm: allow to setup filter when dumping SA

[PATCH] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-19 20:39 UTC  (7+ messages)

[PATCH v3 -next 1/2] tcp: syncookies: reduce cookie lifetime to 128 seconds
 2014-03-19 20:38 UTC  (2+ messages)

[PATCH] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-19 20:38 UTC 

[PATCH] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-03-19 20:38 UTC  (3+ messages)

[RFC] QR encoding for Oops messages
 2014-03-19 20:38 UTC  (8+ messages)

[RFC PATCH] fsl-commity-bsp: Add meta-qt5
 2014-03-19 20:35 UTC 

pull-request: mac80211-next 2014-03-19
 2014-03-19 20:33 UTC 

[PATCH RESEND -mm 1/2] mm: add !pte_present() check on existing hugetlb_entry callbacks
 2014-03-19 20:33 UTC  (4+ messages)
` [PATCH RESEND -mm 2/2] mm/mempolicy.c: add comment in queue_pages_hugetlb()

[PATCH -next] libata.h: add stub for ata_sas_port_resume
 2014-03-19 20:32 UTC  (4+ messages)

[PATCH 1/2] timer: check failure of timer_cpu_notify() before calling init_timer_stats()
 2014-03-19 20:32 UTC  (6+ messages)
` [PATCH 2/2] timer: Make sure TIMER_FLAG_MASK bits are free in allocated base

[PATCH] iio: querying buffer scan_mask should return 0/1
 2014-03-19 20:31 UTC  (2+ messages)

Deadlock in usb-storage error handling
 2014-03-19 20:31 UTC 

[PATCH 01/10] findfs: use symbolic exit values, and tell about them in manual
 2014-03-19 20:30 UTC  (5+ messages)
` [PATCH 03/10] kill: flip all comparions to be in smaller - greater order

linux-next: build failure after merge of the sound-asoc tree
 2014-03-19 20:30 UTC  (3+ messages)

[U-Boot] [PATCH] 4xx: cleanup ethernet phy initialization on PMC440 boards
 2014-03-19 20:30 UTC 

[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL)
 2014-03-19 20:30 UTC  (2+ messages)

[PATCH v7 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-03-19 20:28 UTC  (29+ messages)
` [PATCH v7 01/11] qspinlock: A generic 4-byte queue spinlock implementation
` [PATCH v7 02/11] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v7 03/11] qspinlock: More optimized code for smaller NR_CPUS
` [PATCH v7 04/11] qspinlock: Optimized code path for 2 contending tasks
` [PATCH v7 05/11] pvqspinlock, x86: Allow unfair spinlock in a PV guest
` [PATCH v7 06/11] pvqspinlock, x86: Allow unfair queue spinlock in a KVM guest
` [PATCH v7 07/11] pvqspinlock, x86: Allow unfair queue spinlock in a XEN guest
` [PATCH v7 08/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v7 09/11] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH v7 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM
` [PATCH RFC v7 11/11] pvqspinlock, x86: Enable qspinlock PV support for XEN

[mlmmj] Getting resent mail when subscribing to list
 2014-03-19 20:29 UTC  (2+ messages)

[RFC PATCH] cifs: Fix possible deadlock with cifs and work queues
 2014-03-19 20:28 UTC  (9+ messages)

[PATCH net] net: vxlan: fix crash when interface is created with no group
 2014-03-19 20:28 UTC  (6+ messages)

[Qemu-trivial] [Qemu-devel][PATCH] fix return check for KVM_GET_DIRTY_LOG ioctl
 2014-03-19 17:24 UTC 

[nacked] mm-call-vma_adjust_trans_huge-only-for-thp-enabled-vma.patch removed from -mm tree
 2014-03-19 20:27 UTC 

[Bug 73619] New: XServer frequently freezes for a few seconds
 2014-03-19 20:27 UTC  (2+ messages)
` [Bug 73619] "

[PATCH RESEND 0/7] New CCINs and several patches for new improvement
 2014-03-19 20:26 UTC  (4+ messages)
` [PATCH RESEND 4/7] ipr: Get rid of superfluous call to pci_disbale_msi/msix()

[PATCHSET 0/9] perf tools: Update on filtered entries' percentage output (v7)
 2014-03-19 20:25 UTC  (5+ messages)
` [PATCH 3/9] perf hists: Add support for showing relative percentage

+ mm-add-pte_present-check-on-existing-hugetlb_entry-callbacks.patch added to -mm tree
 2014-03-19 20:25 UTC 

[PATCH net] ipv6: If a public address is deleted then also delete all temporary addresses still referring to it
 2014-03-19 20:21 UTC  (2+ messages)

[PATCHv5 net-next] VXLAN: fix nonfunctional neigh_reduce
 2014-03-19 20:20 UTC  (2+ messages)

[PATCHv2 0/2] Abort blkid on I/O errors
 2014-03-19 20:20 UTC  (4+ messages)
` [PATCH 1/2] blkid: stop scanning on I/O error

xen-acpi-processor: (CX): Hypervisor error (-38) for ACPI CPU
 2014-03-19 20:20 UTC  (4+ messages)

Bug#738758: linux-image-3.12-1-amd64: ext4 can't properly handle ext2 filesystems created for GNU/Hurd
 2014-03-19 20:20 UTC 

[PATCH v7 00/15] uprobes: Add uprobes support for ARM
 2014-03-19 20:16 UTC  (6+ messages)
` [GIT PULL] "

[PATCH v7 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-03-19 20:13 UTC 

Trusted kernel patchset for Secure Boot lockdown
 2014-03-19 20:16 UTC  (25+ messages)

A new way to dive into the kernel!
 2014-03-19 20:13 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 00/11] vfio on spapr-ppc64
 2014-03-19 20:12 UTC  (12+ messages)
` [Qemu-devel] [PATCH v5 05/11] vfio: Introduce VFIO address spaces
` [Qemu-devel] [PATCH v5 06/11] vfio: Create VFIOAddressSpace objects as needed
` [Qemu-devel] [PATCH v5 07/11] vfio: Add guest side IOMMU support
` [Qemu-devel] [PATCH v5 10/11] spapr-vfio: add spapr-pci-vfio-host-bridge to support vfio
` [Qemu-devel] [PATCH v5 11/11] spapr-vfio: enable for spapr

[PATCH] via-rhine: Disable device in error path
 2014-03-19 20:08 UTC  (2+ messages)

Thread Scheduler
 2014-03-19 20:01 UTC  (5+ messages)

[PATCH v2] testimage: dont use DNS lookup for qemu based testimages
 2014-03-19 20:06 UTC  (4+ messages)

[PATCH v3 1/2] USB: cdc: add MBIM extended functional descriptor structure
 2014-03-19 20:05 UTC  (3+ messages)

[PATCH 2/2] net: cdc_ncm: respect operator preferred MTU reported by MBIM
 2014-03-19 20:04 UTC  (4+ messages)

[PATCH] t5510: Do not use $(pwd) when fetching / pushing / pulling via rsync
 2014-03-19 20:03 UTC  (2+ messages)

[PATCH 0/5] efivars compat support
 2014-03-19 20:00 UTC  (8+ messages)
` [PATCH 1/5] efivars: Use local variables instead of a pointer dereference
` [PATCH 2/5] efivars: Check size of user object
` [PATCH 3/5] efivars: Stop passing a struct argument to efivar_validate()
` [PATCH 4/5] efivars: Refactor sanity checking code into separate function
` [PATCH 5/5] efivars: Add compatibility code for compat tasks

[PATCH 0/4] sunxi clock fixes
 2014-03-19 20:01 UTC  (4+ messages)
` [PATCH 1/4] clk: sunxi: fix A20 PLL4 calculation

[Qemu-devel] [PATCHv2] vl.c: Fix memory leak in qemu_register_machine
 2014-03-19 20:01 UTC  (3+ messages)

new stuff for 3.15 needs to be posted _now_
 2014-03-19 19:59 UTC 

[PATCH v5 net-next 0/2] patchset: Support for configurable RSS hash key
 2014-03-19 19:59 UTC  (2+ messages)

EDAC PCIe errors when scannning the bus
 2014-03-19 19:58 UTC  (2+ messages)

[PATCH] 3.8: access permission filesystem
 2014-03-19 19:38 UTC 

[U-Boot] [RFC PATCH 04/17] kconfig: add defconfig files for all boards
 2014-03-19 19:58 UTC  (4+ messages)

[PATCH RFC] sched: introduce add_wait_queue_exclusive_head
 2014-03-19 19:55 UTC  (10+ messages)

[PATCH] git-rebase: Teach rebase "-" shorthand
 2014-03-19 19:55 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v3] tests: use "env" to run commands with temporary env-var settings
 2014-03-19 19:55 UTC  (2+ messages)

thread context switching
 2014-03-19 19:53 UTC  (4+ messages)

[PATCH v3] ASOC: tegra: move AC97 clock handling to the machine driver
 2014-03-19 19:53 UTC  (3+ messages)

[PATCH v2 0/7] vtpm: TPM groups and deep quotes
 2014-03-19 19:52 UTC  (8+ messages)
` [PATCH 1/7] vtpmmgr: add TPM group support
` [PATCH 2/7] vtpmmgr: add example control tools
` [PATCH 3/7] vtpmmgr: Store hardware TPM Locality
` [PATCH 4/7] vtpmmgr: Convert TPM_Seal to use TPM_PCR_INFO_LONG
` [PATCH 5/7] vtpm: passthru requests to manager
` [PATCH 6/7] vtpm: add ordinal for obtaining an EK signature
` [PATCH 7/7] vtpm: add deep quote support

[RFC][GSoC] Calling for comments regarding rough draft of proposal
 2014-03-19 19:52 UTC 

Performance impact using the "filter" option
 2014-03-19 19:51 UTC 

[PATCH V4] serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers
 2014-03-19 19:51 UTC  (2+ messages)

[Qemu-trivial] [PATCH v2] scripts: add sample model file for Coverity Scan
 2014-03-19 19:46 UTC  (4+ messages)
` [Qemu-trivial] [Qemu-devel] "
    `  "

master - cmirrord: Clean-up stray warning message (attempt #2)
 2014-03-19 19:44 UTC 

[Qemu-devel] migrating instances from qemu-kvm to qemu
 2014-03-19 19:43 UTC  (8+ messages)

[lm-sensors] [PATCH] hwmon: (pmbus/ltc2978) Add support for LTM4676
 2014-03-19 19:43 UTC  (2+ messages)

[v3.13][v3.14][Regression] kthread: make kthread_create() killable
 2014-03-19 19:42 UTC  (10+ messages)
` [v3.13][v3.14][Regression] kthread: make kthread_create()killable
    ` [v3.13][v3.14][Regression] kthread: makekthread_create()killable
        ` [v3.13][v3.14][Regression] kthread:makekthread_create()killable
              ` please fix FUSION (Was: [v3.13][v3.14][Regression] kthread:makekthread_create()killable)

[PATCH 1/2] SUNRPC: Ensure that call_connect times out correctly
 2014-03-19 19:41 UTC  (15+ messages)

[PATCH 1/1] SHA1 transform: x86_64 AVX2 optimization -v3
 2014-03-19 19:40 UTC  (3+ messages)

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2014-03-19 19:38 UTC 

[Qemu-devel] [PULL for-2.0-rc1 0/1] QOM CPUState patch queue 2014-03-19
 2014-03-19 19:35 UTC  (2+ messages)

[SPAM] Re:Cleanroom Wipers, Lint Free Wipes, Sontara Replace Wipes
 2014-03-19 19:31 UTC 

[PATCH v3 0/4] ASoC: simple-card: multi DAI links extension
 2014-03-19 19:31 UTC  (9+ messages)
` [PATCH v3 4/4] ASoC: simple-card: Add DT documentation for multi-DAI links
        ` [alsa-devel] "

[RFCv3 00/14] Unified plane support
 2014-03-19 19:31 UTC  (5+ messages)
` [RFCv3 04/14] drm/exynos: Restrict plane loops to only operate on overlay planes


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.