messages from 2011-05-17 20:07:33 to 2011-05-18 05:31:55 UTC [more...]
[PATCH] drivers: create a pinmux subsystem v2
2011-05-18 5:31 UTC (9+ messages)
[PATCH] kconfig: Only generate config_is_xxx for bool and tristate options
2011-05-18 5:16 UTC (3+ messages)
[PATCH 0/3] v4 Improve task->comm locking situation
2011-05-18 5:27 UTC (9+ messages)
` [PATCH 1/3] comm: Introduce comm_lock seqlock to protect task->comm access
` [PATCH 2/3] printk: Add %ptc to safely print a task's comm
[PATCH] perf: fix multi-event parsing bug
2011-05-18 5:21 UTC (2+ messages)
` [tip:perf/core] perf: Fix "
[PATCH 10/10] mach-ux500: update and move cpufreq driver
2011-05-18 5:21 UTC (8+ messages)
[PATCH 0/2] Support for isa1200 haptic chip
2011-05-18 5:18 UTC (3+ messages)
` [PATCH 1/2] pwm: Add stubs for pwm operations
` [PATCH 2/2] input: misc: Add support for isa1200 chip
Kernel falls apart under light memory pressure (i.e. linking vmlinux)
2011-05-18 5:17 UTC (10+ messages)
[PATCH V5 4/6 net-next] vhost: vhost TX zero-copy support
2011-05-18 5:14 UTC (17+ messages)
` [TEST PATCH net-next] vhost: accumulate multiple used and sigal in vhost TX test
[PATCH 3/3 v2] x86, cpu: Enable/disable SMEP
2011-05-18 5:13 UTC (2+ messages)
` [tip:x86/smep] x86, cpu: Enable/disable Supervisor Mode Execution Protection
[PATCH v3 0/4] Enable SMEP CPU Feature
2011-05-18 5:13 UTC (7+ messages)
` [PATCH v3 1/4] x86, cpu: Add CPU flags for SMEP
` [tip:x86/cpufeature] x86, cpufeature: Add cpufeature flag "
` [PATCH v3 2/4] x86, cpu: Add SMEP CPU feature in CR4
` [tip:x86/smep] "
` [PATCH v3 3/4] x86, head_32/64.S: Enable SMEP
` [PATCH v3 4/4] x86/kernel/cpu/common.c: Disable SMEP by kernel option nosmep
[PATCH] [media] at91: add Atmel Image Sensor Interface (ISI) support
2011-05-18 4:58 UTC (5+ messages)
[PATCH RESEND 1/3 v2.6.39-rc7] block: don't use non-syncing event blocking in disk_check_events()
2011-05-18 5:07 UTC (12+ messages)
` [PATCH RESEND 2/3 v2.6.39-rc7] block: remove non-syncing __disk_block_events() and fold it into disk_block_events()
` [PATCH RESEND 2/3 v2.6.39-rc7] block: make disk_block_events() properly wait for work cancellation
` [PATCH UPDATED "
[PATCH 0/4] v6 Improve task->comm locking situation
2011-05-18 5:06 UTC (8+ messages)
` [PATCH 1/4] comm: Introduce comm_lock spinlock to protect task->comm access
` [PATCH 2/4] comm: Add lock-free task->comm accessor
` [PATCH 3/4] printk: Add %ptc to safely print a task's comm
` [PATCH 4/4] checkpatch.pl: Add check for task comm references
[PATCH v2] rtc: rtc-ds1390/rtc-ds3234/rtc-m41t94: eliminate compile warning
2011-05-18 5:05 UTC (2+ messages)
[PATCH 1/3][STAGING SM7XX-cleanup-resend]:removing extra spaces,redundant code and using macros
2011-05-18 5:03 UTC
linux-next: Tree for May 18
2011-05-18 4:54 UTC
[PATCH] x86, x86_64: Fix checks for userspace address limit
2011-05-18 4:48 UTC (3+ messages)
SBus devices sometimes detected, sometimes not
2011-05-18 4:29 UTC (2+ messages)
[PATCH 0/4] Reduce impact to overall system of SLUB using high-order allocations V2
2011-05-18 4:19 UTC (17+ messages)
` [PATCH 4/4] mm: vmscan: If kswapd has been running too long, allow it to sleep
` [PATCH] mm: vmscan: Correctly check if reclaimer should schedule during shrink_slab
[PATCH 0/9] Optimize string operations by enhanced REP MOVSB/STOSB
2011-05-18 4:05 UTC (16+ messages)
` [PATCH 1/9] x86, cpu: Enable enhanced REP MOVSB/STOSB feature
` [tip:x86/cpufeature] x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB
` [PATCH 2/9] x86/kernel/cpu/intel.c: Initialize Enhanced REP MOVSB/STOSBenhanced
` [PATCH 3/9] x86/kernel/alternative.c: Add comment for applying alternatives order
` [PATCH 4/9] x86, alternative-asm.h: Add altinstruction_entry macro
` [PATCH 5/9] x86/lib/clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB
` [PATCH 6/9] x86/lib/copy_user_64.S: Support copy_to_user/copy_from_user by "
` [PATCH 7/9] x86/lib/memcpy_64.S: Optimize memcpy "
` [PATCH 8/9] x86/lib/memmove_64.S: Optimize memmove "
` [PATCH 9/9] x86/lib/memset_64.S: Optimize memset "
linux-next: build warning after merge of the scsi tree
2011-05-18 3:58 UTC (2+ messages)
[PATCH 1/4] watchdog: fix rounding issues in get_sample_period()
2011-05-18 3:44 UTC (7+ messages)
` [PATCH 3/4] watchdog: disable watchdog when thresh is zero
` [PATCH 3/4 v2] "
` [PATCH 4/4] watchdog: configure nmi watchdog period based on watchdog_thresh
` [PATCH 4/4 v2] "
linux-next: build warning after merge of the rr tree
2011-05-18 3:41 UTC
[PATCH v4 0/6] Micro-optimize vclock_gettime
2011-05-18 3:18 UTC (15+ messages)
pm loss development
2011-05-18 3:12 UTC (16+ messages)
` [PATCH 2/4] PM / Loss: power loss management
` [linux-pm] pm loss development
` [PATCH 1/4] export bus_kset
` [linux-pm] "
[PATCH v2 0/4] Enable SMEP CPU Feature
2011-05-18 2:57 UTC (6+ messages)
` [PATCH v2 3/4] x86, head_32/64.S: Enable SMEP
linux-next: manual merge of the staging tree with the wireless tree
2011-05-18 2:56 UTC
[PATCH] sched: fix constructing the span cpu mask of sched domain
2011-05-18 2:45 UTC (8+ messages)
[PATCH] sched: correct how RT task is picked
2011-05-18 2:31 UTC (6+ messages)
[PATCH] sched: fix priority leakage in pick_next_highest_task_rt()
2011-05-18 2:17 UTC (6+ messages)
[PATCH] pci, dmar: flush IOTLB before exit domain
2011-05-18 1:57 UTC (5+ messages)
[PATCH] Max98095: Move existing NULL check before pointer dereference
2011-05-18 1:28 UTC (2+ messages)
[RFC] ib_srpt: initial .40-rc1 drivers/infiniband/ulp/srpt merge
2011-05-18 1:36 UTC
[PATCH] sched: fix how RT task is pulled
2011-05-18 1:24 UTC (5+ messages)
Kernel BUG with i915 in intel_sdvo_ddc_proxy_func
2011-05-18 1:22 UTC (3+ messages)
` [PATCH] drm/i915/sdvo: Reorder i2c initialisation before ddc proxy
[PATCH] sched: avoid overpull when pulling RT task
2011-05-18 1:21 UTC (6+ messages)
[PATCH 0/9] ACPI, APEI patches for 2.6.40
2011-05-18 1:10 UTC (6+ messages)
` [PATCH 5/9] HWPoison: add memory_failure_queue()
[PATCH 0/3] swap token revisit
2011-05-18 1:08 UTC (4+ messages)
` [PATCH 3/3] vmscan: implement swap token priority decay
[PATCH 0/3] v5 Improve task->comm locking situation
2011-05-18 1:02 UTC (17+ messages)
` [PATCH 1/3] comm: Introduce comm_lock spinlock to protect task->comm access
` [PATCH 2/3] printk: Add %ptc to safely print a task's comm
` [PATCH 3/3] checkpatch.pl: Add check for task comm references
[patch V3] percpu_counter: scalability works
2011-05-18 1:00 UTC (12+ messages)
[GIT PULL for v2.6.39-rc7] media fixes
2011-05-18 0:54 UTC
[PATCH v2 1/3] PM: Introduce DEVFREQ: generic DVFS framework with device-specific OPPs
2011-05-18 0:48 UTC (9+ messages)
` [PATCH v2 2/3] PM / DEVFREQ: add example governors
` [PATCH v2 3/3] PM / DEVFREQ: add sysfs interface (including user tickling)
[PATCH 00/18] virtio and vhost-net performance enhancements
2011-05-18 0:19 UTC (13+ messages)
` [PATCH 06/18] virtio_ring: avail event index interface
` [PATCH 09/18] virtio: use avail_event index
[PATCHSET ptrace] ptrace: implement PTRACE_SEIZE/INTERRUPT and group stop notification, take#2
2011-05-18 0:40 UTC (3+ messages)
` [PATCH 03/10] ptrace: implement PTRACE_SEIZE
[PATCH] ftrace: recordmcount: avoid STT_FUNC symbols as base on ARM
2011-05-18 0:27 UTC (4+ messages)
help to bisect
2011-05-18 0:27 UTC
[PATCH] net: cpuvert to new cpumask API
2011-05-18 0:14 UTC (2+ messages)
Security Warning
2011-05-17 23:28 UTC
AVISO FINAL!
2011-05-18 0:04 UTC
[PATCH v2 0/9] avoid allocation in show_numa_map()
2011-05-18 0:02 UTC (5+ messages)
` [PATCH v2 4/9] mm: make gather_stats() type-safe and remove forward declaration
` [PATCH v2 7/9] mm: proc: move show_numa_map() to fs/proc/task_mmu.c
You Have Exceeded The Storage Limit
2011-05-17 23:01 UTC
BUG: NULL pointer deref in tty port / uart
2011-05-17 23:44 UTC (2+ messages)
[PATCH V5 2/6 net-next] netdevice.h: Add zero-copy flag in netdevice
2011-05-17 23:44 UTC (12+ messages)
[PULL] drm-intel-next
2011-05-17 23:39 UTC (3+ messages)
AVISO FINAL!
2011-05-17 23:38 UTC
[PATCH] module: Use binary search in lookup_symbol()
2011-05-17 23:33 UTC (4+ messages)
[PATCH 0/2] Eliminate hangs when using frequent high-order allocations V3
2011-05-17 23:22 UTC (5+ messages)
` [PATCH 2/2] mm: vmscan: If kswapd has been running too long, allow it to sleep
[RFC][PATCH] sched: Fix min_vruntime calculation in dequeue_entity
2011-05-17 23:21 UTC
[PATCH 1/2] Connector: Set the CN_NETLINK_USERS correctly
2011-05-17 23:05 UTC (5+ messages)
` [PATCH 2/2] Connector: Correctly set the error code in case of success when dispatching receive callbacks
linux-next: Tree for May 17
2011-05-17 23:03 UTC (4+ messages)
` [PATCH -next] crypto: fix aesni build on i386
` [PATCH -next] staging: fix ath6kl build when CFG80211 is not enabled
[PATCH 00/14] staging: usbip: userspace code
2011-05-17 22:45 UTC (7+ messages)
` [PATCH 14/14] package: Makefile: add USB/IP userspace utilities
Two cifs fixes
2011-05-17 22:42 UTC
[PATCH 0/2] AMD ARAT fixes
2011-05-17 22:30 UTC (2+ messages)
[PATCH] ext4: count hits/misses of extent cache and expose in sysfs
2011-05-17 22:26 UTC
[GIT PULL rcu/next] rcu commits for 2.6.40
2011-05-17 22:21 UTC (11+ messages)
[GIT PULL] isci merge candidate
2011-05-17 22:11 UTC (4+ messages)
[GIT PULL] perf fixes
2011-05-17 22:07 UTC
[PATCH 1/6] kbuild: Integrate with new-kernel-pkg
2011-05-17 21:48 UTC (7+ messages)
` [PATCH 5/6] kbuild: Append RPM release to $KERNELRELEASE
[PATCH] lis3lv02d: avoid divide by zero due to unchecked register read
2011-05-17 21:46 UTC (4+ messages)
` [RFC v2] "
[PATCH RFC] radio-sf16fmr2: convert to generic TEA575x interface
2011-05-17 21:45 UTC (5+ messages)
` [PATCH RFC v2] "
` [PATCH RFC v2] tea575x: convert to control framework
` [PATCH RFC v3] radio-sf16fmr2: convert to generic TEA575x interface
[PATCH V3] xen/balloon: Memory hotplug support for Xen balloon driver
2011-05-17 21:44 UTC
[GIT PULL] x86 fixes
2011-05-17 21:43 UTC
powerpc: mpc85xx regression since 2.6.39-rc2, one cpu core lame
2011-05-17 21:40 UTC (2+ messages)
[PATCH V3 2/2] mm: Extend memory hotplug API to allow memory hotplug in virtual machines
2011-05-17 21:38 UTC
[PATCH V3 1/2] mm: Add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macro
2011-05-17 21:37 UTC
[PATCH V3 0/2] mm: Memory hotplug interface changes
2011-05-17 21:36 UTC
[tip:x86/cpufeature] x86, cpufeature: Fix cpuid leaf 7 feature detection
2011-05-17 21:31 UTC
[PATCH-v2 0/4] Bugfixes for .39-rc8
2011-05-17 21:27 UTC (3+ messages)
` [PATCH-v2 1/4] target: Fix multi task->task_sg[] chaining logic bug
RFC: Add WARN_RATELIMIT to bug.h (was: Re: [PATCH] sk-filter: Rate-limit WARNing, print dbg info.)
2011-05-17 21:13 UTC
Reuse of spi_transfer and spi_message structures for cyclic communication with SPI devices?
2011-05-17 19:21 UTC
[RFC PATCH v3 1/2] PM / Core: suspend_again callback for suspend_ops
2011-05-17 20:52 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] PM / Core: partial resume/suspend API for suspend_again users
[PATCH 1/3] Cleanup:removing extra spaces,redundant code and using macros[staging sm7xx]
2011-05-17 20:29 UTC (2+ messages)
Reuse of spi_transfer and spi_message structures for cyclic communication with SPI devices?
2011-05-17 20:23 UTC
[PATCH] trace: Check for waiting readers before calling wakeup()
2011-05-17 20:06 UTC (4+ messages)
` [PATCH v2] trace: Schedule a delayed work to call wakeup()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox