All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-29 06:21:39 to 2016-02-29 08:17:20 UTC [more...]

[PATCH v18 00/22] Richacls (Core and Ext4)
 2016-02-29  8:17 UTC  (16+ messages)
` [PATCH v18 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v18 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v18 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v18 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v18 06/22] richacl: In-memory representation and helper functions
` [PATCH v18 07/22] richacl: Permission mapping functions
` [PATCH v18 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v18 09/22] richacl: Permission check algorithm
` [PATCH v18 10/22] posix_acl: Unexport acl_by_type and make it static
  ` [PATCH v18 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
  ` [PATCH v18 11/22] vfs: Cache base_acl objects in inodes
  ` [PATCH v18 13/22] vfs: Cache richacl in struct inode
` [PATCH v18 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v18 14/22] richacl: Update the file masks in chmod()
` [PATCH v18 15/22] richacl: Check if an acl is equivalent to a file mode

[Buildroot] [dropbear] fail ssh conection with Passwords encoding SHA-256 or SHA-512
 2016-02-29  8:16 UTC  (3+ messages)

2.02~beta3 release
 2016-02-29  8:16 UTC  (4+ messages)

[PATCH v3 0/5] Btrfs in-band de-duplication tests cases
 2016-02-29  8:15 UTC  (6+ messages)
` [PATCH v3 1/5] fstests: rename _require_btrfs to _require_btrfs_subcommand
` [PATCH v3 2/5] fstests: btrfs: Add basic test for btrfs in-band de-duplication
` [PATCH v3 3/5] fstests: btrfs: Add testcase for btrfs dedup enable disable race test
` [PATCH v3 4/5] fstests: btrfs: Add per inode dedup flag test
` [PATCH v3 5/5] fstests: btrfs: Test inband dedup with balance

[Qemu-devel] [PATCH v2 0/6] external backup api
 2016-02-29  8:14 UTC  (14+ messages)

[ceph-fuse] fuse fails to invalidate dentry when ceph-fuse mounts sub directory as root_directory
 2016-02-29  8:13 UTC 

[RFC PATCH] xen-block: introduces extra request to pass-through SCSI commands
 2016-02-29  8:12 UTC  (2+ messages)

acmesystems Arietta (AT91SAM9G25)
 2016-02-29  8:10 UTC  (2+ messages)

[meta-oe] [PATCH] Upgrade libvpx to v1.5.0
 2016-02-29  8:08 UTC  (2+ messages)
` [meta-oe] [PATCH] libvpx: upgrade to version 1.5.0

[GIT PULL] i.MX clock driver update for 4.6
 2016-02-29  8:06 UTC  (2+ messages)

[PATCHv2 0/2] fs/pstore: Use memcpy_from/toio() instead of memcpy
 2016-02-29  8:04 UTC  (5+ messages)

[PATCH V4 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-02-29  8:03 UTC  (4+ messages)
` [PATCH V4 17/23] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks

[PATCH v1 0/10] Support for creating/using Stolen memory backed objects
 2016-02-29  7:39 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: Add support for mapping an object page by page
` [PATCH 02/10] drm/i915: Introduce i915_gem_object_get_dma_address()
` [PATCH 03/10] drm/i915: Use insert_page for pwrite_fast
` [PATCH 04/10] drm/i915: Clearing buffer objects via CPU/GTT
` [PATCH 05/10] drm/i915: Support for creating Stolen memory backed objects
` [PATCH 06/10] drm/i915: Propagating correct error codes to the userspace
` [PATCH 07/10] drm/i915: Add support for stealing purgable stolen pages
` [PATCH 08/10] drm/i915: Support for pread/pwrite from/to non shmem backed objects
` [PATCH 09/10] drm/i915: Migrate stolen objects before hibernation
` [PATCH 10/10] drm/i915: Disable use of stolen area by User when Intel RST is present

[PATCH for 4.5] media.h: use hex values for the range offsets, move connectors base up
 2016-02-29  8:02 UTC 

[Buildroot] [v3, 0/4] Supporting building a second Barebox config
 2016-02-29  8:01 UTC  (9+ messages)
` [Buildroot] [v3, 1/4] barebox: prepare for secondary config build
` [Buildroot] [v3, 2/4] barebox: adds option to build secondary config

[PATCH] x86, pkeys: fix siginfo ABI breakage from new field
 2016-02-29  8:01 UTC  (10+ messages)
            ` [PATCH v2] signals, pkeys: make si_pkey 32 bits

[PATCH 6/7] avahi: make dbus optional but default
 2016-02-29  8:00 UTC  (3+ messages)

[PATCH v4 1/5] staging/android: add num_fences field to struct sync_file_info
 2016-02-29  7:59 UTC  (6+ messages)
` [PATCH v4 5/5] staging/android: add flags member to sync ioctl structs

[PATCH] staging: dgnc: Remove useless and deadly judgment
 2016-02-29  7:58 UTC  (2+ messages)

[PATCH 1/2] ARM: tegra: beaver: add missing serial alias
 2016-02-29  7:57 UTC  (2+ messages)

linux-next: manual merge of the iommu tree with the samsung-krzk tree
 2016-02-29  7:56 UTC  (2+ messages)

[linux-4.1 test] 84400: regressions - FAIL
 2016-02-29  7:56 UTC 

[PATCH v2 RESEND 0/5] Btrfs in-band de-duplication tests cases
 2016-02-29  7:55 UTC  (7+ messages)
` [PATCH v2 RESEND 2/5] fstests: btrfs: Add basic test for btrfs in-band de-duplication

[Qemu-devel] [PATCH 3/3] replay: introduce block devices record/replay
 2016-02-29  7:54 UTC  (13+ messages)

[U-Boot] [PATCH v2 0/3] x86: Support booting SeaBIOS
 2016-02-29  7:54 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] "
` [U-Boot] [PATCH v2 2/3] x86: qemu: Enable ACPI table generation by default
` [U-Boot] [PATCH v2 3/3] x86: Document how to play with SeaBIOS

(Un)Stable release team
 2016-02-29  7:53 UTC  (3+ messages)

[LTP] [PATCH 1/2] request_key/request_key01.c: add new testcase
 2016-02-29  7:53 UTC  (2+ messages)
` [LTP] [PATCH 2/2] request_key/request_key02.c: "

[PATCH for v4.5] media.h: increase the spacing between function ranges
 2016-02-29  7:52 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Add missing headers for bool type
 2016-02-29  7:51 UTC 

[RFC PATCH 1/2] powerpc/mm: Update prot_none implementation using _PAGE_READ
 2016-02-29  7:49 UTC  (4+ messages)
` [RFC PATCH 2/2] powerpc/mm: Replace _PAGE_USER with _PAGE_PRIV

[PATCH 1/3] bootm: fix uImage crashes when no partition is given
 2016-02-29  7:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] net: netmap: implement virtio-net header probe
 2016-02-29  7:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3] net: netmap: probe netmap interface for virtio-net header

[PATCH] mm: __delete_from_page_cache WARN_ON(page_mapped)
 2016-02-29  7:44 UTC  (3+ messages)

log spammed with "loading xx failed with error -2" since commit e40ba6d56b [replace call to fw_read_file_contents() with kernel version]
 2016-02-29  7:41 UTC  (6+ messages)

[PATCH] [RFC] mm/page_ref, crypto/async_pq: don't put_page from __exit
 2016-02-29  7:40 UTC  (4+ messages)

BUG: unable to handle kernel paging request from pty_write [was: Linux 4.4.2]
 2016-02-29  7:39 UTC  (4+ messages)

[Bug 86539] New: [NVAC] Trying to register nv_backlight after NV96 did it
 2016-02-29  7:39 UTC  (2+ messages)
  ` [Bug 86539] "

[U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property
 2016-02-29  7:38 UTC  (16+ messages)

[PATCH v5] perf/x86/amd/power: Add AMD accumulated power reporting mechanism
 2016-02-29 15:40 UTC  (4+ messages)

[U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command
 2016-02-29  7:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] Introduce 'status' property for netfilter
 2016-02-29  7:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/2] filter: Add 'status' property for filter object
` [Qemu-devel] [PATCH v2 2/2] filter-buffer: Add status_changed callback processing

[LTP] LTP test coverage ?
 2016-02-29  7:36 UTC 

[PATCH 0/5] HWRNG: add support for HW Random Number Generators
 2016-02-29  7:33 UTC  (5+ messages)
` [PATCH 1/5] drivers: add simple hw_random implementation
` [PATCH 5/5] hw_random: add driver for Freescale RNGC

[PATCH v2] staging: iio: adc: Replace of_iomap() with devm_ioremap_resource()
 2016-02-29  7:33 UTC 

[U-Boot] [PATCH 00/12] x86: Support booting SeaBIOS
 2016-02-29  7:32 UTC  (31+ messages)
` [U-Boot] [PATCH 01/12] x86: Move asm/arch-coreboot/tables.h to a common place
` [U-Boot] [PATCH 02/12] x86: Move sysinfo related to sysinfo.h
` [U-Boot] [PATCH 03/12] x86: Clean up coreboot_tables.h
` [U-Boot] [PATCH 04/12] x86: Change to use start/end address pair in write_tables()
` [U-Boot] [PATCH 05/12] x86: Use a macro for ROM table alignment
` [U-Boot] [PATCH 06/12] x86: Change write_acpi_tables() signature a little bit
` [U-Boot] [PATCH 07/12] x86: Simplify codes in write_tables()
` [U-Boot] [PATCH 08/12] x86: Support writing configuration tables in high area
` [U-Boot] [PATCH 09/12] x86: Implement functions for writing coreboot table
` [U-Boot] [PATCH 12/12] x86: Document how to play with SeaBIOS

[PATCH V6 00/10] Add generic PM domain support for Tegra
 2016-02-29  7:30 UTC  (13+ messages)
` [PATCH V6 01/10] PM / Domains: Fix removal of a subdomain
` [PATCH V6 02/10] PM / Domains: Add function to get the last domain added
` [PATCH V6 03/10] PM / Domains: Add function to remove a pm-domain
` [PATCH V6 05/10] Documentation: DT: bindings: Add power domain info for NVIDIA PMC
` [PATCH V6 06/10] soc: tegra: pmc: Wait for powergate state to change
` [PATCH V6 10/10] ARM64: tegra: Add audio PM domain device node for Tegra210

[Buildroot] [autobuild.buildroot.net] Build results for 2016-02-28
 2016-02-29  7:30 UTC 

[RFC] PCI: PTM Driver
 2016-02-29  7:29 UTC  (2+ messages)
` [PATCH] PCI: PTM preliminary implementation

[RFC] PCI: PTM Driver
 2016-02-29  7:28 UTC 

[GIT PULL] tpmdd fix
 2016-02-29  7:28 UTC  (2+ messages)

[Qemu-devel] [PATCHv2 0/7] Allow EEH on spapr-pci-host-bridge devices
 2016-02-29  7:28 UTC  (12+ messages)
` [Qemu-devel] [PATCHv2 1/7] vfio: Start improving VFIO/EEH interface
` [Qemu-devel] [PATCHv2 2/7] spapr_pci: Switch to vfio_eeh_as_op() interface
` [Qemu-devel] [PATCHv2 3/7] spapr_pci: Eliminate class callbacks
` [Qemu-devel] [PATCHv2 4/7] spapr_pci: Allow EEH on spapr-pci-host-bridge
` [Qemu-devel] [PATCHv2 5/7] spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridge
` [Qemu-devel] [PATCHv2 6/7] spapr_pci: Remove finish_realize hook
` [Qemu-devel] [PATCHv2 7/7] vfio: Eliminate vfio_container_ioctl()

[Qemu-devel] An ivshmem + chardev peculiarity
 2016-02-29  7:26 UTC 

[PATCH 0/9] powerpc32: set of optimisation of network checksum functions
 2016-02-29  7:26 UTC  (7+ messages)
` [PATCH 4/9] powerpc: inline ip_fast_csum()
` [PATCH 8/9] powerpc: simplify csum_add(a, b) in case a or b is constant 0

[RFC/PATCH] lockfile: improve error message when lockfile exists
 2016-02-29  7:25 UTC  (3+ messages)

use the new CQ API in the mlx5 driver
 2016-02-29  7:23 UTC  (4+ messages)
` [PATCH] IB/mlx5: Convert UMR CQ to new CQ API

[U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model
 2016-02-29  7:18 UTC  (5+ messages)

[ovmf test] 84435: regressions - FAIL
 2016-02-29  7:14 UTC 

Separate taskset arguments from the command arguments
 2016-02-29  7:12 UTC  (4+ messages)

Removing Hob for 2.1
 2016-02-29  7:12 UTC  (4+ messages)
` [Openembedded-architecture] Standalone image writer

[Qemu-devel] [PATCH] net/filter-redirector:Add filter-redirector
 2016-02-29  7:11 UTC  (6+ messages)

[Qemu-devel] [RFC PATCH v0 0/6] Core based CPU hotplug for PowerPC sPAPR
 2016-02-29  7:11 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v0 3/6] spapr: Represent boot CPUs as spapr-cpu-core devices

[PATCH Resend] Input: ads7846: Add description how to use internal reference (ADS7846)
 2016-02-29  7:06 UTC 

[PATCH] staging: iio: adc: Use devm_ioremap_resource() instead of of_iomap()
 2016-02-29  7:04 UTC  (2+ messages)

[RFC PATCH] proc: do not include shmem and driver pages in /proc/meminfo::Cached
 2016-02-29  7:03 UTC  (7+ messages)

[PATCH] ext4: use directio end_io error status to finish unwritten aio dio correctly
 2016-02-29  7:03 UTC  (5+ messages)

[PATCH] staging: iio: adc: spear_adc: Use devm_iio_device_register
 2016-02-29  7:03 UTC  (2+ messages)

[ANNOUNCE] xfs: for-next branch updated to f012de6
 2016-02-29  7:01 UTC 

[PATCH] remove warn when bdi is unregisterd in __mark_inode_dirty()
 2016-02-29  7:03 UTC 

[Qemu-devel] [PULL 0/8] ppc-for-2.6 queue 20160229
 2016-02-29  6:58 UTC  (9+ messages)
` [Qemu-devel] [PULL 1/8] spapr_rng: disable hotpluggability
` [Qemu-devel] [PULL 2/8] spapr_pci: kill useless variable in rtas_ibm_change_msi()
` [Qemu-devel] [PULL 3/8] spapr_pci: fix irq leak in RTAS ibm, change-msi
` [Qemu-devel] [PULL 4/8] spapr: disable vmdesc submission for old machines
` [Qemu-devel] [PULL 5/8] dbdma: warn when using unassigned channel
` [Qemu-devel] [PULL 6/8] spapr: skip configuration section during migration of older machines
` [Qemu-devel] [PULL 7/8] migration: allow machine to enforce configuration section migration
` [Qemu-devel] [PULL 8/8] xics: report errors with the QEMU Error API

alfa awus036nhr v2 and module rtl8xxxu
 2016-02-29  6:57 UTC  (10+ messages)

[PATCH 0/9] FP/VEC/VSX switching optimisations
 2016-02-29  6:53 UTC  (10+ messages)
` [PATCH 1/9] selftests/powerpc: Test the preservation of FPU and VMX regs across syscall
` [PATCH 2/9] selftests/powerpc: Test preservation of FPU and VMX regs across preemption
` [PATCH 3/9] selftests/powerpc: Test FPU and VMX regs in signal ucontext
` [PATCH 4/9] powerpc: Explicitly disable math features when copying thread
` [PATCH 5/9] powerpc: Restore FPU/VEC/VSX if previously used
` [PATCH 6/9] powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two
` [PATCH 7/9] powerpc: Add the ability to save FPU without giving it up
` [PATCH 8/9] powerpc: Add the ability to save Altivec "
` [PATCH 9/9] powerpc: Add the ability to save VSX "

staging: libxl compile error in libxl__domain_save
 2016-02-29  6:54 UTC  (7+ messages)

[PATCH V2] ARM64: tegra: Add support for Google Pixel C
 2016-02-29  6:54 UTC  (4+ messages)
` [PATCH V3] "

[RFC 1/1] i.MX: IPUv3: Add parallel display support
 2016-02-29  6:50 UTC  (2+ messages)

[U-Boot] [PATCH] ls102xa: fdt: Update FSL_QSPI_COMPAT and FSL_DSPI_COMPAT
 2016-02-29  6:50 UTC 

[U-Boot] Problem with attaching UBI partition
 2016-02-29  6:47 UTC  (5+ messages)

Ceph space amplification ratio with write is more than 2
 2016-02-29  6:47 UTC  (5+ messages)

[ANNOUNCE] xfstests: master branch updated to 9f7bf79
 2016-02-29  6:46 UTC 

[PATCH v3 0/2] make sigaltstack() compatible with swapcontext()
 2016-02-29  6:29 UTC  (4+ messages)
` [PATCH 1/2] sigaltstack: implement SS_AUTODISARM flag

[PATCH for next] fixup! common: oftree: Add fuction to register set status fixup
 2016-02-29  6:43 UTC  (2+ messages)

[PATCH] mmc: tegra: Disable UHS-I modes for tegra114
 2016-02-29  6:43 UTC  (3+ messages)

[PATCH] dev_request_mem_region -> dev_request_mem_resource conversion
 2016-02-29  6:41 UTC  (4+ messages)
` [PATCH 3/3] driver: replace dev_request_mem_region with dev_request_mem_resource

[PATCH v2 net] bonding: don't use stale speed and duplex information
 2016-02-29  6:41 UTC  (6+ messages)

[PATCH 1/2] omap5-sgx-ddk-um-linux: remove version 1.9.0.12 as replaced by 1.14.3699939
 2016-02-29  6:42 UTC  (2+ messages)
` [PATCH 2/2] omapdrm_pvr: remove version 1.9.2253347 "

[PATCH v10 0/2] cpufreq: powernv: Export throttle stat attributes and a bug fix
 2016-02-29  6:39 UTC  (4+ messages)
` [PATCH v10 2/2] cpufreq: powernv: Add sysfs attributes to show throttle stats

linux-next: manual merge of the target-merge tree with the net-next tree
 2016-02-29  6:39 UTC  (2+ messages)

[PATCH 00/12] drm/dp: Extend DRM DP link helpers
 2016-02-29  6:38 UTC  (7+ messages)
` [PATCH 11/12] drm/dp: Read AUX read interval from DPCD
` [PATCH 12/12] drm/dp: Add drm_dp_link_choose() helper

[PATCH] staging: iio: accel: Replace iio_device_register with devm_iio_device_register
 2016-02-29  6:37 UTC  (2+ messages)

[PATCH] f2fs: modify the readahead method in ra_node_page()
 2016-02-29  6:29 UTC 

[PATCH] selftests/powerpc: Remove -flto from common CFLAGS
 2016-02-29  6:29 UTC 

50a6c8ef - xmalloc_array
 2016-02-29  6:30 UTC 

[PATCH] mm/zsmalloc: add compact column to pool stat
 2016-02-29  6:26 UTC  (4+ messages)

[ANNOUNCE] xfsprogs: for-next branch updated to c062cfe
 2016-02-29  6:23 UTC 

PROBLEM: Cpufreq constantly keeps frequency at maximum on 4.5-rc4
 2016-02-29  6:22 UTC  (13+ messages)

[Qemu-devel] [PATCH 00/12] Allow EEH on spapr-pci-host-bridge devices
 2016-02-29  6:20 UTC  (6+ messages)
` [Qemu-devel] [PATCH 04/12] spapr_pci: Fold spapr_phb_vfio_eeh_configure() into spapr_pci code


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.