All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-05 22:14:01 to 2015-05-05 23:31:00 UTC [more...]

[PATCH net-next v2] rhashtable: Simplify iterator code
 2015-05-05 23:30 UTC  (2+ messages)

[PATCH next v3 0/2] Multicast processing in IPvlan
 2015-05-05 23:30 UTC  (2+ messages)

[PATCH v2] ARM: dts: exynos3250: add JPEG codec device node
 2015-05-05 23:29 UTC  (2+ messages)

[PATCH 0/5] Support for the Sony Motion Controller and other cleanups
 2015-05-05 23:28 UTC  (4+ messages)
` [PATCH 2/5] hid: sony: Add support for the Sony Motion Controller

[net-next PATCH 0/6] Add skb_free_frag to replace put_page(virt_to_head_page(ptr))
 2015-05-05 23:28 UTC  (3+ messages)

[PATCH net-next V7 0/2] openvswitch: Add support for 802.1AD
 2015-05-05 23:27 UTC  (5+ messages)
` [PATCH net-next V7 2/2] openvswitch: 802.1ad: Flow handling, actions, and vlan parsing

[Intel-wired-lan] [PATCH 1/8] clarify implementation of ethtool's get_ts_info op
 2015-05-05 23:26 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH 5/8] igb: only report generic filters in get_ts_info

[PATCH] rcu: declare rcu_data variables in the section they are defined in
 2015-05-05 23:25 UTC  (3+ messages)
` [PATCH] rcu: make rcu_*_data variables static

mmotm 2015-05-05-16-25 uploaded
 2015-05-05 23:25 UTC  (2+ messages)

mmotm 2015-05-05-16-25 uploaded
 2015-05-05 23:25 UTC 

[U-Boot] [PATCH 00/16] usb core fixes + ohci fixes + ohci dm support
 2015-05-05 23:25 UTC  (41+ messages)
` [U-Boot] [PATCH 01/16] usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
` [U-Boot] [PATCH 02/16] usb: Stop reset procedure when a dev is handed over to a companion hcd
` [U-Boot] [PATCH 03/16] usb: ohci: Remove unused devgone global variable
` [U-Boot] [PATCH 04/16] usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
` [U-Boot] [PATCH 05/16] usb: ohci: Move the ohci_dev struct to inside the main ohci struct
` [U-Boot] [PATCH 06/16] usb: ohci: Move the td array struct to inside the ohci_dev struct
` [U-Boot] [PATCH 07/16] usb: ohci: Remove unnecessary phcca variable
` [U-Boot] [PATCH 08/16] usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
` [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0
` [U-Boot] [PATCH 10/16] usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
` [U-Boot] [PATCH 11/16] usb: ohci: Don't log an error on interrupt packet timeout
` [U-Boot] [PATCH 12/16] usb: ohci: Do not resubmit and leak urbs for interrupt packets
` [U-Boot] [PATCH 13/16] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
` [U-Boot] [PATCH 14/16] usb: ohci: Skip unnecessary mdelay(1) calls in various places
` [U-Boot] [PATCH 15/16] usb: ohci: Add dm support
` [U-Boot] [PATCH 16/16] sunxi: ohci: Add ohci usb host controller support

(no subject)
 2015-05-05 23:05 UTC 

[Qemu-devel] [PULL] Queued tcg patch
 2015-05-05 23:24 UTC  (2+ messages)
` [Qemu-devel] [PULL] tcg: optimise memory layout of TCGTemp

[net-next PATCH 0/5] Add eth_proto_is_802_3 to provide improved means of checking Ethertype
 2015-05-05 23:24 UTC  (2+ messages)

[patch 16/16] rtc: armada38x: fix concurrency access in armada38x_rtc_set_time
 2015-05-05 23:24 UTC 

[patch 15/16] ocfs2: dlm: fix race between purge and get lock resource
 2015-05-05 23:24 UTC 

[patch 14/16] nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
 2015-05-05 23:24 UTC 

[patch 09/16] mm: soft-offline: fix num_poisoned_pages counting on concurrent events
 2015-05-05 23:23 UTC 

[patch 05/16] mm/memory-failure: call shake_page() when error hits thp tail page
 2015-05-05 23:23 UTC 

[PATCH net-next 00/10] More Marvell DSA refactring and fixup
 2015-05-05 23:22 UTC  (12+ messages)
` [PATCH net-next 01/10] net: dsa: Centralise global and port setup code into mv88e6xxx
` [PATCH net-next 02/10] net: dsa: Centralize setting up ports
` [PATCH net-next 03/10] net: dsa: Converting remaining registers to mnemonics
` [PATCH net-next 04/10] net: dsa: Move mv88e6172 support into mv88e6352 family driver
` [PATCH net-next 05/10] net: dsa: mv88e6171: Add other members of the family
` [PATCH net-next 06/10] net: dsa: mv88e6131: Add support for mv88e6185
` [PATCH net-next 07/10] net: dsa: mv88e6xxx: Replace PHY mutex by SMI mutex
` [PATCH net-next 08/10] net: dsa: mv88e6xxx: Replace stats mutex with "
` [PATCH net-next 09/10] net: dsa: mv88e6xxx: Fix false positive lockdep splat
` [PATCH net-next 10/10] net: dsa: Add lockdep class to tx queues to avoid "

[Qemu-devel] [PATCH v3 0/5] qtest: base64 r/w and faster memset
 2015-05-05 23:22 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 1/5] qtest: allow arbitrarily long sends
` [Qemu-devel] [PATCH v3 2/5] qtest: Add base64 encoded read/write
` [Qemu-devel] [PATCH v3 3/5] qtest: add memset to qtest protocol
` [Qemu-devel] [PATCH v3 4/5] qtest: precompute hex nibs
` [Qemu-devel] [PATCH v3 5/5] libqos/ahci: Swap memread/write with bufread/write

[Bridge] [PATCH] bridge: relax BR_GROUPFWD_RESTRICTED to forward LLDP frames
 2015-05-05 23:21 UTC  (4+ messages)
` [Bridge] [PATCHv2] bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of "
  `  "

[RFC PATCH net-next 0/8] Convert some skb_<foo> functions to void
 2015-05-05 23:20 UTC  (3+ messages)

[folded-merged] rtc-add-rtc-abx80x-a-driver-for-the-abracon-ab-x80x-i2c-rtc-v3.patch removed from -mm tree
 2015-05-05 23:18 UTC 

[Embedded-pv-devel] Renaming Xen Project Hackathons
 2015-05-05 23:17 UTC 

[PATCH v6 0/8] Interrupt mode PMD
 2015-05-05 23:16 UTC  (4+ messages)
` From: Cunming Liang <cunming.liang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  ` [PATCH v7 09/10] igb: enable rx queue interrupts for PF

(release) versioning
 2015-05-05 23:15 UTC  (3+ messages)

[PATCH -next 0/5] replace skb tc_verd member with 3 dedicated bit flags
 2015-05-05 23:15 UTC  (3+ messages)
` [PATCH -next 1/5] net: sched: replace NCLS macro with tc_nocls bit flag

Error while enabling multiple channel for same session
 2015-05-05 23:13 UTC 

[PATCH 0/3] dm error based test cases
 2015-05-05 23:11 UTC  (5+ messages)
` [PATCH 2/3] xfstests: btrfs: test device replace, with EIO on the src dev

[PATCH 1/2] clone: Support passing tls argument via C rather than pt_regs magic
 2015-05-05 23:12 UTC  (3+ messages)

[PATCH v17 for 4.2 0/2] sys_membarrier()
 2015-05-05 23:11 UTC  (5+ messages)
` [PATCH v17 1/2] sys_membarrier(): system-wide memory barrier (generic, x86)

[PATCH V2 0/3] Pistachio USB2.0 PHY
 2015-05-05 23:09 UTC  (8+ messages)
` [PATCH V2 1/3] phy: Add binding document for "

v9.0.0 released
 2015-05-05 23:08 UTC 

[PATCH] branch: fix funny-sounding error message
 2015-05-05 23:06 UTC  (5+ messages)

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 23:04 UTC  (8+ messages)
` [PATCH 176/208] x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state()
` [PATCH 198/208] x86/fpu: Document the various fpregs state formats
` [PATCH 200/208] x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the end

[meta-oe][PATCH] polkit: do not hardcode the libdir
 2015-05-05 23:02 UTC  (4+ messages)

[PATCH 4.0 000/220] 4.0.2-stable review
 2015-05-05 23:02 UTC  (7+ messages)

[PATCH V4 0/5] tas571x amplifier driver
 2015-05-05 23:01 UTC  (14+ messages)
` [PATCH V4 1/5] regmap: Add a helper function for regcache sync test
` [PATCH V4 2/5] regmap: Use regcache_mark_dirty() to indicate power loss or reset
` [PATCH V4 3/5] ASoC: tas571x: Add DT binding document
` [PATCH V4 4/5] ASoC: tas571x: New driver for TI TAS571x power amplifiers
` [PATCH V4 5/5] MAINTAINERS: Add entry for tas571x ASoC codec driver

[Qemu-devel] [Bug 1452062] [NEW] qemu-img will fail to convert images in 2.3.0
 2015-05-05 22:53 UTC 

[PATCH v4] watchdog: Fix a watchdog crash in some configurations
 2015-05-05 23:00 UTC 

[PATCH] ASoC: Intel: Enabled button jack for BSW platform with rt5650 codec
 2015-05-05 23:00 UTC  (11+ messages)

[PATCH bisected regression] input_available_p() sometimes says 'no' when it should say 'yes'
 2015-05-05 22:59 UTC  (11+ messages)
      ` [PATCH man-pages] pty.7: clarify asynchronous nature of PTY IO

[U-Boot] [PATCH 1/4] ARM: bcm283x: Repair wdog.h
 2015-05-05 22:57 UTC  (7+ messages)
` [U-Boot] [PATCH 4/4] ARM: bcm283x: Switch to generic timer

t5570 - not cloned error
 2015-05-05 22:55 UTC  (4+ messages)

[RFC PATCH 0/6] perf bpf: Probing with local variable
 2015-05-05 22:54 UTC  (8+ messages)
` [RFC PATCH 1/6] perf bpf: Add headers for generate bpf bytecode
` [RFC PATCH 2/6] perf bpf: Add pt_regs convert table for x86
` [RFC PATCH 4/6] perf bpf: Convert arglist to bpf prologue

[PATCH] ASoC: tas571x: Eliminate redundant dev->of_node NULL check
 2015-05-05 22:52 UTC 

[PATCH v2 1/3] power: validate wakeup source before activating it
 2015-05-05 23:16 UTC  (2+ messages)

Q on contribution to Netfilter
 2015-05-05 22:51 UTC  (2+ messages)

[PATCH] adm8211: fix the possible pci cache line sizes inside switch-case
 2015-05-05 22:50 UTC  (3+ messages)

Newstore Read ?
 2015-05-05 22:48 UTC  (2+ messages)

[V2] mkfs: default to CRC enabled filesystems
 2015-05-05 22:48 UTC  (3+ messages)
  ` [PATCH] mkfs: inode/block size error messages confusing

[PATCH 0/6] get_maintainer/MAINTAINERS updates
 2015-05-05 22:48 UTC  (3+ messages)
` [PATCH 3/6] MAINTAINERS: Remove section BROADCOM BCM33XX MIPS ARCHITECTURE

[Buildroot] [PATCH] package/poppler: autoconf options take two dashes
 2015-05-05 22:48 UTC 

[PATCH] librte_eal:Using compiler memory barrier for IA processor's rte_wmb/rte_rmb
 2015-05-05 22:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/9] ahci: enable migration
 2015-05-05 22:45 UTC  (2+ messages)

[PATCH 00/35] e2fsprogs April 2015 patchbomb
 2015-05-05 22:45 UTC  (4+ messages)
` [PATCH 07/35] e2fsck: convert block-mapped files to extents on bigalloc fs

[PATCH] MODSIGN: Change default key details [ver #2]
 2015-05-05 22:44 UTC  (9+ messages)

[Buildroot] Build issue on OpenCV: multiple Qt related undefined references
 2015-05-05 22:42 UTC  (3+ messages)

[PATCH v11 0/3] ASoC: tda998x: add a codec to the HDMI transmitter
 2015-05-05 22:40 UTC  (4+ messages)
` [PATCH v11 3/3] "

[PATCH 2/2] adm8211: fix the possible pci cache line sizes inside switch-case
 2015-05-05 22:40 UTC 

[PATCH 1/2] adm8211: fix checkpatch errors for indentation and new line
 2015-05-05 22:40 UTC 

[PATCH 0/2] adm8211 patches
 2015-05-05 22:39 UTC 

[PATCH v1 00/16] NFS/RDMA patches proposed for 4.1
 2015-05-05 22:38 UTC  (11+ messages)

[PATCH RFC 0/6] support of QinQ stripping and insertion of i40e
 2015-05-05 22:37 UTC  (5+ messages)
` [PATCH RFC 1/6] mbuf: update mbuf structure for QinQ support

[RFC][PATCH 0/3] usb: add a hcd notify entry in hc_driver
 2015-05-05 22:36 UTC  (4+ messages)
` [RFC][PATCH 1/3] "

[RFC v2 0/13] dw_hdmi cleanups, audio preparation, helpers and ahb audio support
 2015-05-05 22:35 UTC  (5+ messages)
` [PATCH RFC v2 10/13] sound/core: add DRM ELD helper

htt_rx questions in 4.0 kernel
 2015-05-05 22:35 UTC 

[Patch iproute2] tc: fill in handle before checking argc
 2015-05-05 22:30 UTC 

[PATCH] upload-pack: Optionally allow fetching reachable sha1
 2015-05-05 22:29 UTC  (4+ messages)
` [PATCH v2] "

+ linux-next-git-rejects.patch added to -mm tree
 2015-05-05 22:28 UTC 

how to have the kernel do udev's job and autoload the right modules ?
 2015-05-05 22:26 UTC  (8+ messages)

[PATCH RFC] NFSD: fix cannot umounting mount points under pseudo root
 2015-05-05 22:26 UTC  (12+ messages)

[U-Boot] [PATCH 0/5] dm: usb: Add companion controller support + ehci fixes
 2015-05-05 22:26 UTC  (5+ messages)
` [U-Boot] [PATCH 3/5] dm: usb: Do not scan companion busses if no devices where handed over

[PATCH 0/13] Parallel struct page initialisation v4
 2015-05-05 22:25 UTC  (10+ messages)

[Question] How does perf still record the stack of a specified pid even when that process is interrupted and CPU is scheduled to other process
 2015-05-05 22:24 UTC  (6+ messages)

[Patch net] net_sched: fix a use-after-free in tc_ctl_tfilter()
 2015-05-05 22:22 UTC 

[GIT PULL 0/2] perf/urgent fixes
 2015-05-05 22:16 UTC  (3+ messages)
` [PATCH 1/2] perf report: Fix -T/--threads option to work again
` [PATCH 2/2] perf probe: Fix segfault if passed with ''

[PATCH 3.14 00/92] 3.14.41-stable review
 2015-05-05 22:12 UTC  (11+ messages)
` [PATCH 3.14 26/92] ARM: at91/dt: sama5d3 xplained: add phy address for macb1

[Buildroot] [PATCH] toolchain-external: fix staging install for CodeSourcery AArch64 toolchain
 2015-05-05 22:19 UTC  (3+ messages)

[PATCH 0/2] x86/quark: Add eSRAM driver and test code
 2015-05-05 22:19 UTC  (4+ messages)
` [PATCH 1/2] x86/quark: Add Quark embedded SRAM support

[PATCH 3.19 000/177] 3.19.7-stable review
 2015-05-05 22:10 UTC  (10+ messages)

[PATCH 3.10 00/65] 3.10.77-stable review
 2015-05-05 22:05 UTC  (19+ messages)
` [PATCH 3.10 48/65] gpio: mvebu: Fix mask/unmask managment per irq chip type
      ` Patch "s390: Fix build error" has been added to the 3.10-stable tree

[Qemu-devel] [PATCH 0/4] block: Mirror discarded sectors
 2015-05-05 22:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/4] qemu-iotests: Make block job methods common

Stable release 3.12.42
 2015-05-04 21:54 UTC  (2+ messages)

[PATCH v3 0/5] PCI: st: provide support for dw pcie
 2015-05-05 22:16 UTC  (5+ messages)
` [PATCH v3 3/5] PCI: st: Provide support for the sti PCIe controller

[PATCH 01/12] xfs:Make the function,xfs_alloc_lookup_eq static
 2015-05-05 22:16 UTC  (3+ messages)

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 22:15 UTC  (3+ messages)
` [PATCH 151/208] x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name)

[Buildroot] [PATCH v7 00/13] Add Xorg support for iMX6
 2015-05-05 22:14 UTC  (10+ messages)
` [Buildroot] [PATCH v7 10/13] Vivante drivers: bump to version 3.10.17-1.0.1

Patch "nosave: consolidate __nosave_{begin,end} in <asm/sections.h>" has been added to the 3.14-stable tree
 2015-05-04 21:38 UTC 

Patch "nosave: consolidate __nosave_{begin,end} in <asm/sections.h>" has been added to the 3.10-stable tree
 2015-05-04 21:38 UTC 

[PATCH] xfs: enforce imax_pct when we have per-cpu SB accounting
 2015-05-05 22:14 UTC  (2+ messages)

[PATCH] USB: core: buffer: fixed the checkpatch warning
 2015-05-04 20:40 UTC  (2+ 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.