All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-11 20:09:44 to 2014-04-11 21:36:38 UTC [more...]

[PATCH 2/6] drm/i915: remove unnecessary delays in intel_dp_link_down
 2014-04-11 21:25 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: remove unexplained vblank wait in the DP off code
  ` [PATCH 2/2] drm/i915: remove misplaced panel wait in "

[PATCH 00/18] drm_bus cleanups and other cruft removal
 2014-04-11 21:36 UTC  (13+ messages)
` [PATCH 01/18] drm/omap: fix up pdev_remove
` [PATCH 02/18] drm/irq: simplify irq checks in drm_wait_vblank
` [PATCH 03/18] drm/pci: fold in irq_by_busid support
` [PATCH 04/18] drm/irq: drm_control is a legacy ioctl, so pci devices only
` [PATCH 05/18] drm/irq: remove cargo-culted locking from irq_install/unistall
` [PATCH 06/18] drm: remove drm_dev_to_irq from drivers
` [PATCH 07/18] drm: kill drm_bus->bus_type
` [PATCH 08/18] drm: Rip out totally bogus vga_switcheroo->can_switch locking
` [PATCH 09/18] drm: rename dev->count_lock to dev->buf_lock
` [PATCH 10/18] drm/irq: track the irq installed in drm_irq_install in dev->irq
` [PATCH 11/18] drm/irq: Look up the pci irq directly in the drm_control ioctl
` [PATCH 12/18] drm: pass the irq explicitly to drm_irq_install

10GB memorys occupied by XFS
 2014-04-11 21:35 UTC  (3+ messages)

[Qemu-devel] [Bug 1306818] [NEW] resetting moder register in opencores_eth.c code (ethernet IP core specification code)
 2014-04-11 21:29 UTC 

[tip:x86/urgent] x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels
 2014-04-11 21:34 UTC  (6+ messages)

[PATCH 01/15] i386: add renameat2 syscall
 2014-04-11 21:33 UTC  (2+ messages)
` [tip:x86/urgent] i386: Wire up the renameat2() syscall

[PATCH 00/42] qla2xxx: 8.07.00.08-k: Updates for scsi "misc" branch
 2014-04-11 20:54 UTC  (43+ messages)
` [PATCH 01/42] qla2xxx: Wait for reset completion without lock for ISPFX00
` [PATCH 02/42] qla2xxx: Do not schedule reset when one is already active when receiving an invalid status handle
` [PATCH 03/42] qla2xxx: Correct operations for ISP27xx template types 270 and 271
` [PATCH 04/42] qla2xxx: Allow ISP83XX and ISP27XX both to write req_q_out register
` [PATCH 05/42] qla2xxx: Correct ISP83xx/ISP27xx mislogic in setting out_mb in qla25xx_init_req_que()
` [PATCH 06/42] qla2xxx: Log when device state is moved to failed state
` [PATCH 07/42] qla2xxx: Issue abort command for outstanding commands during cleanup when only firmware is alive
` [PATCH 08/42] qla2xxx: Add pci device id 0x2271
` [PATCH 09/42] qla2xxx: Allow the next firmware dump if the previous dump capture fails for ISP8044
` [PATCH 10/42] qla2xxx: Support of new firmware dump opcodes QLA8044_RDDFE(38), QLA8044_RDMDIO(39),QLA8044_POLLWR(40)
` [PATCH 11/42] qla2xxx: Check for peg alive counter and clear any outstanding mailbox command
` [PATCH 12/42] qla2xxx: Add ISP8044 serdes bsg interface
` [PATCH 13/42] qla2xxx: Correction to ISP27xx template entry types 256 and 258
` [PATCH 14/42] qla2xxx: Track the process when the ROM_LOCK failure happens
` [PATCH 15/42] qla2xxx: Remove unnecessary delays from fw dump code path
` [PATCH 16/42] qla2xxx: Introduce fw_dump_flag to track fw dump progress
` [PATCH 17/42] qla2xxx: Enable fw_dump_size for ISP8044
` [PATCH 18/42] qla2xxx: Update entry type 270 to match spec update
` [PATCH 19/42] qla2xxx: Change copyright year to 2014 in all the source files
` [PATCH 20/42] qla2xxx: Decrease pci access for response queue processing for ISPFX00
` [PATCH 21/42] qla2xxx: Use proper log message for flash lock failed error
` [PATCH 22/42] qla2xxx: Include <delay.h> file for msleep declartion in qla_nx2.c file
` [PATCH 23/42] qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.c
` [PATCH 24/42] qla2xxx: ISP8044 poll ipmdio bus timeout improvement
` [PATCH 25/42] qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio
` [PATCH 26/42] qla2xxx: Avoid escalating the SCSI error handler if the command is not found in firmware
` [PATCH 27/42] qla2xxx: Adjust adapter reset routine to the changes in firmware specification for ISPFx00
` [PATCH 28/42] qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning
` [PATCH 29/42] qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the owner of the reset
` [PATCH 30/42] qla2xxx: Reduce the time we wait for a command to complete during SCSI error handling
` [PATCH 31/42] qla2xxx: ISP27xx firmware dump template spec updates (including T274)
` [PATCH 32/42] qla2xxx: ISP27xx queue index shadow registers
` [PATCH 33/42] qla2xxx: Delay driver unload if there is any pending activity going on
` [PATCH 34/42] qla2xxx: Don't check for firmware hung during the reset context for ISP82XX
` [PATCH 35/42] qla2xxx: Fix beacon blink logic for ISP26xx/83xx
` [PATCH 36/42] qla2xxx: Add MBC option for fast SFP data access
` [PATCH 37/42] qla2xxx: Remove mapped vp index iterator macro dead code
` [PATCH 38/42] qla2xxx: T10-Dif: add T10-PI support
` [PATCH 39/42] qla2xxx: ABTS cause double free of qla_tgt_cmd +
` [PATCH 40/42] qla2xxx: Do logins from a chip reset in DPC thread instead of the error handler thread
` [PATCH 41/42] qla2xxx: Remove wait for online from host reset handler
` [PATCH 42/42] qla2xxx: Update the driver version to 8.07.00.08-k

[PATCH 2/6] shm: add sealing API
 2014-04-11 21:31 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2014-04-11 21:30 UTC 

[review-request] bz6147 size-over-total doesn't hide
 2014-04-11 21:28 UTC 

[PATCH 1/2] FDDI: Reformat <linux/if_fddi.h> for 8-character tabs
 2014-04-11 21:28 UTC  (5+ messages)

[Bug 75784] New: Octodad: Dadliest Catch - GPU crash on CAYMAN
 2014-04-11 21:27 UTC  (2+ messages)
` [Bug 75784] "

Our official home page and logo for the Git project
 2014-04-11 21:25 UTC  (14+ messages)

[Bug 61601] New: rootflags=noatime causes kernel panic when booting without initrd
 2014-04-11 21:25 UTC  (2+ messages)
` [Bug 61601] "

[PATCH] [v2] mm: pass VM_BUG_ON() reason to dump_page()
 2014-04-11 21:23 UTC  (4+ messages)

[PATCH] drm: Provide drm_set_busid() fallback
 2014-04-11 21:23 UTC  (4+ messages)

[PATCH RESEND] mmc: Delay the card_event callback into the mmc_rescan worker
 2014-04-11 21:22 UTC  (3+ messages)

[Bug 75127] New: Radeon SUMO: atombios stuck executing
 2014-04-11 21:21 UTC  (3+ messages)
` [Bug 75127] runpm hang with PowerXpress/hybrid laptop

audit 2.3.6 released
 2014-04-11 21:17 UTC 

[Buildroot] [PATCH] toolchain-external: Introduce kernel headers sanitization
 2014-04-11 21:17 UTC  (2+ messages)

DRM security flaws and security levels
 2014-04-11 21:15 UTC  (4+ messages)

[PATCH] drm/i915: Intel-specific primary plane handling (v2)
 2014-04-11 21:13 UTC  (3+ messages)
` [PATCH] drm/i915: Intel-specific primary plane handling (v3)
  ` [PATCH] drm/i915: Intel-specific primary plane handling (v4)

spi-atmel: scheduling while atomic
 2014-04-11 21:11 UTC  (3+ messages)
    `  "

[GIT PULL] ARM: OMAP2+: OMAP hwmod and clock fixes for v3.15-rc
 2014-04-11 21:10 UTC  (2+ messages)

[Qemu-devel] [PATCH] gtk: Keep the pointer within window during input grab
 2014-04-11 21:08 UTC  (4+ messages)

[U-Boot] tpm: Add ST33ZP24 TPM SPI & SPI drivers
 2014-04-11 21:06 UTC  (5+ messages)
` [U-Boot] [PATCH 3/4] spi: ST33ZP24 SPI: Patch driver to support hash in locality 4
` [U-Boot] [PATCH 4/4] i2c: Add ST33ZP24 I2C TPM support

[Patch iproute2] u32: add terminal parameter
 2014-04-11 21:04 UTC  (2+ messages)

[Patch v2 00/14] Thunderbolt support for Apple MBP
 2014-04-11 21:06 UTC  (2+ messages)

[PATCH 00/11] Fixes for omap PM for making omap3 DT only
 2014-04-11 21:04 UTC  (5+ messages)

[PATCH 1/1] FS: Add generic data flush to fsync
 2014-04-11 21:05 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/pjw/omap-pending
 2014-04-11 21:02 UTC 

Survey: Yocto Project 1.6 release
 2014-04-11 21:00 UTC 

[U-Boot] tpm: Add ST33ZP24 TPM SPI & SPI drivers
 2014-04-11 20:57 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] [PATCH] spi: Add ST33ZP24 SPI TPM support
` [U-Boot] [PATCH 2/4] spi: ST33ZP24 SPI: Patch driver to support 2 TPMs

Is SCTP throughput really this low compared to TCP?
 2014-04-11 20:57 UTC  (6+ messages)

[PATCH v2 00/14] dma: edma: Fixes for cyclic (audio) operation
 2014-04-11 20:56 UTC  (21+ messages)
` [PATCH v2 03/14] dma: edma: Add support for DMA_PAUSE/RESUME operation
` [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT
` [PATCH v2 08/14] DMA: edma: Use different eventq for cyclic channels

[PATCH] coccinelle: add pycocci wrapper for multithreaded support
 2014-04-11 20:55 UTC  (9+ messages)
    ` [Cocci] "
      ` [Cocci] Software parallelisation?
            ` [Cocci] Adjustments for Coccinelle's software build process?

[PATCH] nfs-rdma: Fix for FMR leaks
 2014-04-11 20:54 UTC  (3+ messages)

[PATCH 0/3] Fix support for FreeBSD's /bin/sh
 2014-04-11 20:52 UTC  (3+ messages)
` [PATCH 3/3] test: fix t5560 on FreeBSD

[PATCH 0/2] Initial implementation of Intel MID watchdog driver
 2014-04-11 20:50 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] watchdog: add Intel MID watchdog driver support
  ` [PATCH v2 2/2] x86: intel-mid: add watchdog platform code for Merrifield

[PATCH] Don't build unused suspend/resume functions not enabled
 2014-04-11 20:50 UTC  (2+ messages)

[PATCH] ipv6: Limit mtu to 65572 bytes
 2014-04-11 20:48 UTC  (4+ messages)
  ` [PATCH v3] ipv6: Limit mtu to 65575 bytes

Bumping required kernels to 3.0 for Linux backports ?
 2014-04-11 20:47 UTC  (16+ messages)

[PATCH] ipc,shm: increase default size for shmmax
 2014-04-11 20:48 UTC  (20+ messages)
                          ` [PATCH] ipc,shm: disable shmmax and shmall by default

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2014-04-11 20:47 UTC 

[PATCH v2] iio: adc: Fix exynos_adc dependencies
 2014-04-11 20:48 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2014-04-11 20:45 UTC 

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2014-04-11 20:45 UTC 

[PATCH net] net: ipv6: Fix oif in TCP SYN+ACK route lookup
 2014-04-11 20:44 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net
 2014-04-11 20:44 UTC 

[PATCH] Verify index file before we opportunistically update it
 2014-04-11 20:43 UTC  (7+ messages)
` [PATCH v7 1/2] Add xpread() and xpwrite()
  ` [PATCH v7 2/2] Verify index file before we opportunistically update it

[U-Boot] [PATCH] nitrogen6x: Fix the PAD settings for the ECSPI chipselect
 2014-04-11 20:43 UTC 

Strange hole creation behavior
 2014-04-11 20:43 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm:board:trats2:FIX: Clear INFORM4 and INFORM5 registers at correct boot
 2014-04-11 20:43 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] kbuild: fix a bug in regeneration of linker scripts
 2014-04-11 20:43 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 0/3] board:tricorder: late fixups for 2014.04
 2014-04-11 20:43 UTC  (2+ messages)

[PATCH v2 0/6] PCI irq mapping fixes and cleanups
 2014-04-11 20:41 UTC  (8+ messages)
` [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

[GIT PULL] spi fixes for v3.15
 2014-04-11 20:41 UTC  (3+ messages)

[PATCH v3 0/3] Make update refs more atomic
 2014-04-11 20:39 UTC  (4+ messages)
` [PATCH v3 1/3] refs.c: split writing and commiting a ref into two separate functions
` [PATCH v3 2/3] refs.c: split delete_ref_loose() into a separate flag-for-deletion and commit phase
` [PATCH v3 3/3] refs.c: change ref_transaction_commit to run the commit loops once all work is finished

wrong handling of text git attribute leading to files incorrectly reported as modified
 2014-04-11 20:38 UTC  (2+ messages)

[PATCH] mm: pass VM_BUG_ON() reason to dump_page()
 2014-04-11 20:36 UTC  (3+ messages)

pull request: wireless 2014-04-10
 2014-04-11 20:35 UTC  (2+ messages)

[PATCH] softirq: punt to ksoftirqd if __do_softirq recently looped
 2014-04-11 20:33 UTC  (2+ messages)

[GIT PULL] regulator fixes for v3.15
 2014-04-11 20:32 UTC  (3+ messages)

[crypto:master 60/60] arch/x86/crypto/ghash-clmulni-intel_glue.c:71:25: sparse: cast to restricted __be64
 2014-04-11 20:34 UTC  (6+ messages)
    ` Fwd: "

[net PATCH 0/2] fix for cpsw interface up/down with high ethernet traffic
 2014-04-11 20:30 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net
 2014-04-11 20:29 UTC 

[RFC PATCH] page_alloc: use first half of higher order chunks when halving
 2014-04-11 20:28 UTC  (21+ messages)

[RFC PATCH 0/2] managed token devres interfaces
 2014-04-11 20:28 UTC  (8+ messages)

[PATCH] fc2580: fix tuning failure on 32-bit arch
 2014-04-11 20:27 UTC 

[PATCH V1 net] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()
 2014-04-11 20:26 UTC  (2+ messages)

[PATCH 0/5] MCPM backend for Exynos5420
 2014-04-11 20:23 UTC  (4+ messages)
` [PATCH 5/5] arm: exynos: Add MCPM call-back functions

[ath9k-devel] Crash in 3.14.0+, divide error
 2014-04-11 20:21 UTC 

[PATCH 0/3] Make mem_access APIs and hypercalls generic
 2014-04-11 20:20 UTC  (4+ messages)
` [PATCH 2/3] tools/libxc: Make the mem_access APIs generic

[PATCH 0/4] Volatile Ranges (v13)
 2014-04-11 20:15 UTC  (10+ messages)
` [PATCH 1/4] swap: Cleanup how special swap file numbers are defined
` [PATCH 2/4] mvolatile: Add mvolatile syscall and handle splitting/merging and marking vmas
` [PATCH 3/4] mvolatile: Add purged page detection on setting memory non-volatile
` [PATCH 4/4] mvolatile: Add page purging logic & SIGBUS trap

[PATCH libdrm 0/4] Minor cleanups
 2014-04-11 20:18 UTC  (4+ messages)

[PATCH] net: Fix use after free by removing length arg from sk_data_ready callbacks
 2014-04-11 20:17 UTC 

post-receive: pub/scm/linux/kernel/git/davem/net
 2014-04-11 20:16 UTC 

[RFC/RFT] cfg80211: reg: track crda request
 2014-04-11 20:16 UTC  (6+ messages)

[PATCH] tools: Unify export.h
 2014-04-11 11:59 UTC  (7+ messages)

[Buildroot] [PATCH 1/5] python-pygame: Remove wildcards in macros
 2014-04-11 20:12 UTC  (3+ messages)
` [Buildroot] [PATCH 2/5] python-pygame: Make installation of examples optional

[PATCH 0/9] Add Qualcomm crypto driver
 2014-04-11 20:12 UTC  (5+ messages)
` [PATCH 5/9] crypto: qce: Adds sha and hmac transforms

[PATCH] mtd: nand: Disable subpage writes for drivers without ecc->hwctl
 2014-04-11 20:10 UTC  (10+ messages)

[U-Boot] [PATCH] AR8035/phy: Enable autonegotiation function for ar8035
 2014-04-11 20:11 UTC 

[tisdk-build-scripts][PATCH] bitbake-test-sdk-image: use tmp/deploy/images/machine/ structure
 2014-04-11 20:10 UTC 

[Buildroot] [git commit] python-pygame: Make installation of examples optional
 2014-04-11 20:10 UTC 

[Buildroot] [PATCH 0/3] Add lightweight Zile editor
 2014-04-11 20:10 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] package/zile: add Zile is Lossy Emacs editor

[U-Boot] [PATCH] ARM: highbank: convert to generic board
 2014-04-11 20:09 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.