public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-22 18:53:39 to 2013-03-23 05:16:06 UTC [more...]

[PATCH] dm: dm-cache fails to write the cache device in writethrough mode
 2013-03-23  5:15 UTC  (10+ messages)
    `  "
  ` [dm-devel] "
` [dm-devel] [PATCH] "

[PATCH 2/9] vfs: export do_splice_direct() to modules
 2013-03-23  4:41 UTC  (8+ messages)
` [PATCH 0/9] overlay filesystem: request for inclusion (v17)

[PATCH v12 0/5] block layer runtime pm
 2013-03-23  4:23 UTC  (7+ messages)
` [PATCH v12 1/5] block: add a flag to identify PM request
` [PATCH v12 2/5] scsi: use REQ_PM in sd's runtime suspend operation
` [PATCH v12 3/5] block: add runtime pm helpers
` [PATCH v12 4/5] block: implement runtime pm strategy
` [PATCH v12 5/5] sd: change to auto suspend mode

[PATCH 1/6] of/pci: Provide support for parsing PCI DT ranges property
 2013-03-23  4:09 UTC  (6+ messages)
` [PATCH 2/6] of/pci: Add of_pci_parse_bus_range() function
` [PATCH 3/6] pci: infrastructure to add drivers in drivers/pci/host
` [PATCH 4/6] pci: Add PCIe driver for Samsung Exynos
` [PATCH 5/6] ARM: EXYNOS: Enable PCIe support for Exynos5440
` [PATCH 6/6] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC

[git patches] libata minor updates
 2013-03-23  4:02 UTC 

[RT LATENCY] 249 microsecond latency caused by slub's unfreeze_partials() code
 2013-03-23  3:51 UTC  (3+ messages)

[PATCH RESEND v11 0/4] block layer runtime pm
 2013-03-23  3:37 UTC  (3+ messages)

[PATCH -next] mailbox: fix invalid use of sizeof in mailbox_msg_send()
 2013-03-23  3:24 UTC  (2+ messages)

ipc,sem: sysv semaphore scalability
 2013-03-23  3:19 UTC  (8+ messages)
` [PATCH 7/7] ipc,sem: fine grained locking for semtimedop
    ` [PATCH 7/7 part3] fix for sem_lock

[linux-next] Not able to fetch next-20130321
 2013-03-23  3:07 UTC  (5+ messages)

[Suggestion] PowerPC: kernel: cross compiling issue with allmodconfig
 2013-03-23  2:51 UTC  (8+ messages)

[PATCH] hw_random: Add Broadcom BCM2835 RNG Driver
 2013-03-23  2:44 UTC  (2+ messages)

[PATCH] watchdog: Add Broadcom BCM2708 watchdog timer driver
 2013-03-23  2:24 UTC  (2+ messages)

drm/nouveau: Possible hardware corruption of older GeForce card
 2013-03-23  1:40 UTC  (6+ messages)

RFC: Kernel lock elision for TSX
 2013-03-23  1:25 UTC  (30+ messages)
` [PATCH 01/29] tsx: Add generic noop macros for RTM intrinsics
` [PATCH 02/29] x86, tsx: Add "
` [PATCH 03/29] tsx: Add generic disable_txn macros
` [PATCH 04/29] tsx: Add generic linux/elide.h macros
` [PATCH 05/29] x86, tsx: Add a minimal RTM tester at bootup
` [PATCH 06/29] checkpatch: Don't warn about if ((status = _xbegin()) == _XBEGIN_STARTED)
` [PATCH 07/29] x86, tsx: Don't abort immediately in __read/write_lock_failed
` [PATCH 08/29] locking, tsx: Add support for arch_read/write_unlock_irq/flags
` [PATCH 09/29] x86, xen: Support arch_spin_unlock_irq/flags
` [PATCH 10/29] locking, tsx: Add support for arch_spin_unlock_irq/flags
` [PATCH 11/29] x86, paravirt: Add support for arch_spin_unlock_flags/irq
` [PATCH 12/29] x86, tsx: Add a per thread transaction disable count
` [PATCH 13/29] params: Add a per cpu module param type
` [PATCH 14/29] params: Add static key module param
` [PATCH 15/29] x86, tsx: Add TSX lock elision infrastructure
` [PATCH 16/29] locking, tsx: Allow architecture to control mutex fast path owner field
` [PATCH 17/29] x86, tsx: Enable lock elision for mutexes
` [PATCH 18/29] locking, tsx: Abort is mutex_is_locked()
` [PATCH 19/29] x86, tsx: Add support for rwsem elision
` [PATCH 20/29] x86, tsx: Enable elision for read write spinlocks
` [PATCH 21/29] locking, tsx: Protect assert_spin_locked() with _xtest()
` [PATCH 22/29] locking, tsx: Add a trace point for elision skipping
` [PATCH 23/29] x86, tsx: Add generic per-lock adaptive lock elision support
` [PATCH 24/29] x86, tsx: Use adaptive elision for mutexes
` [PATCH 25/29] x86, tsx: Add adaption support for spinlocks
` [PATCH 26/29] x86, tsx: Add adaptation support to rw spinlocks
` [PATCH 27/29] locking, tsx: Add elision to bit spinlocks
` [PATCH 28/29] x86, tsx: Add adaptive elision for rwsems
` [PATCH 29/29] tsx: Add documentation for lock-elision

[PATCH 00/11] Optimize SHA256 and SHA512 for Intel x86_64 with SSSE3, AVX or AVX2 instructions
 2013-03-23  0:55 UTC  (15+ messages)
` [PATCH 01/11] Added macro to check for AVX2 feature
` [PATCH 02/11] Expose SHA256 generic routine to be callable externally
` [PATCH 03/11] Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions
` [PATCH 04/11] Optimized sha256 x86_64 assembly routine with AVX instructions
` [PATCH 05/11] Optimized sha256 x86_64 routine using AVX2's RORX instructions
` [PATCH 06/11] Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions
` [PATCH 07/11] Expose generic sha512 routine to be callable from other modules
` [PATCH 08/11] Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions
` [PATCH 09/11] Optimized SHA512 x86_64 assembly routine using AVX instructions
` [PATCH 10/11] Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction
` [PATCH 11/11] Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions

[ANNOUNCE] 3.6.11-rt31
 2013-03-23  0:44 UTC  (2+ messages)

[PATCH v2 0/8] watchdog: w83627hf: Convert to watchdog infrastructure
 2013-03-23  0:28 UTC  (4+ messages)
  ` [RFC] winbond Super-I/O MFD driver

pm/linux-next cause network stop working with qemu-kvm/e1000
 2013-03-23  0:27 UTC 

[PATCH] aio: convert the ioctx list to radix tree
 2013-03-23  0:21 UTC  (5+ messages)

[PATCH 00/18] RFC: Non blocking submit for activity log misses
 2013-03-23  0:15 UTC  (6+ messages)
` [PATCH 10/18] drbd: prepare to queue write requests on a submit worker
  ` [Drbd-dev] [PATCH 10/18, update] "
  ` [Drbd-dev] [PATCH 00/18] RFC: Non blocking submit for activity log misses

[PATCH] cpufreq/intel_pstate: Fix calculation of current frequency
 2013-03-23  0:14 UTC  (2+ messages)

[PATCH] cpufreq/intel_pstate: Add function to check that all MSR's are valid
 2013-03-23  0:06 UTC  (4+ messages)

[GIT PULL REQUEST] watchdog - v3.9-rc4 Fixes
 2013-03-22 23:55 UTC  (2+ messages)

Kobjectify device tree structures
 2013-03-22 23:44 UTC  (8+ messages)
` [PATCH V2 2/2] of: remove /proc/device-tree

[PATCH 3/3] rbtree_test: add more rbtree integrity checks
 2013-03-22 23:12 UTC  (3+ messages)

[PATCH 1/3] rbtree_test: use pr_info for module prefix in messages
 2013-03-22 23:06 UTC  (7+ messages)

VFS deadlock ?
 2013-03-22 22:57 UTC  (15+ messages)
              ` [CFT] "

BUG: unable to handle kernel NULL pointer dereference with dracut generated initrd
 2013-03-22 22:55 UTC 

[RFC v3 1/2] epoll: avoid spinlock contention with wfcqueue
 2013-03-22 22:54 UTC  (9+ messages)

[PATCH 0/5 v10] iommu/fsl: Freescale PAMU driver and IOMMU API implementation
 2013-03-22 22:35 UTC  (6+ messages)
` [PATCH 5/5 v10] iommu/fsl: Freescale PAMU driver and iommu implementation
` [PATCH 1/5 v10] iommu/fsl: Make iova u64 in the iommu_iova_to_phys API
` [PATCH 2/5 v10] powerpc: Add iommu domain pointer to device archdata
` [PATCH 3/5 v10] iommu/fsl: Add the window permission flag as a parameter to iommu_window_enable API
` [PATCH 4/5 v10] iommu/fsl: Add additional iommu attributes required by the PAMU driver

RFC v2: Zynq Clock Controller
 2013-03-22 22:41 UTC  (3+ messages)

Kernel panic on stable kernel 3.8.2 when closing bluetooth dun connection
 2013-03-22 22:35 UTC  (3+ messages)

Supporting SYSRQ on broken laptops like the thinkpad T530
 2013-03-22 22:31 UTC  (3+ messages)

[PATCH v2 00/14] Corrections and customization of the SG_IO command whitelist (CVE-2012-4542)
 2013-03-22 22:30 UTC  (3+ messages)
  ` PING^2 "

mmotm 2013-03-22-15-21 uploaded
 2013-03-22 22:22 UTC 

[PATCH v3 0/3] DT support for AS3711 MFD, regulator and backlight drivers
 2013-03-22 22:27 UTC  (4+ messages)
` [PATCH v3 2/3] regulator: as3711: add OF support

[PULL REQUEST] i2c for 3.9
 2013-03-22 22:22 UTC 

[PATCH] kmsg: Honor dmesg_restrict sysctl on /dev/kmsg
 2013-03-22 22:14 UTC  (9+ messages)

[ANNOUNCE] 3.8.4-rt1
 2013-03-22 22:10 UTC 

[PATCH] net: Add support for handling queueing in hardware
 2013-03-22 22:08 UTC  (6+ messages)

[PATCH] CRIS: remove "config OOM_REBOOT"
 2013-03-22 21:45 UTC 

[PATCH 0/7] uretprobes: return probes implementation
 2013-03-22 21:40 UTC  (3+ messages)

[Lxc-users] Containers slow to start after 1600
 2013-03-22 21:31 UTC  (2+ messages)

[GIT PULL] tracing: multibuffers, new triggers, clocks, and more
 2013-03-22 21:30 UTC 

[patch 00/34] idle: Consolidate idle implementations
 2013-03-22 21:24 UTC  (7+ messages)
` [patch 08/34] arm: Use generic idle loop
` [patch 30/34] tile: Enter idle with preemption disabled

[PATCH] nfsd: fix bad offset use
 2013-03-22 21:21 UTC  (5+ messages)

[PATCH 0/2] thermal: lookup temperature
 2013-03-22 21:13 UTC  (3+ messages)
` [PATCH 1/2] thermal: introduce thermal_zone_lookup_temperature helper function
` [PATCH 2/2] staging: ti-soc-thermal: remove external heat while extrapolating hotspot

[GIT PULL] (xen) stable/for-linus-3.9-rc3-tag
 2013-03-22 21:02 UTC 

[PATCH 00/11] thermal: clean ups on thermal code base
 2013-03-22 21:00 UTC  (12+ messages)
` [PATCH 01/11] thermal: use strlcpy instead of strcpy
` [PATCH 02/11] thermal: update driver license
` [PATCH 03/11] thermal: rename notify_thermal_framework to thermal_notify_framework
` [PATCH 04/11] thermal: rename get_thermal_instance to thermal_instance_get
` [PATCH 05/11] thermal: rename get_tz_trend to thermal_zone_trend_get
` [PATCH 06/11] thermal: use EXPORT_SYMBOL_GPL
` [PATCH 07/11] thermal: update kernel-doc for thermal_zone_bind_cooling_device
` [PATCH 08/11] thermal: update kernel-doc for thermal_zone_unbind_cooling_device
` [PATCH 09/11] thermal: update kernel-doc for thermal_cooling_device_register
` [PATCH 10/11] thermal: update kernel-doc for create_trip_attrs
` [PATCH 11/11] thermal: update kernel-doc for thermal_zone_device_register

[PULL REQUEST] md fixes for 3.9
 2013-03-22 20:46 UTC 

[PATCH REPOST v2] clk: add table lookup to mux
 2013-03-22 20:42 UTC  (4+ messages)

[PATCH v3 00/11] common clk drivers migration for DaVinci SoCs
 2013-03-22 20:37 UTC  (9+ messages)
` [PATCH v3 02/11] clk: davinci - add PSC clock driver

[PATCH] SUNRPC/cache: add module_put() on error path in cache_open()
 2013-03-22 20:36 UTC 

[Bug fix PATCH] ACPI,acpi_memhotplug: enable acpi_memory_info->enabled of memory device presented at boot-time
 2013-03-22 20:24 UTC  (10+ messages)
  ` [PATCH] Remove acpi_memory_info->failed bit
        ` [Bug fix PATCH v2 1/2] ACPI,acpi_memhotplug: enable acpi_memory_info->enabled of memory device presented at boot-time
          ` [PATCH 2/2] ACPI,acpi_memhotplug: Remove acpi_memory_info->failed bit
              ` [PATCH v3 "

[PATCH 1/5] ARM: ux500: Add machine support for ccu8540
 2013-03-22 20:28 UTC  (4+ messages)

[PATCH] mm/x86: Patch out arch_flush_lazy_mmu_mode() when running on bare metal
 2013-03-22 20:25 UTC  (4+ messages)

[PATCH v2 0/10] extend hugepage migration
 2013-03-22 20:23 UTC  (11+ messages)
` [PATCH 01/10] migrate: add migrate_entry_wait_huge()
` [PATCH 02/10] migrate: make core migration code aware of hugepage
` [PATCH 03/10] soft-offline: use migrate_pages() instead of migrate_huge_page()
` [PATCH 04/10] migrate: clean up migrate_huge_page()
` [PATCH 05/10] migrate: add hugepage migration code to migrate_pages()
` [PATCH 06/10] migrate: add hugepage migration code to move_pages()
` [PATCH 07/10] mbind: add hugepage migration code to mbind()
` [PATCH 08/10] migrate: remove VM_HUGETLB from vma flag check in vma_migratable()
` [PATCH 09/10] memory-hotplug: enable memory hotplug to handle hugepage
` [PATCH 10/10] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

[RFC PATCH] integrity: Use a new type for asymmetric signature
 2013-03-22 20:26 UTC  (8+ messages)

[git pull] device-mapper fixes for 3.9
 2013-03-22 20:14 UTC  (3+ messages)
  ` [dm-devel] "

[PATCH] arch: remove KCORE_ELF again
 2013-03-22 20:05 UTC  (5+ messages)

[PATCH] brcmsmac: Remove unused macro SI_MSG
 2013-03-22 20:00 UTC 

racy jump label users
 2013-03-22 19:55 UTC 

[PATCH 0/3] PCI: Handle device quirks when accessing sysfs resource<N> entries
 2013-03-22 19:52 UTC  (7+ messages)
` [PATCH 2/3] "

[RFC PATCH 0/8] Reduce system disruption due to kswapd
 2013-03-22 19:46 UTC  (8+ messages)
` [PATCH 02/10] mm: vmscan: Obey proportional scanning requirements for kswapd

[PATCH] tile: ns2cycles must be called with preempt disabled
 2013-03-22 19:37 UTC  (2+ messages)

[PATCH] nohz1: Documentation
 2013-03-22 19:25 UTC  (18+ messages)

[PATCH 1/1] clk: Fix incorrect return type in clk.c
 2013-03-22 19:19 UTC  (3+ messages)

[PATCH v2 0/7] KVM: MMU: fast zap all shadow pages
 2013-03-22 19:15 UTC  (11+ messages)

[PATCH] PPC: define the conditions where the ePAPR idle hcall can be supported
 2013-03-22 19:12 UTC 

[PATCH v8 00/14] Tegra114 clockframework
 2013-03-22 19:05 UTC  (2+ messages)

[PATCH v10 0/12] Palmas updates
 2013-03-22 19:04 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox