All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-08 20:24:05 to 2015-12-08 21:37:47 UTC [more...]

[PATCH V3][for-next] mm: add a new vector based madvise syscall
 2015-12-08 21:37 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/2] apply-patches: only use first field of line for series file
 2015-12-08 21:36 UTC  (5+ messages)
` [Buildroot] [PATCH v2 2/2] ustr: use Debian patches to compile w/ GCC 5.x

[PATCH] soc: TI knav_qmss: fix dma_addr_t printing
 2015-12-08 21:34 UTC  (4+ messages)

GRUB release schedule?
 2015-12-08 21:34 UTC  (4+ messages)

[Buildroot] Help required for adding a package to buildroot
 2015-12-08 21:34 UTC  (2+ messages)

[uml-devel] [PATCH] arch: um: fix error when linking vmlinux
 2015-12-08 21:33 UTC  (2+ messages)

[PATCH] um: fix returns without va_end
 2015-12-08 21:32 UTC  (2+ messages)

[PATCH RFC 1/2] ext4 crypto: add ciphertext_access mount option
 2015-12-08 21:32 UTC  (3+ messages)
` [PATCH RFC 2/2] ext4 crypto: add ioctls to allow backup of encryption metadata

irq_desc use-after-free in smp_irq_move_cleanup_interrupt
 2015-12-08 21:31 UTC  (6+ messages)
` [Bugfix 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer
  ` [Bugfix 4/5] x86/irq: Fix a race condition between vector assigning and cleanup

[PATCH] staging: lustre: add __user attributes to llite/file.c
 2015-12-08 21:30 UTC  (3+ messages)
` [lustre-devel] "

[RFC PATCH 0/3] Machine check recovery when kernel accesses poison
 2015-12-08 21:30 UTC  (6+ messages)
` [PATCH 3/3] x86, ras: Add mcsafe_memcpy() function to recover from machine checks

[RFC][PATCH] misc: Introduce reboot_reason driver
 2015-12-08 21:29 UTC 

[Qemu-devel] [PATCH] sparc: allow CASA with ASI 0xa from user space
 2015-12-08 21:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-2.5] "

New draft standards
 2015-12-08 21:28 UTC  (5+ messages)

[PATCH v2] of/address: replace printk() with pr_debug() / pr_err()
 2015-12-08 21:28 UTC  (4+ messages)

[PATCHv1] x86: rtc_cmos platform device requires legacy irqs
 2015-12-08 21:27 UTC  (9+ messages)
` [Xen-devel] "

[PATCH] ocfs2: constify ocfs2_extent_tree_operations structures
 2015-12-08 21:14 UTC  (3+ messages)
` [Ocfs2-devel] "

RAID 5,6 sequential writing seems slower in newer kernels
 2015-12-08 21:24 UTC  (16+ messages)

[Buildroot] [PATCH v1] bcm2835: new package
 2015-12-08 21:23 UTC 

OVS VXLAN decap rule has full match on TTL for the outer headers?
 2015-12-08 21:23 UTC  (11+ messages)

[PATCH] contrib/subtree: fix "subtree split" skipped-merge bug
 2015-12-08 21:23 UTC  (3+ messages)
` [PATCH v3] "

[Ocfs2-devel] [PATCH] ocfs2: fix SGID not inherited issue
 2015-12-08 21:22 UTC  (2+ messages)

+ ocfs2-fix-sgid-not-inherited-issue.patch added to -mm tree
 2015-12-08 21:21 UTC 

[PATCH v4 00/19] Implement generic IPI support mechanism
 2015-12-08 21:20 UTC  (2+ messages)

[PATCH 1/1] Ibacm: default pkey for partitioned fabrics
 2015-12-08 21:21 UTC  (2+ messages)

4.4-rc0: 5 W+X pages found
 2015-12-08 21:19 UTC  (3+ messages)

[PATCH 00/34] michaelw/toaster/ic-6
 2015-12-08 21:16 UTC  (35+ messages)
` [PATCH 01/34] toaster: localhostbecontroller CustomRecipe now base_recipe is Recipe
` [PATCH 02/34] toaster: models fall back to a sensible string for no vcs reference
` [PATCH 03/34] toaster: ToasterTables simplify filter function move common part to widget
` [PATCH 04/34] toaster: tablejs Add an event handler to manually trigger a data reload
` [PATCH 05/34] toaster: orm Add sum of dependencies size function to PackageDependencyManager
` [PATCH 06/34] toaster: orm make CustomImageRecipe inherit from Recipe
` [PATCH 07/34] toaster: orm: Add db migration for new CustomImageRecipe inheritance change
` [PATCH 08/34] toaster: orm Add ProjectPackage table
` [PATCH 09/34] toaster: orm: Add db migration for new ProjectPackages table
` [PATCH 10/34] toaster: buildinfohelper Add the concept of ProjectPackages
` [PATCH 11/34] toaster: orm add CustomImageRecipe generate contents function
` [PATCH 12/34] toaster: move CustomImageRecipe generation to API entry point
` [PATCH 13/34] toaster: views Add view to download custom recipe
` [PATCH 14/34] toaster: tables Add table for Packages and update SelectPackagesTable
` [PATCH 15/34] toaster: Continue front end features to custom image recipe page
` [PATCH 16/34] toaster: newcustomimage Move modal dialog out of newcustomimage template
` [PATCH 17/34] toaster: Add recipe details page
` [PATCH 18/34] toaster: toastertable remove title from Show all in table
` [PATCH 19/34] toaster: views xhr_customrecipe_packages clean up API
` [PATCH 20/34] toaster: toastergui tests Update to reflect changes to CustomImageRecipe
` [PATCH 21/34] toaster: toastergui tests Add unit test for download custom recipe
` [PATCH 22/34] toaster: orm get_project_layer_versions to return layer_version objects
` [PATCH 23/34] toaster: orm Add convenience method to get all pkgs in a CustomImageRecipe
` [PATCH 24/34] toaster: libtoaster Add createCustomRecipe method
` [PATCH 25/34] toaster: newcustomimage_modal use libtoaster method for new CustomRecipe
` [PATCH 26/34] toaster: tables add recipe download link to CustomImagesTable
` [PATCH 27/34] toaster: tables Change SelectPackagesTable to use ProjectPackage
` [PATCH 28/34] toaster: API allow CustomImageRecipe to be updated after creation
` [PATCH 29/34] toaster: xhr_customrecipe_id change to use ProjectPackage
` [PATCH 30/34] toaster: xhr_customrecipe_packages add GET info for package response
` [PATCH 31/34] toaster: customrecipe Add further front end features using new API
` [PATCH 32/34] toaster: toastergui tests Update package test to use ProjectPackage
` [PATCH 33/34] toaster: tables SelectPackagesTable rename recipe_id to custrecipeid
` [PATCH 34/34] toaster: toastergui tests Add addtional data to the setUp for new tables

[PATCH v2 0/3] Badblock tracking for gendisks
 2015-12-08 21:18 UTC  (7+ messages)
` [PATCH v2 1/3] badblocks: Add core badblock management code

[Buildroot] [PATCH 1/3] package/nodejs: bump 0.10.x branch to version 0.10.41
 2015-12-08 21:18 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/nodejs: bump 0.12.x branch to version 0.12.9
` [Buildroot] [PATCH 3/3] package/nodejs: bump 4.x branch to version 4.2.3

[[RFC PATCH]] lib/ether: fix 16-bit unaligned access
 2015-12-08 21:17 UTC  (7+ messages)

[PATCH 1/2] md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADY
 2015-12-08 21:17 UTC  (4+ messages)
` [PATCH 2/2] md: update comment for md_allow_write

+ ocfs2-dlm-fix-a-race-between-purge-and-migratio.patch added to -mm tree
 2015-12-08 21:16 UTC 

[PATCH] mkfs.f2fs: show correct partition size
 2015-12-08 21:15 UTC 

[Buildroot] [PATCH v7 00/33] efl bump to 1.15.2
 2015-12-08 21:15 UTC  (4+ messages)
` [Buildroot] [PATCH v7 13/33] package/efl/libefl: add OpenGL/OpenGLES support

+ ptrace-use-fsuid-fsgid-effective-creds-for-fs-access-checks.patch added to -mm tree
 2015-12-08 21:14 UTC 

[PATCH v5 0/4] ARM SMC Calling Convention interface
 2015-12-08 21:14 UTC  (2+ messages)

+ security-let-security-modules-use-ptrace_mode_-with-bitmasks.patch added to -mm tree
 2015-12-08 21:14 UTC 

[PATCH] base: Improve handling of switching virtual/x providers
 2015-12-08 21:13 UTC  (3+ messages)

[PATCH 4/5] drm/i915: Only set gem object L3 cache level for IVB devices
 2015-12-08 21:12 UTC  (6+ messages)

[PATCH 0/4] ARM Versatile multi-platform support
 2015-12-08 21:11 UTC  (6+ messages)
` [PATCH 1/4] ARM: versatile: add DT based PCI detection
` [PATCH 2/4] ARM: versatile: switch to DT only booting and remove legacy code
` [PATCH 3/4] ARM: versatile: merge mach code into a single file
` [PATCH 4/4] ARM: versatile: convert to multi-platform

[Buildroot] [PATCH 0/2] Samsung XE303C12 aka Chromebook Snow
 2015-12-08 21:11 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2] vboot-utils: new package

4.4's rdma plate
 2015-12-08 21:07 UTC  (8+ messages)

[PATCH] drm/i915: constify intel_dvo_dev_ops structures
 2015-12-08 20:55 UTC  (2+ messages)

[qemu-mainline test] 65542: tolerable trouble: broken/fail/pass - PUSHED
 2015-12-08 21:07 UTC 

[PATCH] Staging: unisys: fix potential format string leak
 2015-12-08 21:07 UTC 

Custom kernel headers and SDK
 2015-12-08 21:06 UTC 

[PATCH v4 1/5] acpi: pci: Setup MSI domain for ACPI based pci devices
 2015-12-08 21:04 UTC  (4+ messages)

[Buildroot] [PATCH 1/2] wine: Make the sane-config patch obsolete by using configure flags
 2015-12-08 21:02 UTC  (3+ messages)

[PATCH v7 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
 2015-12-08 21:00 UTC  (5+ messages)
` [PATCH v7 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v7 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

device attr cleanup (was: Handle mlx4 max_sge_rd correctly)
 2015-12-08 21:00 UTC 

[Buildroot] [PATCH] alsa-utils: fix conflics with pthread.h
 2015-12-08 20:59 UTC  (2+ messages)

[Buildroot] [PATCH] libsemanage: fix build error when linking with ustr
 2015-12-08 20:59 UTC  (2+ messages)

[Buildroot] [PATCH v1] read-edid: bump version to 3.0.2
 2015-12-08 20:59 UTC  (3+ messages)

[RFC V3] Add gup trace points support
 2015-12-08 20:58 UTC  (6+ messages)
` [PATCH v3 2/7] mm/gup: add gup trace points

Metadata corruption detected at xfs_attr3_leaf_write_verify / Internal error xfs_attr3_leaf_write_verify
 2015-12-08 20:57 UTC  (2+ messages)

user controllable usermodehelper in br_stp_if.c
 2015-12-08 20:56 UTC  (8+ messages)
  ` [PATCH net] bridge: Only call /sbin/bridge-stp for the initial network namespace
        ` [kernel-hardening] "
        ` [Bridge] "

[PATCH 1/2] x86: Fix kernel panic when booting with XD disabled in uEFI firmware
 2015-12-08 20:56 UTC  (11+ messages)

[PATCH 00/10] Begin to use rdmavt for qib
 2015-12-08 20:55 UTC  (5+ messages)
` [PATCH 05/10] IB/qib: Use rdmavt lid defines in qib

[Buildroot] [PATCH] pixman: disable vmx for powerpc CS toolchains
 2015-12-08 20:54 UTC  (2+ messages)

[Buildroot] [git commit] pixman: disable vmx for powerpc CS toolchains
 2015-12-08 20:54 UTC 

[PATCH] chelsio: constify cmac_ops structures
 2015-12-08 20:42 UTC  (2+ messages)

[RFC] Source packages
 2015-12-08 20:53 UTC 

[Buildroot] [PATCH] p11-kit: bump to version 0.23.2
 2015-12-08 20:52 UTC  (2+ messages)

[Buildroot] [git commit] p11-kit: bump to version 0.23.2
 2015-12-08 20:52 UTC 

+ printk-formatstxt-remove-unimplemented-%pt.patch added to -mm tree
 2015-12-08 20:52 UTC 

[Buildroot] [git commit] package/xfsprogs: disable crc32selftest
 2015-12-08 20:51 UTC 

[Buildroot] [PATCH] package/xfsprogs: disable crc32selftest
 2015-12-08 20:51 UTC  (2+ messages)

btrfs scrub can neither start nor cancel
 2015-12-08 20:51 UTC  (2+ messages)

[PATCH] audit: always enable syscall auditing when supported and audit is enabled
 2015-12-08 20:50 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] libgudev: remove systemd dependency
 2015-12-08 20:50 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] Use libgudev as regular dependency

[Qemu-devel] [PATCH] qemu-img / curl: When fetching Content-Size use GET instead of HEAD
 2015-12-08 20:49 UTC  (5+ messages)
` [Qemu-devel] [Qemu-block] "

[Buildroot] [git commit] Use libgudev as regular dependency
 2015-12-08 20:49 UTC 

[PATCH] null_blk: Fix error path in module initialization
 2015-12-08 20:48 UTC  (3+ messages)

[Buildroot] [git commit] libgudev: remove systemd dependency
 2015-12-08 20:48 UTC 

Ques: [kernel/time/*] Is there any disadvantage in using sleep_range for more than 20ms delay ?
 2015-12-08 20:47 UTC  (6+ messages)

[PATCH net-next v2] net: Add fib rules at vrf device create
 2015-12-08 20:48 UTC 

[refpolicy] [PATCH] systemd: add missing file context spec for systemd-user-sessions executable file
 2015-12-08 20:47 UTC 

[PATCH net-next 3/3] geneve: Remote Checksum Offload support
 2015-12-08 20:45 UTC  (3+ messages)
  ` [PATCH] geneve: fix noderef.cocci warnings

+ mm-memblock-use-memblock_insert_region-for-the-empty-array-checkpatch-fixes.patch added to -mm tree
 2015-12-08 20:44 UTC 

+ mm-memblock-use-memblock_insert_region-for-the-empty-array.patch added to -mm tree
 2015-12-08 20:43 UTC 

x86 fpu: command-line parameters broken post-FPU-rewrite
 2015-12-08 20:43 UTC 

[PATCH 00/34] x86: Memory Protection Keys (v5)
 2015-12-08 20:38 UTC  (7+ messages)
` [PATCH 28/34] x86: wire up mprotect_key() system call

[PATCH 1/2] [mdadm] fix bug in assemble
 2015-12-08 20:38 UTC  (2+ messages)

journal discard -> punch hole on fs
 2015-12-08 20:37 UTC 

[PATCH v2 0/2] um: Protect memory mapped file
 2015-12-08 20:37 UTC  (7+ messages)
` [PATCH v2 1/2] um: Set secure access mode for temporary file

[withdrawn] mm-increase-swap_cluster_max-to-batch-tlb-flushes.patch removed from -mm tree
 2015-12-08 20:36 UTC 

[Bug 93300] New: Two Worlds 2 renders water incorrectly
 2015-12-08 20:36 UTC  (2+ messages)
  ` [Bug 93300] "

[B.A.T.M.A.N.] [PATCH-next 1/3] net: propagate upper priv via netdev_master_upper_dev_link
 2015-12-08 20:35 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH-next 2/3] net: add possibility to pass information about upper device via notifier
` [B.A.T.M.A.N.] [PATCH-next 3/3] batman-adv: Act on NETDEV_*_TYPE_CHANGE events

[folded-merged] mm-increase-swap_cluster_max-to-batch-tlb-flushes-fix-2.patch removed from -mm tree
 2015-12-08 20:35 UTC 

[folded-merged] mm-increase-swap_cluster_max-to-batch-tlb-flushes-fix-fix.patch removed from -mm tree
 2015-12-08 20:35 UTC 

[PATCH v4] mmc: meson: Add driver for the SD/MMC host found on Amlogic MesonX SoCs
 2015-12-08 20:35 UTC  (5+ messages)

[folded-merged] mm-increase-swap_cluster_max-to-batch-tlb-flushes-fix.patch removed from -mm tree
 2015-12-08 20:35 UTC 

[Buildroot] About Golang package
 2015-12-08 20:34 UTC  (2+ messages)

[PATCH V6 00/26] Coresight integration with perf
 2015-12-08 20:34 UTC  (6+ messages)

[PATCH] sched: Move sched_entity::avg into separate cache line
 2015-12-08 20:33 UTC  (2+ messages)

[PATCH] drivers: net: xgene: constify xgene_mac_ops and xgene_port_ops structures
 2015-12-08 20:18 UTC 

[PATCH v4 0/3] Badblock tracking for gendisks
 2015-12-08 20:30 UTC  (2+ messages)

[PATCH] btrfs: Introduce new mount option to disable tree log replay
 2015-12-08 20:29 UTC  (9+ messages)

[PATCH iproute2] vrf: Add support for table names
 2015-12-08 20:24 UTC 

[PATCH 0/2] TPM 2.0 trusted key features for v4.5
 2015-12-08 20:24 UTC  (9+ messages)
` [PATCH 2/2] keys, trusted: seal with a policy


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.