All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-04 20:55:40 to 2016-02-04 22:01:50 UTC [more...]

[PATCH 0/6] iWARP patches for the 4.5-rc2 rebase
 2016-02-05 22:01 UTC  (7+ messages)
  ` [PATCH 1/6] IB: New common API for draining a queue pair
  ` [PATCH 2/6] iw_cxgb4: add drain_qp function
  ` [PATCH 3/6] nvme-rdma: use ib_drain_qp() function
  ` [PATCH 4/6] IB: add a simple MR pool
  ` [PATCH 5/6] IB: generic RDMA READ/WRITE API
  ` [PATCH 6/6] nvmet_rdma: use generic RDMA READ/WRITE path

[PATCH v2 0/4] PCI: rcar, rcar-gen2: More Gen2 compatibility strings
 2016-02-04 22:01 UTC  (7+ messages)

[PATCH v3.1] firmware: clean up filesystem load exit path
 2016-02-04 22:01 UTC  (4+ messages)

Clarifying PVH mode requirements
 2016-02-04 22:01 UTC  (10+ messages)

[PATCH v2] udev: add runtime dependencies for udev-cache
 2016-02-04 21:59 UTC  (4+ messages)

[Qemu-devel] [PATCH v16 00/14] vfio-pci: pass the aer error to guest
 2016-02-04 21:58 UTC  (10+ messages)

Signed RPMs
 2016-02-04 21:57 UTC 

[PATCHv7 0/8] Expose submodule parallelism to the user
 2016-02-04 21:57 UTC  (7+ messages)
` [PATCH 6/8] git submodule update: have a dedicated helper for cloning

[PATCH v1] Modify and modularize l3fwd code
 2016-02-04 21:55 UTC  (4+ messages)

+ mm-slab-shutdown-caches-only-after-releasing-sysfs-file.patch added to -mm tree
 2016-02-04 21:56 UTC 

[Buildroot] [PATCH v3] qt5tools: new package
 2016-02-04 21:56 UTC 

+ scripts-link-vmlinuxsh-force-error-on-kallsyms-failure.patch added to -mm tree
 2016-02-04 21:54 UTC 

[Qemu-devel] [PULL 00/49] pc and misc cleanups and fixes, virtio optimizations
 2016-02-04 21:54 UTC  (51+ messages)
` [Qemu-devel] [PULL 14/49] virtio: combine write of an entry into used ring
` [Qemu-devel] [PULL 01/49] Fix virtio migration
` [Qemu-devel] [PULL 02/49] pc: acpi: merge SSDT into DSDT
` [Qemu-devel] [PULL 03/49] tests: pc: acpi: drop not needed 'expected SSDT' blobs
` [Qemu-devel] [PULL 04/49] tests: pc: acpi: add expected DSDT.bridge blobs and update DSDT blobs
` [Qemu-devel] [PULL 05/49] virtio: move VirtQueueElement at the beginning of the structs
` [Qemu-devel] [PULL 06/49] virtio: move allocation to virtqueue_pop/vring_pop
` [Qemu-devel] [PULL 07/49] virtio: introduce qemu_get/put_virtqueue_element
` [Qemu-devel] [PULL 08/49] virtio: introduce virtqueue_alloc_element
` [Qemu-devel] [PULL 09/49] virtio: slim down allocation of VirtQueueElements
` [Qemu-devel] [PULL 10/49] vring: "
` [Qemu-devel] [PULL 11/49] virtio: combine the read of a descriptor
` [Qemu-devel] [PULL 12/49] virtio: cache used_idx in a VirtQueue field
` [Qemu-devel] [PULL 13/49] virtio: read avail_idx from VQ only when necessary
` [Qemu-devel] [PULL 15/49] hw/pxb: add pxb devices to the bridge category
` [Qemu-devel] [PULL 16/49] vhost-user-test: use correct ROM to speed up and avoid spurious failures
` [Qemu-devel] [PULL 17/49] hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie devices
` [Qemu-devel] [PULL 18/49] ipmi: replace goto by a return statement
` [Qemu-devel] [PULL 19/49] ipmi: replace *_MAXCMD defines
` [Qemu-devel] [PULL 20/49] ipmi: cleanup error_report messages
` [Qemu-devel] [PULL 21/49] ipmi: fix SDR length value
` [Qemu-devel] [PULL 22/49] ipmi: introduce a struct ipmi_sdr_compact
` [Qemu-devel] [PULL 23/49] ipmi: add get and set SENSOR_TYPE commands
` [Qemu-devel] [PULL 24/49] ipmi: add GET_SYS_RESTART_CAUSE chassis command
` [Qemu-devel] [PULL 25/49] ipmi: add ACPI power and GUID commands
` [Qemu-devel] [PULL 26/49] pc: Move PcGuestInfo declaration to top of file
` [Qemu-devel] [PULL 27/49] pc: Eliminate struct PcGuestInfoState
` [Qemu-devel] [PULL 28/49] pc: Simplify pc_memory_init() signature
` [Qemu-devel] [PULL 29/49] pc: Simplify xen_load_linux() signature
` [Qemu-devel] [PULL 30/49] acpi: Remove guest_info parameters from functions
` [Qemu-devel] [PULL 31/49] acpi: Don't save PcGuestInfo on AcpiBuildState
` [Qemu-devel] [PULL 32/49] pc: Remove compat fields from PcGuestInfo
` [Qemu-devel] [PULL 33/49] pc: Remove RAM size "
` [Qemu-devel] [PULL 34/49] pc: Remove PcGuestInfo.isapc_ram_fw field
` [Qemu-devel] [PULL 35/49] pc: Move PcGuestInfo.fw_cfg to PCMachineState
` [Qemu-devel] [PULL 36/49] pc: Move APIC and NUMA data from PcGuestInfo "
` [Qemu-devel] [PULL 37/49] pc: Eliminate PcGuestInfo struct
` [Qemu-devel] [PULL 38/49] acpi: take oem_id in build_header(), optionally
` [Qemu-devel] [PULL 39/49] acpi: expose oem_id and oem_table_id in build_rsdt()
` [Qemu-devel] [PULL 40/49] acpi: add function to extract oem_id and oem_table_id from the user's SLIC
` [Qemu-devel] [PULL 41/49] pc: set the OEM fields in the RSDT and the FADT from the SLIC
` [Qemu-devel] [PULL 42/49] dimm: Correct type of MemoryHotplugState->base
` [Qemu-devel] [PULL 43/49] intel_iommu: large page support
` [Qemu-devel] [PULL 44/49] fix MSI injection on Xen
  `  "
` [Qemu-devel] [PULL 45/49] net: set endianness on all backend devices
` [Qemu-devel] [PULL 46/49] i386/acpi: make floppy controller object dynamic
` [Qemu-devel] [PULL 47/49] expose floppy drive geometry and CMOS type
` [Qemu-devel] [PULL 48/49] i386: populate floppy drive information in DSDT
` [Qemu-devel] [PULL 49/49] acpi: update expected DSDT

[PATCH v4] Add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-04 21:53 UTC  (5+ messages)
` [PATCH v4 2/3] "
` [PATCH v4 3/3] ident.c: cleanup wrt ident's source

[PATCH] epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT
 2016-02-04 21:44 UTC  (3+ messages)

[PATCH v8 0/4] perf: add support for profiling jitted code
 2016-02-04 21:53 UTC  (5+ messages)
` [PATCH v8 2/4] perf inject: add jitdump mmap injection support

[Buildroot] [git commit] python-cffi: bump to 1.5.0
 2016-02-04 21:52 UTC 

[PATCH 1/7] tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic
 2016-02-04 21:52 UTC  (6+ messages)
` [PATCH 6/7] tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic

[Buildroot] [PATCH v2 0/5] Patch file clarification & Co
 2016-02-04 21:51 UTC  (8+ messages)
` [Buildroot] [PATCH v2 3/5] COPYING: add exception about patch licensing

+ force-inlining-of-unaligned-byteswap-operations.patch added to -mm tree
 2016-02-04 21:49 UTC 

+ force-inlining-of-some-byteswap-operations.patch added to -mm tree
 2016-02-04 21:49 UTC 

+ asm-generic-force-inlining-of-some-atomic_long-operations.patch added to -mm tree
 2016-02-04 21:49 UTC 

tty: tty_struct memory leak
 2016-02-04 21:48 UTC  (5+ messages)

[PATCH v6 0/9] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-04 21:47 UTC  (7+ messages)
` [PATCH v6 1/9] ppc64 (le): prepare for -mprofile-kernel

[PATCH v3 net-next] net: Implement fast csum_partial for x86_64
 2016-02-04 21:46 UTC  (9+ messages)

[Bug 93998] Linux 4.5-rc2 ATI Radeon 3000 Graphics not rendering correctly
 2016-02-04 21:45 UTC  (2+ messages)

+ mm-memcontrol-drop-unnecessary-lru-locking-from-mem_cgroup_migrate.patch added to -mm tree
 2016-02-04 21:44 UTC 

+ mm-migrate-consolidate-mem_cgroup_migrate-calls.patch added to -mm tree
 2016-02-04 21:44 UTC 

[PATCH igt 1/9] configure.ac: Test for libdrm_vc4 and build vc4 tests based on it
 2016-02-04 21:43 UTC  (4+ messages)
` [PATCH igt 4/9] igt/vc4_wait_bo: Add a test for VC4's wait-for-BO ioctl

+ param-convert-some-on-off-users-to-strtobool.patch added to -mm tree
 2016-02-04 21:40 UTC 

+ lib-add-on-off-support-to-kstrtobool.patch added to -mm tree
 2016-02-04 21:40 UTC 

+ lib-update-single-char-callers-of-strtobool.patch added to -mm tree
 2016-02-04 21:40 UTC 

+ lib-move-strtobool-to-kstrtobool.patch added to -mm tree
 2016-02-04 21:40 UTC 

[PATCH v3 00/20] refs backend rebase on pu
 2016-02-04 21:39 UTC  (8+ messages)

efivarfs immutable files patch set
 2016-02-04 21:39 UTC  (3+ messages)
` [PATCH 3/5] efi: do variable name validation tests in utf8

[PATCH] [media] vb2-core: call threadio->fnc() if !VB2_BUF_STATE_ERROR
 2016-02-04 21:35 UTC  (2+ messages)

[PATCH] ARM: nomadik: fix up SD/MMC DT settings
 2016-02-04 21:24 UTC  (3+ messages)

[PATCH] eal/x86: Fix build with clang for old AVX
 2016-02-04 21:32 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/2] qt5tools: new package
 2016-02-04 21:32 UTC  (7+ messages)

selinux_set_callback() problem
 2016-02-04 21:32 UTC 

[Qemu-devel] [PATCH] qqq: module for synchronizing with a simulation clock
 2016-02-04 21:31 UTC  (2+ messages)

Raid 1 needs repair
 2016-02-04 21:30 UTC  (6+ messages)

[mm] 63c6a211b0: BUG: sleeping function called from invalid context at mm/memory.c:1207
 2016-02-04 21:29 UTC  (3+ messages)
` [lkp] "

[PATCH] ARM: multi_v7_defconfig: enable DW_WATCHDOG
 2016-02-04 21:25 UTC  (3+ messages)

[PATCH 0/6] ibmvscsi: code cleanup
 2016-02-04 21:25 UTC  (4+ messages)
` [PATCH 2/6] ibmvscsi: Add and use enums for valid CRQ header values

[Qemu-devel] [PATCH v5 0/9] qemu-log, -dfilter and other logging tweaks
 2016-02-04 21:24 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/9] tcg: pass down TranslationBlock to tcg_code_gen
` [Qemu-devel] [PATCH v5 2/9] qemu-log: correct help text for -d cpu

[Qemu-devel] [PATCH] linux-user: set ppc64/ppc64le default CPU to POWER8
 2016-02-04 21:24 UTC  (2+ messages)

[PATCH 0/3] xfs: fix realtime device assert failures
 2016-02-04 21:22 UTC  (2+ messages)

mm: uninterruptable tasks hanged on mmap_sem
 2016-02-04 21:22 UTC  (3+ messages)
` [PATCH] floppy: refactor open() flags handling (was Re: mm: uninterruptable tasks hanged on mmap_sem)

[PATCH] iptables: Add systemd support
 2016-02-04 21:21 UTC  (3+ messages)

[PATCH] fstests: btrfs, test for send with clone operations
 2016-02-04 21:21 UTC  (2+ messages)

[PATCH v3 0/3] ata: Fixes related to edge trigger latch for the ahci_xgene_driver
 2016-02-04 21:20 UTC  (4+ messages)
` [PATCH v3 1/3] libahci: Implement the capability to override the generic ahci interrupt handler
  ` [PATCH v3 2/3] libahci: ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci
` [PATCH v3 3/3] ahci_xgene: Implement the workaround to fix the missing of edge interrupt for HOST_IRQ_STAT

[PATCH v2 0/3] Input: rotary-encoder - use more than two gpios
 2016-02-04 21:18 UTC  (6+ messages)
` [PATCH v2 2/3] Input: rotary-encoder - move configuration data to driver data

[PATCH 0/4] ASoC: adau17x1: Minor fixes and DT support
 2016-02-04 21:01 UTC  (4+ messages)
` [PATCH 4/4] ASoC: adau17x1: Add option to provide platform data via DT

[Buildroot] [PATCH] python-cffi: bump to 1.5.0
 2016-02-04 21:17 UTC  (2+ messages)

[Buildroot] [PATCH v10] board: add support for ARM Juno r0 and r1 Development Boards
 2016-02-04 21:16 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/php: security bump version to 5.6.18
 2016-02-04 21:16 UTC 

[PATCH] irqchip: bcm2836: Drop extra memory barrier in SMP boot
 2016-02-04 21:14 UTC  (2+ messages)

[RFC] iwlwifi: pcie: transmit queue auto-sizing
 2016-02-04 21:14 UTC  (7+ messages)
` [RFC v2] "

[PATCH] drivers/gpu/vga: use __GFP_NOWARN for user-controlled kmalloc
 2016-02-04 21:13 UTC  (7+ messages)

[PATCH v3 net 0/7] mvneta fixes for SMP
 2016-02-04 21:09 UTC  (20+ messages)
` [PATCH v3 net 1/7] net: mvneta: Fix for_each_present_cpu usage
` [PATCH v3 net 2/7] net: mvneta: Fix the CPU choice in mvneta_percpu_elect
` [PATCH v3 net 3/7] net: mvneta: Use on_each_cpu when possible
` [PATCH v3 net 4/7] net: mvneta: Remove unused code
` [PATCH v3 net 5/7] net: mvneta: Modify the queue related fields from each cpu
` [PATCH v3 net 6/7] net: mvneta: The mvneta_percpu_elect function should be atomic
` [PATCH v3 net 7/7] net: mvneta: Fix race condition during stopping

[PATCH] mdadm: Add systemd support
 2016-02-04 21:12 UTC  (2+ messages)

PM regression with commit 5de85b9d57ab PM runtime re-init in v4.5-rc1
 2016-02-04 21:11 UTC  (4+ messages)

[BUG?] qemuu only built with i386-softmmu
 2016-02-04 21:09 UTC 

patch "usb: phy: msm: fix error handling in probe." added to usb-linus
 2016-02-04 21:07 UTC 

[PATCH 0/3] fstests: improved config section support
 2016-02-04 21:06 UTC  (6+ messages)
` [PATCH 1/3] xfs: support realtime/log device setup changes in config sections

Per radio configuration
 2016-02-04 21:04 UTC 

Memory Sharing
 2016-02-04 21:04 UTC 

[RFC PATCH v4 0/6] (mostly) Arch-independent livepatch
 2016-02-04 21:03 UTC  (4+ messages)
` [RFC PATCH v4 3/6] module: s390: keep mod_arch_specific for livepatch modules
  `  "

[PATCH 00/10] Remove CURRENT_TIME and CURRENT_TIME_SEC - PART 1
 2016-02-04 21:02 UTC  (5+ messages)
` [PATCH 09/10] fs: ceph: Replace CURRENT_TIME by ktime_get_real_ts()
    ` [Y2038] "

[PATCH 2/2] niwatchdog: add support for custom ioctls
 2016-02-04 20:47 UTC  (8+ messages)
` [2/2] "

[Bug 93615] Tonga does not recover from standby
 2016-02-04 21:01 UTC  (2+ messages)

[PATCH 1/2] spi: pxa2xx: Update comment in int_transfer_complete()
 2016-02-04 21:01 UTC  (3+ messages)
` [PATCH 2/2] spi: pxa2xx: Fix too early chipselect deassert

[PATCH] usb: host: xhci: Replace bus lock with host controller lock
 2016-02-04 21:00 UTC  (2+ messages)

[PATCH v2 0/4] lib: add "on" and "off" to strtobool
 2016-02-04 21:00 UTC  (7+ messages)
` [PATCH v2 1/4] lib: move strtobool to kstrtobool
` [PATCH v2 2/4] lib: update single-char callers of strtobool
` [PATCH v2 3/4] lib: add "on"/"off" support to kstrtobool
` [PATCH v2 4/4] param: convert some "on"/"off" users to strtobool

[RT] oops in 4.1.3-rt3
 2016-02-04 20:59 UTC  (2+ messages)

[U-Boot] [PATCHv2 1/3] arm: socfpga: add reset manager defines for Arria10
 2016-02-04 20:59 UTC  (3+ messages)

[Qemu-devel] ping: [PATCH v13] block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host
 2016-02-04 20:58 UTC  (14+ messages)

[PATCH v2 00/11] HVMlite domU support
 2016-02-04 20:57 UTC  (8+ messages)
` [PATCH v2 02/11] xen/hvmlite: Bootstrap HVMlite guest

[PATCH] net: ethernet: davicom: fix devicetree irq resource
 2016-02-04 20:56 UTC  (4+ messages)

[PATCH v3 0/5] pinctrl: sunxi: Add H3 R_PIO controller support
 2016-02-04 20:56 UTC  (6+ messages)
` [PATCH v3 1/5] clk: sunxi: Add apb0 gates for H3

Direct userspace dma-buf mmap (v7)
 2016-02-04 20:55 UTC  (2+ messages)

stubs-32.h not found
 2016-02-04 20:54 UTC  (4+ 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.