All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-11 15:37:43 to 2014-04-11 16:21:57 UTC [more...]

[PATCH 3.13 00/65] 3.13.10-stable review
 2014-04-11 16:11 UTC  (3+ messages)
` [PATCH 3.13 29/65] ipv6: Avoid unnecessary temporary addresses being generated
` [PATCH 3.13 65/65] crypto: ghash-clmulni-intel - use C implementation for setkey()

[PATCH 3.14 00/23] 3.14.1-stable review
 2014-04-11 16:12 UTC  (21+ messages)
` [PATCH 3.14 04/23] x86/efi: Make efi virtual runtime map passing more robust
` [PATCH 3.14 05/23] futex: avoid race between requeue and wake
` [PATCH 3.14 06/23] xen-netback: remove pointless clause from if statement
` [PATCH 3.14 07/23] xen-netback: worse-case estimate in xenvif_rx_action is underestimating
` [PATCH 3.14 08/23] xen-netback: BUG_ON in xenvif_rx_action() not catching overflow
` [PATCH 3.14 09/23] ipv6: some ipv6 statistic counters failed to disable bh
` [PATCH 3.14 10/23] netlink: dont compare the nul-termination in nla_strcmp
` [PATCH 3.14 11/23] xen-netback: disable rogue vif in kthread context
` [PATCH 3.14 12/23] Call efx_set_channels() before efx->type->dimension_resources()
` [PATCH 3.14 13/23] net: vxlan: fix crash when interface is created with no group
` [PATCH 3.14 14/23] isdnloop: Validate NUL-terminated strings from user
` [PATCH 3.14 15/23] isdnloop: several buffer overflows
` [PATCH 3.14 16/23] rds: prevent dereference of a NULL device in rds_iw_laddr_check
` [PATCH 3.14 17/23] net/at91_ether: avoid NULL pointer dereference
` [PATCH 3.14 18/23] iwlwifi: mvm: rs: fix search cycle rules
` [PATCH 3.14 19/23] ARC: [nsimosci] Change .dts to use generic 8250 UART
` [PATCH 3.14 20/23] ARC: [nsimosci] Unbork console
` [PATCH 3.14 21/23] futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
` [PATCH 3.14 22/23] m68k: Skip "
` [PATCH 3.14 23/23] crypto: ghash-clmulni-intel - use C implementation for setkey()

xen-access performance from DomU
 2014-04-11 16:21 UTC  (2+ messages)

[PATCH 2/2] macvlan: Move broadcasts into a work queue
 2014-04-11 16:20 UTC  (11+ messages)

[PATCH v4 7/9] ARM: sun7i/sun4i: dt: Add AXP209 support to various boards
 2014-04-11 16:18 UTC  (5+ messages)

[PATCH 07/11] vdev: allow external registration of virtual device drivers
 2014-04-11 16:18 UTC  (6+ messages)
` [PATCH v2 07/11 1/2] vdev: new registration API

[Qemu-devel] [RFC 00/12] target-ppc: Decimal Floating Point
 2014-04-11 16:16 UTC  (4+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration
 2014-04-11 16:15 UTC  (15+ messages)
` [Qemu-devel] [PATCH 6/8] spapr: move interrupt allocator to xics

defconfig on daisy
 2014-04-11 16:15 UTC  (4+ messages)

[PATCH 0/6] xen/arm: Xen save/restore/live migration support
 2014-04-11 16:15 UTC  (7+ messages)

Oops on Tegra30 with CPU Process: 1
 2014-04-11 16:14 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.0] configure: Make stack-protector test check both compile and link
 2014-04-11 16:13 UTC 

How do I add the QSQLITE driver to the yocto build for wandboard
 2014-04-11 16:13 UTC  (3+ messages)

[PATCH] tcp: fix compiler array bounds warning on selective_acks[]
 2014-04-11 16:12 UTC  (3+ messages)

[Qemu-devel] [QEMU v5 PATCH 00/18] SMBIOS: build full tables in QEMU
 2014-04-11 16:11 UTC  (19+ messages)
` [Qemu-devel] [QEMU v5 PATCH 01/18] SMBIOS: Rename smbios_set_type1_defaults() for more general use
` [Qemu-devel] [QEMU v5 PATCH 02/18] SMBIOS: Use macro to set smbios defaults
` [Qemu-devel] [QEMU v5 PATCH 03/18] SMBIOS: Use bitmaps to check for smbios table collisions
` [Qemu-devel] [QEMU v5 PATCH 04/18] SMBIOS: Add code to build full smbios tables; build type 2 table
` [Qemu-devel] [QEMU v5 PATCH 05/18] SMBIOS: Build full tables for types 0 and 1
` [Qemu-devel] [QEMU v5 PATCH 06/18] SMBIOS: Remove unused code for passing individual fields to bios
` [Qemu-devel] [QEMU v5 PATCH 07/18] SMBIOS: Build full type 3 table
` [Qemu-devel] [QEMU v5 PATCH 08/18] SMBIOS: Build full type 4 tables
` [Qemu-devel] [QEMU v5 PATCH 09/18] SMBIOS: Build full smbios memory tables (type 16, 17, 19, and 20)
` [Qemu-devel] [QEMU v5 PATCH 10/18] SMBIOS: Build full tables for type 32 and 127
` [Qemu-devel] [QEMU v5 PATCH 11/18] SMBIOS: Update all table definitions to smbios spec v2.3
` [Qemu-devel] [QEMU v5 PATCH 12/18] SMBIOS: Remove SeaBIOS compatibility quirks
` [Qemu-devel] [QEMU v5 PATCH 13/18] SMBIOS: Stop including type 20 tables
` [Qemu-devel] [QEMU v5 PATCH 14/18] SMBIOS: Use e820 memory map to generate type 19 tables
` [Qemu-devel] [QEMU v5 PATCH 15/18] SMBIOS: Update type 3 definition to smbios spec v2.7
` [Qemu-devel] [QEMU v5 PATCH 16/18] SMBIOS: Update type 4 definition to smbios spec v2.6
` [Qemu-devel] [QEMU v5 PATCH 17/18] SMBIOS: Update memory table types (16, 17, and 19) to smbios spec v2.8
` [Qemu-devel] [QEMU v5 PATCH 18/18] SMBIOS: Generate complete smbios tables, including entry point

RadosGW- Admin API
 2014-04-11 16:11 UTC  (4+ messages)
  ` AW: "

[PATCH 3.10 00/41] 3.10.37-stable review
 2014-04-11 16:10 UTC  (38+ messages)
` [PATCH 3.10 01/41] selinux: correctly label /proc inodes in use before the policy is loaded
` [PATCH 3.10 06/41] cpuidle: Check the result of cpuidle_get_driver() against NULL
` [PATCH 3.10 07/41] net: fix for a race condition in the inet frag code
` [PATCH 3.10 08/41] net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk
` [PATCH 3.10 09/41] bridge: multicast: add sanity check for query source addresses
` [PATCH 3.10 10/41] inet: frag: make sure forced eviction removes all frags
` [PATCH 3.10 11/41] net: unix: non blocking recvmsg() should not return -EINTR
` [PATCH 3.10 12/41] ipv6: Fix exthdrs offload registration
` [PATCH 3.10 13/41] ipv6: dont set DST_NOCOUNT for remotely added routes
` [PATCH 3.10 14/41] vlan: Set correct source MAC address with TX VLAN offload enabled
` [PATCH 3.10 15/41] tcp: tcp_release_cb() should release socket ownership
` [PATCH 3.10 16/41] net: socket: error on a negative msg_namelen
` [PATCH 3.10 17/41] ipv6: Avoid unnecessary temporary addresses being generated
` [PATCH 3.10 18/41] ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly
` [PATCH 3.10 19/41] vxlan: fix potential NULL dereference in arp_reduce()
` [PATCH 3.10 20/41] rtnetlink: fix fdb notification flags
` [PATCH 3.10 21/41] ipmr: fix mfc "
` [PATCH 3.10 22/41] ip6mr: "
` [PATCH 3.10 23/41] netpoll: fix the skb check in pkt_is_ns
` [PATCH 3.10 24/41] tg3: Do not include vlan acceleration features in vlan_features
` [PATCH 3.10 25/41] usbnet: include wait queue head in device structure
` [PATCH 3.10 26/41] vlan: Set hard_header_len according to available acceleration
` [PATCH 3.10 27/41] vhost: fix total length when packets are too short
` [PATCH 3.10 28/41] vhost: validate vhost_get_vq_desc return value
` [PATCH 3.10 29/41] xen-netback: remove pointless clause from if statement
` [PATCH 3.10 30/41] ipv6: some ipv6 statistic counters failed to disable bh
` [PATCH 3.10 31/41] netlink: dont compare the nul-termination in nla_strcmp
` [PATCH 3.10 32/41] isdnloop: Validate NUL-terminated strings from user
` [PATCH 3.10 33/41] isdnloop: several buffer overflows
` [PATCH 3.10 34/41] rds: prevent dereference of a NULL device in rds_iw_laddr_check
` [PATCH 3.10 35/41] ARC: [nsimosci] Change .dts to use generic 8250 UART
` [PATCH 3.10 36/41] ARC: [nsimosci] Unbork console
` [PATCH 3.10 37/41] futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
` [PATCH 3.10 38/41] m68k: Skip "
` [PATCH 3.10 39/41] crypto: ghash-clmulni-intel - use C implementation for setkey()
` [PATCH 3.10 40/41] cpufreq: Fix governor start/stop race condition
` [PATCH 3.10 41/41] cpufreq: Fix timer/workqueue corruption due to double queueing

[PATCH -mm v2.1] mm: get rid of __GFP_KMEMCG
 2014-04-11 16:07 UTC  (4+ messages)
` [PATCH -mm v2.2] "

[ARM:PATCH v2 1/1] Pass the timer clock-frequency to DOM0
 2014-04-11 16:05 UTC  (6+ messages)

[stable request <=3.5] acpi-cpufreq: set current frequency based on target P-State
 2014-04-11 16:05 UTC  (4+ messages)
` [stable request <=3.7] "

[PATCH] libmultipath: Use existing user friendly name if possible
 2014-04-11 16:03 UTC  (2+ messages)

[PATCH] ARM: dts: Fix PL330 MDMA clock assignment for Exynos4x12
 2014-04-11 16:00 UTC  (3+ messages)

[PATCH v2] ARM: uprobes need icache flush after xol write
 2014-04-11 16:00 UTC  (9+ messages)
  ` [RFC PATCH] uprobes: copy to user-space xol page with proper cache flushing

[crypto:master 60/60] arch/x86/crypto/ghash-clmulni-intel_glue.c:71:25: sparse: cast to restricted __be64
 2014-04-11 16:03 UTC  (4+ messages)
    ` Fwd: "

[Qemu-devel] [PATCH for-2.0] kvm_physical_sync_dirty_bitmap: ignore ENOENT from kvm_vm_ioctl
 2014-04-11 15:59 UTC  (2+ messages)

[review-request] V2: 6137 excessive load time for All Recipes page
 2014-04-11 15:59 UTC  (4+ messages)

Ubuntu 12.04 MDS tcmalloc leaks
 2014-04-11 15:59 UTC 

[PATCH] Verify index file before we opportunistically update it
 2014-04-11 15:58 UTC  (6+ messages)
` [PATCH v7 1/2] Add xpread() and xpwrite()
  ` [PATCH v7 2/2] Verify index file before we opportunistically update it

[PATCH] mmc: sdhci: Set ocr_avail directly based on vmmc
 2014-04-11 15:59 UTC  (3+ messages)

[PATCH 1/2] android/gatt: Add support for uuid filter in search services
 2014-04-11 15:58 UTC  (2+ messages)
` [PATCH 2/2] android/gatt: Change name to more approperiate for cache all services

[PATCH V2] Add support for flag status register on Micron chips
 2014-04-11 15:57 UTC  (3+ messages)

[PATCH 1/6] ARM: dts: keystone: drop address and size cells from GIC node
 2014-04-11 15:58 UTC  (6+ messages)
` [PATCH 3/6] ARM: dts: zynq: drop address "

[PATCH -mm v2.2] mm: get rid of __GFP_KMEMCG
 2014-04-11 15:57 UTC  (4+ messages)
` [PATCH -mm] slab: document kmalloc_order

[Qemu-devel] [PATCH v8 0/4] qapi: Allow modularization of QAPI schema files
 2014-04-11 15:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 1/4] qapi: [trivial] Break long command lines
` [Qemu-devel] [PATCH v8 3/4] qapi: Use an explicit input file

Fixing PCIe issues on Armada XP
 2014-04-11 15:57 UTC  (4+ messages)

[PATCH v4 1/2] libxl/save-helper: Code motion of logging functions
 2014-04-11 15:57 UTC  (4+ messages)
` [PATCH v4 2/2] tools/libxl: Improvements to libxl-save-helper when using valgrind

[PATCH] tools/libxc: Remove -DVALGRIND from libxc
 2014-04-11 15:57 UTC 

[PATCH] scripts/send-error-report: use the official server as the default
 2014-04-11 15:54 UTC 

[PATCH] scripts/send-error-report: simple hack to use proxy from the enviroment
 2014-04-11 15:54 UTC 

[PATCH RFC] WIP: mfd: add support for Qualcomm RPM
 2014-04-11 15:54 UTC  (2+ messages)

oFono upstream test results_20140411
 2014-04-11 15:54 UTC 

[PATCH 1/4] renameat2 syscall: add infrastructure
 2014-04-11 15:51 UTC  (4+ messages)
` [PATCH 2/4] renameat2 syscall: check plain rename
` [PATCH 3/4] renameat2 syscall: check noreplace rename
` [PATCH 4/4] renameat2 syscall: check cross rename

[PATCH] Save PG_head_mask in VMCOREINFO
 2014-04-11 15:50 UTC  (2+ messages)

[review-request] 5921 "Task outcomes are sorted by database value, instead of alphabetically"
 2014-04-11 15:49 UTC  (4+ messages)

Our official home page and logo for the Git project
 2014-04-11 15:48 UTC  (9+ messages)

[PATCH] drm/tegra: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11 15:48 UTC  (2+ messages)

[memnic PATCH] common: add Dual BSD/GPL license line
 2014-04-11 15:47 UTC  (3+ messages)

pinctrl: add TB10x pin control driver
 2014-04-11 14:46 UTC  (2+ messages)
` [PATCH] pinctrl/TB10x: Fix signedness bug

No IOPS reported when "REPLAY_NO_STALL" is not set
 2014-04-11 15:47 UTC  (4+ messages)

[Bug 77333] New: Xorg segfaults trying to use nouveau GK208 as offloadsink provider
 2014-04-11 15:47 UTC  (4+ messages)
  ` [Bug 77333] "

[memnic PATCH] linux: fix race condition
 2014-04-11 15:47 UTC  (3+ messages)

[PATCH] ARM: tegra: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11 15:46 UTC  (2+ messages)

Run a program when DP monitor is plugged in/out
 2014-04-11 15:46 UTC  (2+ messages)

[Xenomai] OMAP L138
 2014-04-11 15:46 UTC  (11+ messages)

[memnic PATCH v2] pmd: fix race condition
 2014-04-11 15:46 UTC  (3+ messages)

[Qemu-devel] [SeaBIOS: PATCH] SMBIOS: Check for full tables & entry point in fw_cfg
 2014-04-11 15:45 UTC 

[memnic PATCH] pmd: use rte_atomic32_cmpset instead of cmpxchg
 2014-04-11 15:45 UTC  (3+ messages)

[PATCH] gpio/at91: free GPIO after configuring as input
 2014-04-11 15:45 UTC  (4+ messages)
  `  "

[PATCH] pinctrl/at91: Fix pin_to_mask
 2014-04-11 15:45 UTC  (3+ messages)

[PATCH] NVMe: Add more informative error messages
 2014-04-11 15:43 UTC  (2+ messages)

[PATCH] Update Maintainers for IBM Power 842, vscsi, and vfc drivers
 2014-04-11 15:42 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/25] tcg-aarch64 improvments
 2014-04-11 15:40 UTC  (26+ messages)
` [Qemu-devel] [PATCH v4 01/25] tcg-aarch64: Properly detect SIGSEGV writes
` [Qemu-devel] [PATCH v4 02/25] tcg-aarch64: Use intptr_t apropriately
` [Qemu-devel] [PATCH v4 03/25] tcg-aarch64: Use TCGType and TCGMemOp constants
` [Qemu-devel] [PATCH v4 04/25] tcg-aarch64: Use MOVN in tcg_out_movi
` [Qemu-devel] [PATCH v4 05/25] tcg-aarch64: Use ORRI "
` [Qemu-devel] [PATCH v4 06/25] tcg-aarch64: Special case small constants "
` [Qemu-devel] [PATCH v4 07/25] tcg-aarch64: Use adrp "
` [Qemu-devel] [PATCH v4 08/25] tcg-aarch64: Use symbolic names for branches
` [Qemu-devel] [PATCH v4 09/25] tcg-aarch64: Create tcg_out_brcond
` [Qemu-devel] [PATCH v4 10/25] tcg-aarch64: Use CBZ and CBNZ
` [Qemu-devel] [PATCH v4 11/25] tcg-aarch64: Reuse LR in translated code
` [Qemu-devel] [PATCH v4 12/25] tcg-aarch64: Introduce tcg_out_insn_3314
` [Qemu-devel] [PATCH v4 13/25] tcg-aarch64: Implement tcg_register_jit
` [Qemu-devel] [PATCH v4 14/25] tcg-aarch64: Avoid add with zero in tlb load
` [Qemu-devel] [PATCH v4 15/25] tcg-aarch64: Use tcg_out_call for qemu_ld/st
` [Qemu-devel] [PATCH v4 16/25] tcg-aarch64: Use ADR to pass the return address to the ld/st helpers
` [Qemu-devel] [PATCH v4 17/25] tcg-aarch64: Use TCGMemOp in qemu_ld/st
` [Qemu-devel] [PATCH v4 18/25] tcg-aarch64: Pass qemu_ld/st arguments directly
` [Qemu-devel] [PATCH v4 19/25] tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst
` [Qemu-devel] [PATCH v4 20/25] tcg-aarch64: Support stores of zero
` [Qemu-devel] [PATCH v4 21/25] tcg-aarch64: Introduce tcg_out_insn_3507
` [Qemu-devel] [PATCH v4 22/25] tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_op
` [Qemu-devel] [PATCH v4 23/25] tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313
` [Qemu-devel] [PATCH v4 24/25] tcg-aarch64: Prefer unsigned offsets before signed offsets for ldst
` [Qemu-devel] [PATCH v4 25/25] tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movr

[Patch lttng-modules] ARM: Resolve sys_unknown system calls
 2014-04-11 15:39 UTC 

[Qemu-devel] [PATCH for-2.0] virtio-net: fix guest-triggerable buffer overrun
 2014-04-11 15:38 UTC  (3+ messages)

[Buildroot] [PATCH 0/3] Add lightweight Zile editor
 2014-04-11 15:39 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] package/zile: add Zile is Lossy Emacs editor

[PATCH v3 0/3] x86/AMD support data breakpoint extension registers
 2014-04-11 15:37 UTC  (5+ messages)
` [PATCH v3 2/3] x86/PV: "


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.