All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-18 14:38:20 to 2016-05-18 15:11:30 UTC [more...]

[RFC PATCH 00/15] Provide atomics and bitops implemented with ISO C++11 atomics
 2016-05-18 15:11 UTC  (8+ messages)
` [RFC PATCH 01/15] cmpxchg_local() is not signed-value safe, so fix generic atomics
` [RFC PATCH 02/15] tty: ldsem_cmpxchg() should use cmpxchg() not atomic_long_cmpxchg()
` [RFC PATCH 03/15] Provide atomic_t functions implemented with ISO-C++11 atomics
` [RFC PATCH 04/15] Convert 32-bit ISO atomics into a template
` [RFC PATCH 05/15] Provide atomic64_t and atomic_long_t using ISO atomics
` [RFC PATCH 06/15] Provide 16-bit "
` [RFC PATCH 07/15] Provide cmpxchg(), xchg(), xadd() and __add() based on ISO C++11 intrinsics

Detecting cache line sharing with perf / ocperf
 2016-05-18 15:10 UTC 

[PATCH] drm: use seqlocks for vblank time/count
 2016-05-18 15:10 UTC  (5+ messages)

[PATCH v3 0/1] CRLF-Handling: bug fix around ce_compare_data()
 2016-05-18 15:10 UTC  (5+ messages)
` [PATCH v4 2/2] convert: ce_compare_data() checks for a sha1 of a path

[PATCH v2 1/1] ASoC: core: Do not print an actual error when deferring probe
 2016-05-18 15:10 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/18] tb hash improvements
 2016-05-18 15:09 UTC  (18+ messages)
` [Qemu-devel] [PATCH v5 07/18] qemu-thread: add simple test-and-set spinlock

[PATCH net-next] xen-netback: only deinitialized hash if it was initialized
 2016-05-18 14:55 UTC 

[PATCH net-next] xen-netback: only deinitialized hash if it was initialized
 2016-05-18 14:55 UTC 

[PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver
 2016-05-18 15:09 UTC  (3+ messages)

[Qemu-trivial] [PATCH trivial] hw/ipmi: fix spelling
 2016-05-18 15:08 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH rdma-next V2 0/5] Trivial fixes for 4.7
 2016-05-18 15:09 UTC  (19+ messages)
` [PATCH rdma-next V2 5/5] IB/core: Integrate IB address resolution module into core

[U-Boot] "make clean" not traversing into board-specific directories?
 2016-05-18 15:08 UTC  (6+ messages)

[PATCH 1/1] ASoC: core: Do not print an actual error when deferring probe
 2016-05-18 15:08 UTC  (2+ messages)

[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-18 15:12 UTC  (5+ messages)
` [PATCH v4 46/56] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers

[RFC][PATCH net] bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
 2016-05-18 14:56 UTC  (2+ messages)

Make TCP work better with re-ordered frames?
 2016-05-18 15:07 UTC  (3+ messages)

[Intel-wired-lan] [PATCH next-queue] ixgbe: netdev->vlan_features shouldn't have the vlan related flag
 2016-05-18 15:07 UTC  (3+ messages)

[PATCH] x86emul: suppress writeback upon unsuccessful MMX/SSE/AVX insn emulation
 2016-05-18 15:07 UTC  (3+ messages)

[Qemu-devel] [PATCH V2 0/4] pci: better support for 64-bit MMIO allocation
 2016-05-18 15:06 UTC  (17+ messages)
` [Qemu-devel] [PATCH V2 2/4] pci: reserve 64 bit MMIO range for PCI hotplug

[PATCH v10 0/3] VT-d Device-TLB flush issue
 2016-05-18 15:05 UTC  (8+ messages)
` [PATCH v10 1/3] vt-d: add a timeout parameter for Queued Invalidation

[PATCH 1/2] MIPS: Add definitions of SegCtl registers and use them
 2016-05-18 15:04 UTC  (6+ messages)
` [PATCH 2/2] MIPS: CPS: Copy EVA configuration when starting secondary VPs

[meta-browser][PATCH v2 1/3] chromium: Replace deprecated base_* wrapper calls
 2016-05-18 15:04 UTC  (3+ messages)
` [meta-browser][PATCH v2 3/3] chromium: Upgrade to version 48.0.2548.0

UBSAN whinge in ihci-hub.c
 2016-05-18 15:02 UTC  (3+ messages)

[PATCH 00/24] drm/omap: DSS PLL work
 2016-05-18 15:01 UTC  (25+ messages)
` [PATCH 01/24] drm/omap: remove unused enum omap_hdmi_flags
` [PATCH 02/24] drm/omap: remove unused enum omap_overlay_manager_caps
` [PATCH 03/24] drm/omap: fix wrong variable type
` [PATCH 04/24] drm/omap: video-pll: add missing data for clkout2 & 3
` [PATCH 05/24] drm/omap: copy enum omap_dss_clk_source
` [PATCH 06/24] drm/omap: rename omap_dss_clk_source
` [PATCH 07/24] drm/omap: remove dss_feat_get_clk_source_name()
` [PATCH 08/24] drm/omap: rename dss_get_generic_clk_source_name()
` [PATCH 09/24] drm/omap: rename dss_clk_source enums
` [PATCH 10/24] drm/omap: Add missing clock sources
` [PATCH 11/24] drm/omap: add field for PLL type
` [PATCH 12/24] drm/omap: clean up the LCD clk mux code
` [PATCH 13/24] drm/omap: add PLL helper funcs
` [PATCH 14/24] drm/omap: cleanup dispc_mgr_lclk_rate()
` [PATCH 15/24] drm/omap: cleanup dispc_fclk_rate()
` [PATCH 16/24] drm/omap: cleanup DPI clock source handling
` [PATCH 17/24] drm/omap: fix DPI clkout index handling
` [PATCH 18/24] drm/omap: HDMI PLL: use runtime pm
` [PATCH 19/24] drm/omap: rename PLL calc functions
` [PATCH 20/24] drm/omap: move HDMI PLL calc function to pll.c
` [PATCH 21/24] drm/omap: generalize dss_pll_calc_b()
` [PATCH 22/24] drm/omap: add comments for PLL calculations
` [PATCH 23/24] drm/omap: support type B PLL for DPI
` [PATCH 24/24] drm/omap: DPI: rename "DSI" related names

[PATCH] ARM: exynos: don't select keyboard driver
 2016-05-18 15:01 UTC  (4+ messages)

[PATCH] thermal: add the note for set_trip_temp
 2016-05-18 15:01 UTC 

[PATCH] librte_ether: use RTE_ETH_VALID_PORTID_OR_ERR_RET to check port_id
 2016-05-18 15:01 UTC  (6+ messages)

[PATCH v2 0/7] iio: inv_mpu6050: Support i2c master and external readings
 2016-05-18 15:00 UTC  (8+ messages)
` [PATCH v2 1/7] iio: inv_mpu6050: Do burst reads using spi/i2c directly
` [PATCH v2 2/7] iio: inv_mpu6050: Initial regcache support
` [PATCH v2 3/7] iio: inv_mpu6050: Only toggle DATA_RDY_EN in inv_reset_fifo
` [PATCH v2 4/7] iio: inv_mpu6050: Cache non-volatile bits of user_ctrl
` [RFC v2 5/7] iio: inv_mpu6050: Add support for auxiliary I2C master
` [PATCH v2 6/7] iio: inv_mpu6050: Reformat sample for active scan mask
` [RFC v2 7/7] iio: inv_mpu6050: Expose channels from slave sensors

[Cocci] [PATCH v6 0/8] fix debugfs file removal races
 2016-05-18 15:01 UTC  (5+ messages)
` [Cocci] [PATCH v6 2/8] debugfs: prevent access to removed files' private data
  `  "

[Bug 118431] New: kernel NULL pointer dereference with a Radeon HD 7970/8970 OEM / R9 280X
 2016-05-18 15:01 UTC 

[PATCH] ARM: samsung: improve static dma_mask definition
 2016-05-18 15:01 UTC  (3+ messages)

[xen-unstable-smoke test] 94551: tolerable all pass - PUSHED
 2016-05-18 15:00 UTC 

Saving a guest crashes dom0
 2016-05-18 14:59 UTC  (4+ messages)

[patch added to 3.12-stable] crypto: hash - Fix page length clamping in hash walk
 2016-05-18 14:59 UTC  (29+ messages)
` [patch added to 3.12-stable] get_rock_ridge_filename(): handle malformed NM entries
` [patch added to 3.12-stable] Input: max8997-haptic - fix NULL pointer dereference
` [patch added to 3.12-stable] asmlinkage, pnp: Make variables used from assembler code visible
` [patch added to 3.12-stable] drm/radeon: fix PLL sharing on DCE6.1 (v2)
` [patch added to 3.12-stable] drm/i915: Bail out of pipe config compute loop on LPT
` [patch added to 3.12-stable] ARM: OMAP3: Fix booting with thumb2 kernel
` [patch added to 3.12-stable] net/route: enforce hoplimit max value
` [patch added to 3.12-stable] decnet: Do not build routes to devices without decnet private data
` [patch added to 3.12-stable] route: do not cache fib route info on local routes with oif
` [patch added to 3.12-stable] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
` [patch added to 3.12-stable] atl2: Disable unimplemented scatter/gather feature
` [patch added to 3.12-stable] ipv4/fib: don't warn when primary address is missing if in_dev is dead
` [patch added to 3.12-stable] net/mlx4_en: fix spurious timestamping callbacks
` [patch added to 3.12-stable] net_sched: introduce qdisc_replace() helper
` [patch added to 3.12-stable] net_sched: update hierarchical backlog too
` [patch added to 3.12-stable] sch_htb: update backlog as well
` [patch added to 3.12-stable] sch_dsmark: "
` [patch added to 3.12-stable] netem: Segment GSO packets on enqueue
` [patch added to 3.12-stable] net: fix infoleak in llc
` [patch added to 3.12-stable] net: fix infoleak in rtnetlink
` [patch added to 3.12-stable] VSOCK: do not disconnect socket when peer has shutdown SEND only
` [patch added to 3.12-stable] net: bridge: fix old ioctl unlocked net device walk
` [patch added to 3.12-stable] net: fix a kernel infoleak in x25 module
` [patch added to 3.12-stable] ASN.1: Fix non-match detection failure on data overrun
` [patch added to 3.12-stable] KEYS: Fix ASN.1 indefinite length object parsing
` [patch added to 3.12-stable] sched: Remove lockdep check in sched_move_task()

[PATCH 0/2] rtl8xxxu: increase polling timeout for firmware startup
 2016-05-18 14:57 UTC  (5+ messages)
` [PATCH 1/2] rtl8xxxu: Increase default "

[rdma-next,V1 0/4] IB/core: Add InfiniBand router support
 2016-05-18 14:57 UTC  (5+ messages)
  ` [rdma-next,V1 1/4] IB/core: Integrate IB address resolution module into core
  ` [rdma-next,V1 2/4] IB/netlink: Allow multiple clients to register under the same family
  ` [rdma-next,V1 3/4] IB/netlink: Add a new local service operation
  ` [rdma-next,V1 4/4] IB/core: Add IP to GID netlink offload

[PATCH] crypto: public_key: select CRYPTO_AKCIPHER2
 2016-05-18 14:56 UTC  (3+ messages)

[PATCH] increase rtl8xxxu polling timeout for firmware startup
 2016-05-18 14:57 UTC  (5+ messages)
` [PATCH] Make firmware startup polling timeout configurable, and increase default

[BUG] Linux process vruntime accounting in Xen
 2016-05-18 14:57 UTC  (7+ messages)

[PATCH] usb: echi-hcd: Add register access check in shutdown
 2016-05-18 14:56 UTC  (3+ messages)

[PATCH v2] crypto: public_key: select CRYPTO_AKCIPHER
 2016-05-18 14:55 UTC 

[PATCH v2 0/4] Add Amlogic secure monitor driver
 2016-05-18 14:56 UTC  (15+ messages)
  ` [PATCH v2 1/4] soc: Amlogic: Add "
  ` [PATCH v2 2/4] soc: dt-bindings: Add secure monitor header file for GXBB
  ` [PATCH v2 3/4] ARM64: dts: amlogic: gxbb: Enable secure monitor
  ` [PATCH v2 4/4] documentation: Add secure monitor binding documentation

[U-Boot] [PATCH] test/py: Support setting up specific timeout
 2016-05-18 14:55 UTC  (3+ messages)

[PATCH v2 for-4.7 00/14] Fixes for compiling with clang
 2016-05-18 14:54 UTC  (8+ messages)
` [PATCH v2 for-4.7 12/14] libxl: fix passing the type argument to xc_psr_*
          ` [PATCH v2 for-4.7 12/14] libxl: fix passing the type argument to xc_psr_* [and 1 more messages]

[Buildroot] [PATCH next] sqlite: bump version to 3.13.0
 2016-05-18 14:54 UTC 

mceusb xhci issue?
 2016-05-18 14:52 UTC  (6+ messages)

[LTP] ltp-full-20160510 compile failed
 2016-05-18 14:53 UTC  (3+ messages)

[PATCH] xen: add steal_clock support on x86
 2016-05-18 14:53 UTC  (5+ messages)

[Buildroot] building qt5webengine
 2016-05-18 14:52 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] Malta UART using device model & device tree
 2016-05-18 14:52 UTC  (10+ messages)
` [U-Boot] [PATCH v2 3/5] dm: ns16550: Don't map_physmem for I/O ports

RGW blind bucket
 2016-05-18 14:50 UTC 

[PATCH] eal: fix log level/type retrieving on a standard pthread
 2016-05-18 14:50 UTC  (3+ messages)

[PATCH v2] net: sock: move ->sk_shutdown out of bitfields
 2016-05-18 14:36 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3] kvm:vmx: more complete state update on APICv on/off
 2016-05-18 14:48 UTC 

[PATCH] MAINTAINERS: put docs/man/ under tool stack
 2016-05-18 14:48 UTC  (3+ messages)

[PATCH for-next 0/2] IB/mlx5: Use tasklet to decrease completions processing time in interrupts
 2016-05-18 14:48 UTC  (6+ messages)

[PATCH] drm/i915/dp: Try to find proper bpc for DP->legacy converters. (v2)
 2016-05-18 14:48 UTC  (4+ messages)

[qemu-upstream-4.3-testing test] 94533: trouble: blocked/broken
 2016-05-18 14:47 UTC 

[PATCH v8 00/14] USB OTG/dual-role framework
 2016-05-18 14:46 UTC  (14+ messages)
` [PATCH v8 13/14] usb: gadget: udc: adapt to OTG core

Linux 4.4 boot crash on xen 4.5.3 with dom0_mem == max
 2016-05-18 14:45 UTC  (5+ messages)

[PATCH] xen: use same main loop for counting and remapping pages
 2016-05-18 14:44 UTC 

[PATCH] xen: use same main loop for counting and remapping pages
 2016-05-18 14:44 UTC 

[PATCH v2] mm,oom: speed up select_bad_process() loop
 2016-05-18 14:44 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH] arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368
 2016-05-18 14:41 UTC  (3+ messages)

[PATCH] IB/core: Do not require CAP_NET_ADMIN for flow steering
 2016-05-18 14:42 UTC  (6+ messages)

why the kmalloc return fail when there is free physical address but return success after dropping page caches
 2016-05-18 14:41 UTC  (4+ messages)

2nd opinion on backportability of c35eefded2
 2016-05-18 14:41 UTC  (2+ messages)

[PATCH v3] mbuf: decrease refcnt when detaching
 2016-05-18 14:41 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v3 1/1] IB/mlx4: Unaligned access in send_reply_to_slave
 2016-05-18 14:41 UTC  (2+ messages)

[RFC 00/13] make direct compaction more deterministic
 2016-05-18 14:40 UTC  (7+ messages)
` [RFC 13/13] mm, compaction: fix and improve watermark handling

state of xenified SUSE kernel
 2016-05-18 14:39 UTC  (3+ messages)

[LTP] [PATCH 1/4] memcg_process_stress: cleanup
 2016-05-18 14:39 UTC  (7+ messages)
` [LTP] [PATCH 2/4] memcg_process_stress: allocate memory not in the signal handler
  ` [LTP] [PATCH 3/4] memcg_stress_test.sh: rewrite
    ` [LTP] [RFC PATCH 4/4] memcg_stress_test.sh: allocate less than CommitLimit bytes

[PATCH omap v2 0/6] Fix OMAP uses of RCU from idle loop
 2016-05-18 14:38 UTC  (3+ messages)

[PATCH for-qemu-trad] Fix build with newer version of GNUTLS
 2016-05-18 14:37 UTC  (3+ 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.