messages from 2016-05-12 22:42:19 to 2016-05-13 01:07:52 UTC [more...]
[RFC PATCH 1/2] arch/m68k/lib/mulsi3.S: Optimize]
2016-05-13 1:07 UTC (2+ messages)
[nexus7-flo] backlight brightness
2016-05-13 1:04 UTC (4+ messages)
[PATCH 1/4] phy: rockchip-emmc: give DLL some extra time to be ready
2016-05-13 1:02 UTC (14+ messages)
` [PATCH 2/4] phy: rockchip-emmc: configure frequency range and drive impedance
` [PATCH 3/4] phy: rockchip-emmc: configure default output tap delay
` [PATCH 4/4] phy: rockchip-emmc: reindent the register definitions
[RFC PATCH 2/2] arch/m68k: Add CONFIG_CPU_HAS_NO_MULDIV32
2016-05-13 1:02 UTC (2+ messages)
set route LSRR/SSRR option by iptables or nftables
2016-05-13 0:55 UTC
[PATCH v2 0/3] input: rmi4: Regulator supply support
2016-05-13 0:52 UTC (7+ messages)
lm-senser can't detect thermal on thermal_zone
2016-05-13 0:44 UTC (2+ messages)
[AUH] Upgrade status: 2016-05-13
2016-05-13 0:44 UTC
[PATCH v2 1/2] ARM64: dts: rockchip: add sdhci/emmc for rk3399
2016-05-13 0:42 UTC (4+ messages)
Applied "ASoC: rsnd: count .probe/.remove for rsnd_mod_call()" to the asoc tree
2016-05-13 0:38 UTC (3+ messages)
[PATCH] intel_pstate: Simplify conditional in intel_pstate_set_policy()
2016-05-13 0:36 UTC (2+ messages)
[PATCH 0/3] intel_pstate: Improvements related to the APERF/MPERF computation
2016-05-13 0:34 UTC (3+ messages)
` [PATCH v2, "
linux-next: build failure after merge of the rdma-leon tree
2016-05-13 0:33 UTC (2+ messages)
Potential Bug: Block size dropped in log files when running with log_avg_msec
2016-05-12 22:54 UTC
[PATCH 0/2] spi: spi-fsl-dspi: replace regmap R/W with internal implementation
2016-05-13 0:27 UTC (9+ messages)
` [PATCH 1/2] "
[PATCH V8 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver
2016-05-13 0:24 UTC (6+ messages)
` [PATCH V10 2/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller
[Intel-wired-lan] [jkirsher-next-queue:master] e7142c341c9ce3678f3533a2cfbf8477a09a95ad BUILD SUCCESS
2016-05-13 0:22 UTC
[Qemu-devel] [PATCH v2 0/2] fix coverity complaint
2016-05-13 0:22 UTC (3+ messages)
[PATCH] Documentation: fix a typo
2016-05-13 0:20 UTC
[PATCH 1/2] Revert "clk: rockchip: reset init state before mmc card initialization"
2016-05-13 0:19 UTC (10+ messages)
` [PATCH 2/2] clk: rockchip: fix the rk3399 sdmmc sample shift
[RFC PATCH 0/4] pathspec labels [WAS: submodule groups]
2016-05-13 0:19 UTC (5+ messages)
` [PATCH 1/4] Documentation: correct typo in example for querying attributes
` [PATCH 2/4] pathspec: move long magic parsing out of prefix_pathspec
` [PATCH 3/4] pathspec: move prefix check out of the inner loop
` [PATCH 4/4] pathspec: record labels
[Qemu-devel] [PULL 00/39] tcg-next patch queue
2016-05-13 0:13 UTC (40+ messages)
` [Qemu-devel] [PULL 01/39] tb: consistently use uint32_t for tb->flags
` [Qemu-devel] [PULL 02/39] include/qemu/osdep.h: Add a macro to check for alignment
` [Qemu-devel] [PULL 03/39] include/qemu/osdep.h: Add macros for pointer alignment
` [Qemu-devel] [PULL 04/39] tci: Make direct jump patching thread-safe
` [Qemu-devel] [PULL 05/39] tcg/ppc: "
` [Qemu-devel] [PULL 06/39] tcg/i386: "
` [Qemu-devel] [PULL 07/39] tcg/s390: "
` [Qemu-devel] [PULL 08/39] tcg/arm: "
` [Qemu-devel] [PULL 09/39] tcg/aarch64: "
` [Qemu-devel] [PULL 10/39] tcg/sparc: "
` [Qemu-devel] [PULL 11/39] tcg/mips: "
` [Qemu-devel] [PULL 12/39] tcg: Note requirement on atomic direct jump patching
` [Qemu-devel] [PULL 13/39] translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_size
` [Qemu-devel] [PULL 14/39] translate-all: add missing munmap of the code_gen guard page for MIPS
` [Qemu-devel] [PULL 15/39] translate-all: Adjust 256mb testing for mips64
` [Qemu-devel] [PULL 16/39] tcg: Clean up direct block chaining data fields
` [Qemu-devel] [PULL 17/39] tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
` [Qemu-devel] [PULL 18/39] tcg: Rearrange tb_link_page() to avoid forward declaration
` [Qemu-devel] [PULL 19/39] tcg: Init TB's direct jumps before making it visible
` [Qemu-devel] [PULL 20/39] tcg: Clarify thread safety check in tb_add_jump()
` [Qemu-devel] [PULL 21/39] tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()
` [Qemu-devel] [PULL 22/39] tcg: Extract removing of jumps to TB from tb_phys_invalidate()
` [Qemu-devel] [PULL 23/39] tcg: Clean up tb_jmp_unlink()
` [Qemu-devel] [PULL 24/39] tcg: Clean up direct block chaining safety checks
` [Qemu-devel] [PULL 25/39] tcg: Allow goto_tb to any target PC in user mode
` [Qemu-devel] [PULL 26/39] tcg: code_bitmap and code_write_count are not used by user-mode emulation
` [Qemu-devel] [PULL 27/39] tcg: reorganize tb_find_physical loop
` [Qemu-devel] [PULL 28/39] cpu-exec: elide more icount code if CONFIG_USER_ONLY
` [Qemu-devel] [PULL 29/39] tcg: Clean up from 'next_tb'
` [Qemu-devel] [PULL 30/39] tcg: Rework tb_invalidated_flag
` [Qemu-devel] [PULL 31/39] cpu-exec: Move TB chaining into tb_find_fast()
` [Qemu-devel] [PULL 32/39] tcg: Remove needless CPUState::current_tb
` [Qemu-devel] [PULL 33/39] cpu-exec: Remove relic orphaned comment
` [Qemu-devel] [PULL 34/39] cpu-exec: Move halt handling out of cpu_exec()
` [Qemu-devel] [PULL 35/39] cpu-exec: Move exception "
` [Qemu-devel] [PULL 36/39] cpu-exec: Move interrupt "
` [Qemu-devel] [PULL 37/39] cpu-exec: Move TB execution stuff "
` [Qemu-devel] [PULL 38/39] cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()
` [Qemu-devel] [PULL 39/39] cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()
[PATCH 0/5] Fixes for MST (daisy-chain and 4k tiles)
2016-05-12 22:41 UTC (5+ messages)
` [PATCH 3/5] drm/dp/mst: change MST detection scheme
[PATCH v2 net-next 0/2] Enable SW only or HW only offloads with u32 classifier
2016-05-13 0:08 UTC (3+ messages)
` [PATCH v2 net-next 1/2] net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file
` [PATCH v2 net-next 2/2] net: cls_u32: Add support for skip-sw flag to tc u32 classifier
[RFC][PATCH 0/7] sched: select_idle_siblings rewrite
2016-05-13 0:12 UTC (10+ messages)
` [RFC][PATCH 4/7] sched: Replace sd_busy/nr_busy_cpus with sched_domain_shared
[PATCH 0/5] clk: hisilicon: Fix some problems of clk-hi3519
2016-05-13 0:09 UTC (2+ messages)
pNFS problem: client writes go through MDS instead of going directly to DS
2016-05-12 23:57 UTC (2+ messages)
[Qemu-devel] RFC: Proposed vfio IGD assignment fw_cfg ABI
2016-05-13 0:04 UTC
[PATCH] MIPS: tools: Ignore relocation tool
2016-05-13 0:01 UTC (2+ messages)
` [PATCH] MIPS: Descend into arch/mips/boot/tools while cleaning
[PATCH V1 for-next 0/4] Support SendOnlyFullMember join
2016-05-13 0:00 UTC (3+ messages)
` [PATCH V1 for-next 1/4] IB/core: Add support for get ClassPortInfo from the SA
[kernel-hardening] [PATCH v8 0/4] Introduce GCC plugin infrastructure
2016-05-12 23:59 UTC (10+ messages)
` "
` [kernel-hardening] [PATCH v8 1/4] Shared library support
` "
` [kernel-hardening] [PATCH v8 2/4] GCC plugin infrastructure
` "
` [kernel-hardening] [PATCH v8 3/4] Add Cyclomatic complexity GCC plugin
` "
` [kernel-hardening] [PATCH v8 4/4] Add sancov plugin
` "
[Xenomai] XDDP socket, any memory allocation when sendto() is called?
2016-05-12 23:42 UTC
[PATCH] zram: introduce per-device debug_stat sysfs node
2016-05-12 23:41 UTC (3+ messages)
kooperace??
2016-05-12 23:41 UTC
[PATCHv2 00/28] ARM: OMAP2+: hwmod module clock type support
2016-05-12 23:39 UTC (3+ messages)
[PATCH 0/4] clk: Add drivers for Aspeed BMC SoCs
2016-05-12 23:33 UTC (6+ messages)
` [PATCH 2/4] drvers/clk: Support fourth generation Aspeed SoCs
Please help edit OEDAM minutes
2016-05-12 23:32 UTC
[PATCH] xfs_db: allow recalculating CRCs on invalid metadata
2016-05-12 23:31 UTC (4+ messages)
[PATCH v4 0/7] i18n miscellaneous updates
2016-05-12 23:30 UTC (6+ messages)
` [PATCH v4 2/7] i18n: unpack-trees: mark strings for translation
` [PATCH] i18n: unpack-trees: avoid substituting only a verb in sentences
[PATCH] gcc-4.9: fix build with gcc 6
2016-05-12 23:30 UTC (5+ messages)
[PATCH 0/4] bcm2835: add thermal driver
2016-05-12 23:26 UTC (15+ messages)
` [PATCH 1/4] dt: bindings: add thermal device driver for bcm2835
` [PATCH 2/4] thermal: bcm2835: add thermal driver for bcm2835 soc
` [PATCH 3/4] ARM: bcm2835: add thermal node to device-tree of bcm283x
` [PATCH 4/4] ARM: bcm2835: add thermal driver to default_config
SHA1-MB algorithm broken on latest kernel
2016-05-12 23:31 UTC
[PATCH v2] ASoC: MAX9860: new driver
2016-05-12 21:52 UTC (2+ messages)
[net-next PATCH] udp: Resolve NULL pointer dereference
2016-05-12 23:23 UTC (2+ messages)
` [net-next PATCH v3] udp: Resolve NULL pointer dereference over flow-based vxlan device
[PATCH] server/process: Fix missing log messages on server exception
2016-05-12 23:22 UTC
[RFC master][PATCH 1/4] bb.utils: add load_plugins from scriptutils
2016-05-12 23:22 UTC (5+ messages)
` [RFC master][PATCH 4/4] bitbake-layers: convert to plugin-based
[PATCH v2 0/3] mfd: lp873x: Add lp873x PMIC support
2016-05-12 23:21 UTC (9+ messages)
` [PATCH v2 1/3] Documentation: mfd: LP873X: Add information for the mfd and regulator drivers
` [PATCH v2 2/3] mfd: lp873x: Add lp873x PMIC support
[PATCH v4] x86/hpet: Reduce HPET counter read contention
2016-05-12 23:20 UTC (2+ messages)
[meta-oe][PATCH v2 1/2] mesa-glut: Remove the recipe
2016-05-12 23:19 UTC (5+ messages)
` [meta-oe][PATCH v2 2/2] freeglut: Add a recipe freeglut to replace mesa-glut
[PATCH v2 1/2] dt: binding: Add Qualcomm WCNSS control binding
2016-05-12 23:17 UTC (2+ messages)
` [PATCH v2 2/2] soc: qcom: wcnss_ctrl: Make wcnss_ctrl parent the other components
[PATCH for-next 0/4] Support SendOnlyFullMember join
2016-05-12 23:17 UTC (3+ messages)
` [PATCH for-next 1/4] IB/core: Add support for get ClassPortInfo from the SA
BTRFS Data at Rest File Corruption
2016-05-12 23:15 UTC (5+ messages)
Release Candidate Build for yocto-1.8.2.rc3.rc3 now available
2016-05-12 23:14 UTC
[PATCH v2] locking/rwsem: Add reader-owned state to the owner field
2016-05-12 23:13 UTC (5+ messages)
Question about MMU update on HVM guest
2016-05-12 23:11 UTC
[PATCH v10 00/20] index-helper/watchman
2016-05-12 23:10 UTC (3+ messages)
` [PATCH v10 11/20] index-helper: use watchman to avoid refreshing index with lstat()
[PATCH v3] bitbake/lib/bb/cookerdata.py: Improve response when bitbake-layers can't find layer conf file
2016-05-12 23:10 UTC (3+ messages)
[RFC 0/2] report perf sampling failing due to PMU lacking overflow intr support
2016-05-12 23:04 UTC (11+ messages)
` [RFC 2/2] perf/core: change errno for sampling event not supported in hardware
[Bug 93629] New: [NVE6] complete system freeze, PGRAPH engine fault on channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]
2016-05-12 23:03 UTC (2+ messages)
` [Bug 93629] "
Add MediaTek USB3 DRD Driver
2016-05-12 23:02 UTC (6+ messages)
` [PATCH 3/6] dt-bindings: mtu3: add devicetree bindings
[qemu-upstream-4.4-testing test] 94048: tolerable FAIL - PUSHED
2016-05-12 22:58 UTC
[PATCH v3 0/4] locking/rwsem: Add reader-owned state to the owner field
2016-05-12 22:56 UTC (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] locking/rwsem: Don't wake up one's own task
` [PATCH v3 3/4] locking/rwsem: Improve reader wakeup code
` [PATCH v3 4/4] locking/rwsem: Streamline the rwsem_optimistic_spin() code
XDC 2016 : Call for paper
2016-05-12 22:56 UTC
[PATCH] x86/boot: Refuse to build with data relocations
2016-05-12 22:54 UTC (3+ messages)
[PATCH v3] mmc: dw_mmc: rockchip: Set the drive phase properly
2016-05-12 22:52 UTC (3+ messages)
[CI 00/17] Pre-calculate SKL-style atomic watermarks (final CI run)
2016-05-12 22:52 UTC (2+ messages)
` ✓ Ro.CI.BAT: success for Pre-calculate SKL-style atomic watermarks (final CI run) (rev2)
Help with understanding throttle.finish()
2016-05-12 22:51 UTC (10+ messages)
` Could be due to a race condition... "
[Qemu-devel] [PATCH v6 00/13] data-driven device registers
2016-05-12 22:46 UTC (13+ messages)
` [Qemu-devel] [PATCH v6 01/13] bitops: Add MAKE_64BIT_MASK macro
` [Qemu-devel] [PATCH v6 02/13] register: Add Register API
` [Qemu-devel] [PATCH v6 03/13] register: Add Memory API glue
` [Qemu-devel] [PATCH v6 04/13] register: Define REG and FIELD macros
` [Qemu-devel] [PATCH v6 05/13] register: QOMify
` [Qemu-devel] [PATCH v6 06/13] register: Add block initialise helper
` [Qemu-devel] [PATCH v6 07/13] dma: Add Xilinx Zynq devcfg device model
` [Qemu-devel] [PATCH v6 08/13] xilinx_zynq: Connect devcfg to the Zynq machine model
` [Qemu-devel] [PATCH v6 09/13] qdev: Define qdev_get_gpio_out
` [Qemu-devel] [PATCH v6 10/13] irq: Add opaque setter routine
` [Qemu-devel] [PATCH v6 11/13] register: Add GPIO API
` [Qemu-devel] [PATCH v6 12/13] misc: Introduce ZynqMP IOU SLCR
[U-Boot] [PATCH 0/9][v2] armv8: fsl-layerscape: Add support of LS1012A SoC and platform
2016-05-12 22:46 UTC (4+ messages)
` [U-Boot] [PATCH 8/9][v2] armv8: ls1012a: Add support of ls1012aqds board
[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: remove forward declaration by including proper header
2016-05-12 22:45 UTC (4+ messages)
r8169 bug report
2016-05-12 22:44 UTC
[patch 4/4] mm: thp: calculate the mapcount correctly for THP pages during WP faults
2016-05-12 22:42 UTC
[patch 3/4] ksm: fix conflict between mmput and scan_get_next_rmap_item
2016-05-12 22:42 UTC
[patch 2/4] ocfs2: fix posix_acl_create deadlock
2016-05-12 22:42 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.