messages from 2013-09-23 18:15:02 to 2013-09-23 19:06:04 UTC [more...]
xorg.conf* screen resolution via PreferredMode disregarded by X if valid video= on cmdline
2013-09-23 19:06 UTC (3+ messages)
[refpolicy] [PATCH] These regular expressions were not matched
2013-09-23 19:05 UTC (2+ messages)
iSCSI support in Linux
2013-09-23 19:04 UTC (2+ messages)
[refpolicy] [PATCH] Sudo file context specification did not catch paths
2013-09-23 19:02 UTC (4+ messages)
[PATCH v3 0/5] x86, memblock: Allocate memory near kernel image before SRAT parsed
2013-09-23 18:07 UTC (4+ messages)
` [PATCH v3 2/5] memblock: Improve memblock to support allocation from lower address
Reiser4 GIT and Kernel 3.11 patchs
2013-09-23 19:01 UTC (2+ messages)
[PATCHv3] makedevs: add nativesdk to BBCLASSEXTENDS
2013-09-23 19:01 UTC (4+ messages)
` [PATCH] shadow: Create recipe nativesdk-shadow
[PATCH] configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
2013-09-23 19:00 UTC (2+ messages)
[PATCH] lscpu: report cpu min mhz
2013-09-23 19:00 UTC (3+ messages)
master - cmdline: Accept PE ranges as start+length
2013-09-23 19:00 UTC
master - pvmove: clean exit on failed pvmove restart
2013-09-23 19:00 UTC
[U-Boot] [PATCH v3] socfpga: Adding Freeze Controller driver
2013-09-23 18:59 UTC (2+ messages)
grub2 boot root-on-zfs errors
2013-09-23 18:59 UTC
Pull request: sfc-next 2013-09-23
2013-09-23 18:59 UTC
[Buildroot] [BFCI] HOWTO Defconfig for host package
2013-09-23 18:58 UTC
[PATCH 0/3]
2013-09-23 18:56 UTC (8+ messages)
` [PATCH 1/3] Add smp support for Allwinner A20(sunxi 7i)
[PATCH 00/20] [SCSI] remove unnecessary pci_set_drvdata()
2013-09-23 18:55 UTC (2+ messages)
[PATCH] git.txt: Fix asciidoc syntax of --*-pathspecs
2013-09-23 18:54 UTC
reboot during raid1 resync considered harmful?
2013-09-23 18:54 UTC
[Qemu-devel] [PATCH 0/7] usb: host-libusb and xhci fixes
2013-09-23 18:54 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/7] usb-host-libusb: Fix reset handling
` [Qemu-devel] [PATCH 2/7] usb-host-libusb: Configuration 0 may be a valid configuration
` [Qemu-devel] [PATCH 3/7] usb-host-libusb: Detach kernel drivers earlier
` [Qemu-devel] [PATCH 4/7] usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContext
` [Qemu-devel] [PATCH 5/7] usb-hcd-xhci: Remove unused cancelled member from XHCITransfer
` [Qemu-devel] [PATCH 6/7] usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stop
` [Qemu-devel] [PATCH 7/7] usb-hcd-xhci: Update endpoint context dequeue pointer for streams too
[Bug 69728] New: Radeon Redwood (5670) GPU Lockup
2013-09-23 18:54 UTC (2+ messages)
` [Bug 69728] "
[PATCH/RFC 0/7] Support for Ruby
2013-09-23 18:53 UTC (13+ messages)
Xen VGA Passthrough - GTX 680 successfully hard-moded to GRID K2
2013-09-23 18:53 UTC (2+ messages)
[PATCH 00/13] TPM cleanup
2013-09-23 18:51 UTC (15+ messages)
` [PATCH 01/13] tpm: ibmvtpm: Use %zd formatting for size_t format arguments
` [PATCH 02/13] tpm atmel: Call request_region with the correct base
` [PATCH 03/13] tpm: xen-tpmfront: Fix default durations
` [PATCH 04/13] tpm: Store devname in the tpm_chip
` [PATCH 05/13] tpm: Use container_of to locate the tpm_chip in tpm_open
` [PATCH 06/13] tpm: Remove redundant dev_set_drvdata
` [PATCH 07/13] tpm: Remove tpm_show_caps_1_2
` [PATCH 08/13] tpm: Pull everything related to /dev/tpmX into tpm-dev.c
` [PATCH 09/13] tpm: Pull everything related to sysfs into tpm-sysfs.c
` [PATCH 10/13] tpm: Create a tpm_class_ops structure and use it in the drivers
` [PATCH 11/13] tpm: Use the ops structure instead of a copy in tpm_vendor_specific
` [PATCH 12/13] tpm: st33: Remove chip->data_buffer access from this driver
` [PATCH 13/13] tpm: Make tpm-dev allocate a per-file structure
[RESEND] spi/tegra114: Correct support for cs_change
2013-09-23 18:51 UTC (3+ messages)
[PATCH v4] crypto: caam - map src buffer before access
2013-09-23 18:51 UTC (2+ messages)
[PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
2013-09-23 18:42 UTC (11+ messages)
[U-Boot] [PATCH] Prevent a U-Boot crash on Wandboard
2013-09-23 18:50 UTC (8+ messages)
[PATCH v2 00/16] Make Gnome Credential helper more Gnome-y and support ancient distros
2013-09-23 18:49 UTC (17+ messages)
` [PATCH v2 01/16] contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations
` [PATCH v2 02/16] contrib/git-credential-gnome-keyring.c: remove unused die() function
` [PATCH v2 03/16] contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc
` [PATCH v2 04/16] contrib/git-credential-gnome-keyring.c: add static where applicable
` [PATCH v2 05/16] contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectly
` [PATCH v2 06/16] contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_t
` [PATCH v2 07/16] contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before accessing
` [PATCH v2 08/16] contrib/git-credential-gnome-keyring.c: set Gnome application name
` [PATCH v2 09/16] contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()
` [PATCH v2 10/16] contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds
` [PATCH v2 11/16] contrib/git-credential-gnome-keyring.c: use secure memory for reading passwords
` [PATCH v2 12/16] contrib/git-credential-gnome-keyring.c: use glib memory allocation functions
` [PATCH v2 13/16] contrib/git-credential-gnome-keyring.c: use glib messaging functions
` [PATCH v2 14/16] contrib/git-credential-gnome-keyring.c: report failure to store password
` [PATCH v2 15/16] contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring
` [PATCH v2 16/16] contrib/git-credential-gnome-keyring.c: support really "
[Qemu-devel] ChrEMU - Virtualization in the Browser
2013-09-23 18:48 UTC (3+ messages)
[Qemu-devel] [PATCH] hw/pci: completed master-abort emulation
2013-09-23 18:45 UTC (8+ messages)
[PATCH 1/5] mfd: arizona: Add device tree helper functions
2013-09-23 18:30 UTC (7+ messages)
` [PATCH 2/5] mfd: arizona: Add device tree binding for max_channels_clocked
` [PATCH 3/5] mfd: arizona: Add simple microphone detection device tree bindings
` [PATCH 4/5] mfd: arizona: Add micdet ranges and polarity "
` [PATCH 5/5] mfd: arizona: Add device tree bindings for MICBIAS generators
[PATCH 00/26] ARM: provide common arch init for DT clocks
2013-09-23 18:41 UTC (6+ messages)
[refpolicy] [PATCH] [V2] Initial pstore support
2013-09-23 18:41 UTC (2+ messages)
Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
2013-09-23 18:40 UTC (3+ messages)
Check the fb size against the correct CRTC viewport for stereo modes
2013-09-23 18:39 UTC (3+ messages)
` [PATCH 2/2] drm: Check the fb size against the adjusted v/hdisplay "
` [Intel-gfx] "
[Bug 61811] New: kms mode breaks and using radeon.agpmode=-1
2013-09-23 18:33 UTC
Missing USB devices
2013-09-23 18:38 UTC (13+ messages)
` [PATCH] "
[PATCH 00/12] Introduce common infra for tegra clocks
2013-09-23 18:38 UTC (19+ messages)
` [PATCH 06/12] clk: tegra: add common infra for DT clocks
` [PATCH 07/12] clk: tegra: move audio clk to common file
` [PATCH 08/12] clk: tegra: move periph clocks "
` [PATCH 10/12] clk: tegra: move fixed "
` [PATCH 12/12] clk: tegra: introduce common gen4 super clock
[PATCH 01/12] tcp.h: Remove extern from function prototypes
2013-09-23 18:37 UTC (13+ messages)
` [PATCH 02/12] udp.h: "
` [PATCH 03/12] udplite.h: "
` [PATCH 04/12] wext.h: "
` [PATCH 05/12] wimax.h: "
` [PATCH 06/12] x25.h: "
` [PATCH 07/12] xfrm.h: "
` [PATCH 08/12] bluetooth: "
` [PATCH 09/12] caif_hsi.h: "
` [PATCH 10/12] irda: "
` [PATCH 11/12] netfilter: "
` [PATCH 12/12] sctp: "
[PATCH ethtool] sfc: Add support for EF10 registers
2013-09-23 18:37 UTC (5+ messages)
` missing kfree_skb(skb) in ipv6_frag_rcv()?
[PATCH] Do not drop DNATed 6to4/6rd packets
2013-09-23 18:36 UTC (7+ messages)
` [PATCH] Do not drop DNATed 6to4/6rd packets (v3)
` [PATCH] Do not drop DNATed 6to4/6rd packets (v4)
ehci-pci D3cold logspam
2013-09-23 18:36 UTC
[RFC] gpio/omap: auto-setup a GPIO when used as an IRQ
2013-09-23 18:35 UTC (6+ messages)
[PATCH] mm: move pool limit setting from zswap to zbud
2013-09-23 18:02 UTC (2+ messages)
checkpatch guide for newbies
2013-09-23 18:35 UTC (3+ messages)
[PATCH net-next 11/11] sfc: Add static tracepoints to datapath
2013-09-23 18:34 UTC (5+ messages)
[PATCH V3: Add Smp support for Allwinner A20. 0/3]
2013-09-23 18:34 UTC (9+ messages)
` [PATCH V3: Add Smp support for Allwinner A20. 1/3] Add smp support for Allwinner A20(sunxi 7i)
` [linux-sunxi] "
` [PATCH "
[PATCH 00/10] hpsa: September 2013 driver fixes
2013-09-23 18:34 UTC (11+ messages)
` [PATCH 01/10] hpsa: do not attempt to flush the cache on locked up controllers
` [PATCH 02/10] hpsa: add 5 second delay after doorbell reset
` [PATCH 03/10] hpsa: do not discard scsi status on aborted commands
` [PATCH 04/10] hpsa: remove unneeded include of seq_file.h
` [PATCH 05/10] hpsa: fix memory leak in CCISS_BIG_PASSTHRU ioctl
` [PATCH 06/10] hpsa: add MSA 2040 to list of external target devices
` [PATCH 07/10] hpsa: hide logical drives with format in progress from linux
` [PATCH 08/10] hpsa: bring logical drives online when format completes
` [PATCH 09/10] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands
` [PATCH 10/10] hpsa: prevent stalled i/o
[PATCH 1/2] KVM: Implement default IRQ routing
2013-09-23 18:34 UTC (5+ messages)
[U-Boot] [PATCH] cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS
2013-09-23 18:33 UTC
+ drm-nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo-fix.patch added to -mm tree
2013-09-23 18:33 UTC
[PATCH 0/3] Fix patches including po.m4
2013-09-23 18:31 UTC (4+ messages)
` [PATCH 1/3] texi2html: remove po.m4 patch
` [PATCH 2/3] wget: "
` [PATCH 3/3] gnutls: "
[PATCH] hotplug: Optimize {get,put}_online_cpus()
2013-09-23 17:04 UTC (12+ messages)
[refpolicy] [PATCH] The kerberos_keytab_template() template is deprecated: Breaks monolithic built (out-of-scope)
2013-09-23 18:28 UTC (2+ messages)
[Xenomai] memory mapped IO and secondary mode switch
2013-09-23 18:28 UTC (6+ messages)
[PATCH] iio: add Bosch BMG160 gyroscope sensor driver
2013-09-23 18:27 UTC (2+ messages)
[Qemu-devel] [PATCH v3 00/18] qtest: Test all targets
2013-09-23 18:26 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 11/18] axis_dev88: Don't enforce use of kernel for qtest
[PATCH] git-remote-mediawiki: bugfix for pages w/ >500 revisions
2013-09-23 18:26 UTC (3+ messages)
[Xenomai] rt_intr_wait bug during debugging
2013-09-23 18:25 UTC (2+ messages)
[merged] drivers-block-skd_mainc-fix-a-few-things-disable-on-32-bit.patch removed from -mm tree
2013-09-23 18:25 UTC
[merged] h8300-remove-deprecated-irqf_disabled.patch removed from -mm tree
2013-09-23 18:25 UTC
+ linux-next-git-rejects.patch added to -mm tree
2013-09-23 18:24 UTC
Intel 6300 crashes hard (3.11 regression?)
2013-09-23 18:24 UTC (4+ messages)
` [Ilw] "
man-pages-3.54 released
2013-09-23 18:22 UTC (2+ messages)
[PATCH] hvmloader/smbios: Change strncpy to memcpy for anchor strings
2013-09-23 18:22 UTC
[meta-networking][PATCH 1/3] snort: add recipe
2013-09-23 18:22 UTC (4+ messages)
[PATCH v2] iio: dac: ad5446: Add support for AD5641
2013-09-23 19:21 UTC (2+ messages)
[PATCH 0/3] thermal: bcm281xx: Add thermal driver
2013-09-23 18:19 UTC (4+ messages)
` [PATCH 1/3] "
[PATCH] xfs: fix node forward in xfs_node_toosmall
2013-09-23 17:18 UTC (2+ messages)
` [PATCH] xfs: v2 "
[PATCH] btrfs-progs: cmd_find_new: Sync fs before searching for modified files
2013-09-23 18:19 UTC (2+ messages)
[PATCH v4 00/20] iio: ST clean-ups and new sensor support
2013-09-23 19:19 UTC (5+ messages)
` [PATCH 16/20] iio: pressure-core: st: Provide support for the Vdd power supply
` [PATCH 17/20] iio: pressure-core: st: Provide support for the Vdd_IO "
[U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand
2013-09-23 18:19 UTC (4+ messages)
[PATCH] dm mpath: disable WRITE SAME if it fails
2013-09-23 18:18 UTC (4+ messages)
` SCSI's heuristics for enabling WRITE SAME still need work [was: dm mpath: disable WRITE SAME if it fails]
Object Write Latency
2013-09-23 18:18 UTC (4+ messages)
iproute2 and libnl3?
2013-09-23 18:17 UTC
[PATCH 1/3] mfd: mc13xxx: Don't require lock for simple register I/O
2013-09-23 18:14 UTC (3+ messages)
` [PATCH 2/3] mfd: mc13xxx: Move SPI erratum workaround into SPI I/O function
` [PATCH 3/3] ASoC: mc13783: Use regmap directly from ASoC
[PATCH ethtool] sfc: Stop using bitfields in register definition structures
2013-09-23 18:14 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.