All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-08 20:20:40 to 2015-10-08 21:35:40 UTC [more...]

[PATCH 0/6] watchdog: sama5d4 and at91sam9: trivial rework
 2015-10-08 21:34 UTC  (14+ messages)
` [PATCH 1/6] watchdog: at91sam9: use devm_request_irq instead of request_irq
` [PATCH 2/6] watchdog: at91sam9: use watchdog_get_drvdata instead of container_of
` [PATCH 3/6] watchdog: at91sam9: rename heartbeats into timeout where necessary
` [PATCH 4/6] watchdog: at91sam9: remove nowayout useless copy
` [PATCH 5/6] watchdog: at91sam9: remove unused pdata support
` [PATCH 6/6] watchdog: sama5d4: try to set timeout from device tree first

[PATCH] crash in md-raid1 and md-raid10 due to incorrect list manipulation
 2015-10-08 21:35 UTC  (2+ messages)

[PATCH] staging: lustre: lent: add missing __user __user annotation
 2015-10-08 21:34 UTC  (2+ messages)
` [Outreachy kernel] "

CephFS and the next hammer release v0.94.4
 2015-10-08 21:34 UTC  (3+ messages)

[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver
 2015-10-08 21:33 UTC  (5+ messages)

[Qemu-devel] Qemu - Install Windows 7 64bits hang on startup with Blue Screen of Death
 2015-10-08 18:30 UTC  (2+ messages)

monitoring deletion of directories?
 2015-10-08 21:30 UTC  (2+ messages)

[PATCH 1/6] powerpc/kconfig: Move NR_IRQS into "Kernel Options"
 2015-10-08 21:30 UTC  (7+ messages)
` [PATCH 2/6] powerpc/kconfig: Move sysdev Kconfig later
` [PATCH 3/6] powerpc/kconfig: Move bitness & endian options to the top
` [PATCH 4/6] powerpc/kconfig: Move SCOM_DEBUGFS into "Kernel Hacking"
` [PATCH 5/6] powerpc/kconfig: Move cpu options after platform options
` [PATCH 6/6] powerpc/kconfig: Cell CPU options should depend on PPC_CELL

[PATCH 2/3] drm/i915: fix CFB size calculation
 2015-10-08 21:29 UTC  (3+ messages)

[U-Boot] Inconsistencies in commands regarding load_addr
 2015-10-08 21:29 UTC  (4+ messages)

check gcc parameters without recompiling
 2015-10-08 21:27 UTC  (3+ messages)

[PATCH] netfilter: fix bad checksum on IPv6 when NAT is performed
 2015-10-08 21:26 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 00/16] FBC bug fixes
 2015-10-08 21:26 UTC  (4+ messages)
` [PATCH 04/16] drm/i915: set ILK_DPFC_FENCE_YOFF to 0 on SNB

crazy idea: big percpu lock (Re: task isolation)
 2015-10-08 21:25 UTC 

[PATCH v7,0/3] mtd: nand: jz4780: Add NAND and BCH drivers
 2015-10-08 21:22 UTC  (3+ messages)
` [PATCH v7,3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes

4K ~ 3840x2160 resolution and frame buffer support
 2015-10-08 21:22 UTC  (4+ messages)

[PATCH] futex.2: drop pointless editorializing
 2015-10-08 21:21 UTC  (2+ messages)

[U-Boot] [PATCH] pci: pcie_imx: Fix hang on mx6qp
 2015-10-08 21:19 UTC  (5+ messages)

+ slab_common-do-not-warn-that-cache-is-busy-on-destroy-more-than-once.patch added to -mm tree
 2015-10-08 21:19 UTC 

+ slab_common-clear-pointers-to-per-memcg-caches-on-destroy.patch added to -mm tree
 2015-10-08 21:19 UTC 

+ slab_common-rename-cache-create-destroy-helpers.patch added to -mm tree
 2015-10-08 21:19 UTC 

[Qemu-devel] [PULL 00/25] virtio,pc features, fixes
 2015-10-08 21:18 UTC  (26+ messages)
` [Qemu-devel] [PULL 01/25] configure: probe for memfd
` [Qemu-devel] [PULL 02/25] linux-headers: add unistd.h
` [Qemu-devel] [PULL 03/25] util: add linux-only memfd fallback
` [Qemu-devel] [PULL 04/25] util: add memfd helpers
` [Qemu-devel] [PULL 05/25] util: add fallback for qemu_memfd_alloc()
` [Qemu-devel] [PULL 06/25] vhost: document log resizing
` [Qemu-devel] [PULL 07/25] vhost: add vhost_set_log_base op
` [Qemu-devel] [PULL 08/25] vhost-user: add vhost_user_requires_shm_log()
` [Qemu-devel] [PULL 09/25] vhost: alloc shareable log
` [Qemu-devel] [PULL 10/25] vhost-user: send log shm fd along with log_base
` [Qemu-devel] [PULL 11/25] vhost-user: add a migration blocker
` [Qemu-devel] [PULL 12/25] vhost: use a function for each call
` [Qemu-devel] [PULL 13/25] vhost-user: document migration log
` [Qemu-devel] [PULL 14/25] net: add trace_vhost_user_event
` [Qemu-devel] [PULL 15/25] vhost user: add support of live migration
` [Qemu-devel] [PULL 16/25] vhost user: add rarp sending after live migration for legacy guest
` [Qemu-devel] [PULL 17/25] vhost-user: use an enum helper for features mask
` [Qemu-devel] [PULL 18/25] vhost: add migration block if memfd failed
` [Qemu-devel] [PULL 19/25] vhost-user-test: move wait_for_fds() out
` [Qemu-devel] [PULL 20/25] vhost-user-test: remove useless static check
` [Qemu-devel] [PULL 21/25] vhost-user-test: wrap server in TestServer struct
` [Qemu-devel] [PULL 22/25] vhost-user-test: learn to tweak various qemu arguments
` [Qemu-devel] [PULL 23/25] vhost-user-test: add live-migration test
` [Qemu-devel] [PULL 24/25] vhost-user-test: check ownership during migration
` [Qemu-devel] [PULL 25/25] intel_iommu: Add support for translation for devices behind bridges

[PATCH net-next 0/4] tcp: better smp listener behavior
 2015-10-08 21:17 UTC  (4+ messages)
` [PATCH net-next 1/4] net: SO_INCOMING_CPU setsockopt() support

[PATCH 1/3] slab_common: rename cache create/destroy helpers
 2015-10-08 21:17 UTC  (4+ messages)
` [PATCH 2/3] slab_common: clear pointers to per memcg caches on destroy

[Qemu-devel] [PATCH v3 0/9] arm: Steps towards EL2 support round 5
 2015-10-08 21:15 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 5/9] target-arm: Add ARMMMUFaultInfo

[U-Boot] [PATCH] nios2: set default cache configuration in start.S
 2015-10-08 21:14 UTC  (2+ messages)

BTRFS RAID1 behavior after one drive temporal disconection
 2015-10-08 21:13 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] exec: factor out duplicate mmap code
 2015-10-08 20:53 UTC  (5+ messages)

[PATCH rt-tests] Fix some trivial typos found by codespell(1)
 2015-10-08 21:12 UTC 

[PATCH] iio: mxs-lradc: Fix temperature offset
 2015-10-08 21:12 UTC  (4+ messages)

[PATCH net-next] tcp: fix RFS vs lockless listeners
 2015-10-08 21:11 UTC  (2+ messages)

ENOSPC
 2015-10-08 21:11 UTC  (2+ messages)

getpriority.2
 2015-10-08 21:10 UTC  (2+ messages)

[patch] posix_fallocate.3: Mention glibc emulation caveats
 2015-10-08 21:10 UTC  (4+ messages)

[RFC PATCH 1/1] pthread_detach.3: remove invalid and confusing statement
 2015-10-08 21:10 UTC  (2+ messages)

[PATCH v2] Bluetooth: fix autoconnect for pending connect attempt
 2015-10-08 21:10 UTC 

[PATCH libnftnl] expr: dup: Fix json parsing
 2015-10-08 21:09 UTC 

[PATCH] __ppc_set_ppr_med.3: Document PPC functions providing access to PPR
 2015-10-08 21:09 UTC  (2+ messages)

[PATCH] PCI: generic: Fix address window calculation for non-zero starting bus
 2015-10-08 21:09 UTC  (3+ messages)

updated orangefs tree at kernel.org
 2015-10-08 21:07 UTC  (2+ messages)

[PATCH 0/2] Bulk mem-share identical domains
 2015-10-08 21:07 UTC  (5+ messages)

+ mm-dax-fix-dax-deadlocks.patch added to -mm tree
 2015-10-08 21:07 UTC 

[YOCTO 2.1] [PATCH 0/8] fixes for package_qa_walk() and buildpaths
 2015-10-08 21:06 UTC  (5+ messages)
` [PATCH 7/8] autotools.bbclass: use relative path to run configure script

[PATCH 0/1] rtl8xxxu (mac80211) driver for rtl8188[cr]u/rtl8192cu/rtl8723au
 2015-10-08 21:06 UTC  (7+ messages)
` [PATCH 1/1] New driver: rtl8xxxu (mac80211)

[to-be-updated] revert-dax-fix-race-between-simultaneous-faults.patch removed from -mm tree
 2015-10-08 21:05 UTC 

[to-be-updated] revert-mm-take-i_mmap_lock-in-unmap_mapping_range-for-dax.patch removed from -mm tree
 2015-10-08 21:05 UTC 

[Ksummit-discuss] Linux Foundation Technical Advisory Board Elections and Nomination process
 2015-10-08 21:02 UTC  (2+ messages)
` [Tech-board-discuss] "

[Qemu-devel] [PATCH 0/5] Small optimizations for code using g_malloc0 + memset/memcpy
 2015-10-08 21:00 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/5] hw/dma/pxa2xx: Remove superfluous memset
` [Qemu-devel] [PATCH 2/5] hw/scsi/spapr_vscsi: "
` [Qemu-devel] [PATCH 4/5] tests/i44fx-test: No need for zeroing memory before memset

[U-Boot] [PATCH] nios2: remove asm/psr.h
 2015-10-08 21:00 UTC  (2+ messages)

Missing sanity / dependency
 2015-10-08 20:59 UTC 

[Qemu-devel] [PATCH v3 RFC 0/17] block: persistent dirty bitmaps
 2015-10-08 20:56 UTC  (6+ messages)
` [Qemu-devel] [PATCH 03/17] spec: add qcow2-dirty-bitmaps specification

[cbootimage PATCH v3 0/5] Add RSA signing support
 2015-10-08 20:57 UTC  (10+ messages)
` [cbootimage PATCH v3 1/5] Enable -u | --update option support for t210
` [cbootimage PATCH v3 3/5] Add support to dump rsa related fields "
` [cbootimage PATCH v3 4/5] Add new configuration keyword "RehashBl"
` [cbootimage PATCH v3 5/5] Add two sample scripts to do rsa signing for T210 bootimage

[PATCH v2 1/2] x86/mem-sharing: Bulk mem-sharing entire domains
 2015-10-08 20:57 UTC  (2+ messages)
` [PATCH v2 2/2] tests/mem-sharing: Add bulk option to memshrtool

[PATCH] HID: hid-logitech-hidpp: driver for m545/m546 mouse
 2015-10-08 20:57 UTC  (3+ messages)

[PATCH] panic: release stale console lock to always get the logbuf printed out
 2015-10-08 20:56 UTC  (7+ messages)

i.mx6 video out in mainline
 2015-10-08 20:54 UTC  (7+ messages)

Mellanox PMD failure w/DPDK-2.1.0 and MLNX_OFED-3.1-1.0.3
 2015-10-08 20:55 UTC  (5+ messages)

[PATCH] USB: serial: cp210x: Workaround for cp2108 failure due to GET_LINE_CTL bug
 2015-10-08 20:53 UTC 

[PATCH 0/2] PM / sleep: prohibit devices probing during suspend/hibernation
 2015-10-08 20:53 UTC  (5+ messages)
` [PATCH 1/2] PM / sleep: ensure deferred probe workqueue is finished in wait_for_device_probe

[Qemu-devel] [PATCH v7 00/24] vhost-user: add migration support
 2015-10-08 20:52 UTC  (2+ messages)

[PATCH] drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
 2015-10-08 20:50 UTC  (2+ messages)

[PATCH v5 resend 00/12] vhost-user multiple queues enabling
 2015-10-08 20:51 UTC  (6+ messages)
` [PATCH v5 resend 07/12] virtio: resolve for control queue

make headers_install for out-of-tree modules
 2015-10-08 20:48 UTC  (4+ messages)

[PATCH V3] crypto/nx842: Add CRC and validation support
 2015-10-08 20:45 UTC 

[U-Boot] mx6qp sabreauto hangs after saveenv/reset
 2015-10-08 20:45 UTC  (4+ messages)

[PATCH 0/9] xen: sched: improve (a lot! :-D) Credit2 runqueue handling
 2015-10-08 20:44 UTC  (9+ messages)
` [PATCH 3/9] xen: sched: make locking for {insert, remove}_vcpu consistent

[GIT PULL] ARM: SoC fixes for 4.3-rc
 2015-10-08 20:42 UTC  (2+ messages)

[PATCH 1/2] test-path-utils.c: remove incorrect assumption
 2015-10-08 20:42 UTC  (6+ messages)

[PATCH nft 0/7] listing command updates
 2015-10-08 20:49 UTC  (8+ messages)
` [PATCH nft 1/7] rule: display table when listing sets
` [PATCH nft 2/7] src: add `list chains' command
` [PATCH nft 3/7] rule: display table when listing one set
` [PATCH nft 4/7] evaluate: check if set exists before listing it
` [PATCH nft 5/7] rule: `list sets' only displays declaration, not definition
` [PATCH nft 6/7] rule: rework list chain
` [PATCH nft 7/7] parser_bison: show all sets via list sets with no family

[ACPI] 7494b07eba: Kernel panic - not syncing: Watchdog detected hard LOCKUP on cpu 0
 2015-10-08 20:41 UTC  (6+ messages)
` [lkp] "

[RFCv5 PATCH 00/46] sched: Energy cost model for energy-aware scheduling
 2015-10-08 20:40 UTC  (4+ messages)
` [RFCv5 PATCH 43/46] sched/{fair,cpufreq_sched}: add reset_capacity interface

[Xenomai] Interrupt latency close to 1ms on powerpc Xenomai 2.6.4
 2015-10-08 20:41 UTC  (14+ messages)

[PATCH 0/4] Add support for STM32 DMA
 2015-10-08 20:40 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: Document the STM32 DMA bindings

[tegrarcm PATCH v2 0/4] Enable --update option support for t210
 2015-10-08 20:39 UTC  (4+ messages)
` [tegrarcm PATCH v2 2/4] Add support for update pubkey and rsa-pss signatures

[PATCH] arm64: defconfig: Enable devices for MSM8916
 2015-10-08 20:37 UTC  (2+ messages)

[Buildroot] liquid-dsp: new package
 2015-10-08 20:37 UTC  (2+ messages)
` [Buildroot] [PATCH 1/1] "

i.MX6 AMP
 2015-10-08 20:37 UTC  (4+ messages)

[PATCH 0/2] Reinstate the helpful message when `git pull --rebase` fails
 2015-10-08 20:35 UTC  (3+ messages)
` [PATCH 1/2] merge_recursive_options: introduce the "gentle" flag
` [PATCH 2/2] pull --rebase: reinstate helpful message on abort

[GIT PULL 1/3] Keystone SOC driver updates for 4.4
 2015-10-08 20:35 UTC  (5+ messages)

[PATCH] usb: dwc2: Avoid more calls to dwc2_core_reset()
 2015-10-08 20:34 UTC 

[linux-next test] 62710: regressions - FAIL
 2015-10-08 20:30 UTC 

kernel-module- prefix for out-of-tree modules mandatory?
 2015-10-08 20:29 UTC 

[PATCH] dm: reduce the number of processes per dm device
 2015-10-08 20:29 UTC  (5+ messages)
`  "

[PATCH v7 00/11] support "task_isolated" mode for nohz_full
 2015-10-08 20:28 UTC  (5+ messages)
` [PATCH v7 05/11] task_isolation: add debug boot flag

[PATCH net-next] net: synack packets can be attached to request sockets
 2015-10-08 20:27 UTC  (3+ messages)

[PATCH v3 00/26] New fast registration API
 2015-10-08 20:26 UTC  (4+ messages)
` [PATCH v3 12/26] xprtrdma: Port to new memory "

[LTP] inotify06 test causing kernel panic
 2015-10-08 20:25 UTC  (2+ messages)

PLS I NEED YOUR HELP!
 2015-10-08 20:24 UTC 

[PATCH 1/2] memory: omap-gpmc: dump "before" state before first modification
 2015-10-08 20:23 UTC  (10+ messages)
` [PATCH 2/2] memory: omap-gpmc: expand the description of the debug facility
        ` please strip MIME-Version and Content-T{ype,ransfer-Encoding} in git am --scissors

[U-Boot] [PATCH 0/2] sunxi: Linksprite_pcDuino_defconfig bugfixes
 2015-10-08 20:22 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] sunxi: Fix pcDuino reliability by downclocking DRAM to 360MHz
` [U-Boot] [PATCH 2/2] sunxi: Fix USB regulators in Linksprite_pcDuino_defconfig

[PATCH 01/10] nbd: Fix timeout detection
 2015-10-08 20:21 UTC  (4+ messages)
` [PATCH] nbd: Add locking for tasks

[merged] i40evf-use-numa_mem_id-to-better-support-memoryless-node.patch removed from -mm tree
 2015-10-08 20:21 UTC 

[merged] i40e-use-numa_mem_id-to-better-support-memoryless-node.patch removed from -mm tree
 2015-10-08 20:21 UTC 

[Patch V3 0/9] Enable memoryless node support for x86
 2015-10-08 20:20 UTC  (6+ messages)
` [Patch V3 5/9] i40e: Use numa_mem_id() to better support memoryless node
  ` [Intel-wired-lan] "


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.