All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-23 21:22:43 to 2015-08-24 01:18:01 UTC [more...]

WARNING: CPU: 1 PID: 813 at kernel/module.c:291 module_assert_mutex_or_preempt+0x49/0x90()
 2015-08-24  1:17 UTC  (3+ messages)

[Qemu-devel] [RFC 00/38] MTTCG: i386, user+system mode
 2015-08-24  1:14 UTC  (44+ messages)
` [Qemu-devel] [RFC 01/38] cpu-exec: add missing mmap_lock in tb_find_slow
` [Qemu-devel] [RFC 02/38] hw/i386/kvmvapic: add missing include of tcg.h
` [Qemu-devel] [RFC 03/38] cpu-exec: set current_cpu at cpu_exec()
` [Qemu-devel] [RFC 04/38] translate-all: remove volatile from have_tb_lock
` [Qemu-devel] [RFC 05/38] thread-posix: inline qemu_spin functions
` [Qemu-devel] [RFC 06/38] seqlock: add missing 'inline' to seqlock_read_retry
` [Qemu-devel] [RFC 07/38] seqlock: read sequence number atomically
` [Qemu-devel] [RFC 08/38] rcu: init rcu_registry_lock after fork
` [Qemu-devel] [RFC 09/38] rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
` [Qemu-devel] [RFC 10/38] translate-all: remove obsolete comment about l1_map
` [Qemu-devel] [RFC 11/38] qemu-thread: handle spurious futex_wait wakeups
` [Qemu-devel] [RFC 12/38] linux-user: call rcu_(un)register_thread on pthread_(exit|create)
` [Qemu-devel] [RFC 13/38] cputlb: add physical address to CPUTLBEntry
` [Qemu-devel] [RFC 14/38] softmmu: add helpers to get ld/st physical addresses
` [Qemu-devel] [RFC 15/38] radix-tree: add generic lockless radix tree module
` [Qemu-devel] [RFC 16/38] aie: add module for Atomic Instruction Emulation
` [Qemu-devel] [RFC 17/38] aie: add target helpers
` [Qemu-devel] [RFC 18/38] tcg: add fences
` [Qemu-devel] [RFC 19/38] tcg: add tcg_gen_smp_rmb()
` [Qemu-devel] [RFC 20/38] tcg/i386: implement fences
` [Qemu-devel] [RFC 21/38] target-i386: emulate atomic instructions + barriers using AIE
` [Qemu-devel] [RFC 22/38] cpu: update interrupt_request atomically
` [Qemu-devel] [RFC 23/38] cpu-exec: grab iothread lock during interrupt handling
` [Qemu-devel] [RFC 24/38] cpu-exec: reset mmap_lock after exiting the CPU loop
` [Qemu-devel] [RFC 25/38] cpu: add barriers around cpu->tcg_exit_req
` [Qemu-devel] [RFC 26/38] cpu: protect tb_jmp_cache with seqlock
` [Qemu-devel] [RFC 27/38] cpu-exec: convert tb_invalidated_flag into a per-TB flag
` [Qemu-devel] [RFC 28/38] cpu-exec: use RCU to perform lockless TB lookups
` [Qemu-devel] [RFC 29/38] tcg: export have_tb_lock
` [Qemu-devel] [RFC 30/38] translate-all: add tb_lock assertions
` [Qemu-devel] [RFC 31/38] cpu: protect l1_map with tb_lock in full-system mode
` [Qemu-devel] [RFC 32/38] cpu list: convert to RCU QLIST
` [Qemu-devel] [RFC 33/38] cpu: introduce cpu_tcg_sched_work to run work while other CPUs sleep
` [Qemu-devel] [RFC 34/38] translate-all: use tcg_sched_work for tb_flush
` [Qemu-devel] [RFC 35/38] cputlb: use cpu_tcg_sched_work for tlb_flush_all
` [Qemu-devel] [RFC 36/38] cputlb: use tcg_sched_work for tlb_flush_page_all
` [Qemu-devel] [RFC 37/38] cpus: remove async_run_safe_work_on_cpu
` [Qemu-devel] [RFC 38/38] Revert "target-i386: yield to another VCPU on PAUSE"

[PATCH] mkfs.ubifs: remove the check for UBIFS_MAX_LEB_SZ
 2015-08-24  1:07 UTC  (3+ messages)

[PATCH] ubi: do not re-read the data already read out in retry
 2015-08-24  1:05 UTC  (3+ messages)

[PATCH block/for-linus] writeback: fix syncing of I_DIRTY_TIME inodes
 2015-08-24  1:11 UTC  (12+ messages)

linux-next: manual merge of the xtensa tree with the arm64 and tip trees
 2015-08-24  1:10 UTC 

kernel BUG at fs/btrfs/extent-tree.c:8113! (4.1.3 kernel)
 2015-08-24  1:10 UTC  (12+ messages)

[U-Boot] [RESPIN PATCH v3 1/4] dm: pci: Optimize pci_uclass_post_bind()
 2015-08-24  1:04 UTC  (2+ messages)

[nightly] Distroless meta-ti/master minimal build 2015-08-23_21-01-41
 2015-08-24  1:04 UTC 

[U-Boot] [PATCH v3 0/4] dm: pci: Support pci devices in the device tree with driver model
 2015-08-24  1:04 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/4] dm: core: Test dev->flags after device_probe() in device_probe_child()
` [U-Boot] [PATCH v3 3/4] x86: crownbay: Support Topcliff integrated pci uart devices with driver model
` [U-Boot] [PATCH v3 4/4] dm: pci: Document binding of pci device drivers

[PATCH 0/3] mm/vmalloc: Cache the /proc/meminfo vmalloc statistics
 2015-08-24  1:04 UTC  (7+ messages)
  ` [PATCH 3/3 v3] mm/vmalloc: Cache the vmalloc memory info

[PATCH V2 0/3] slub: introducing detached freelist
 2015-08-24  0:59 UTC  (8+ messages)
` [PATCH V2 1/3] slub: extend slowpath __slab_free() to handle bulk free
` [PATCH V2 2/3] slub: optimize bulk slowpath free by detached freelist
` [PATCH V2 3/3] slub: build detached freelist with look-ahead

[Qemu-devel] [PATCH] Makefile.target: include top level build dir in vpath
 2015-08-24  0:57 UTC  (3+ messages)

libgles-omap3 error | BeagleBoneBlack | sgx-omap.h: No such file or directory
 2015-08-24  0:56 UTC  (3+ messages)

[Qemu-devel] [RESEND PATCH v9 0/4] remove icc bus/bridge
 2015-08-24  0:55 UTC  (4+ messages)
` [Qemu-devel] [RESEND PATCH v9 1/4] apic: map APIC's MMIO region at each CPU's address space

[PATCH] btrfs: async_thread: Fix workqueue 'max_active' value when initializing
 2015-08-24  0:47 UTC 

[dm-crypt] LUKS key slots - plausible deniability
 2015-08-24  0:44 UTC  (3+ messages)

[PATCH v3 0/14] Add Analogix Core Display Port Driver
 2015-08-24  0:43 UTC  (8+ messages)
` [PATCH v3 06/14] Documentation: drm/bridge: add document for analogix_dp

JFFS2 vs. UBIFS compression
 2015-08-24  0:33 UTC  (3+ messages)

Issues with HW RNG on Exynos 5422
 2015-08-24  0:33 UTC  (3+ messages)
` Issues with HW RNG / SSS "

Doc, git-svn, added mention of config key: svn-remote.<name>.include-paths
 2015-08-24  0:23 UTC  (2+ messages)
` [PATCH] "

A small question about Device Mapper
 2015-08-24  0:22 UTC  (2+ messages)

[PATCH net-next] inetpeer: Add support for VRFs
 2015-08-24  0:15 UTC  (2+ messages)

v5 filesystem corruption due to log recovery lsn ordering
 2015-08-24  0:10 UTC  (6+ messages)

[PATCHv3 0/5] Fix compound_head() race
 2015-08-23 23:59 UTC  (4+ messages)
` [PATCHv3 4/5] mm: make compound_head() robust

[U-Boot] [PATCH V2 1/3] imx: clock support enet2 anatop clock support
 2015-08-24  0:07 UTC  (5+ messages)
` [U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support

[PATCH v2] rtc: s5m: fix to update ctrl register
 2015-08-23 23:56 UTC  (2+ messages)

linux-next: manual merge of the arm-soc tree with Linus' tree
 2015-08-23 23:55 UTC  (3+ messages)

[PATCH v5] dtb: Create a common home for cross-architecture dtsi files
 2015-08-23 23:52 UTC  (9+ messages)

[PATCH net-next] route: fix breakage after moving lwtunnel state
 2015-08-23 23:51 UTC  (2+ messages)

[PATCH] net af_key: Fix RCU splat
 2015-08-23 23:48 UTC  (2+ messages)

Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211
 2015-08-23 23:40 UTC 

[Qemu-devel] [PATCH 0/2] linux-user: remove guest-base configure parameter
 2015-08-23 23:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] linux-user: remove --enable-guest-base/--disable-guest-base
` [Qemu-devel] [PATCH 2/2] linux-user: remove useless macros GUEST_BASE and RESERVED_VA

KVM slow LAMP guest
 2015-08-23 23:26 UTC  (8+ messages)

pull-request: can-next 2015-05-06
 2015-08-23 23:29 UTC  (2+ messages)

[PATCH 1/6] sysvinit: Fix makefile bug found with clang
 2015-08-23 23:17 UTC  (4+ messages)
` [PATCH 2/6] alsa-lib: Lift the limitation to use gcc only cross compiler

linux-next: build failure after merge of the nfs tree
 2015-08-23 23:16 UTC  (2+ messages)

[PATCH 0/7] ipmi: various fixes for panic notifier robustness
 2015-08-22 17:45 UTC  (9+ messages)
` [PATCH 6/7] ipmi: Handle queued messages more certainly on panic
` [PATCH 7/7] ipmi/kcs: Don't run the KCS state machine when it is KCS_IDLE

[PATCH net-next 0/3] tipc: fix link failover/synch problems
 2015-08-23 23:15 UTC  (2+ messages)

Kernel uevents of laptop battery percentages
 2015-08-23 23:14 UTC 

Building dpdk 1.7.0 and 2.0.0 with shared library and combine library options fail in test module and building example application
 2015-08-23 23:10 UTC 

[v1 0/6] *** nps_enet fixups ***
 2015-08-23 23:09 UTC  (3+ messages)
` [v2 0/5] "

Inclusion of linux-rockchip into linux-next?
 2015-08-23 23:07 UTC  (2+ messages)

[PATCHv1 net-next 0/5] netlink: mmap: kernel panic and some issues
 2015-08-23 23:06 UTC  (4+ messages)
  ` [PATCH net] netlink: mmap: fix tx type check

[PATCH net-next v3 0/3] gro: Fixes for tunnels and GRO
 2015-08-23 23:00 UTC  (2+ messages)

[PATCH] xfs: fix non-debug build warnings
 2015-08-23 22:58 UTC 

[PATCH net-next] net/xen-netfront: only clean up queues if present
 2015-08-23 22:56 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: set 802.1Q mode to Fallback
 2015-08-23 22:54 UTC  (2+ messages)

[PATCH] lib: Make _find_next_bit helper function inline
 2015-08-23 22:53 UTC  (7+ messages)

[PATCH V1 0/6] cgroup,x86/intel_rdt : *pre h/w* Intel code data prioritization support and cgroup changes
 2015-08-23 22:46 UTC  (7+ messages)
` [PATCH 1/6] cgroup: Adds cgroup_destroy_children
` [PATCH 2/6] cgroup: Add css_mount and css_umount
` [PATCH 3/6] x86/intel_rdt: Intel Code Data Prioritization detection
` [PATCH 4/6] x86/intel_rdt: Adds support to enable CDP
` [PATCH 5/6] x86/intel_rdt: Class of service management for code data prioritization
` [PATCH 6/6] x86/intel_rdt: Support dcache and icache mask for Code "

[Bug 91738] New: xf86-video-nouveau 1.0.11 will not allow X to start
 2015-08-23 22:46 UTC  (2+ messages)
  ` [Bug 91738] [NV117] "

[Buildroot] BR2_arm1136j_s in config.in.arm
 2015-08-23 22:45 UTC  (2+ messages)

[PATCH 00/10] exynos-ufs: add support for Exynos
 2015-08-23 22:45 UTC  (3+ messages)
` [PATCH 01/10] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC

[PATCH v3 0/8] ARM: sunxi: Add Reduced Serial Bus support
 2015-08-23 22:43 UTC  (5+ messages)
` [PATCH v3 1/8] rsb: Add generic Reduced Serial Bus (RSB) controller binding documentation

[Buildroot] [git commit] arch/arm: add missing arm1136j-s variant
 2015-08-23 22:43 UTC 

[PATCH] net: FIB tracepoints
 2015-08-23 22:40 UTC  (2+ messages)

[PATCH 1/5] ARM: dts: sun4i: inet97fv2: Disable unused usb controllers
 2015-08-23 22:37 UTC  (10+ messages)
  ` [PATCH 2/5] ARM: dts: sun4i: inet97fv2: Add regulator nodes
  ` [PATCH 3/5] ARM: dts: sun4i: inet97fv2: Enable otg controller
  ` [PATCH 4/5] ARM: dts: sun4i: inet97fv2: Enable support for tablet keys
  ` [PATCH 5/5] ARM: dts: sun4i: inet97fv2: Enable i2c1 and i2c2 controllers

[PATCH] extcon: Fix attached value returned by is_extcon_changed
 2015-08-23 22:35 UTC 

[meta-selinux][PATCH 0/2] Fix broken dependency in e2fsprogs
 2015-08-23 22:35 UTC  (3+ messages)
` [meta-selinux][PATCH 1/2] linux-libc-headers: Make headers available to native packages via BBCLASSEXTEND
` [meta-selinux][PATCH 2/2] e2fsprogs: Add dependency on linux-libc-headers

[PATCH v4 0/4] iio: adc: hi8435: Add Holt HI-8435 threshold detector
 2015-08-23 22:32 UTC  (4+ messages)
` [PATCH v4 2/4] dt: Add vendor prefix 'holt'

[RFC PATCH 1/2] thermal: iio device for thermal sensor
 2015-08-23 22:25 UTC  (4+ messages)

[meta-selinux][PATCHv2 0/8] Label file system in build
 2015-08-23 22:24 UTC  (4+ messages)
` [meta-selinux][PATCHv2 6/8] e2fsprogs: Copy xattr block from source file

[U-Boot] [PATCH v4 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-08-23 22:21 UTC  (10+ messages)
` [U-Boot] [PATCH v4 1/9] doc: dfu: tftp: README entry for TFTP extension of DFU
` [U-Boot] [PATCH v4 2/9] net: tftp: Move tftp.h file from ./net to ./include/net
` [U-Boot] [PATCH v4 3/9] tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH is set
` [U-Boot] [PATCH v4 4/9] dfu: tftp: update: Provide tftp support for the DFU subsystem
` [U-Boot] [PATCH v4 5/9] dfu: tftp: update: Add dfu_write_from_mem_addr() function
` [U-Boot] [PATCH v4 6/9] update: tftp: dfu: Extend update_tftp() function to support DFU
` [U-Boot] [PATCH v4 7/9] dfu: command: Extend "dfu" command to handle receiving data via TFTP
` [U-Boot] [PATCH v4 8/9] dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature
` [U-Boot] [PATCH v4 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

[PATCH 00/18] Export SPI and OF module aliases in missing drivers
 2015-08-23 22:10 UTC  (9+ messages)
` [PATCH 13/18] iio: adc: mcp320x: Set struct spi_driver .of_match_table

[RFC] netlink_ack: send a capped message in case of error
 2015-08-23 22:06 UTC  (2+ messages)
` [RFC] netlink: netlink_ack "

[ath9k-devel] How to get CSI from Atheros Chipset
 2015-08-23 22:04 UTC  (7+ messages)

[PATCH 0/2] arm64: ignore memory outside of the linear range
 2015-08-23 22:01 UTC  (3+ messages)
` [PATCH 1/2] of/fdt: make memblock maximum physical address arch configurable

[PATCH RFC 00/10] stat read during perf sampling
 2015-08-23 22:00 UTC  (5+ messages)
` [PATCH RFC 02/10] perf,tools: Support new sort type --socket

[PATCH 0/2] Fix oops in platform_device resource unregister
 2015-08-23 21:58 UTC  (8+ messages)
` [PATCH 2/2] drivercore: Fix unregistration path of platform devices

[PATCH v5 0/8] arm64, numa: Add numa support for arm64 platforms
 2015-08-23 21:49 UTC  (4+ messages)
` [PATCH v5 2/4] Documentation: arm64/arm: dt bindings for numa

[rtc-linux] [GIT PULL] SA1100/PXA RTC for 4.3
 2015-08-23 21:43 UTC  (3+ messages)
` [rtc-linux] "
  `  "

[PATCH v2] generate-cmdlist: re-implement as shell script
 2015-08-23 21:31 UTC 

[PATCH net-next 0/9] DSA port configuration and status
 2015-08-23 21:24 UTC  (4+ messages)
` [PATCH net-next 4/9] net: dsa: Allow configuration of CPU & DSA port speeds/duplex

[U-Boot] [PATCH 0/8] dm: rockchip: Enable booting from MMC
 2015-08-23 21:24 UTC  (18+ messages)
` [U-Boot] [PATCH 1/8] doc: Fix reference to Rock pro when Rock 2 is meant
` [U-Boot] [PATCH 2/8] mmc: Probe DM based mmc devices in u-boot
` [U-Boot] [PATCH 3/8] rockchip: Disable sdio mmc slot on rk3288-firefly
` [U-Boot] [PATCH 4/8] rockchip: Turn off CONFIG_SPL_LED_SUPPORT for firefly
` [U-Boot] [PATCH 5/8] rockchip: Add config_distro_bootcmd support
` [U-Boot] [PATCH 6/8] arm: Turn of d-cache before i-cache
` [U-Boot] [PATCH 7/8] rockchip: Drop first 32kb of zeros from the rksd image type
` [U-Boot] [PATCH 8/8] rockchip: Update todo in README.rockchip

[PATCH nft 0/12] add support for VLAN header filtering in bridge family
 2015-08-23 21:24 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] arm: tegra: apalis/colibri_t30: video: add display driver
 2015-08-23 21:23 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] arm: tegra20: video: rename display header ifdef gating
` [U-Boot] [PATCH 4/5] colibri_t30: enable display driver
` [U-Boot] [PATCH 5/5] apalis_t30: "

[U-Boot] [PATCH v2 1/7] x86: superio: Add keyboard controller support to smsc_lpc47m driver
 2015-08-23 21:22 UTC  (5+ messages)
` [U-Boot] [PATCH v2 5/7] x86: i8042: Correctly initialize the controller


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.