All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-12 22:16:15 to 2014-07-13 06:30:52 UTC [more...]

[PATCH 1/8] ARM: Add platform support for Fujitsu MB86S7X SoCs
 2014-07-13  6:30 UTC  (8+ messages)
` [PATCH 2/8] mmc: sdhci: host: add new f_sdh30
` [PATCH 3/8] mmc: core: add manual resume capability
` [PATCH 4/8] clk: Add clock driver for mb86s7x

[PATCH 11/11] drm/i915: Enable PSR by default
 2014-07-13  6:30 UTC  (11+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2014-07-12
 2014-07-13  6:30 UTC 

[PATCH 0/8] Support for Fujitsu MB86S7X SoCs
 2014-07-13  6:27 UTC 

[PATCH] Check for Null return of function of affs_bread in function affs_truncate
 2014-07-13  6:18 UTC  (6+ messages)

[rumpuserxen test] 29302: trouble: blocked/broken/pass
 2014-07-13  6:15 UTC 

RAID6 questions (mdadm 3.2.6/3.3.x)
 2014-07-13  6:07 UTC  (6+ messages)

[Powertop] [PATCH] powertop: update build instructions
 2014-07-13  6:06 UTC 

[PATCH] powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64
 2014-07-13  6:02 UTC  (5+ messages)

PLEASE EMAIL ME NOW IS VERY IMPORTANT
 2014-07-13  5:49 UTC 

[PATCH v2] arm64: fix VTTBR_BADDR_MASK
 2014-07-13  5:54 UTC 

[PATCH] Bluetooth: Enable LE Long Term Key Request event only when supported
 2014-07-13  5:51 UTC  (2+ messages)

[LTP] [PATCH v2 1/2] lib/tst_res.c: introduce tst_record_childstatus()
 2014-07-13  5:49 UTC  (2+ messages)
` [LTP] [PATCH v2 2/2] syscalls: fix testcases which take TCONF as TFAIL

[PATCH] Bluetooth: Enable LE encryption events only when supported
 2014-07-13  5:50 UTC  (2+ messages)

[PATCH] Bluetooth: Read LE Advertising Channel TX Power only when available
 2014-07-13  5:50 UTC  (2+ messages)

checkpatch.pl misses list_for_each_entry() coding style issues
 2014-07-13  5:33 UTC  (3+ messages)
` [PATCH] checkpatch: Add for_each tests to indentation and brace tests

[PATCH] ARM: i.MX: Use CLOCKSOURCE_OF_DECLARE() for DT targets
 2014-07-13  5:34 UTC 

[PATCH 0/4] mmc: sdhci: adding support for a new Fujitsu sdhci IP
 2014-07-13  5:21 UTC  (10+ messages)
` [PATCH 1/4] mmc: sdhci: add quirk for voltage switch callback
` [PATCH 2/4] mmc: sdhci: add quirk for tuning work around
` [PATCH 3/4] mmc: sdhci: add quirk for single block transactions
` [PATCH 4/4] mmc: core: hold SD Clock before CMD11 during Signal

linux-header files
 2014-07-13  5:15 UTC  (2+ messages)

=?X-IAS-Norwegian?B?IEZpbGwgaW4gdGhlIGluZm9ybWF0aW9uICEgLSA3NTkyODA4NTg=?=
 2014-07-13  5:11 UTC 

[PATCH v8 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-13  5:09 UTC  (3+ messages)
` [PATCH v8 4/4] cache-tree: Write updated cache-tree after commit

[PULL REQUEST] slave dmaenegine fixes
 2014-07-13  5:00 UTC 

[iwlwifi] Wireless-AC 7260 disconnects every half and hour
 2014-07-13  4:58 UTC  (3+ messages)

[PATCH v6 00/32] Support multiple checkouts
 2014-07-13  4:51 UTC  (33+ messages)
` [PATCH v7 00/31] "
  ` [PATCH v7 01/31] path.c: make get_pathname() return strbuf instead of static buffer
  ` [PATCH v7 02/31] path.c: make get_pathname() call sites return const char *
  ` [PATCH v7 03/31] git_snpath(): retire and replace with strbuf_git_path()
  ` [PATCH v7 04/31] path.c: rename vsnpath() to do_git_path()
  ` [PATCH v7 05/31] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
  ` [PATCH v7 06/31] git_path(): be aware of file relocation in $GIT_DIR
  ` [PATCH v7 07/31] *.sh: respect $GIT_INDEX_FILE
  ` [PATCH v7 08/31] reflog: avoid constructing .lock path with git_path
  ` [PATCH v7 09/31] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
  ` [PATCH v7 10/31] commit: use SEQ_DIR instead of hardcoding "sequencer"
  ` [PATCH v7 11/31] $GIT_COMMON_DIR: a new environment variable
  ` [PATCH v7 12/31] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
  ` [PATCH v7 13/31] *.sh: avoid hardcoding $GIT_DIR/hooks/
  ` [PATCH v7 14/31] git-stash: avoid hardcoding $GIT_DIR/logs/
  ` [PATCH v7 15/31] setup.c: convert is_git_directory() to use strbuf
  ` [PATCH v7 16/31] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
  ` [PATCH v7 17/31] setup.c: convert check_repository_format_gently to use strbuf
  ` [PATCH v7 18/31] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
  ` [PATCH v7 19/31] setup.c: support multi-checkout repo setup
  ` [PATCH v7 20/31] wrapper.c: wrapper to open a file, fprintf then close
  ` [PATCH v7 21/31] use new wrapper write_file() for simple file writing
  ` [PATCH v7 22/31] checkout: support checking out into a new working directory
  ` [PATCH v7 23/31] checkout: clean up half-prepared directories in --to mode
  ` [PATCH v7 24/31] checkout: detach if the branch is already checked out elsewhere
  ` [PATCH v7 25/31] prune: strategies for linked checkouts
  ` [PATCH v7 26/31] gc: style change -- no SP before closing bracket
  ` [PATCH v7 27/31] gc: factor out gc.pruneexpire parsing code
  ` [PATCH v7 28/31] gc: support prune --repos
  ` [PATCH v7 29/31] count-objects: report unused files in $GIT_DIR/repos/
  ` [PATCH v7 30/31] git_path(): keep "info/sparse-checkout" per work-tree
  ` [PATCH v7 31/31] checkout: don't require a work tree when checking out into a new one

[GIT PULL] Third Round of Renesas ARM Based SoC r8a7779 Multiplatform Updates for v3.17
 2014-07-13  4:49 UTC  (3+ messages)

[GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.17
 2014-07-13  4:48 UTC  (3+ messages)

[GIT PULL] Second Round of Renesas ARM Based SoC CPUFreq Updates for v3.17
 2014-07-13  4:47 UTC  (3+ messages)

[PATCH RESEND 2/2] clocksource: clps711x: Add DT bindings documentation
 2014-07-13  4:45 UTC  (2+ messages)

[PATCH RESEND 1/2] clocksource: Add CLPS711X clocksource driver
 2014-07-13  4:45 UTC 

[GIT PULL] Ux500 core changes for v3.17 take 1
 2014-07-13  4:42 UTC  (2+ messages)

[GIT PULL] Ux500 devicetree changes for v3.17
 2014-07-13  4:40 UTC  (2+ messages)

[PATCH v2 RESEND 2/2] clk: clps711x: Add DT bindings documentation
 2014-07-13  4:38 UTC  (2+ messages)

[PATCH v2 RESEND 1/2] clk: Add CLPS711X clk driver
 2014-07-13  4:37 UTC 

[GIT PULL] at91: dt for 3.17 #1
 2014-07-13  4:35 UTC  (3+ messages)

[Bug 75276] New: Implement VGPR Register Spilling
 2014-07-13  4:33 UTC  (2+ messages)
` [Bug 75276] "

[GIT PULL] at91: drivers for 3.17 #1
 2014-07-13  4:28 UTC  (3+ messages)

[PATCH v3] http: Add Accept-Language header if possible
 2014-07-13  4:26 UTC  (2+ messages)

[GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.17
 2014-07-13  4:24 UTC  (3+ messages)

[PATCH] [STABLE] audit: remove superfluous new- prefix in AUDIT_LOGIN messages
 2014-07-13  4:21 UTC  (2+ messages)

[GIT PULL] Samsung cleanup for S5P SoCs for 3.17
 2014-07-13  4:22 UTC  (11+ messages)
      ` [GIT PULL] Samsung cleanup 2nd version "

[GIT PULL] Samsung fixes-3 for 3.16
 2014-07-13  4:19 UTC  (4+ messages)

linux-next: Tree for Jul 11
 2014-07-13  4:08 UTC  (3+ messages)

[PATCH 00/83] AMD HSA kernel driver
 2014-07-13  3:55 UTC  (7+ messages)

[PATCH] drivers: Let several drivers depends on HAS_IOMEM for 'devm_ioremap_resource'
 2014-07-13  3:45 UTC  (5+ messages)

Interrupt caused by software events
 2014-07-13  3:34 UTC  (3+ messages)

[PATCH 1/3] tag: use skip_prefix instead of magic numbers
 2014-07-13  3:29 UTC  (3+ messages)
` [PATCH 3/3] tag: support configuring --sort via .gitconfig

[PATCH resend] ufs: fix DMA mask setting
 2014-07-13  3:28 UTC  (2+ messages)

[Bug 81279] New: RadeonSI in Counter Strike Source [Source Engine] has wrong textures
 2014-07-13  3:27 UTC  (2+ messages)
` [Bug 81279] "

[Buildroot] [PATCH 1/3] gettext: add gettextize definition
 2014-07-13  3:26 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] wget: remove redundant gettextize run

[PATCH] drivers: firewire: Let several sub-modules depend on HAS_DMA
 2014-07-13  3:06 UTC 

[PATCH] reformat_with_checkpatch: Add automation to checkpatch
 2014-07-13  3:06 UTC  (10+ messages)

[PATCH] drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compiling issue
 2014-07-13  3:02 UTC 

[PATCH] drivers/crypto/Kconfig: Let 'DEV_QCE' depend on both HAS_DMA and HAS_IOMEM
 2014-07-13  3:01 UTC 

[PATCH] input: driver for touchscreen on iPaq h3xxx
 2014-07-13  2:59 UTC  (2+ messages)

cron job: media_tree daily build: OK
 2014-07-13  2:43 UTC 

PROBLEM
 2014-07-13  2:39 UTC 

[PATCH v3 0/4] drm/dsi/tegra: continuous clock support
 2014-07-13  2:37 UTC  (5+ messages)
` [PATCH v3 4/4] ARM: tegra: roth: add display DT node

megaraid_sas: "FW in FAULT state!!", how to get more debug output? [BKO63661]
 2014-07-13  1:35 UTC  (3+ messages)

[Buildroot] Open bug overview: help wanted!
 2014-07-13  1:54 UTC  (3+ messages)

consequences of XFS_IOC_FSSETXATTR on non-empty file?
 2014-07-13  1:48 UTC  (5+ messages)

[PATCH net-next] net: ppp: don't call sk_chk_filter twice
 2014-07-13  1:44 UTC  (9+ messages)
    ` [PATCH net-next] net: filter: sk_chk_filter() no longer mangles filter

[Bug 73053] New: HD6850 cannot boot with dpm
 2014-07-13  1:43 UTC  (2+ messages)
` [Bug 73053] dpm hangs with BTC parts

[RESEND PATCH] staging: android: Clean up binder_buffer_size()
 2014-07-13  1:44 UTC  (2+ messages)

[PATCH] rtl8723au: Corrections in the coding style
 2014-07-13  1:35 UTC 

[PATCHv6 0/5] reiser4: discard support: initial implementation
 2014-07-13  1:33 UTC  (5+ messages)
` [PATCHv6 3/5] reiser4: discard support: initial implementation using linked lists

[nightly] Distroless meta-ti/master minimal build 2014-07-12_21-00-30
 2014-07-13  1:12 UTC 

[PATCH] dgnc: DGNC_VERIFY_BOARD macro in do while block
 2014-07-13  1:26 UTC 

Patch series reviews
 2014-07-13  1:18 UTC 

[linux-3.10 test] 29278: regressions - trouble: broken/fail/pass
 2014-07-13  1:15 UTC 

[PATCH] not adding modules range to kcore if it's equal to vmcore range
 2014-07-13  1:05 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/5 v4] Split CIFS_SessSetup()
 2014-07-13  1:05 UTC  (4+ messages)
` [PATCH 5/5] cifs: Separate rawntlmssp auth from CIFS_SessSetup()

sg_tst_async, scsi-mq testing
 2014-07-13  0:52 UTC 

[qemu-mainline test] 29287: trouble: blocked/broken/pass
 2014-07-13  0:48 UTC 

insitu-comp
 2014-07-13  0:39 UTC 

[linux-linus test] 29272: regressions - trouble: broken/fail/pass
 2014-07-13  0:18 UTC 

[PATCH 0/4] New Qualcomm PMIC pin controller drivers
 2014-07-12 23:51 UTC  (7+ messages)

perf: Add support for full Intel event lists v7
 2014-07-12 23:49 UTC  (4+ messages)
` [PATCH 10/11] perf, tools, test: Add test case for alias and JSON parsing

Searching NAT46 and NAT64 solution
 2014-07-12 23:49 UTC 

[PATCH] drm/radeon: Use correct value for unknown audio/video latency
 2014-07-12 23:47 UTC  (3+ messages)
` [PATCH] drm/radeon/audio: break out of loops once we match connector
` [PATCH] drm/radeon: Fix manufacturer/product ID and monitor name in ELD data

[PATCH v2] drivers: tty: Merge alloc_tty_struct and initialize_tty_struct
 2014-07-12 23:44 UTC  (2+ messages)
` [PATCH] drivers: tty: Fix use-after-free in pty_common_install

bit fields && data tearing
 2014-07-12 23:34 UTC  (4+ messages)

[PATCH] perf tools: enable close-on-exec flag on perf file descriptor
 2014-07-12 23:28 UTC  (11+ messages)
  ` [PATCHv1] "
    ` [PATCHv2] "
        ` [PATCHv3] "
          ` [PATCHv4] "
            ` [PATCHv5] "
                ` [PATCHv6] "

scsi-mq V2
 2014-07-12 23:20 UTC  (13+ messages)

[lm-sensors] lm-sensors: which temperature sensor is lying ?
 2014-07-12 23:06 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] infra/pkg-perl: add possibility to pass extra env at configure time
 2014-07-12 23:02 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/perl-net-ssleay: fix buildsystem for cross-compilation

[PATCH 00/19] ARM: SAMSUNG: S5PV210 platform clean-up
 2014-07-12 22:57 UTC  (4+ messages)

[PATCH net-next] net: pppoe: use correct MTU when using Multilink PPP with PPPoE
 2014-07-12 22:57 UTC  (4+ messages)

[PATCH 1/1] net: pppoe: use correct channel MTU when using Multilink PPP
 2014-07-12 22:53 UTC  (2+ messages)

[PATCH 0/1] net: pppoe: use correct channel MTU when using Multilink PPP
 2014-07-12 22:53 UTC  (2+ messages)

[PATCH 1/2] staging: comedi: addi_apci_1564: driver no longer needs to include addi_common.h
 2014-07-12 22:44 UTC  (2+ messages)
` [PATCH 2/2] staging: comedi: addi_apci_1564: use addi_watchdog module to init watchdog subdevice

[U-Boot] [PATCH] mx6: add support of multi-processor command
 2014-07-12 22:31 UTC  (2+ messages)
` [U-Boot] [PATCH v5] "

[Bug 80901] New: [NVCF] PWM fan speed too high under kernel 3.15
 2014-07-12 22:23 UTC  (2+ messages)
  ` [Bug 80901] [NVCF] PWM fan speed too high

[PATCH] timekeeping: Fix missing memory barriers in NMI safe CLOCK_MONOTONIC[_RAW]
 2014-07-12 22:14 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2014-07-11
 2014-07-12 22:21 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] Sun4m : TCX framebuffer hardware acceleration
 2014-07-12 22:23 UTC  (6+ messages)

Blackfin Build fixs
 2014-07-12 22:18 UTC  (2+ messages)

[PATCHv2 0/5] OMAP Mailbox framework adoption & DT support
 2014-07-12 22:16 UTC  (3+ messages)
` [PATCHv2 2/5] mailbox/omap: add support for parsing dt devices


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.