All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-21 08:04:02 to 2015-07-21 08:50:15 UTC [more...]

[Qemu-devel] [PATCH] exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get_iotlb()
 2015-07-21  8:50 UTC  (2+ messages)

[PATCH 0/4] sb_write: lockdep fixes/cleanups
 2015-07-21  8:48 UTC  (7+ messages)
` [PATCH 1/4] introduce __sb_{acquire,release}_write() helpers
` [PATCH 2/4] fix the broken lockdep logic in __sb_start_write()
` [PATCH 4/4] change thaw_super() to re-acquire s_writers.lock_map

[PATCH v2] blktap2: update connection handling to fix build with gcc5
 2015-07-21  8:48 UTC  (2+ messages)

[PATCHSET v4 0/5] pagemap: make useable for non-privilege users
 2015-07-21  8:43 UTC  (22+ messages)
` [PATCH v4 1/5] pagemap: check permissions and capabilities at open time
` [PATCH v4 2/5] pagemap: switch to the new format and do some cleanup
` [PATCH v4 3/5] pagemap: rework hugetlb and thp report
` [PATCH v4 4/5] pagemap: hide physical addresses from non-privileged users
` [PATCH v4 5/5] pagemap: add mmap-exclusive bit for marking pages mapped only here
` [PATCH] pagemap: update documentation

[RFC 00/39] GPU scheduler for i915 driver
 2015-07-21  8:50 UTC  (3+ messages)
` [RFC 24/39] drm/i915: Support for 'unflushed' ring idle

[Buildroot] [PATCH] netsnmp: fix static build
 2015-07-21  8:47 UTC 

[PATCH 0/4 v2] Input: zforce - update interrupt handling
 2015-07-21  8:47 UTC  (3+ messages)
` [PATCH 4/4 v2] Input: zforce - enable irq only if we are ready to process it

[PATCH 0/8] Add ODP support using HMM
 2015-07-21  8:30 UTC  (4+ messages)
` [PATCH 3/8] IB/odp: export rbt_ib_umem_for_each_in_range()

[Buildroot] [PATCH V3 0/5] Add ILP32 support in aarch64
 2015-07-21  8:46 UTC  (6+ messages)
` [Buildroot] [PATCH V3 1/5] aarch64: align aarch64_be config with aarch64s'
` [Buildroot] [PATCH V3 2/5] aarch64: ilp32: handle special file name
` [Buildroot] [PATCH V3 3/5] aarch64: ilp32: add ilp32 compiler and linker flags
` [Buildroot] [PATCH V3 4/5] aarch64: ilp32: add ilp32 build config
` [Buildroot] [PATCH V3 5/5] aarch64: ilp32 defconfig examples

[Qemu-devel] [PATCH] qemu-char: handle EINTR for TCP character devices
 2015-07-21  8:45 UTC  (5+ messages)

[PATCH net-next 00/22 v2] Lightweight & flow based encapsulation
 2015-07-21  8:44 UTC  (23+ messages)
` [PATCH net-next 01/22] rtnetlink: introduce new RTA_ENCAP_TYPE and RTA_ENCAP attributes
  ` [PATCH net-next 02/22] lwtunnel: infrastructure for handling light weight tunnels like mpls
  ` [PATCH net-next 03/22] ipv4: support for fib route lwtunnel encap attributes
  ` [PATCH net-next 04/22] ipv6: "
  ` [PATCH net-next 05/22] lwtunnel: support dst output redirect function
  ` [PATCH net-next 06/22] ipv4: redirect dst output to lwtunnel output
  ` [PATCH net-next 12/22] dst: Metadata destinations
` [PATCH net-next 07/22] ipv6: rt6_info output redirect to tunnel output
` [PATCH net-next 08/22] mpls: export mpls functions for use by mpls iptunnels
` [PATCH net-next 09/22] mpls: ip tunnel support
` [PATCH net-next 10/22] ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic
` [PATCH net-next 11/22] icmp: Don't leak original dst into ip_route_input()
` [PATCH net-next 13/22] arp: Inherit metadata dst when creating ARP requests
` [PATCH net-next 14/22] vxlan: Flow based tunneling
` [PATCH net-next 15/22] route: Extend flow representation with tunnel key
` [PATCH net-next 16/22] route: Per route IP tunnel metadata via lightweight tunnel
` [PATCH net-next 17/22] fib: Add fib rule match on tunnel id
` [PATCH net-next 18/22] vxlan: Factor out device configuration
` [PATCH net-next 19/22] openvswitch: Make tunnel set action attach a metadata dst
` [PATCH net-next 20/22] openvswitch: Move dev pointer into vport itself
` [PATCH net-next 21/22] openvswitch: Abstract vport name through ovs_vport_name()
` [PATCH net-next 22/22] openvswitch: Use regular VXLAN net_device device

teuthology rados runs for next
 2015-07-21  8:44 UTC 

next-20150721 build: 2 failures 78 warnings (next-20150721)
 2015-07-21  8:44 UTC 

[RFC PATCH 00/25] Add quota supporting in ubifs
 2015-07-21  8:37 UTC  (31+ messages)
` [PATCH 01/25] fs: introduce a ->s_cdev field into struct super_block
` [PATCH 02/25] ubi: introduce a interface to get cdev in ubi_volume
` [PATCH 03/25] ubifs: fill sb->s_cdev in ubifs_fill_super()
` [PATCH 04/25] fs: super: introduce the functions to get super by cdev reference
` [PATCH 05/25] fs: char_dev: introduce lookup_cdev function to find cdev by name
` [PATCH 06/25] fs: dquot: skip invalidate_bdev if bdev is NULL
` [PATCH 07/25] fs: quota: make quota support fs which is running on char dev
` [PATCH 08/25] ubifs: fix a typo in comment of ubifs_budget_req
` [PATCH 09/25] ubifs: extend budget for blocks
` [PATCH 10/25] ubifs: fill ->s_dev in ubifs_fill_super
` [PATCH 11/25] ubifs: export read_block() from file.c
` [PATCH 12/25] ubifs: introduce quota related mount options
` [PATCH 13/25] ubifs: introduce a field named as budgeted to ubifs_inode
` [PATCH 14/25] ubifs: implement IO functions for quota files
` [PATCH 15/25] ubifs: disable quota in ubifs_put_super
` [PATCH 16/25] ubifs: write quota back in ubifs_sync
` [PATCH 17/25] ubifs: suspend & resume quota properly in ubifs_remount
` [PATCH 18/25] ubifs: record quota information about inode in ubifs_new_inode
` [PATCH 19/25] ubifs: free quota inode information in ubifs_evict_inode
` [PATCH 20/25] ubifs: alloc quota space in ubifs_write_begin
` [PATCH 21/25] ubifs: free quota space in do_truncation and unlink
` [PATCH 22/25] ubifs: adapt quota space informatin in do_setattr
` [PATCH 23/25] ubifs: transfer quota information in changing owner or group
` [PATCH 24/25] ubifs: implement ubifs_qctl_operations for quotactl
` [PATCH 25/25] ubifs: make ubifs to support quota

[PATCH v2] DocBook documentation for IIO
 2015-07-21  8:43 UTC  (2+ messages)
` [PATCH v2] DocBook: Add initial "

[PATCH for-next V6 00/10] Move RoCE GID management to IB/Core
 2015-07-21  8:42 UTC  (4+ messages)
` [PATCH for-next V6 05/10] IB/core: Add RoCE GID table management

[PATCH] intel_pstate: Add get_scaling cpu_defaults param to Knights Landing
 2015-07-21  8:41 UTC 

[U-Boot] [PATCH resend V2 1/3] mtd: nand: mxs support oobsize bigger than 512
 2015-07-21  8:41 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports
` [U-Boot] [PATCH V2 3/3] mtd: nand: mxs invalidate dcache before DMA read

[PATCH] sm750fb: coding style fixes in _accel.h,__help.h
 2015-07-21  8:39 UTC  (9+ messages)
` [PATCH 1/2] sm750fb: coding style fixes lines over 80 chars
  ` [PATCH 2/2] sm750fb: coding style fixes lines over 80 chars - v2

interference on display, Intel 945GM, 32bit system, kernel next
 2015-07-21  8:41 UTC  (3+ messages)

[PATCH v3 0/4] arm: tegra: implement NVEC driver using tegra i2c
 2015-07-21  8:38 UTC  (9+ messages)
` [PATCH v3 4/4] dt: paz00: define nvec as child of i2c bus

[PATCH RFC V1 0/3] da9062: Add DA9062 RTC support using the existing DA9063 RTC driver
 2015-07-21  8:39 UTC  (9+ messages)
` [PATCH RFC V1 2/3] rtc: da9063: Add DA9062 RTC capability to "
        ` [rtc-linux] "
            ` [rtc-linux] "

[PATCH] blktap2: update connection handling to fix build with gcc5
 2015-07-21  8:38 UTC  (7+ messages)

Can't mount btrfs volume on rbd
 2015-07-21  8:38 UTC  (9+ messages)

[PATCH V4 0/5] Added ST LSM303AGR sensor
 2015-07-21  8:35 UTC  (6+ messages)
` [PATCH V4 1/5] iio: st-sensors: add configuration for WhoAmI address
` [PATCH V4 2/5] iio: st-sensors: add support for single full scale device
` [PATCH V4 3/5] iio: st_magn: Add irq trigger handling
` [PATCH V4 4/5] iio: st-accel: add support for lsm303agr accelerometer
` [PATCH V4 5/5] iio: st-magn: add support for lsm303agr magnetometer

[Qemu-devel] [PATCH v2] net-hub: Drop can_receive
 2015-07-21  8:36 UTC  (6+ messages)

[PATCH] mtd: mtdram: check offs and len in mtdram->erase
 2015-07-21  8:30 UTC 

master - wiping: log_warn instead of log_error if blkid wipe ignored for a signature
 2015-07-21  8:35 UTC 

[PATCH v10 0/7] sched: Rewrite runnable load and utilization average tracking
 2015-07-21  1:08 UTC  (4+ messages)
` [PATCH v10 6/7] sched: Provide runnable_load_avg back to cfs_rq

what is the use of #ifndefs
 2015-07-21  8:33 UTC  (3+ messages)

[RFC Patch V1 00/12] Reorganize struct msi_desc to prepare for support of generic MSI
 2015-07-21  8:31 UTC  (3+ messages)

[PATCH] spi: mpc512x-psc: fix compiler warning about uninitialized variable
 2015-07-21  8:30 UTC  (2+ messages)

[PATCH v3 0/6] drm/rockchip: fixes and new features
 2015-07-21  8:28 UTC  (21+ messages)
` [PATCH v3 1/6] drm/rockchip: vop: Fix virtual stride calculation
` [PATCH v3 2/6] drm/rockchip: vop: Fix window dest start point
` [PATCH v3 3/6] drm/rockchip: vop: Add yuv plane support
` [PATCH v3 4/6] drm/rockchip: vop: Default enable win2/3 area0 bit
` [PATCH v3 5/6] drm/rockchip: vop: restore vop registers when resume
` [PATCH v3 6/6] drm/rockchip: vop: support plane scale

[GIT PULL] x86/ras material for 4.3 queue
 2015-07-21  8:29 UTC  (3+ messages)
` [PATCH 1/7] x86/mce: Provide a lockless memory pool to save error records

[PATCH V2] x86/mm/pat: Do a small optimization and fix in reserve_memtype
 2015-07-21  8:26 UTC  (3+ messages)

[PATCH] x86, acpi: Handle xapic/x2apic entries in MADT
 2015-07-21  8:27 UTC  (4+ messages)

[Xenomai] Unable to Read from Pipe
 2015-07-21  8:26 UTC  (6+ messages)

[PATCH] Do not reserve crashkernel high memory if crashkernel low memory reserving failed
 2015-07-21  8:23 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/4] Fix builds for MIPS64 N32
 2015-07-21  8:23 UTC  (6+ messages)

[PATCH] drop <stddef.h> includes
 2015-07-21  8:22 UTC 

[PATCH 0/3] drm/i915/bxt: HPD long/short pulse detect support on port A
 2015-07-21  8:21 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: combine i9xx_get_hpd_pins and pch_get_hpd_pins
` [PATCH 2/3] drm/i915: don't use HPD_PORT_A as an alias for HPD_NONE

[Qemu-devel] [PULL for-2.4 0/7] update ipxe roms, fix efi support
 2015-07-21  8:21 UTC  (3+ messages)

Kernel broken on processors without performance counters
 2015-07-21  8:21 UTC  (7+ messages)

[Qemu-devel] [PULL for-2.4 0/7] Net patches
 2015-07-21  8:20 UTC  (2+ messages)

[RFC ebeam PATCH 0/3] new USB eBeam input driver
 2015-07-21  8:19 UTC  (4+ messages)
` [RFC ebeam PATCH 2/2] input: misc: New "

add a bi_error field to struct bio V3
 2015-07-21  8:19 UTC  (3+ messages)
` [PATCH] block: add a bi_error field to struct bio
  ` [dm-devel] "

[PATCH 0/3] omap_hsmmc: Fix card enumeration failure on
 2015-07-21  8:16 UTC  (5+ messages)
` [PATCH 3/3] mmc: host: omap_hsmmc: Add custom card detect irq handler

[PATCH V3 0/5] Added ST LSM303AGR sensor
 2015-07-21  8:14 UTC  (6+ messages)
` [PATCH V3 1/5] iio: st-sensors: add configuration for WhoAmI address
` [PATCH V3 2/5] iio: st-sensors: add support for single full scale device
` [PATCH V3 3/5] iio: st_magn: Add irq trigger handling
` [PATCH V3 4/5] iio: st-accel: add support for lsm303agr accelerometer
` [PATCH V3 5/5] iio: st-magn: add support for lsm303agr magnetometer

[PATCH 00/11] Enable access to SPI NOR flash on Samsung Snow board
 2015-07-21  8:14 UTC  (10+ messages)
` [PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size

[PATCH V3] powerpc/irq: Enable some more exceptions in /proc/interrupts interface
 2015-07-21  8:13 UTC  (2+ messages)

[PATCH] drivers/irqchip: replace pr_warning by pr_warn
 2015-07-21  8:11 UTC  (3+ messages)

ethdev cleanup following hotplug changes
 2015-07-21  8:10 UTC  (3+ messages)

[Qemu-devel] [PATCH] Merge memory_region_init_reservation() into memory_region_init_io()
 2015-07-21  8:11 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] arm: mvebu: Add SPL SDIO/MMC boot support
 2015-07-21  8:10 UTC  (6+ messages)
` [U-Boot] [PATCH 3/5] kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS

Login attempt
 2015-07-21  8:03 UTC  (2+ messages)

[PATCH V4 0/7] i2c: qup: Add support for v2 tags and bam dma
 2015-07-21  8:09 UTC  (6+ messages)
` [PATCH V4 4/7] i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit

[Qemu-devel] [PATCH for-2.5 0/8] s390x: storage key migration
 2015-07-21  8:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-2.5 7/8] s390x: Migrate guest storage keys (initial memory only)

[PATCH v2 0/4] x86, mm: Handle large PAT bit in pud/pmd interfaces
 2015-07-21  8:05 UTC  (3+ messages)

linux 4.2-rc1 broken Nokia N900
 2015-07-21  8:04 UTC  (11+ 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.