All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-25 08:03:46 to 2014-03-25 08:28:52 UTC [more...]

[PATCH 000/144] Use the $( ... ) construct for command substitution instead of using the back-quotes
 2014-03-25  8:25 UTC  (34+ messages)
` [PATCH 001/144] check-builtins.sh: use the $( ... ) construct for command substitution
` [PATCH 007/144] git-web--browse.sh: "
` [PATCH 008/144] unimplemented.sh: "
` [PATCH 009/144] t0001-init.sh: "
` [PATCH 012/144] t0025-crlf-auto.sh: "
` [PATCH 013/144] t0026-eol-config.sh: "
` [PATCH 015/144] t0204-gettext-reencode-sanity.sh: "
` [PATCH 018/144] t1001-read-tree-m-2way.sh: "
` [PATCH 030/144] t3030-merge-recursive.sh: "
` [PATCH 034/144] t3403-rebase-skip.sh: "
` [PATCH 038/144] t3905-stash-include-untracked.sh: "
` [PATCH 040/144] t4006-diff-mode.sh: "
` [PATCH 041/144] t4010-diff-pathspec.sh: "
` [PATCH 048/144] t4116-apply-reverse.sh: "
` [PATCH 049/144] t4119-apply-config.sh: "
` [PATCH 053/144] t5100-mailinfo.sh: "
` [PATCH 056/144] t5302-pack-index.sh: "
` [PATCH 058/144] t5304-prune.sh: "
` [PATCH 064/144] t5515-fetch-merge-logic.sh: "
` [PATCH 069/144] t5530-upload-pack-error.sh: "
` [PATCH 072/144] t5550-http-fetch-dumb.sh: "
` [PATCH 075/144] t5601-clone.sh: "
` [PATCH 079/144] t6001-rev-list-graft.sh: "
` [PATCH 084/144] t6111-rev-list-treesame.sh: "
` [PATCH 090/144] t7103-reset-bare.sh: "
` [PATCH 093/144] t7504-commit-msg-hook.sh: "
` [PATCH 095/144] t7602-merge-octopus-many.sh: "
` [PATCH 097/144] t8003-blame-corner-cases.sh: "
` [PATCH 099/144] t9101-git-svn-props.sh: "
` [PATCH 102/144] t9107-git-svn-migrate.sh: "
` [PATCH 103/144] t9108-git-svn-glob.sh: "
` [PATCH 104/144] t9109-git-svn-multi-glob.sh: "
` [PATCH 105/144] t9110-git-svn-use-svm-props.sh: "

[PATCH v0 00/15] clk: st: Add new driver
 2014-03-25  8:28 UTC  (5+ messages)
` [PATCH v0 01/15] drivers: clk: st: Support for DIVMUX and PreDiv Clocks

[PATCH 0/2] two fixes for sstate issue
 2014-03-25  8:34 UTC  (3+ messages)
` [PATCH 1/2] tcl: fix path in Config.sh for sstate
` [PATCH 2/2] perl-native: "

[PATCH] package_deb: Remove version from Provides Field
 2014-03-25  8:26 UTC  (2+ messages)

[PATCH] drivers:bluetooth:ath3k.c: Fixed sparse warning for cast to restricted __le32
 2014-03-25  8:25 UTC 

[RFC 00/47] mtd: nand: Add new driver supporting ST's BCH h/w
 2014-03-25  8:20 UTC  (120+ messages)
` [RFC 01/47] mtd: nand: export useful functions from core driver
` [RFC 02/47] mtd: nand: add ONFI NAND Timing Mode Specifications
` [RFC 03/47] mtd: nand: add shared register defines for ST's NAND Controller drivers
` [RFC 04/47] mtd: nand: adding ST's BCH NAND Controller driver
` [RFC 05/47] mtd: nand: stm_nand_bch: IRQ support for "
` [RFC 06/47] mtd: nand: stm_nand_bch: change between BCH and Hamming modes
` [RFC 07/47] mtd: nand: stm_nand_bch: initialise the BCH Controller
` [RFC 08/47] mtd: nand: stm_nand_bch: supply clock support
` [RFC 09/47] mtd: nand: stm_nand_bch: introduce and initialise some important data structures
` [RFC 10/47] mtd: nand: stm_nand_bch: initialise the Hamming Controller
` [RFC 11/47] mtd: nand: stm_nand_bch: add Power Management
` [RFC 12/47] mtd: nand: stm_nand_bch: scan for NAND devices
` [RFC 13/47] mtd: nand: stm_nand_bch: provide Device Tree support
` [RFC 14/47] mtd: nand: stm_nand_bch: configure BCH and FLEX by ONFI timing mode
` [RFC 15/47] mtd: nand: stm_nand_bch: add compatible page size check
` [RFC 16/47] mtd: nand: stm_nand_bch: derive some working variables for latter use
` [RFC 17/47] mtd: nand: stm_nand_bch: automatically set EEC mode if requested
` [RFC 18/47] mtd: nand: stm_nand_bch: ensure configuration is compatible with this driver
` [RFC 19/47] mtd: nand: stm_nand_bch: configure BCH read/write/erase programs
` [RFC 20/47] mtd: nand: stm_nand_bch: initialise working buffers
` [RFC 21/47] mtd: nand: stm_nand_bch: provide shared BCH operations
` [RFC 22/47] mtd: nand: stm_nand_bch: check erased page for zeros
` [RFC 23/47] mtd: nand: stm_nand_bch: read and write page (BCH)
` [RFC 24/47] mtd: nand: stm_nand_bch: find IBBT signature
` [RFC 25/47] mtd: nand: stm_nand_bch: bad block marking helpers
` [RFC 26/47] mtd: nand: stm_nand_bch: populate IBBT BCH Header
` [RFC 27/47] mtd: nand: stm_nand_bch: write IBBT to Flash
` [RFC 28/47] mtd: nand: stm_nand_bch: update flash-resident BBT(s)
` [RFC 29/47] mtd: nand: stm_nand_bch: add Hamming-FLEX operations
` [RFC 30/47] mtd: nand: stm_nand_bch: read and write raw (FLEX)
` [RFC 31/47] mtd: nand: stm_nand_bch: scan block for BBM(s) according to specified BBT options
` [RFC 32/47] mtd: nand: stm_nand_bch: scan for BBMs and build memory-resident BBT
` [RFC 33/47] mtd: nand: stm_nand_bch: search for and load flash-resident BBT
` [RFC 34/47] mtd: nand: stm_nand_bch: "
` [RFC 35/47] mtd: nand: stm_nand_bch: dump bad blocks
` [RFC 36/47] mtd: nand: stm_nand_bch: parse partitions and register an MTD device
` [RFC 37/47] mtd: nand: stm_nand_bch: fetch the bit-flips threshold
` [RFC 38/47] mtd: nand: stm_nand_bch: check WP (FLEX)
` [RFC 39/47] mtd: nand: stm_nand_bch: read and write ops (FLEX)
` [RFC 40/47] mtd: nand: stm_nand_bch: MTD erase (BCH)
` [RFC 41/47] mtd: nand: stm_nand_bch: MTD mark and check for bad blocks (BCH)
` [RFC 42/47] mtd: nand: stm_nand_bch: add read and write OOB (BCH)
` [RFC 43/47] mtd: nand: stm_nand_bch: read and write functions (BCH)
` [RFC 44/47] mtd: nand: stm_nand_bch: MTD read and write (BCH)
` [RFC 45/47] mtd: nand: stm_nand_bch: read and write buffers (FLEX)
` [RFC 46/47] mtd: nand: mtd_nand_bch: add remaining FLEX functions
` [RFC 47/47] mtd: nand: stm_nand_bch: catch unsupported calls

[PATCH] mmc: sdhci: don't read cd-gpio while holding spinlock
 2014-03-25  8:25 UTC  (5+ messages)
` [PATCH V2] "

[lm-sensors] [PATCH 2/2] hwmon: (it87) Add support for IT8772E
 2014-03-25  8:24 UTC  (2+ messages)
` [lm-sensors] [PATCH 2/2] hwmon: (it87) Add support for IT8623E

[PATCH] random_r.3: ATTRIBUTES: Note functions that are thread-safe
 2014-03-25  8:24 UTC 

another interesting lock recursion!
 2014-03-25  8:24 UTC  (2+ messages)

Another preempt folding issue?
 2014-03-25  8:23 UTC  (13+ messages)

Missing superblocks from almost all my drives
 2014-03-25  8:23 UTC  (2+ messages)

[PATCH] bonding: Inactive slaves should keep inactive flag's value to 1 in tlb and alb mode
 2014-03-25  8:36 UTC  (3+ messages)

[PATCH v2 1/4] Bluetooth: Refactor advertising report processing into its own function
 2014-03-25  8:23 UTC  (4+ messages)
` [PATCH v2 4/4] Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP together

[memnic PATCH 3/5] pmd: implement stats of MEMNIC
 2014-03-25  8:23 UTC  (3+ messages)

ib_srpt error
 2014-03-25  8:22 UTC  (2+ messages)

[RFC PATCH] ASoC: wm8904: add CCF support
 2014-03-25  8:19 UTC  (9+ messages)

[PATCH net-next 0/3] slight optimization and avoid spam for bond fast path
 2014-03-25  8:12 UTC  (4+ messages)
` [PATCH net-next 2/3] bonding: ratelimit pr_err() for bond xmit broadcast

[PATCH] NFSD, lost nfserrno() call in nfsd_setattr()
 2014-03-25  8:19 UTC  (3+ messages)

Barebox x86 IDE support
 2014-03-25  8:18 UTC  (2+ messages)

[PATCH] drm/i915: Upgrade execbuffer fail after resume failure to EIO
 2014-03-25  8:15 UTC  (3+ messages)

[PATCH] ubi-utils: Add ubiblock tool
 2014-03-25  8:14 UTC  (5+ messages)
` [PATCH v2] "

OSD's failing to start due to failed ASSERT
 2014-03-25  8:14 UTC  (3+ messages)

[RFC 00/21] cfg80211/mac80211: multi-vif csa
 2014-03-25  8:13 UTC  (5+ messages)
` [PATCH v2 00/13] cfg80211/mac80211: implement multi-vif chanctx reservations
  ` [PATCH v2 03/13] mac80211: prevent chanctx overcommit

[PATCH v3 0/3] add hisilicon hip04 ethernet driver
 2014-03-25  8:12 UTC  (5+ messages)
` [PATCH 3/3] net: hisilicon: new "

[PATCH] ath10k: fix printing of peer stats in non-AP firmware
 2014-03-25  8:11 UTC  (3+ messages)

[PATCH] staging: line6: Fix missing blanks after declarations
 2014-03-25  8:12 UTC  (3+ messages)
` [PATCH v2] staging: line6: Add blank lines "

[PATCH 0/1] mm: FAULT_AROUND_ORDER patchset performance data for powerpc
 2014-03-25  8:11 UTC  (4+ messages)

[DRM] drm_get_connector_name internal static string buffer causes a race
 2014-03-25  8:08 UTC  (3+ messages)

[PATCH] drm/i915: Enable FBC on GEN7 by default
 2014-03-25  8:08 UTC  (3+ messages)

[PATCH v9 resend 1/3] mmc: omap_hsmmc: Enable SDIO interrupt
 2014-03-25  8:07 UTC  (8+ messages)
` [PATCH 0/9] mmc: omap_hsmmc: convert to use devm_* and enable sdio irq
  ` [PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt

[Qemu-devel] updated virtio-gpu code
 2014-03-25  8:05 UTC  (2+ messages)

Avoid said the /dev/xvd* is already defined after open a vhd file failed
 2014-03-25  8:05 UTC  (3+ messages)

[bisected] NULL pointer dereference in acpi_gpiochip_add (on modprobe ssb)
 2014-03-25  8:05 UTC  (6+ messages)

[meta-oe][PATCH] terminus-font: add new recipe for version 4.38
 2014-03-25  8:05 UTC  (7+ messages)

Btrfs and raid5 status with kernel 3.14, documentation, and howto
 2014-03-25  8:04 UTC  (6+ messages)


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.