linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-01 13:45:29 to 2011-05-02 08:43:05 UTC [more...]

[2.6.32+drm33-longterm] Linux 2.6.32.38+drm33.17
 2011-05-02  8:42 UTC 

[RFC PATCH 0/4] ARM: Basic Xilinx Support
 2011-05-02  8:39 UTC  (7+ messages)
` [RFC PATCH 1/4] arm/dt: Add dt machine definition
` [RFC PATCH 2/4] of/address: Add of_find_matching_node_by_address helper
` [RFC PATCH 3/4] dt/irq: add of_irq_domain_add_simple() helper
` [RFC PATCH 4/4] ARM: Xilinx: Adding Xilinx board support

[PATCH tip/core/rcu 0/6] Preview of RCU patches for 2.6.40
 2011-05-02  8:37 UTC  (34+ messages)
` [PATCH tip/core/rcu 07/86] rcu: Force per-rcu_node kthreads off of the outgoing CPU
` [PATCH tip/core/rcu 09/86] rcu: avoid hammering sched with yet another bound RT kthread
` [PATCH tip/core/rcu 10/86] rcu: eliminate unused boosting statistics
` [PATCH tip/core/rcu 11/86] rcu: Add boosting to TREE_PREEMPT_RCU tracing
` [PATCH tip/core/rcu 16/86] rcu: make rcutorture version numbers available through debugfs
` [PATCH tip/core/rcu 17/86] rcu: fix boost-tracing bug and update tracing documentation
` [PATCH tip/core/rcu 18/86] rcu: add grace-period age to tracing
` [PATCH tip/core/rcu 26/86] rcu: remove useless ->boosted_this_gp field
` [PATCH tip/core/rcu 31/86] rcu: further lower priority in rcu_yield()
` [PATCH tip/core/rcu 45/86] net,act_police,rcu: remove rcu_barrier()

[PATCH 0/2] locking power management for shdma dmaengine driver
 2011-05-02  8:03 UTC  (5+ messages)
` [PATCH 2/2] dmaengine: shdma: add runtime- and system-level power management

[PATCH v4 08/11] tty: add pruss SUART driver
 2011-05-02  8:34 UTC  (9+ messages)

2.6.38.5-rc1 usb problem
 2011-05-02  8:31 UTC 

[PATCH v2.6.38 resend 0/7] cx88 deadlock and data races
 2011-05-02  8:19 UTC  (3+ messages)
  ` cx88 sound does not always work (Re: [PATCH v2.6.38 resend 0/7] cx88 deadlock and data races)

[RFCv4] timerfd: add TFD_NOTIFY_CLOCK_SET to watch for clock changes
 2011-05-02  8:10 UTC  (6+ messages)
` [RFC][PATCH 1/4] clock_rtoffset: new syscall

[patch 0/2] x2apic optimization, round 4
 2011-05-02  8:04 UTC  (12+ messages)
` [patch 1/2] x86, x2apic: minimize IPI register writes using cluster groups v4

[GIT PULL] s390 patches for 2.6.39-rc5
 2011-05-02  8:03 UTC 

[bug] ASoC uda134x not working for me, and udev crashed at startup
 2011-05-02  7:56 UTC  (2+ messages)

[PATCH 00/69] faster tree-based sysctl implementation
 2011-05-02  7:44 UTC  (10+ messages)

2.6.39-rc5-git2 boot crashs
 2011-05-02  7:09 UTC 

[PATCH 1/4] ARM: tegra: irq: convert to gic arch extensions
 2011-05-02  6:59 UTC  (8+ messages)
` [PATCH 2/4] ARM: tegra: irq: Remove PM support
` [PATCH 3/4] ARM: tegra: irq: Move legacy_irq.c into irq.c
  ` [PATCHv2 "
` [PATCH 4/4] ARM: tegra: irq: Replace tegra_ack with tegra_eoi
  ` [PATCHv2 4/4] ARM: tegra: irq: Add tegra_eoi

unable to handle kernel paging request when inserting FAT32 formatted flash media
 2011-05-02  6:55 UTC  (2+ messages)

[PATCH v4] uio/pdrv_genirq: Add OF support
 2011-05-02  6:51 UTC 

[PATCH 1/4] pch_dma: Modify for checkpatch
 2011-05-02  6:16 UTC  (3+ messages)
` [PATCH 2/4] pch_dma: fix dma direction issue for ML7213 IOH video-in

Can I/OAT DMA engineer access PCI MMIO space
 2011-05-02  6:04 UTC  (2+ messages)

2.6.39-rc3, 2.6.39-rc4: XFS lockup - regression since 2.6.38
 2011-05-02  6:15 UTC  (9+ messages)

[PATCH v1 00/19] Increase resolution of load weights
 2011-05-02  6:14 UTC  (21+ messages)
` [PATCH v1 01/19] sched: introduce SCHED_POWER_SCALE to scale cpu_power calculations
` [PATCH v1 02/19] sched: increase SCHED_LOAD_SCALE resolution
` [PATCH v1 03/19] sched: use u64 for load_weight fields
` [PATCH v1 04/19] sched: update cpu_load to be u64
` [PATCH v1 05/19] sched: update this_cpu_load() to return u64 value
` [PATCH v1 06/19] sched: update source_load(), target_load() and weighted_cpuload() to use u64
` [PATCH v1 07/19] sched: update find_idlest_cpu() to use u64 for load
` [PATCH v1 08/19] sched: update find_idlest_group() to use u64
` [PATCH v1 09/19] sched: update division in cpu_avg_load_per_task to use div_u64
` [PATCH v1 10/19] sched: update wake_affine path to use u64, s64 for weights
` [PATCH v1 11/19] sched: update update_sg_lb_stats() to use u64
` [PATCH v1 12/19] sched: Update update_sd_lb_stats() "
` [PATCH v1 13/19] sched: update f_b_g() to use u64 for weights
` [PATCH v1 14/19] sched: change type of imbalance to be u64
` [PATCH v1 15/19] sched: update h_load to use u64
` [PATCH v1 16/19] sched: update move_task() and helper functions to use u64 for weights
` [PATCH v1 17/19] sched: update f_b_q() to use u64 for weighted cpuload
` [PATCH v1 18/19] sched: update shares distribution to use u64
` [PATCH v1 19/19] sched: convert atomic ops in shares update to use atomic64_t ops

linux-next: build warning after merge of the kbuild tree
 2011-05-02  5:57 UTC  (9+ messages)

[PATCH] staging: r8712u: Fix driver to support ad-hoc mode
 2011-05-02  5:08 UTC  (14+ messages)

linux-next: build warning after merge of the cpufreq tree
 2011-05-02  5:06 UTC  (5+ messages)

linux-next: Tree for May 2
 2011-05-02  5:01 UTC 

2.6.39-rc4+: oom-killer busy killing tasks
 2011-05-02  4:59 UTC  (12+ messages)

[RFC] ARM DMA mapping TODO, v1
 2011-05-02  4:42 UTC  (6+ messages)
` [Linaro-mm-sig] "

[PATCH 0/3] sync livelock fixes v2
 2011-05-02  3:17 UTC  (4+ messages)
` [PATCH 1/3] writeback: introduce wbc.tagged_sync for the WB_SYNC_NONE sync stage
` [PATCH 2/3] writeback: update dirtied_when for synced inode to prevent livelock
` [PATCH 3/3] writeback: avoid extra sync work at enqueue time

[PATCH] Fix the over time interface of the driver-model docs
 2011-05-02  3:29 UTC  (3+ messages)

[PATCH 0/3] sync livelock fixes
 2011-05-02  3:23 UTC  (4+ messages)
` [PATCH 1/3] writeback: introduce wbc.for_sync to cover the two sync stages

[PATCH] sched: try to fix mm leak when freeing sched groups
 2011-05-02  2:38 UTC  (5+ messages)

[PATCH 0/2] vga switcheroo: Prevent nouveau irq handler from kill the system
 2011-05-02  0:49 UTC  (3+ messages)
` [PATCH 1/2] vga_switcheroo: Remove unbalanced pci_enable_device
` [PATCH 2/2] drm/nouveau: Check that the device is enabled before processing interrupt

mmotm 2011-04-29-16-25 uploaded
 2011-05-02  0:26 UTC  (2+ messages)
` mmotm 2011-04-29 - wonky VmRSS and VmHWM values after swapping

[PATCH 2/2] fork: avoid weak function arch_dup_task_struct
 2011-05-02  0:11 UTC  (4+ messages)

[PATCH 0/2] Fix an enhance deactive_page
 2011-05-01 23:00 UTC  (5+ messages)
` [PATCH 1/2] Check PageUnevictable in lru_deactivate_fn
` [PATCH 2/2] Filter unevictable page out in deactivate_page

2.6.39-rc5-git4: Reported regressions from 2.6.38
 2011-05-01 22:57 UTC  (9+ messages)
` [Bug #32982] Kernel locks up a few minutes after boot
` [Bug #33272] drm related hard-hang
` [Bug #33492] [bug] 2.6.39-rc3 fails to boot on Alpha

[PATCH] ide/ide-scan-pci.c: Use for_each_pci_dev()
 2011-05-01 22:10 UTC 

Nother silly Q
 2011-05-01 21:59 UTC 

Webmail Technical Crew
 2011-05-01 21:42 UTC 

[PATCH 00/25] Staging: hv: Cleanup vmbus driver code
 2011-05-01 20:53 UTC  (17+ messages)

[GIT PULL] hwmon fixes for 2.6.39
 2011-05-01 20:52 UTC 

[PATCH] timer: apply_slack: fix algorithm to always get best result
 2011-05-01 20:13 UTC 

rtlwifi: regression 39-rc5 (rtl8192ce)
 2011-05-01 20:06 UTC  (2+ messages)

[RFC PATCH v2 0/7] signal: sigprocmask fixes
 2011-05-01 20:08 UTC  (10+ messages)
      ` [PATCH 0/3] do_sigtimedwait() needs retarget_shared_pending()
        ` [PATCH v2 0/6] sigtimedwait/sigprocmask need retarget_shared_pending()
          ` [PATCH v2 5/6] signal: sys_sigprocmask() needs retarget_shared_pending()
              ` [PATCH v2 0/1] "
                ` [PATCH v2 1/1] "

[PATCHSET tip] x86, NUMA: Unify 32 and 64bit NUMA initialization
 2011-05-01 19:44 UTC  (7+ messages)
    ` [PATCH] x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo()
          ` [PATCH] x86, numa: Trim numa meminfo with max_pfn in separated loop

[Regression] Reiserfs deadlock in 2.6.36,2.6.37 and more
 2011-05-01 19:45 UTC 

[regression?] d199c96d41d80a567493e12b8e96ea056a1350c1 breaks usbip
 2011-05-01 19:27 UTC  (2+ messages)

[PATCH 1/2 rebased] firewire: core: use non-reentrant workqueue with rescuer
 2011-05-01 18:50 UTC  (2+ messages)
` [PATCH 2/2] firewire: sbp2: parallelize login, reconnect, logout

Western Union Malaysia
 2011-05-01 18:19 UTC 

re-enable Nehalem raw Offcore-Events support
 2011-05-01 18:31 UTC  (15+ messages)

2.6.39-rc5-git2 boot crashs
 2011-05-01 18:20 UTC  (2+ messages)

USB keyboard recognized as HID keyboard but doesn't work
 2011-05-01 17:49 UTC  (3+ messages)

[PATCH] x86: Fix spelling error in source code comment
 2011-05-01 17:44 UTC  (2+ messages)
` [tip:x86/cleanups] x86: Fix spelling error in the memcpy() "

[PATCH tip:x86/urgent] x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo()
 2011-05-01 17:44 UTC  (4+ messages)
  ` [PATCH REPOST "
    ` [tip:x86/urgent] "

[PATCH 0/8] [GIT PULL][2.6.40] ftrace: cleanups
 2011-05-01 17:36 UTC  (2+ messages)

MONEY LENDER
 2011-05-01 17:27 UTC 

[GIT PULL] i2c fixes for 2.6.39
 2011-05-01 17:14 UTC 

[GIT PULL][v2.6.39] ftrace: Only update the function code on write to filter files
 2011-05-01 17:09 UTC  (2+ messages)

[PATCH] x86, AMD: K8 Rev.A-E processors are subject to erratum 400
 2011-05-01 16:58 UTC  (2+ messages)
` [tip:x86/urgent] x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processors

[PATCH] Input: h3600_ts_input - bugfix for request_irq()/free_irq() parameters
 2011-05-01 16:50 UTC  (4+ messages)

Panic in input handling
 2011-05-01 16:52 UTC  (2+ messages)

[PATCH] XZ decompressor: Fix decoding of empty LZMA2 streams
 2011-05-01 16:38 UTC 

[REPOST PATCH 1/2] xtensa/mm: remove pgtable.c
 2011-05-01 16:46 UTC  (2+ messages)
` [REPOST PATCH 2/2] xtensa/mm: remove WANT_PAGE_VIRTUAL

readahead and oom
 2011-05-01 16:37 UTC  (12+ messages)
            ` [RFC][PATCH] mm: cut down __GFP_NORETRY page allocation failures

Hello My Dear, My name is Grace Adam,i read through your profile today and i became interested in you,i will also like to know you the more,and i want you to send an e-mail to my e-mail address so i can give you my picture for you to know whom i am and for the both of us to know each other very well and better in life,and we can achieve it in future because ture love and feeling means alot in future.Here is my private e-mail address you can contact me with it.(graceadam11@gmail.com)I am waiting for your mail to my e-mail address above and aslo, Remember the distance or colour does not matter but love,feeling,e-motions and sympathetic love matters alot in life. Thanks,and i promise to be honest and to keep a very good relationship with you. Grace. graceadam11@gmail.com
 2011-05-01 16:28 UTC 

[PATCH] Input: h3600_ts: fix a leak of the IRQ during init failure
 2011-05-01 16:13 UTC 

[PATCH 0/5] get rid of on-stack dma buffers (part1)
 2011-05-01 15:59 UTC  (5+ messages)

[PATCH] ipheth.c: Enable IP header alignment
 2011-05-01 15:46 UTC  (2+ messages)

[PATCH] hwmon: twl4030-madc-hwmon: Return proper error if hwmon_device_register fails
 2011-05-01 15:43 UTC  (2+ messages)

[RFC PATCH] Trace: use unsigned long long in trace print frames
 2011-05-01 15:35 UTC  (7+ messages)
  ` [PATCH] Trace: add __print_symbolic_u64 to avoid warnings on 32bit machine
      ` [PATCH 1/2] tracing: "

[RFC 6/8] In order putback lru core
 2011-05-01 15:29 UTC  (4+ messages)

Error in Hyper-V modules hv_vmbus
 2011-05-01 15:23 UTC  (4+ messages)

[Oops 1/2]Something wrong with copy_from_user() function
 2011-05-01  2:39 UTC  (4+ messages)

xfs hang on 2.6.39-rc5
 2011-05-01 15:13 UTC 

[RFC 4/8] Make clear description of putback_lru_page
 2011-05-01 15:10 UTC  (4+ messages)

[RFC 5/8] compaction: remove active list counting
 2011-05-01 15:09 UTC  (4+ messages)

ask help for analysising oprofile result (higher mwait_idle_with_hints)
 2011-05-01 14:08 UTC 

[PATCH] firewire: ohci: fix successive Config ROM changes
 2011-05-01 14:07 UTC 

Re:
 2011-05-01 13:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).