All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-20 23:19:58 to 2014-03-21 00:17:19 UTC [more...]

[PATCH 3.10 00/85] 3.10.34-stable review
 2014-03-21  0:11 UTC  (19+ messages)
` [PATCH 3.10 09/85] sfc: check for NULL efx->ptp_data in efx_ptp_event
` [PATCH 3.10 14/85] mac80211: fix AP powersave TX vs. wakeup race
` [PATCH 3.10 17/85] mac80211: clear sequence/fragment number in QoS-null frames
` [PATCH 3.10 25/85] mwifiex: do not advertise usb autosuspend support
` [PATCH 3.10 26/85] mwifiex: copy APs HT capability info correctly
` [PATCH 3.10 27/85] mwifiex: save and copy APs VHT "
` [PATCH 3.10 30/85] ALSA: oxygen: Xonar DG(X): capture from I2S channel 1, not 2
` [PATCH 3.10 38/85] x86: fix compile error due to X86_TRAP_NMI use in asm files
` [PATCH 3.10 44/85] ACPI / resources: ignore invalid ACPI device resources
` [PATCH 3.10 56/85] ASoC: pcm: free path list before exiting from error conditions
` [PATCH 3.10 57/85] ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation
` [PATCH 3.10 64/85] dm cache: fix access beyond end of origin device
` [PATCH 3.10 65/85] net: unix socket code abuses csum_partial
` [PATCH 3.10 66/85] can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails
` [PATCH 3.10 67/85] SCSI: isci: fix reset timeout handling
` [PATCH 3.10 69/85] SCSI: qla2xxx: Poll during initialization for ISP25xx and ISP83xx
` [PATCH 3.10 76/85] Fix mountpoint reference leakage in linkat

[PATCH 3.4 00/35] 3.4.84-stable review
 2014-03-21  0:11 UTC  (24+ messages)
` [PATCH 3.4 01/35] ocfs2: fix quota file corruption
` [PATCH 3.4 04/35] virtio-net: alloc big buffers also when guest can receive UFO
` [PATCH 3.4 05/35] tg3: Dont check undefined error bits in RXBD
` [PATCH 3.4 12/35] ALSA: usb-audio: Add quirk for Logitech Webcam C500
` [PATCH 3.4 16/35] genirq: Remove racy waitqueue_active check
` [PATCH 3.4 17/35] cpuset: fix a race condition in __cpuset_node_allowed_softwall()
` [PATCH 3.4 18/35] tracing: Do not add event files for modules that fail tracepoints
` [PATCH 3.4 19/35] firewire: net: fix use after free
` [PATCH 3.4 20/35] firewire: dont use PREPARE_DELAYED_WORK
` [PATCH 3.4 21/35] libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 (2BA30001)
` [PATCH 3.4 22/35] NFS: Fix a delegation callback race
` [PATCH 3.4 23/35] fs/proc/base.c: fix GPF in /proc/$PID/map_files
` [PATCH 3.4 24/35] drm/radeon/atom: select the proper number of lanes in transmitter setup
` [PATCH 3.4 26/35] vmxnet3: fix netpoll race condition
` [PATCH 3.4 27/35] vmxnet3: fix building without CONFIG_PCI_MSI
` [PATCH 3.4 28/35] can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails
` [PATCH 3.4 29/35] SCSI: isci: fix reset timeout handling
` [PATCH 3.4 30/35] SCSI: isci: correct erroneous for_each_isci_host macro
` [PATCH 3.4 31/35] SCSI: qla2xxx: Poll during initialization for ISP25xx and ISP83xx
` [PATCH 3.4 32/35] SCSI: storvsc: NULL pointer dereference fix
` [PATCH 3.4 33/35] Btrfs: fix data corruption when reading/updating compressed extents
` [PATCH 3.4 34/35] ALSA: oxygen: modify adjust_dg_dac_routing function
` [PATCH 3.4 35/35] jiffies: Avoid undefined behavior from signed overflow

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2014-03-21  0:17 UTC 

[PATCH net-next 2/4] net: use skb_get_hash in tx queue selection
 2014-03-21  0:09 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2014-03-21  0:16 UTC 

[Qemu-devel] [PATCH 00/26] QemuOptionParameter -> QemuOpts migration
 2014-03-21  0:13 UTC  (27+ messages)
` [Qemu-devel] [PATCH 01/26] qapi: output def_value_str when query command line options
` [Qemu-devel] [PATCH 02/26] add def_value_str to QemuOptDesc
` [Qemu-devel] [PATCH 03/26] QemuOpt: improve default value
` [Qemu-devel] [PATCH 04/26] QemuOpt: introduce qemu_opts_append()
` [Qemu-devel] [PATCH 05/26] QemuOpt: add qemu_opt_print_help()
` [Qemu-devel] [PATCH 06/26] block: migrate block later QemuOptionParameter
` [Qemu-devel] [PATCH 07/26] cow: migrate cow driver QemuOptionParameter usage
` [Qemu-devel] [PATCH 08/26] gluster: migrate gluster "
` [Qemu-devel] [PATCH 09/26] iscsi: migrate iscsi "
` [Qemu-devel] [PATCH 10/26] nfs: migrate nfs "
` [Qemu-devel] [PATCH 11/26] qcow: migrate qcow "
` [Qemu-devel] [PATCH 12/26] qcow2: migrate qcow2 "
` [Qemu-devel] [PATCH 13/26] qed: migrate qed "
` [Qemu-devel] [PATCH 14/26] raw-posix: migrate raw-posix "
` [Qemu-devel] [PATCH 15/26] raw-win32: migrate cow "
` [Qemu-devel] [PATCH 16/26] raw_bsd: migrate raw_bsd "
` [Qemu-devel] [PATCH 17/26] rbd: migrate rbd "
` [Qemu-devel] [PATCH 18/26] sheepdog: migrate sheepdog "
` [Qemu-devel] [PATCH 19/26] ssh: migrate ssh "
` [Qemu-devel] [PATCH 20/26] vdi: migrate vdi "
` [Qemu-devel] [PATCH 21/26] vhdx: migrate vhdx "
` [Qemu-devel] [PATCH 22/26] vmdk: migrate vmdk "
` [Qemu-devel] [PATCH 23/26] vpc: migrate vpc "
` [Qemu-devel] [PATCH 24/26] vvfat: migrate vvfat "
` [Qemu-devel] [PATCH 25/26] QemuOpt: get rid of QEMUOptionParameter
` [Qemu-devel] [PATCH 26/26] qemu-img: migrate QemuOptionParameter usage

[PATCH] clk: turn rate change failed warning into pr_debug
 2014-03-21  0:09 UTC  (4+ messages)

[RFC] csum experts, csum_replace2() is too expensive
 2014-03-21  0:13 UTC  (2+ messages)

[Bug 76382] New: Mesa Gallium egllog _eglLog
 2014-03-21  0:12 UTC  (4+ messages)
` [Bug 76382] "

[RFC] possible removal of omap-serial
 2014-03-21  0:12 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2014-03-21  0:11 UTC 

[PATCH v6 1/1] crypto: SHA1 transform x86_64 AVX2
 2014-03-21  0:09 UTC  (3+ messages)

[PATCH v5 3/3] scsi: async sd resume
 2014-03-21  0:09 UTC  (12+ messages)

[PATCH net-next 4/4] net: Don't clear skbuff hash for IP fragments
 2014-03-21  0:09 UTC 

[PATCH net-next 3/4] net: don't clear skbuff hash on tunnel xmit
 2014-03-21  0:09 UTC 

[PATCH net-next 1/4] net: Rename rxhash to hash
 2014-03-21  0:09 UTC 

[PATCH net-next 0/4] net: rename skb->rxhash
 2014-03-21  0:09 UTC 

[Qemu-devel] [PATCH v22 00/25] replace QEMUOptionParameter with QemuOpts
 2014-03-21  0:07 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-03-21  0:08 UTC 

ACPI and PM material for v3.15-rc1 (current queue)
 2014-03-21  0:23 UTC 

[PATCH 3.13 000/149] 3.13.7-stable review
 2014-03-21  0:05 UTC  (47+ messages)
` [PATCH 3.13 001/149] zram: avoid null access when fail to alloc meta
` [PATCH 3.13 007/149] sched: Fix double normalization of vruntime
` [PATCH 3.13 010/149] tun: remove bogus hardware vlan acceleration flags from vlan_features
` [PATCH 3.13 013/149] virtio-net: alloc big buffers also when guest can receive UFO
` [PATCH 3.13 014/149] ipv6: reuse ip6_frag_id from ip6_ufo_append_data
` [PATCH 3.13 015/149] ipv4: ipv6: better estimate tunnel header cut for correct ufo handling
` [PATCH 3.13 018/149] ipv6: ipv6_find_hdr restore prev functionality
` [PATCH 3.13 019/149] tg3: Dont check undefined error bits in RXBD
` [PATCH 3.13 038/149] mwifiex: add NULL check for PCIe Rx skb
` [PATCH 3.13 039/149] mwifiex: fix cmd and Tx data timeout issue for PCIe cards
` [PATCH 3.13 040/149] mwifiex: do not advertise usb autosuspend support
` [PATCH 3.13 042/149] mwifiex: save and copy APs VHT capability info correctly
` [PATCH 3.13 052/149] ALSA: hda - Use analog beep for Thinkpads with AD1984 codecs
` [PATCH 3.13 054/149] pinctrl: sunxi: use chained_irq_{enter, exit} for GIC compatibility
` [PATCH 3.13 055/149] powerpc/tm: Fix crash when forking inside a transaction
` [PATCH 3.13 056/149] powerpc: Align p_dyn, p_rela and p_st symbols
` [PATCH 3.13 064/149] x86_pkg_temp_thermal: Do not expose as a hwmon device
` [PATCH 3.13 065/149] Revert "USBNET: ax88179_178a: enable tso if usb host supports sg dma"
` [PATCH 3.13 068/149] Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."
` [PATCH 3.13 069/149] genirq: Remove racy waitqueue_active check
` [PATCH 3.13 070/149] cpuset: fix a locking issue in cpuset_migrate_mm()
` [PATCH 3.13 071/149] cpuset: fix a race condition in __cpuset_node_allowed_softwall()
` [PATCH 3.13 082/149] spi: fsl-dspi: Fix getting correct address for master
` [PATCH 3.13 083/149] spi: spi-imx: spi_imx_remove: do not disable disabled clocks
` [PATCH 3.13 087/149] NFSv4: nfs4_stateid_is_current should return true for an invalid stateid
` [PATCH 3.13 088/149] cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditions
` [PATCH 3.13 109/149] drm/radeon/si: fix typo in dpm sq ramping setup
` [PATCH 3.13 110/149] ASoC: pcm: free path list before exiting from error conditions
` [PATCH 3.13 111/149] ASoC: 88pm860: Fix IO setup
` [PATCH 3.13 113/149] i2c: Remove usage of orphaned symbol OF_I2C
` [PATCH 3.13 122/149] dm space map metadata: fix refcount decrement below 0 which caused corruption
` [PATCH 3.13 124/149] dm cache: fix access beyond end of origin device
` [PATCH 3.13 125/149] net: unix socket code abuses csum_partial
` [PATCH 3.13 126/149] can: flexcan: fix shutdown: first disable chip, then all interrupts
` [PATCH 3.13 129/149] can: flexcan: factor out transceiver {en,dis}able into seperate functions
` [PATCH 3.13 131/149] SCSI: isci: fix reset timeout handling
` [PATCH 3.13 138/149] Btrfs: fix tree mod logging
` [PATCH 3.13 141/149] intel_pstate: Add setting voltage value for baytrail P states
` [PATCH 3.13 142/149] intel_pstate: Add support for Baytrail turbo "
` [PATCH 3.13 143/149] ALSA: oxygen: modify adjust_dg_dac_routing function
` [PATCH 3.13 144/149] regulator: core: Change dummy supplies error message to a warning
` [PATCH 3.13 145/149] Fix mountpoint reference leakage in linkat
` [PATCH 3.13 147/149] bio-integrity: Fix bio_integrity_verify segment start bug
` [PATCH 3.13 148/149] arm64: mm: Add double logical invert to pte accessors
` [PATCH 3.13 149/149] memcg: reparent charges of children before processing parent

[PATCH] ath10k: Fix getting stats from firmware
 2014-03-21  0:05 UTC  (2+ messages)

[PATCH] ARM: tegra: fix board DT pinmux setup
 2014-03-21  0:06 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-03-21  0:02 UTC 

btrfs-progs tagged as v3.12
 2014-03-21  0:00 UTC  (4+ messages)

[PATCH v2] KVM: ARM: vgic: plug irq injection race
 2014-03-20 23:57 UTC  (2+ messages)

[PATCH] binfmt_misc: add missing 'break' statement
 2014-03-20 23:56 UTC 

[PATCH v6 00/22] Support ext4 on NV-DIMMs
 2014-03-20 23:55 UTC  (10+ messages)
` [PATCH v6 07/22] Replace the XIP page fault handler with the DAX page fault handler

[PATCH] drm/ttm: remove fence_lock
 2014-03-20 23:55 UTC  (11+ messages)

[RFC PATCH] cifs: Fix possible deadlock with cifs and work queues
 2014-03-20 23:53 UTC  (3+ messages)

[GSoc PATCH 1/3] diff-no-index.c: rename read_directory()
 2014-03-20 23:53 UTC  (2+ messages)

usbnet: driver_info->stop required to stop USB interrupts?
 2014-03-20 23:53 UTC  (15+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-03-20 23:52 UTC 

Interesting thoughts
 2014-03-20 23:51 UTC 

UART 8250 and HW Flow Control
 2014-03-20 23:47 UTC  (3+ messages)

[PATCH v2] Bump core.deltaBaseCacheLimit to 128MiB
 2014-03-20 23:48 UTC  (2+ messages)

Configuring a third-party git hook
 2014-03-20 23:46 UTC  (5+ messages)

[PATCH] staging/rtl8821ae: Fix OOM handling in _rtl_init_deferred_work()
 2014-03-20 23:42 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix dead lock risk when kmalloc failed in dlm_query_region_handler
 2014-03-20 23:41 UTC  (2+ messages)

Possible software flow problem in serial_core
 2014-03-20 23:34 UTC  (4+ messages)

[stable 3.10.y] Please backport a56a5cf1f2ec "ARM: highbank: avoid L2 cache smc calls when PL310 is not present"
 2014-03-20 23:39 UTC  (4+ messages)

[PATCH 0/2] ARM: berlin: SMP support
 2014-03-20 23:36 UTC  (8+ messages)
` [PATCH 1/2] ARM: berlin: add scu and chipctrl device nodes for BG2/BG2Q
` [PATCH 2/2] ARM: berlin: add SMP support

+ printk-fix-one-circular-lockdep-warning-about-console_lock.patch added to -mm tree
 2014-03-20 23:35 UTC 

Trouble connecting to broadcom AC APs?
 2014-03-20 23:34 UTC  (8+ messages)

[PATCH] x86: Add forcepae parameter for booting PAE kernels on PAE-disabled Pentium M
 2014-03-20 23:33 UTC  (3+ messages)
` [tip:x86/cpu] x86, cpu: "

[PATCH 1/9] powerpc/fsl: add PVR definition for E500MC and E5500
 2014-03-20 23:33 UTC  (10+ messages)
` [PATCH 9/9] powerpc/pm: support deep sleep feature on T1040

[BUG] Segfault on git describe
 2014-03-20 23:33 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-03-20 23:32 UTC 

[mlmmj] Encrypted list
 2014-03-20 23:31 UTC  (2+ messages)

[PATCH] x86: set Pentium M as PAE capable
 2014-03-20 23:30 UTC  (2+ messages)
` [tip:x86/cpu] Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-03-20 23:29 UTC 

[PATCH v3][GSOC] fsck: use bitwise-or assignment operator to set flag
 2014-03-20 23:27 UTC  (3+ messages)

[RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of
 2014-03-20 23:26 UTC  (5+ messages)

more locking fail
 2014-03-20 23:25 UTC 

[PATCH] mwifiex: scan command preparation failure handling
 2014-03-20 23:23 UTC  (3+ messages)
` [PATCH] mwifiex: cancel pending commands for signal
` [PATCH] mwifiex: use timeout variant for wait_event_interruptible

[PATCH 0/12] GIT_CONFIG in the test suite
 2014-03-20 23:23 UTC  (4+ messages)
` [PATCH 10/12] t0001: use test_must_fail
` [PATCH 11/12] t0001: drop useless subshells
` [PATCH 12/12] t0001: drop subshells just for "cd"

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-03-20 23:21 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-03-20 23:21 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-03-20 23:21 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.