All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-07 19:02:00 to 2014-10-07 20:02:53 UTC [more...]

[PATCH 00/16] ST33 I2C TPM driver cleanup
 2014-10-07 20:02 UTC 

[PATCH 1/2] drm/i915: properly reenable gen8 pipe IRQs
 2014-10-07 20:00 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: only run hsw_power_well_post_enable when really needed
` [Intel-gfx] [PATCH 1/2] drm/i915: properly reenable gen8 pipe IRQs

[PATCH] busybox: fix upgrade problem with deb packages
 2014-10-07 20:00 UTC 

[U-Boot] [PATCH] cli: hush: Adjust 'run' command to run each line of the env var
 2014-10-07 19:59 UTC 

[PATCH v4] MinGW(-W64) compilation
 2014-10-07 19:57 UTC  (5+ messages)
  `  "

dyn. SNAT based on different source addresses?
 2014-10-07 19:56 UTC  (2+ messages)

Crash of guest with nested vmx with Unknown nested vmexit reason 80000021
 2014-10-07 19:56 UTC  (3+ messages)

[PATCH net-next] icmp6: Add new icmpv6 type for RPL control message
 2014-10-07 19:55 UTC  (4+ messages)

[PATCH 0/2] SPI: Enable devicetree spi child nodes
 2014-10-07 19:55 UTC  (10+ messages)
  ` [PATCH 1/2] spi: dw: Initialize of_node to discover DT node children
  ` [PATCH 2/2] arm: dts: socfpga: Add SPI nodes & update copyright

[PATCH 0/1] sched: fix the PREEMPT_ACTIVE check in __trace_sched_switch_state()
 2014-10-07 19:51 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] arch/x86/xen/smp.h: Remove a semicolon to fix build error
 2014-10-07 19:54 UTC 

[PATCH] arch/x86/xen/smp.h: Remove a semicolon to fix build error
 2014-10-07 19:54 UTC 

Corrupted filesystem: thoughts?
 2014-10-07 19:53 UTC  (4+ messages)

[PATCHv7 00/26] scsi logging update (the boring part)
 2014-10-07 19:52 UTC  (2+ messages)

[PATCH] mnt: don't allow to detach the namespace root
 2014-10-07 19:53 UTC  (5+ messages)
    ` [PATCH] umount: Do not allow unmounting rootfs

[daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09
 2014-10-07 19:52 UTC  (4+ messages)

[PATCH v2 bluetooth-next] 6lowpan: Use pskb_expand_head in IPHC decompression
 2014-10-07 19:52 UTC  (2+ messages)

[PATCH] allow 32bpp framebuffers for cirrus drm
 2014-10-07 19:49 UTC 

[mlmmj] Broken email
 2014-10-07 19:50 UTC  (3+ messages)

Sam Nelson : uio-module-drv: Add new recipe for user space io driver
 2014-10-07 19:48 UTC 

Sam Nelson : uio-module-drv: Add new recipe for user space io driver
 2014-10-07 19:48 UTC 

[PATCH] use skip_prefix() to avoid more magic numbers
 2014-10-07 19:47 UTC  (7+ messages)

[PATCH] uio-module-drv: Add new recipe for user space io driver
 2014-10-07 19:47 UTC  (4+ messages)

[qemu-mainline test] 30623: regressions - trouble: broken/fail/pass
 2014-10-07 19:46 UTC 

[Cluster-devel] [PATCH 0/12 RFC] Moving i_dquot out of struct inode
 2014-10-07 19:46 UTC  (10+ messages)
` [Cluster-devel] [PATCH 03/12] xfs: Set allowed quota types
      ` [Ocfs2-devel] "
      `  "

linux-next: Tree for Oct 7
 2014-10-07 19:45 UTC  (3+ messages)
` linux-next: Tree for Oct 7 (openvswitch)
  ` [ovs-dev] "

[RFC PATCH v2 1/4] regulator: Add helper function to get "poweroff-source" property
 2014-10-07 19:45 UTC  (7+ messages)
` [RFC PATCH v2 2/4] regulator: act8865: Add support to turn off all outputs
` [RFC PATCH v1 3/4] ARM: dts: rockchip: Enable power off in pmic for Radxa Rock
` [RFC PATCH v1 4/4] dt-bindings: Document the property poweroff-source for act8865 regulator

[PATCH 00/16] ST33 I2C TPM driver cleanup
 2014-10-07 19:45 UTC  (17+ messages)
  ` [PATCH 01/16] tpm/tpm_i2c_stm_st33: Update Kconfig in order to be inline to other similar product
  ` [PATCH 02/16] tpm/tpm_i2c_stm_st33: Fix few coding style error reported by scripts/checkpatch.pl
  ` [PATCH 03/16] tpm/tpm_i2c_stm_st33: Move tpm registers to tpm_i2c_stm_st33.c
  ` [PATCH 04/16] tpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer[0], [1] buffer
  ` [PATCH 05/16] tpm/tpm_i2c_stm_st33: Replace err/rc/ret by r for a function return code
  ` [PATCH 06/16] tpm/tpm_i2c_stm_st33: Replace tpm_st33_* function with tpm_stm_*
  ` [PATCH 07/16] tpm/tpm_i2c_stm_st33: Add devicetree structure
  ` [PATCH 08/16] tpm: dts: st33zp24_i2c: Add DTS Documentation
  ` [PATCH 09/16] tpm/tpm_i2c_stm_st33: Few code cleanup
  ` [PATCH 10/16] tpm/tpm_i2c_stm_st33: Replace wait_for_serirq_timeout by wait_for_tpm_stat
  ` [PATCH 11/16] tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registers
  ` [PATCH 12/16] tpm/tpm_i2c_stm_st33: Change License header to have up to date address information
  ` [PATCH 13/16] tpm/tpm_i2c_stm_st33: Add tpm_lock mutex for safe irq management
  ` [PATCH 14/16] tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send
  ` [PATCH 15/16] tpm/tpm_i2c_stm_st33: Add delay before release_locality to make sure irq are cleared
  ` [PATCH 16/16] tpm: Increment driver version to 1.2.1

[PATCH] [RFC] mnt: add ability to clone mntns starting with the current root
 2014-10-07 19:44 UTC  (6+ messages)

[Qemu-devel] [PATCH 1/1] target-i386: prevent users from setting threads>1 for AMD CPUs
 2014-10-07 19:44 UTC 

[Cocci] Searching for pass-through functions
 2014-10-07 19:44 UTC  (3+ messages)

[PATCH V1 net-next 0/2] Add pgtable API to query if write combining is available
 2014-10-07 19:44 UTC  (3+ messages)
` [PATCH V1 net-next 1/2] pgtable: Add "

Sam Nelson : common-csl-ip: Update to csl version 2.1.0.5
 2014-10-07 19:43 UTC 

Sam Nelson : common-csl-ip: (ti-csl) Moved from meta-arago and renamed
 2014-10-07 19:43 UTC 

[PATCH] xfstests: add regression for inode bad compression ratio detection
 2014-10-07 23:20 UTC  (2+ messages)

Sam Nelson : common-csl-ip: Update to csl version 2.1.0.5
 2014-10-07 19:43 UTC 

Sam Nelson : common-csl-ip: (ti-csl) Moved from meta-arago and renamed
 2014-10-07 19:43 UTC 

[PATCH 00/11] perf: Intel Cache QoS Monitoring support
 2014-10-07 19:43 UTC  (5+ messages)
` [PATCH 06/11] perf: Move cgroup init before PMU ->event_init()
` [PATCH 08/11] perf/x86/intel: Add Intel Cache QoS Monitoring support

[PATCH] git-prompt.sh: shorter equal upstream branch name
 2014-10-07 19:42 UTC  (7+ messages)

[Qemu-devel] [PATCH 1/1] target-i386: prevent users from setting threads>1 for AMD CPUs
 2014-10-07 19:42 UTC  (2+ messages)

[PATCH] imx: thermal: imx_get_temp might be called before the sensor clock ist prepared
 2014-10-07 19:42 UTC  (4+ messages)

[PATCH] regulator: rk808: Fix min_uV for DCDC1 & DCDC2
 2014-10-07 19:40 UTC  (2+ messages)

[PATCH resend] MIPS: Allow FPU emulator to use non-stack area
 2014-10-07 19:40 UTC  (24+ messages)

systemd on hppa and number of free RT signals
 2014-10-07 19:39 UTC 

[PATCH v2 0/3] arm/arm64: KVM: Host 48-bit VA support and IPA limits
 2014-10-07 19:39 UTC  (6+ messages)
` [PATCH v2 1/3] arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2

[RFC][PATCH] audit: log join and part events to the read-only multicast log socket
 2014-10-07 19:39 UTC  (3+ messages)

[PATCH v2 1/2] common-csl-ip: (ti-csl) Moved from meta-arago and renamed
 2014-10-07 19:39 UTC  (3+ messages)

[PATCH 00/14] ALSA: Dice enhancement
 2014-10-07 19:39 UTC  (3+ messages)

sunvnet and ->xmit_more
 2014-10-07 19:38 UTC  (3+ messages)

[PATCH 0/2] init some clock rate from dts for rk3288
 2014-10-07 19:37 UTC  (10+ messages)
` [PATCH 2/2] ARM: dts: enable init rate for clock

[PATCH 1/3] ASoC: rt5677: Include gpio driver header
 2014-10-07 19:36 UTC  (6+ messages)
` [PATCH 2/3] ASoC: rt5677: Add ACPI device probing
` [PATCH 3/3] ASoC: rt5677: Add jack detection support

[PATCH v3 0/8] Add initial support for DA9150 Charger & Fuel-Gauge IC
 2014-10-07 19:36 UTC  (5+ messages)
` [PATCH 3/8] iio: Add support for DA9150 GPADC

[PATCH RFC] introduce ioctl to completely invalidate page cache
 2014-10-07 19:35 UTC  (9+ messages)

Quota in __qdisc_run() (was: qdisc: validate skb without holding lock)
 2014-10-07 19:34 UTC  (7+ messages)
    ` Quota in __qdisc_run()

[Buildroot] [PATCH] ser2net: Fix compilation failures due to missing TIOCSRS485 macro
 2014-10-07 19:34 UTC  (4+ messages)

[PATCH] sparc64: Increase size of boot string to 1024 bytes
 2014-10-07 19:34 UTC  (3+ messages)

[PATCH] Revert "ARM: pxa: call debug_ll_io_init for earlyprintk"
 2014-10-07 19:33 UTC  (5+ messages)

[PATCH] drm: Implement O_NONBLOCK support on /dev/dri/cardN
 2014-10-07 19:33 UTC  (2+ messages)

[PATCH 0/8] ASoC: fsl: Refine DT binding documents for more readability
 2014-10-07 19:29 UTC  (12+ messages)
` [PATCH 1/8] ASoC: fsl_esai: Add indentation for binding doc to increase readability
` [PATCH 2/8] ASoC: fsl_spdif: "
` [PATCH 3/8] ASoC: fsl_sai: "
` [PATCH 4/8] ASoC: eukrea-tlv320: "
` [PATCH 5/8] ASoC: imx-audmux: "
` [PATCH 6/8] ASoC: imx-sgtl5000: "
` [PATCH 7/8] ASoC: imx-spdif: "
` [PATCH 8/8] ASoC: imx-wm8962: "

(no subject)
 2014-10-07 19:27 UTC  (4+ messages)
` [PATCH 1/3] mips: Save all registers when saving the frame
` [PATCH 2/3] Move generic dwarf2 operations from x86 to asm-generic
` [PATCH 3/3] mips: Add DWARF unwinding to assembly

[PATCH v2 00/15] Krait clocks + Krait CPUfreq
 2014-10-07 19:28 UTC  (7+ messages)
` [PATCH v2 04/15] clk: divider: Make generic for usage elsewhere

High latency while CPU is under full load
 2014-10-07 19:28 UTC 

sessiond and consumerd for 32 and 64 bit apps
 2014-10-07 19:26 UTC 

Transaction patch series overview
 2014-10-07 19:26 UTC  (12+ messages)
      ` [PATCH v21 0/19] rs/ref-transaction (Re: Transaction patch series overview)
        ` [PATCH v22 0/24] rs/ref-transaction
          ` [PATCH 09/24] refs.c: pass a list of names to skip to is_refname_available
                  ` [PATCH v22.5 "

Karthik Ramanan : omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
 2014-10-07 19:23 UTC 

Karthik Ramanan : bltsville: Updated SRCREV to the latest
 2014-10-07 19:23 UTC 

Karthik Ramanan : omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12
 2014-10-07 19:23 UTC 

Karthik Ramanan : omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes
 2014-10-07 19:23 UTC 

Karthik Ramanan : omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12
 2014-10-07 19:23 UTC 

Karthik Ramanan : bltsville: Updated SRCREV to the latest
 2014-10-07 19:23 UTC 

sessiond and consumerd for 32 and 64 bit apps
 2014-10-07 19:23 UTC 

[PATCH 1/1] ftruncate: create FAN_MODIFY and IN_MODIFY events
 2014-10-07 19:23 UTC  (4+ messages)

[PATCH] sparc64: use COMMAND_LINE_SIZE for boot string
 2014-10-07 19:23 UTC  (4+ messages)

[Ksummit-discuss] TPM MiniSummit @ LinuxCon Europe
 2014-10-07 19:22 UTC  (5+ messages)
  ` [Ksummit-discuss] [TrouSerS-tech] "
    ` [TrouSerS-tech] [Ksummit-discuss] "

v0.86 released (Giant release candidate)
 2014-10-07 19:20 UTC 

[PATCH 0/3] DWARF unwinding for MIPS
 2014-10-07 19:19 UTC  (4+ messages)
` [PATCH 2/3] Move generic dwarf2 operations from x86 to asm-generic

[PATCH] drm/i915: remove bogus intel_increase_pllclock
 2014-10-07 19:18 UTC  (2+ messages)

[PATCH 0/5] regulator: Fix core behaviour for gpio 0
 2014-10-07 19:18 UTC  (7+ messages)
` [PATCH 1/5] regulator: Add ena_gpio_valid config

[for master] dspdce-fw: Updated dspdce firmware for latest IPC version
 2014-10-07 19:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] usb: gadget: f_fs: add "zombie" mode
 2014-10-07 19:16 UTC  (2+ messages)

[PATCH v2 0/2] arm: shimobile: add HS-USB device node on r8a7790
 2014-10-07 19:15 UTC  (6+ messages)
` [PATCH v2 2/2] arm: shmobile: lager: enable HS-USB

[PATCH v2 0/7] TPM 2.0 support
 2014-10-07 19:15 UTC  (7+ messages)
` [PATCH v2 2/7] tpm: two-phase chip management functions
  ` [tpmdd-devel] "

[PATCH] Update Intel Ethernet Driver maintainers list
 2014-10-07 19:13 UTC  (3+ messages)

[PATCH] powerpc: mitigate impact of decrementer reset
 2014-10-07 19:13 UTC 

bridge: Do not compile options in br_parse_ip_options
 2014-10-07 19:13 UTC  (4+ messages)
` bridge: Respect call-iptables sysctls everywhere
  ` bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTING

let git grep consider sub projects
 2014-10-07 19:12 UTC  (3+ messages)

[PATCH] target/file: fix inclusive vfs_fsync_range() end
 2014-10-07 19:12 UTC  (3+ messages)

High latency while CPU is at full load
 2014-10-07 19:12 UTC 

[PATCH 0/4] ASoC trivial fixes
 2014-10-07 19:10 UTC  (6+ messages)
` [PATCH 2/4] ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized object
      ` [PATCH v2 "

[PATCH] net: Add ndo_gso_check
 2014-10-07 19:10 UTC  (5+ messages)

Powering down unused PM domains (was: Re: [PATCH 0/4] PM / Domains: Fix race conditions during boot)
 2014-10-07 19:09 UTC 

[PATCH v2 0/7] driver-core: async probe support
 2014-10-07 19:07 UTC  (13+ messages)
` [PATCH v2 7/7] driver-core: add preferred async probe option for built-in and modules

[PATCH RFC 00/11] qemu: towards virtio-1 host support
 2014-10-07 14:40 UTC  (2+ messages)
` [Qemu-devel] [PATCH RFC 07/11] dataplane: allow virtio-1 devices

[PATCH RFC 00/11] linux: towards virtio-1 guest support
 2014-10-07 14:39 UTC  (2+ messages)
` [Qemu-devel] [PATCH RFC 07/11] virtio_net: use v1.0 endian

[Buildroot] [PATCH] openssh: mention release announcement in hash file
 2014-10-07 19:04 UTC  (2+ messages)

[Buildroot] [PATCH] openssh: bump to version 6.7p1
 2014-10-07 19:04 UTC  (5+ messages)

[Buildroot] [git commit] openssh: mention release announcement in hash file
 2014-10-07 19:04 UTC 

[PATCH 00/20] powerpc: Convert power off logic to pm_power_off
 2014-10-07 19:03 UTC  (8+ messages)

[PATCH 1/4] ASoC: mc13783: Delete unneeded test before of_node_put
 2014-10-07 19:02 UTC  (3+ messages)
` [PATCH 4/4] ASoC: simple-card: "

[U-Boot] U-Boot Mini Summit
 2014-10-07 19:02 UTC  (4+ 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.