All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-16 04:12:11 to 2015-11-16 07:40:59 UTC [more...]

[PATCH 0/6] grub-xen: support booting huge pv-domains
 2015-11-16  7:08 UTC  (3+ messages)

[PATCH] sound: depend on ZONE_DMA
 2015-11-16  7:40 UTC  (5+ messages)

[RFC PATCH] ARM: dts: rockchip: Add wifi support for firefly
 2015-11-16  7:39 UTC  (5+ messages)

[PATCH] fifo/gk104: fix engine status register offset
 2015-11-16  7:38 UTC 

[LTP] [PATCH] futex: skip futex_wake04.c if system not support huge pages
 2015-11-16  7:37 UTC  (4+ messages)

[RFC v2 0/2] ACPI: Add irq_type to gpio interrupt
 2015-11-16  7:36 UTC  (3+ messages)
` [RFC v2 1/2] acpi: Rename acpi_gsi_get_irq_type to acpi_get_irq_type and export symbol
` [RFC v2 2/2] ACPI / gpio: Add irq_type when a gpio is used as an interrupt

[RFC PATCH V12 00/14] Btrfs: Subpagesize-blocksize: Allow I/O on blocks whose size is less than page size
 2015-11-16  7:08 UTC  (15+ messages)
` [RFC PATCH V12 01/14] Btrfs: subpagesize-blocksize: Fix whole page read
` [RFC PATCH V12 02/14] Btrfs: subpagesize-blocksize: Fix whole page write
` [RFC PATCH V12 03/14] Btrfs: subpagesize-blocksize: Make sure delalloc range intersects with the locked page's range
` [RFC PATCH V12 04/14] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [RFC PATCH V12 05/14] Btrfs: subpagesize-blocksize: Read tree blocks whose size is < PAGE_SIZE
` [RFC PATCH V12 06/14] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page
` [RFC PATCH V12 07/14] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE
` [RFC PATCH V12 08/14] Btrfs: subpagesize-blocksize: Deal with partial ordered extent allocations
` [RFC PATCH V12 09/14] Btrfs: subpagesize-blocksize: Explicitly track I/O status of blocks of an ordered extent
` [RFC PATCH V12 10/14] Btrfs: subpagesize-blocksize: btrfs_punch_hole: Use EXTENT_UPTODATE bit to check for the presence of block in page cache
` [RFC PATCH V12 11/14] Btrfs: subpagesize-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [RFC PATCH V12 12/14] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [RFC PATCH V12 13/14] Btrfs: subpagesize-blocksize: Fix file defragmentation code
` [RFC PATCH V12 14/14] Btrfs: subpagesize-blocksize: extent_clear_unlock_delalloc: Prevent page from being unlocked more than once

[PATCH 0/3] qemu: fix CVE-2015-5225, CVE-2015-6855, CVE-2015-7295
 2015-11-16  7:32 UTC  (4+ messages)
` [PATCH 1/3] qemu: fix CVE-2015-5225
` [PATCH 2/3] qemu: fix CVE-2015-6855
` [PATCH 3/3] qemu: fix CVE-2015-7295

[Qemu-devel] [PATCH] vhost: Fix aborting if KVM does not support eventfds
 2015-11-16  7:31 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-11-15
 2015-11-16  7:30 UTC 

[RFC] generic NVMe target and NVMe loop driver
 2015-11-16  7:30 UTC  (2+ messages)

[Renesas R-Car][Xen] Hang during Booting Dom0
 2015-11-16  7:29 UTC 

[Cocci] Remove unnecessary null pointer checks?
 2015-11-16  7:28 UTC  (19+ messages)
                              ` [Cocci] [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH] sh-DWARF: Delete unnecessary checks before the function call "mempool_destroy"

[U-Boot] [PATCH v5 1/2] usb: zynqmp: Add XHCI driver support
 2015-11-16  7:23 UTC  (4+ messages)
` [U-Boot] [PATCH v5 2/2] usb: zynqmp: Enable USB XHCI support

[PATCH 1/5] powerpc: Print MSR TM bits in oops message
 2015-11-16  7:22 UTC  (4+ messages)
` [PATCH 4/5] powerpc/tm: Check for already reclaimed tasks

[PATCH] i40e: fix the write flush in vf driver
 2015-11-16  7:19 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] rabbitmq-c:new package
 2015-11-16  7:19 UTC  (2+ messages)

[PATCH] iio/adc/ad9467.c: Add support for AD9649
 2015-11-16  7:18 UTC 

[Qemu-devel] [PATCH v4 0/7] qom: more efficient object property handling
 2015-11-16  7:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 6/7] qom: replace object property list with GHashTable

[PATCH] dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all()
 2015-11-16  7:13 UTC  (2+ messages)

[Bugfix] x86/PCI: Fix regression caused by commit 4d6b4e69a245
 2015-11-16  7:06 UTC  (2+ messages)

[PATCH V9 00/12] Btrfs: Pre subpagesize-blocksize cleanups
 2015-11-16  7:05 UTC  (13+ messages)
` [PATCH V9 01/12] Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [PATCH V9 02/12] Btrfs: Compute and look up csums based on sectorsized blocks
` [PATCH V9 03/12] Btrfs: Direct I/O read: Work "
` [PATCH V9 04/12] Btrfs: fallocate: Work with "
` [PATCH V9 05/12] Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized units
` [PATCH V9 06/12] Btrfs: Search for all ordered extents that could span across a page
` [PATCH V9 07/12] Btrfs: Use (eb->start, seq) as search key for tree modification log
` [PATCH V9 08/12] Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length
` [PATCH V9 09/12] Btrfs: Limit inline extents to root->sectorsize
` [PATCH V9 10/12] Btrfs: Fix block size returned to user space
` [PATCH V9 11/12] Btrfs: Clean pte corresponding to page straddling i_size
` [PATCH V9 12/12] Btrfs: prepare_pages: Retry adding a page to the page cache

[Qemu-devel] [PATCH 0/4] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2015-11-16  5:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH 4/4] target-ppc: Handle NMI guest exit

[PATCH] usb: gadget: Add the console support for usb-to-serial port
 2015-11-16  7:05 UTC 

[Buildroot] [PATCH v2] package/gauche: exclude build on archs not boehm gc ported
 2015-11-16  7:02 UTC  (2+ messages)

[Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops
 2015-11-16  7:01 UTC  (2+ messages)

[Buildroot] [PATCH] package/gauche: fix getcontext not solved error on link
 2015-11-16  7:00 UTC  (2+ messages)

[R-CAR][Lager Board - Bringup with linux kernel4.3]
 2015-11-16  6:58 UTC  (2+ messages)

[PATCH v1 2/2] dma-mapping-common: add DMA attribute - DMA_ATTR_IOMMU_BYPASS
 2015-11-16  6:56 UTC 

[PATCH] IIO: adc: xilinx-xadc-core.c: constify iio_buffer_setup_ops structure
 2015-11-16  6:54 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Optimize bad declarations and redundant assignment
 2015-11-16  6:54 UTC  (3+ messages)

[PATCH] bonding: Offloading bonds to hardware
 2015-11-16  6:54 UTC  (12+ messages)

[PATCH 0/7] some small improvement
 2015-11-16  6:51 UTC  (16+ messages)
` [PATCH 1/7] ipc/shm: is_file_shm_hugepages can be boolean
` [PATCH 2/7] mm/hugetlb: is_file_hugepages "
` [PATCH 3/7] mm/memblock: memblock_is_memory/reserved "
` [PATCH 4/7] mm/vmscan: page_is_file_cache "
` [PATCH 5/7] mm/lru: remove unused is_unevictable_lru function
` [PATCH 6/7] mm/gfp: make gfp_zonelist return directly and bool
` [PATCH 7/7] mm/mmzone: refactor memmap_valid_within

[Buildroot] [PATCH v1 1/1] gmrender-resurrect: new package
 2015-11-16  6:51 UTC  (2+ messages)

[Qemu-devel] [PATCH] iotests: fix race in 030
 2015-11-16  6:49 UTC  (2+ messages)

[Qemu-devel] [PATCH V4 0/6] ide: avoid main-loop hang on CDROM/NFS failure
 2015-11-16  6:48 UTC  (4+ messages)

[U-Boot] [PATCH] Fix sandbox build on Ubuntu 10.04
 2015-11-16  6:48 UTC  (3+ messages)

i2c slave support für i.mx6
 2015-11-16  6:47 UTC  (3+ messages)

flex version
 2015-11-15  6:26 UTC 

[Qemu-devel] Bug with GDB from commit ca3e40e
 2015-11-16  6:45 UTC  (2+ messages)

[PATCH] ASoC: rl6231: fix range of DMIC clock
 2015-11-16  6:41 UTC 

[Qemu-trivial] [PATCH] scsi: remove scsi_req_free prototype
 2015-11-16  6:39 UTC  (2+ messages)
` [Qemu-devel] "

[kernel-hardening]
 2015-11-16  6:38 UTC  (5+ messages)

[LTP] controllers/memcg_stress: Does not work correctly?
 2015-11-16  6:38 UTC 

what's the equivalent function to "schedule_timeout" in xen kernel?
 2015-11-16  6:36 UTC 

[PATCH v6 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2015-11-16  6:33 UTC  (5+ messages)
` [PATCH v6 1/4] gadget: Introduce the usb charger framework
` [PATCH v6 2/4] gadget: Support for "
` [PATCH v6 3/4] gadget: Integrate with the usb gadget supporting for usb charger
` [PATCH v6 4/4] power: wm831x_power: Support USB charger current limit management

MCI bus-width host caps via device tree don't work properly for dw and imx
 2015-11-16  6:32 UTC  (4+ messages)

[Qemu-devel] [PATCH] aio-epoll: Fix use-after-free of node
 2015-11-16  6:32 UTC 

[Buildroot] [PATCH v2 1/1] qemu: add patch to fix SSP support detection
 2015-11-16  6:32 UTC  (8+ messages)

[PATCH v2] mmc/sdhci-acpi: enable sdhci-acpi device to suspend/resume asynchronously
 2015-11-16  6:29 UTC  (4+ messages)
  `  "

[U-Boot] U-Boot, avr32: compiler warning with
 2015-11-16  6:29 UTC 

[U-Boot] PSCI for H3
 2015-11-16  6:26 UTC  (2+ messages)
` [U-Boot] Fwd: "

[Buildroot] headers_install.sh linux/ioport.h
 2015-11-16  6:26 UTC  (2+ messages)

[Qemu-devel] [PULL v2 0/7] Block patches
 2015-11-16  6:25 UTC  (4+ messages)
` [Qemu-devel] [PULL v2 5/7] aio: Introduce aio-epoll.c

[PATCH v3] mmc/sdhci-acpi: enable sdhci-acpi device to suspend/resume asynchronously
 2015-11-16  6:23 UTC 

[PATCH] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
 2015-11-16  6:18 UTC  (2+ messages)

Denys Dmytriyenko : traceframework: overwrite instead of append to DEVICELIST var
 2015-11-16  6:18 UTC 

Denys Dmytriyenko : traceframework: overwrite instead of append to DEVICELIST var
 2015-11-16  6:18 UTC 

[PATCH 2/2] iio: st_sensors: support open drain mode
 2015-11-16  6:15 UTC  (3+ messages)

[PATCH 0/4] VSP1: Add support for lookup tables
 2015-11-16  6:10 UTC  (12+ messages)
` [PATCH 1/4] v4l: vsp1: Fix LUT format setting
` [PATCH 2/4] v4l: vsp1: Add Cubic Look Up Table (CLU) support
` [PATCH 3/4] ARM: Renesas: r8a7790: Enable CLU support in VSPS
` [PATCH 4/4] ARM: Renesas: r8a7791: "

[Qemu-devel] [PATCH v2] virtio-blk: Fix double completion for werror=stop
 2015-11-16  6:10 UTC 

[Qemu-devel] [PATCH for-2.5] block: Call external_snapshot_clean after blockdev-snapshot
 2015-11-16  6:09 UTC  (2+ messages)

[PATCH 1/2] iio: st_sensors: support active-low interrupts
 2015-11-16  6:02 UTC  (2+ messages)

[PATCH V4 0/2] watchdog: Sysfs status read support
 2015-11-16  6:01 UTC  (4+ messages)

[PATCH] ASoC: ak4613: tidyup CTRL1 value selection method
 2015-11-16  6:01 UTC 

linux-next: manual merge of the target-merge tree with the scsi tree
 2015-11-16  5:59 UTC  (3+ messages)

[PATCH 0/1] Add do_configure as dependency only when it exists
 2015-11-16  5:57 UTC  (2+ messages)

[PATCH] ASoC: rt5645: Increase the delay time to imporve the HP pop noise
 2015-11-16  5:55 UTC 

[PATCH 2/2] powerpc/smp: Add smp_muxed_ipi_rm_message_pass
 2015-11-16  5:53 UTC  (2+ messages)
` [2/2] "

[Qemu-devel] [PATCH] virtio-blk: Fix double completion for werror=stop
 2015-11-16  5:52 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/77] ppc: Add "native" POWER8 platform
 2015-11-16  5:41 UTC  (21+ messages)
` [Qemu-devel] [PATCH 02/77] ppc: Use split I/D mmu modes to avoid flushes on interrupts
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 03/77] ppc: Do some batching of TCG tlb flushes
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 04/77] target-ppc: Use sensible POWER8/POWER8E versions
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 05/77] ppc: Update SPR definitions
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 06/77] ppc: Add macros to register hypervisor mode SPRs
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 08/77] ppc: Add number of threads per core to the processor definition
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 11/77] ppc: Create cpu_ppc_set_papr() helper
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 13/77] ppc: tlbie, tlbia and tlbisync are HV only
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 16/77] ppc: Get out of emulation on SMT "OR" ops
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 17/77] ppc: Add PPC_64H instruction flag to POWER7 and POWER8
  ` [Qemu-devel] [Qemu-ppc] "

[PATCH v2] selftests/seccomp: Get page size from sysconf
 2015-11-16  5:42 UTC  (3+ messages)

Problem: crashkernel boots at 512MB address in RAM with kexec -l/-e but not with kexec -p
 2015-11-16  5:35 UTC  (2+ messages)

[PATCH] archiver.bbclass: fix an exception of the mode configured
 2015-11-16  5:33 UTC 

[Recipe reporting system] Upgradable recipe name list
 2015-11-16  5:29 UTC 

Linux 4.4-rc1
 2015-11-16  5:27 UTC  (3+ messages)

[RT PATCH] sched: rt: fix two possible deadlocks in push_irq_work_func
 2015-11-16  5:26 UTC  (8+ messages)

HoG Disconnection=> Reason: Connection Time out
 2015-11-16  5:27 UTC 

[PATCH] cxl: Fix possible idr warning when contexts are released
 2015-11-16  5:20 UTC  (2+ messages)

[PATCH 0/3] Enable two testcases in kselftest
 2015-11-16  5:18 UTC  (5+ messages)
` [PATCH 1/3] selftests/capabilities: align the usage of CFLAGS with others
` [PATCH 2/3] selftests/capabilities: actually test it

[PATCH] archiver.bbclass: fix an exception of the mode configured
 2015-11-16  5:17 UTC  (2+ messages)

[PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification
 2015-11-16  5:16 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/11] dm: timer: x86: 64-bit counter support and tsc timer dm conversion
 2015-11-16  5:03 UTC  (4+ messages)
` [U-Boot] [PATCH v3 05/11] dm: timer: Support 64-bit counter

[PATCH V2 0/2] Fix bugs in the insertion of gpiochip
 2015-11-16  5:02 UTC  (3+ messages)
` [PATCH V2 1/2] gpiolib: improve overlap check of range of gpio
` [PATCH V2 2/2] gpiolib: do not allow to insert an empty gpiochip

[U-Boot] [PATCH 1/2][v2] armv8: LS2080A: Rename LS2085A to reflect LS2080A
 2015-11-16  4:54 UTC  (4+ messages)

[PATCH v2] ASoC: ak4613: add single-end optional property for IN/OUT pins
 2015-11-16  4:51 UTC 

blog article about f2fs on smr drives
 2015-11-16  4:31 UTC 

[PATCH] traceframework: overwrite instead of append to DEVICELIST var
 2015-11-16  4:27 UTC 

[PATCH] sh: sh-sci build failure fix
 2015-11-16  4:27 UTC 

[4.4 regression] 46a7fd8a : pcnet32: use pci_set_dma_mask insted of pci_dma_supported
 2015-11-16  4:21 UTC  (3+ messages)

[PATCH] mtd: spi-nor: fsl-quadspi: add big-endian support
 2015-11-16  4:21 UTC  (6+ messages)

unshare -m should not be a privileged option
 2015-11-16  4:19 UTC  (2+ messages)

[PATCH 1/3] mtd: create a partition type device tree binding
 2015-11-16  4:12 UTC  (10+ messages)

[Intel-wired-lan] [PATCH v5 1/7] Revert "i40e: remove CONFIG_I40E_VXLAN"
 2015-11-16  4:12 UTC  (9+ messages)
` [Intel-wired-lan] [PATCH v5 2/7] net: Add a generic udp_offload_get_port function
` [Intel-wired-lan] [PATCH v5 4/7] net: Generalize udp based tunnel offload
` [Intel-wired-lan] [PATCH v5 6/7] net: Add geneve port offload support and refactor udp_offload
` [Intel-wired-lan] [PATCH v5 7/7] i40e:Add geneve tunnel offload support


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.