public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-01 13:22:48 to 2011-05-02 01:21:41 UTC [more...]

[PATCH v1 00/19] Increase resolution of load weights
 2011-05-02  1:19 UTC  (13+ messages)
` [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 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 11/19] sched: update update_sg_lb_stats() to use u64
` [PATCH v1 12/19] sched: Update update_sd_lb_stats() "
` [PATCH v1 15/19] sched: update h_load "
` [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 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 00/69] faster tree-based sysctl implementation
 2011-05-02  0:03 UTC  (7+ messages)

[PATCH tip/core/rcu 0/6] Preview of RCU patches for 2.6.40
 2011-05-01 23:49 UTC  (91+ messages)
` [PATCH tip/core/rcu 02/86] rcu: Decrease memory-barrier usage based on semi-formal proof
` [PATCH tip/core/rcu 03/86] rcu: merge TREE_PREEPT_RCU blocked_tasks[] lists
` [PATCH tip/core/rcu 05/86] rcu: move TREE_RCU from softirq to kthread
` [PATCH tip/core/rcu 06/86] rcu: priority boosting for TREE_PREEMPT_RCU
` [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 13/86] rcu: add callback-queue information to rcudata output
` [PATCH tip/core/rcu 15/86] rcu: add tracing for RCU's kthread run states
` [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 19/86] rcu: Add forward-progress diagnostic for per-CPU kthreads
` [PATCH tip/core/rcu 20/86] rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPT
` [PATCH tip/core/rcu 21/86] rcu: add DEBUG_OBJECTS_RCU_HEAD check for alignment
` [PATCH tip/core/rcu 22/86] rcu: mark rcutorture boosting callback as being on-stack
` [PATCH tip/core/rcu 23/86] rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warnings
` [PATCH tip/core/rcu 24/86] rcu: Switch to this_cpu() primitives
` [PATCH tip/core/rcu 26/86] rcu: remove useless ->boosted_this_gp field
` [PATCH tip/core/rcu 27/86] rcu: Converge TINY_RCU expedited and normal boosting
` [PATCH tip/core/rcu 28/86] rcu: call __rcu_read_unlock() in exit_rcu for tree RCU
` [PATCH tip/core/rcu 29/86] rcu: fix spelling
` [PATCH tip/core/rcu 30/86] rcu: introduce kfree_rcu()
` [PATCH tip/core/rcu 31/86] rcu: further lower priority in rcu_yield()
` [PATCH tip/core/rcu 32/86] rcu: prevent call_rcu() from diving into rcu core if irqs disabled
` [PATCH tip/core/rcu 33/86] rcu: optimize rcutiny
` [PATCH tip/core/rcu 34/86] cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()
` [PATCH tip/core/rcu 35/86] cgroup,rcu: convert call_rcu(free_cgroup_rcu) "
` [PATCH tip/core/rcu 38/86] net,rcu: convert call_rcu(tcf_police_free_rcu) "
` [PATCH tip/core/rcu 39/86] net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) "
` [PATCH tip/core/rcu 40/86] net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) "
` [PATCH tip/core/rcu 41/86] net,rcu: convert call_rcu(listeners_free_rcu) "
` [PATCH tip/core/rcu 42/86] net,rcu: convert call_rcu(sctp_local_addr_free) "
` [PATCH tip/core/rcu 43/86] net,rcu: convert call_rcu(ha_rcu_free) "
` [PATCH tip/core/rcu 44/86] net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) "
` [PATCH tip/core/rcu 45/86] net,act_police,rcu: remove rcu_barrier()
` [PATCH tip/core/rcu 46/86] security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()
` [PATCH tip/core/rcu 47/86] net,rcu: convert call_rcu(fc_rport_free_rcu) "
` [PATCH tip/core/rcu 48/86] net,rcu: convert call_rcu(__leaf_info_free_rcu) "
` [PATCH tip/core/rcu 49/86] net,rcu: convert call_rcu(__gen_kill_estimator) "
` [PATCH tip/core/rcu 50/86] net,rcu: convert call_rcu(ip_mc_list_reclaim) "
` [PATCH tip/core/rcu 51/86] net,rcu: convert call_rcu(ip_sf_socklist_reclaim) "
` [PATCH tip/core/rcu 52/86] net,rcu: convert call_rcu(ip_mc_socklist_reclaim) "
` [PATCH tip/core/rcu 53/86] net,rcu: convert call_rcu(free_dm_hw_stat) "
` [PATCH tip/core/rcu 54/86] ixgbe,rcu: convert call_rcu(ring_free_rcu) "
` [PATCH tip/core/rcu 55/86] macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) "
` [PATCH tip/core/rcu 56/86] net,rcu: convert call_rcu(ipv6_mc_socklist_reclaim) "
` [PATCH tip/core/rcu 57/86] net,rcu: convert call_rcu(rps_map_release) "
` [PATCH tip/core/rcu 58/86] net,rcu: convert call_rcu(xps_map_release) "
` [PATCH tip/core/rcu 59/86] net,rcu: convert call_rcu(xps_dev_maps_release) "
` [PATCH tip/core/rcu 60/86] security,rcu: convert call_rcu(sel_netif_free) "
` [PATCH tip/core/rcu 61/86] net,rcu: convert call_rcu(netlbl_unlhsh_free_addr4) "
` [PATCH tip/core/rcu 62/86] net,rcu: convert call_rcu(netlbl_unlhsh_free_addr6) "
` [PATCH tip/core/rcu 63/86] net,rcu: convert call_rcu(net_generic_release) "
` [PATCH tip/core/rcu 64/86] net,rcu: convert call_rcu(__nf_ct_ext_free_rcu) "
` [PATCH tip/core/rcu 65/86] perf,rcu: convert call_rcu(free_ctx) "
` [PATCH tip/core/rcu 66/86] perf,rcu: convert call_rcu(swevent_hlist_release_rcu) "
` [PATCH tip/core/rcu 67/86] net,rcu: convert call_rcu(phonet_device_rcu_free) "
` [PATCH tip/core/rcu 68/86] net,rcu: convert call_rcu(wq_free_rcu) "
` [PATCH tip/core/rcu 69/86] net/mac80211,rcu: convert call_rcu(work_free_rcu) "
` [PATCH tip/core/rcu 70/86] net,rcu: convert call_rcu(xt_osf_finger_free_rcu) "
` [PATCH tip/core/rcu 71/86] net,rcu: convert call_rcu(kfree_tid_tx) "
` [PATCH tip/core/rcu 72/86] audit_tree,rcu: convert call_rcu(__put_tree) "
` [PATCH tip/core/rcu 73/86] block,rcu: convert call_rcu(cfq_cfqd_free) "
` [PATCH tip/core/rcu 74/86] nfs,rcu: convert call_rcu(nfs_free_delegation_callback) "
` [PATCH tip/core/rcu 75/86] security,rcu: convert call_rcu(whitelist_item_free) "
` [PATCH tip/core/rcu 76/86] scsi,rcu: convert call_rcu(fc_rport_free_rcu) "
` [PATCH tip/core/rcu 77/86] block,rcu: convert call_rcu(disk_free_ptbl_rcu_cb) "
` [PATCH tip/core/rcu 78/86] ia64,rcu: convert call_rcu(sn_irq_info_free) "
` [PATCH tip/core/rcu 79/86] jbd2,rcu: convert call_rcu(free_devcache) "
` [PATCH tip/core/rcu 80/86] md,rcu: convert call_rcu(free_conf) "
` [PATCH tip/core/rcu 81/86] security,rcu: convert call_rcu(sel_netnode_free) "
` [PATCH tip/core/rcu 82/86] security,rcu: convert call_rcu(sel_netport_free) "
` [PATCH tip/core/rcu 83/86] ipc,rcu: convert call_rcu(free_un) "
` [PATCH tip/core/rcu 84/86] ipc,rcu: convert call_rcu(ipc_immediate_free) "
` [PATCH tip/core/rcu 85/86] vmalloc,rcu: convert call_rcu(rcu_free_va) "
` [PATCH tip/core/rcu 86/86] vmalloc,rcu: convert call_rcu(rcu_free_vb) "

[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 1/4] ARM: tegra: irq: convert to gic arch extensions
 2011-05-01 22:27 UTC  (6+ 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

[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] "

[PATCH] staging: r8712u: Fix driver to support ad-hoc mode
 2011-05-01 19:55 UTC  (13+ messages)

[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 

[patch 0/2] x2apic optimization, round 4
 2011-05-01 17:18 UTC  (6+ messages)
` [patch 1/2] x86, x2apic: minimize IPI register writes using cluster groups v4

[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 

[Patch] ocfs2: remove the /sys/o2cb symlink
 2011-05-01 13:34 UTC 


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