All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-10 23:58:56 to 2015-02-11 01:36:58 UTC [more...]

[PATCH v3 4/5] usb: phy: load usb phy earlier
 2015-02-11  1:36 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC] scripts/update-linux-headers.sh: pull virtio hdrs
 2015-02-11  1:36 UTC  (2+ messages)

[PATCH v2 1/2] shdmac: use SET_RUNTIME_PM_OPS()
 2015-02-11  1:35 UTC  (2+ messages)

Fwd: [Bug 92111] Power regression from 3.17 to 3.18 and 3.19
 2015-02-11  1:57 UTC  (13+ messages)

[GIT PULL]: Add sst audio firmware for Braswell platforms
 2015-02-11  1:31 UTC  (3+ messages)

[PATCH 1/2] SAMA5D4EK - Now mostly supports booting Android from NAND
 2015-02-11  1:30 UTC  (2+ messages)

kernel: BUG: soft lockup - CPU#1 stuck for 22s! [kni_single:1782]
 2015-02-11  1:33 UTC 

[PATCH v3 01/15] fm10k: add base driver
 2015-02-11  1:31 UTC  (17+ messages)
  ` [PATCH v4 00/15] lib/librte_pmd_fm10k : fm10k pmd driver
      ` [PATCH v4 01/15] fm10k: add base driver
      ` [PATCH v4 02/15] eal: add fm10k device id
      ` [PATCH v4 03/15] fm10k: register fm10k pmd PF driver
      ` [PATCH v4 04/15] Change config files to add fm10k into compile
      ` [PATCH v4 05/15] fm10k: add reta update/requery functions
      ` [PATCH v4 06/15] fm10k: add rx_queue_setup/release function
      ` [PATCH v4 07/15] fm10k: add tx_queue_setup/release function
      ` [PATCH v4 08/15] fm10k: add RX/TX single queue start/stop function
      ` [PATCH v4 09/15] fm10k: add dev start/stop functions
      ` [PATCH v4 10/15] fm10k: add receive and tranmit function
      ` [PATCH v4 11/15] fm10k: add PF RSS support
      ` [PATCH v4 12/15] fm10k: Add scatter receive function
      ` [PATCH v4 13/15] fm10k: add function to set vlan
      ` [PATCH v4 14/15] fm10k: Add SRIOV-VF support
      ` [PATCH v4 15/15] fm10k: add PF and VF interrupt handling function

[resend PATCH v3 0/4] add usb support for hi6220
 2015-02-11  1:30 UTC  (5+ messages)
` [resend PATCH v3 4/4] usb: phy: add phy-hi6220-usb

[U-Boot] [RFC PATCH v2 0/8] Add Driver Model support to network stack
 2015-02-11  1:30 UTC  (16+ messages)
` [U-Boot] [RFC PATCH v3 0/14] "
  ` [U-Boot] [RFC PATCH v3 01/14] dm: core: Allow seq numbers to be resolved before probe
  ` [U-Boot] [RFC PATCH v3 02/14] test: dm: Reorder the objects to build
  ` [U-Boot] [RFC PATCH v3 03/14] net: Provide a function to get the current MAC address
  ` [U-Boot] [RFC PATCH v3 04/14] net: Rename helper function to be more clear
  ` [U-Boot] [RFC PATCH v3 05/14] net: Remove unneeded "extern" in net.h
  ` [U-Boot] [RFC PATCH v3 06/14] net: Refactor in preparation for driver model
  ` [U-Boot] [RFC PATCH v3 07/14] dm: eth: Add basic driver model support to Ethernet stack
  ` [U-Boot] [RFC PATCH v3 08/14] dm: eth: Add network support to sandbox
  ` [U-Boot] [RFC PATCH v3 09/14] dm: eth: Add ARP and PING response to sandbox driver
  ` [U-Boot] [RFC PATCH v3 10/14] test: dm: eth: Add tests for the eth dm implementation
  ` [U-Boot] [RFC PATCH v3 11/14] dm: eth: Add support for aliases
  ` [U-Boot] [RFC PATCH v3 12/14] dm: eth: Add support for ethprime env var
  ` [U-Boot] [RFC PATCH v3 13/14] dm: eth: Add testing for netretry "
  ` [U-Boot] [RFC PATCH v3 14/14] dm: eth: Add a bridge to a real network for sandbox

[GIT PULL] ACPI and power management updates for 3.20-rc1
 2015-02-11  1:51 UTC  (2+ messages)

[PATCH 0/7] vmxnet3: driver enhancements
 2015-02-11  1:28 UTC  (7+ messages)
` [PATCH 2/7] vmxnet3: remove mtu check
` [PATCH 5/7] vmxnet3: get rid of DEBUG ifdefs
` [PATCH 6/7] vmxnet3: support RSS and refactor offload

[PATCH 1/2] f2fs: fix sparse warnings
 2015-02-11  1:25 UTC  (3+ messages)
` [PATCH 2/2] f2fs: avoid variable length array

[PATCH 0/4] Broadcom 10G NIC Poll Mode Driver
 2015-02-11  1:23 UTC  (3+ messages)
` [PATCH 1/4] pci: allow access to PCI config space

[PATCH v4 0/2] x86/arm64: add xenconfig
 2015-02-11  1:23 UTC  (7+ messages)
` [PATCH v4 1/2] x86, platform, xen, kconfig: clarify kvmconfig is for kvm
` [PATCH v4 2/2] x86, arm, platform, xen, kconfig: add xen defconfig helper

[PATCH] dmaengine: dw: support for clockless platforms
 2015-02-11  1:20 UTC  (2+ messages)

[RFC PATCH net-next 0/7] eBPF support for cls_bpf
 2015-02-11  1:21 UTC  (11+ messages)
` [PATCH net-next 1/7] ebpf: remove kernel test stubs
` [PATCH net-next 2/7] ebpf: constify various function pointer structs
` [PATCH net-next 3/7] ebpf: check first for MAXINSNS in bpf_prog_load
` [PATCH net-next 4/7] ebpf: extend program type/subsystem registration
` [PATCH net-next 5/7] ebpf: export BPF_PSEUDO_MAP_FD to uapi
` [PATCH net-next 6/7] ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code
` [PATCH net-next 7/7] cls_bpf: add initial eBPF support for programmable classifiers

[PATCH] x86 spinlock: Fix memory corruption on completing completions
 2015-02-11  1:18 UTC  (11+ messages)

[PATCH] fix map option parsing for 'strictatime'
 2015-02-11  1:19 UTC  (2+ messages)

linux-next: manual merge of the pm tree with the pci tree
 2015-02-11  1:41 UTC  (2+ messages)

[U-Boot] Can I load uEnv.txt conditionally, based on the boot source?
 2015-02-11  1:18 UTC 

[PATCH] show-branch --upstream: add upstream branches to the list of branches to display
 2015-02-11  1:16 UTC 

[libdrm] improvements to userspace exynos component
 2015-02-11  1:11 UTC  (4+ messages)
` [PATCH 04/15] tests/exynos: disable the G2D userptr/blend test

[PATCH v4 0/2] x86/arm64: add xenconfig
 2015-02-11  1:08 UTC 

iMX6 SDR12 support
 2015-02-11  1:10 UTC 

[PATCH v3 RESEND] 0/2] x86/arm64: add xenconfig
 2015-02-11  1:08 UTC  (9+ messages)
` [PATCH v3 RESEND] 1/2] x86, platform, xen, kconfig: clarify kvmconfig is for kvm
` [PATCH v3 RESEND] 2/2] x86, arm, platform, xen, kconfig: add xen defconfig helper

[PATCH v5] dmaengine: Driver support for FSL RaidEngine device
 2015-02-11  1:05 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: Add msm8660 PMU node
 2015-02-11  1:06 UTC  (2+ messages)

[PATCH 0/2] Scorpion PMU support
 2015-02-11  1:05 UTC  (7+ messages)
` [PATCH 1/2] ARM: perf: Preparatory work for "
` [PATCH 2/2] ARM: perf: Add support for Scorpion PMUs

[RFC PATCH v2 00/29] libxl: Cancelling asynchronous operations
 2015-02-11  1:04 UTC  (3+ messages)
` [PATCH 10/29] libxl: events: Make timeout and async exec setup take an ao, not a gc

[PATCH] procps: disable fancy new top output mode
 2015-02-11  1:03 UTC  (2+ messages)

[PATCH v3] Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A support
 2015-02-11  1:01 UTC  (3+ messages)

[PATCH] fsnotify: Fix handling of renames in audit
 2015-02-11  0:58 UTC  (2+ messages)

[PATCH v17 1/7] mm: support madvise(MADV_FREE)
 2015-02-11  0:56 UTC  (12+ messages)

[PATCH] KVM: x86: emulate: correct page fault error code for NoWrite instructions
 2015-02-11  0:56 UTC  (2+ messages)

[PATCH] drm/i915: Do not invalidate obj->pages under mempressure
 2015-02-11  0:55 UTC  (7+ messages)
  ` [Intel-gfx] "

[PATCH] base-files/profile: change EDITOR to not be busybox specific
 2015-02-11  0:55 UTC  (2+ messages)

[GIT PULL] please pull infiniband.git
 2015-02-11  0:52 UTC  (2+ messages)

[PATCH v3 linux-trace 1/8] tracing: attach eBPF programs to tracepoints and syscalls
 2015-02-11  0:50 UTC  (3+ messages)

[PATCH 0/8] Fix some problems with reflog expiration
 2015-02-11  0:49 UTC  (12+ messages)
` [PATCH 1/8] write_ref_sha1(): remove check for lock == NULL
` [PATCH 3/8] lock_ref_sha1_basic(): do not set force_write for missing references
` [PATCH 6/8] reflog_expire(): ignore --updateref for symbolic references
` [PATCH 8/8] reflog_expire(): lock symbolic refs themselves, not their referent

[PATCH] btrfs-progs: Move -rdynamic linker only option to LDFLAGS
 2015-02-11  0:46 UTC 

[U-Boot] [PATCH 1/2] spl_atmel.c: Switch s_init to board_init_f
 2015-02-11  0:47 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] mx6: Rework s_init to be spl_board_init() and gate_ungate_all_mx6_pfds()

[Bug 89072] Radeon Hawaii no acceleration on 32-bit kernel
 2015-02-11  0:46 UTC  (2+ messages)

[Bug 88786] Radeon Hawaii crash on a 32-bit kernel
 2015-02-11  0:45 UTC  (3+ messages)

[RFC] simple_char: New infrastructure to simplify chardev management
 2015-02-11  0:44 UTC  (2+ messages)

[PATCH V2 0/7] opkg refactoring
 2015-02-11  0:43 UTC  (3+ messages)
` [PATCH V2 7/7] opkg-keyrings: New recipe

[PATCHv3 00/10] bluez4/bluez5 selection fixing Yocto 5031
 2015-02-11  0:41 UTC  (4+ messages)

[Bug 89064] [radeonsi] [bisected] reaction-game crashes with GLSL compiler error
 2015-02-11  0:41 UTC  (2+ messages)

[PATCH] drm/i915: Introduce bit definitions of CTXT_SR_CTRL register
 2015-02-10  9:11 UTC 

[RFC PATCH 0/8] v3 contained usermode helper execution
 2015-02-11  0:40 UTC  (8+ messages)
` [RFC PATCH 3/8] kmod - teach call_usermodehelper() to use a namespace

[PATCH 1/3] perf, x86: Add new cache events table for Haswell
 2015-02-11  0:40 UTC  (3+ messages)
` [PATCH 2/3] perf, x86: Add Broadwell core support
` [PATCH 3/3] perf, x86: Add INST_RETIRED.ALL workarounds

[PATCH 1/4] arm: omap: hwmod: 43xx: add DebugSS hwmod data
 2015-02-11  0:38 UTC  (13+ messages)

[U-Boot] [PATCH v4 0/3] dm:gpio:mxc add DT support
 2015-02-11  0:37 UTC  (8+ messages)
` [U-Boot] [PATCH v4 1/3] dm: introduce dev_get_addr interface
` [U-Boot] [PATCH v4 2/3] dm:gpio:mxc add a bank_index entry in platdata
` [U-Boot] [PATCH v4 3/3] dm:gpio:mxc add DT support

[PATCH v2 00/15] r8a7778 CCF and multiplatform
 2015-02-11  0:36 UTC  (2+ messages)

K/V interface buffer transaction
 2015-02-11  0:36 UTC  (7+ messages)

[PATCH 1/2] ARM: shmobile: r8a7790: smp: remap whole apmu region
 2015-02-11  0:33 UTC  (2+ messages)

[PATCH v3 00/10] Enhance btrfs-find-root and open_ctree() to provide better chance on damaged btrfs
 2015-02-11  0:33 UTC  (3+ messages)

[PATCH] virtual: Documentation: simplify and generalize paravirt_ops.txt
 2015-02-11  0:29 UTC 

[PATCH net-next 0/7] net: Fixes to remote checksum offload and CHECKSUM_PARTIAL
 2015-02-11  0:30 UTC  (8+ messages)
` [PATCH net-next 1/7] net: Fix remcsum in GRO path to not change packet
` [PATCH net-next 2/7] net: Clarify meaning of CHECKSUM_PARTIAL for receive path
` [PATCH net-next 3/7] udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path
` [PATCH net-next 4/7] net: Use more bit fields in napi_gro_cb
` [PATCH net-next 5/7] net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
` [PATCH net-next 6/7] vxlan: Use checksum partial with remote checksum offload
` [PATCH net-next 7/7] gue: "

[Bug 89069] Lack of grass in The Talos Principle on radeonsi (native\wine\nine)
 2015-02-11  0:29 UTC  (2+ messages)

[PATCH] virtual: Documentation: simplify and generalize paravirt_ops.txt
 2015-02-11  0:29 UTC 

[PATCH] virtual: Documentation: simplify and generalize paravirt_ops.txt
 2015-02-11  0:29 UTC 

[PATCH] btrfs-progs: fsck-test: Add check_sudo to check valid root/sudo privilege
 2015-02-11  0:29 UTC  (3+ messages)

[PATCH 0/4] xfs: xfs_spaceman utility rework
 2015-02-11  0:28 UTC  (2+ messages)

[PATCH v2 1/3] ARM: shmobile: armadillo800eva: Properly specify HDMI audio link format
 2015-02-11  0:28 UTC  (5+ messages)

BUG: 'error: invalid key: pager.show_ref' on 'git show_ref'
 2015-02-11  0:27 UTC  (6+ messages)
      ` [PATCH] config: add show_err flag to git_config_parse_key()

[PATCH v3 0/2] dma: pl330: improve status checking
 2015-02-11  0:24 UTC  (5+ messages)
` [PATCH v3 1/2] dma: pl330: improve pl330_tx_status() function
` [PATCH v3 2/2] dma: pl330: add DMA_PAUSE feature

[PATCH] ARM: sa1100: add dummy clk_set_rate implementation
 2015-02-11  0:25 UTC 

[PATCH v3 RESEND] 0/2] x86/arm64: add xenconfig
 2015-02-11  0:23 UTC 

[lm-sensors] Test with Chip IT8620E on a Gigabyte GA-H97M-HD3
 2015-02-11  0:25 UTC  (2+ messages)
` [lm-sensors] Test with Chip IT8620E on a Gigabyte GA-H97M-HD3 version 2

[Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT)
 2015-02-11  0:25 UTC 

pilny kontakt
 2015-02-11  0:14 UTC 

[PATCH 0/3] Add e6500 perf events to sysfs and update perf doc
 2015-02-11  0:19 UTC  (9+ messages)
` [PATCH 1/3] perf/e6500: Make event translations available in sysfs

About CTX_CONTEXT_CONTROL initialization in populate_lr_context() intel_lrc.c
 2015-02-11  0:19 UTC  (5+ messages)

[PATCH v5 0/5] drivers: bus: Add Simple Power-Managed Bus
 2015-02-11  0:18 UTC  (4+ messages)

[PATCH] avahi: fix do_rootfs failure due to version skew
 2015-02-11  0:17 UTC 

[PATCH] dmaengine: pl330: fix bug that cause start the same descs in cyclic
 2015-02-11  0:14 UTC  (3+ messages)

if power button pressed 1x it creates the same ACPI event twice
 2015-02-11  0:37 UTC  (4+ messages)
  ` ACPI "

[U-Boot] Samsung patches
 2015-02-11  0:14 UTC  (3+ messages)

[ANNOUNCE] infiniband-diags 1.6.5 release
 2015-02-11  0:04 UTC 

[ANNOUNCE] libibmad 1.3.12 release
 2015-02-11  0:04 UTC 

Alternative to signals/sys_membarrier() in liburcu
 2015-02-11  0:03 UTC 

[PATCH 12/12] drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV
 2015-02-11  0:01 UTC  (2+ messages)

[PATCH v3 1/2] time: Don't bother to run rtc_resume() for the nonstop clocksource
 2015-02-11  0:01 UTC  (2+ messages)

[PATCH 0/3] Slab allocator array operations V2
 2015-02-10 23:58 UTC  (4+ messages)
` [PATCH 1/3] Slab infrastructure for array operations


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.