public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-22 17:39:35 to 2013-03-23 01:31:16 UTC [more...]

RFC: Kernel lock elision for TSX
 2013-03-23  1:25 UTC  (25+ messages)
` [PATCH 01/29] tsx: Add generic noop macros for RTM intrinsics
` [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 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 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

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

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

[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  (5+ 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 

drm/nouveau: Possible hardware corruption of older GeForce card
 2013-03-22 19:54 UTC  (5+ messages)

[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)

[Suggestion] PowerPC: kernel: cross compiling issue with allmodconfig
 2013-03-22 19:17 UTC  (7+ 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)

[PATCH V2 1/1] Drivers: hv: Add a new driver to support host initiated backup
 2013-03-22 18:50 UTC  (3+ messages)

[PATCH] watchdog: Add Broadcom BCM2708 watchdog timer driver
 2013-03-22 18:46 UTC  (2+ messages)

[PATCH] mach_omap2: use PTR_RET instead of IS_ERR + PTR_ERR
 2013-03-22 18:39 UTC  (5+ messages)

[PATCH] register_console: prevent adding the same console twice
 2013-03-22 18:36 UTC  (2+ messages)

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-22 18:37 UTC  (11+ messages)
` [PATCHv2, RFC 15/30] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv2, RFC 16/30] thp: handle file pages in split_huge_page()
` [PATCHv2, RFC 17/30] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv2, RFC 18/30] thp, mm: truncate support for transparent huge page cache
` [PATCHv2, RFC 21/30] x86-64, mm: proper alignment mappings with hugepages

[BUG] bisected: PandaBoard smsc95xx ethernet driver error from USB timeout
 2013-03-22 18:23 UTC  (4+ messages)

[PATCH 2/9] vfs: export do_splice_direct() to modules
 2013-03-22 18:21 UTC  (6+ messages)
` [PATCH 0/9] overlay filesystem: request for inclusion (v17)

[GIT PATCH] USB fixes for 3.9-rc3
 2013-03-22 18:19 UTC 

[PATCH] 1-wire: in-kernel notification on device events
 2013-03-22 18:15 UTC 

ACHTUNG FRIEND!
 2013-03-21 23:57 UTC 

[PATCHv3 00/10] Remove ARM local timer API
 2013-03-22 18:03 UTC  (5+ messages)
` [PATCHv3 01/10] clocksource: add generic dummy timer driver

[PATCH RFC] clk: divider: Tolerate 0 divider for one based dividers
 2013-03-22 18:00 UTC  (3+ messages)

[PATCH v3.9+] HID: multitouch: fix touchpad buttons
 2013-03-22 17:53 UTC 

[PATCH 0/3] Fix msm timer clearing bugs
 2013-03-22 17:47 UTC  (2+ messages)

[PATCH v2 0/7] HID: multitouch: support of hybrid finger/pen devices
 2013-03-22 17:38 UTC  (7+ messages)
` [PATCH v2 2/7] HID: multitouch: breaks out touch handling in specific functions
` [PATCH v2 3/7] HID: multitouch: do not map usage from non used reports
` [PATCH v2 4/7] HID: multitouch: change touch sensor detection in mt_input_configured()
` [PATCH v2 5/7] HID: multitouch: add handling for pen in dual-sensors device
` [PATCH v2 6/7] HID: multitouch: append " Pen" to the name of the stylus input
` [PATCH v2 7/7] HID: multitouch: force BTN_STYLUS for pen devices


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