All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-01 08:31:01 to 2011-05-01 13:45:27 UTC [more...]

Re:
 2011-05-01 13:35 UTC 

[PATCH tip/core/rcu 0/6] Preview of RCU patches for 2.6.40
 2011-05-01 13:22 UTC  (87+ messages)
` [PATCH tip/core/rcu 01/86] rcu: Remove conditional compilation for RCU CPU stall warnings
` [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 04/86] rcu: Update documentation to reflect blocked_tasks[] merge
` [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 08/86] rcu: put per-CPU kthread at non-RT priority during CPU hotplug operations
` [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 12/86] rcu: Update RCU's trace.txt documentation for new format
` [PATCH tip/core/rcu 13/86] rcu: add callback-queue information to rcudata output
` [PATCH tip/core/rcu 14/86] rcu: document new callback-queue trace information
` [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 25/86] rcu: code cleanups in TINY_RCU priority boosting
` [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 36/86] cgroup,rcu: convert call_rcu(__free_css_id_cb) "
` [PATCH tip/core/rcu 37/86] net,rcu: convert call_rcu(tcf_common_free_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] ocfs2: remove the /sys/o2cb symlink
 2011-05-01 13:37 UTC  (2+ messages)
` [Ocfs2-devel] "

[PATCH 1/3] KVM: Introduce a helper to check if gfn is in memslot
 2011-05-01 13:32 UTC  (9+ messages)
` [RFC PATCH 3/3] KVM: MMU: Optimize guest page table walk

xfs performance problem
 2011-05-01 13:33 UTC  (9+ messages)

[GIT PULL] OMAP hwmod/PRCM/clock: patches for 2.6.39-rc
 2011-05-01 13:24 UTC  (3+ messages)

[PATCH] lookup_object(): Speed up 'git gc' by 12%, by reducing hash chain length
 2011-05-01 13:21 UTC  (2+ messages)

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

2.6.39-rc5-git4: Reported regressions from 2.6.38
 2011-05-01 13:18 UTC  (4+ messages)
` [Bug #33492] [bug] 2.6.39-rc3 fails to boot on Alpha

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

[B.A.T.M.A.N.] [PATCH] New translation table announcement mechanism patchset
 2011-05-01 13:10 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: improved client announcement mechanism
  ` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: improved client announcement mechanismy

jfs_fsck fails at boot, after upgrade to recent kernel
 2011-05-01 13:03 UTC 

[PATCH] ARM: Include Makefile.boot only when it exists
 2011-05-01 13:07 UTC  (7+ messages)

[Buildroot] location of mysql in menuconfig
 2011-05-01 13:05 UTC 

[Buildroot] [PATCH] udev: bump version to 168
 2011-05-01 13:01 UTC 

[Buildroot] [PATCH] usbutils: install into staging directory (needed by udev)
 2011-05-01 13:00 UTC 

[Buildroot] mysql server and stack direction
 2011-05-01 12:57 UTC  (2+ messages)

[Bug 33445] New: NVS 3100M : Blank screen on kernel module loading
 2011-05-01 12:50 UTC  (2+ messages)
  ` [Bug 33445] "

[Bug 29495] New: [r300g] Shadowgrounds: character portraits rendered wrong
 2011-05-01 12:44 UTC  (2+ messages)
` [Bug 29495] "

[PATCH v2 0/6] Use chained handler entry/exit functions in platform code
 2011-05-01 12:42 UTC  (4+ messages)
` [PATCH 2/6] ARM: tegra: update GPIO chained IRQ handler to use entry/exit functions

[Buildroot] [PATCH] dropbear: fix static link for version 0.53.1
 2011-05-01 12:37 UTC 

[PATCH] x86: Fix spelling error in source code comment
 2011-05-01 12:09 UTC 

[PATCH] MAINTAINERS: remove stale reference to Chris Wright's LSM tree
 2011-05-01 12:37 UTC 

Error in Hyper-V modules hv_vmbus
 2011-05-01 12:37 UTC  (3+ messages)

[lm-sensors] HELP with and [msi p67a-gd65]
 2011-05-01 12:35 UTC  (5+ messages)

[PATCH] block: remove unwanted semicolons
 2011-05-01 12:35 UTC 

[Buildroot] [PATCH 1/2] package: add jimtcl support
 2011-05-01 12:35 UTC  (2+ messages)

[U-Boot] New order
 2011-05-01 12:31 UTC 

[Xenomai-help] Building Xenomai for Ubuntu 10.10 32 bit
 2011-05-01 12:10 UTC 

[Bug 36738] New: Openarena crash with r300g + llvm < 2.8
 2011-05-01 12:07 UTC  (3+ messages)
` [Bug 36738] Openarena crash with r300g + llvm > 2.8
` [Bug 36738] Openarena crash with r300g, swrastg "

[PATCH] ipv4: don't spam dmesg with "Using LC-trie" messages
 2011-05-01 12:04 UTC 

linux module cannot read/write BSCR Register
 2011-05-01 11:43 UTC 

[PATCH v2.6.38 resend 0/7] cx88 deadlock and data races
 2011-05-01 11:27 UTC  (9+ messages)
` [PATCH 1/7] [media] cx88: protect per-device driver list with device lock
` [PATCH 2/7] [media] cx88: fix locking of sub-driver operations
` [PATCH 3/7] [media] cx88: hold device lock during sub-driver initialization
` [PATCH 4/7] [media] cx88: protect cx8802_devlist with a mutex
` [PATCH 5/7] [media] cx88: gracefully reject attempts to use unregistered cx88-blackbird driver
` [PATCH 6/7] [media] cx88: don't use atomic_t for core->mpeg_users
` [PATCH 7/7] [media] cx88: don't use atomic_t for core->users

[Bug 33422] New: oops in radeon_ddc_get_modes on first boot of rc3
 2011-05-01 11:59 UTC  (4+ messages)
` [Bug 33422] "

linux module cannot read/write BSCR Register
 2011-05-01 11:56 UTC 

LPC2011 Power Management Micro Conf
 2011-05-01 11:53 UTC 

iptables: guided option parser, run 4
 2011-05-01 11:50 UTC  (10+ messages)
` [PATCH 1/9] build: bump libxtables ABI version
` [PATCH 2/9] libxt_TEE: use guided option parser
` [PATCH 3/9] xtoptions: respect return value in xtables_getportbyname
` [PATCH 4/9] libxt_TOS: use guided option parser
` [PATCH 5/9] libxt_tos: "
` [PATCH 6/9] extensions: remove unused TOS code
` [PATCH 7/9] libxtables: XTTYPE_PORTRC support
` [PATCH 8/9] libxt_udp: use guided option parser
` [PATCH 9/9] libxt_dccp: "

Build Failure
 2011-05-01 11:50 UTC  (2+ messages)

[PATCH] sysctl: net: call unregister_net_sysctl_table where needed
 2011-05-01 11:48 UTC  (2+ messages)

help request, jffs2 fs files get lost
 2011-05-01 11:35 UTC 

2.6.39-rc5-git4: Reported regressions 2.6.37 -> 2.6.38
 2011-05-01 11:27 UTC  (9+ messages)
` [Bug #30582] WARNING: at drivers/net/wireless/ath/ath9k/recv.c:536 ath_stoprecv+0xc8/0xda [ath9k]()
` [Bug #31702] ath5k phy2: failed to wakeup the MAC Chip

[Bug 32982] Kernel locks up a few minutes after boot
 2011-05-01 11:22 UTC  (2+ messages)

2.6.38.4 broke my audio
 2011-05-01 11:19 UTC  (20+ messages)

Status of vgaswitcheroo - Devastating!
 2011-05-01 11:13 UTC  (2+ messages)

[PATCH 00/69] faster tree-based sysctl implementation
 2011-05-01 11:07 UTC  (2+ messages)

[PATCH] ipheth.c: Enable IP header alignment
 2011-05-01 11:00 UTC 

[Bug 36421] New: RV710: GPU lockup running portal2 in wine
 2011-05-01 11:02 UTC  (2+ messages)
` [Bug 36421] "

[PATCH tip:x86/urgent] x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo()
 2011-05-01 10:45 UTC 

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

[Qemu-devel] [PATCH] Fix phys memory client - pass guest physical address not region offset
 2011-05-01 10:29 UTC  (10+ messages)

[PATCHSET tip] x86, NUMA: Unify 32 and 64bit NUMA initialization
 2011-05-01 10:20 UTC  (6+ messages)
    ` [PATCH] x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo()

[PATCH] drm/radeon: fix regression on atom cards with hardcoded EDID record
 2011-05-01 10:16 UTC 

[Bug 33812] New: radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)
 2011-05-01 10:15 UTC  (3+ messages)
` [Bug 33812] "

[PATCH 1/2] zeromq: Add zeromq socket library
 2011-05-01 10:10 UTC  (4+ messages)
` [PATCH 2/2] zeromq: Add version 2.1.6

[U-Boot] Update and Cut down mach types
 2011-05-01 10:10 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] arm: omap: innovator: fix compilation error
` [U-Boot] [PATCH 2/3] arm: omap: innovator: Prepare for mach-types.h changes
` [U-Boot] [PATCH 3/3] arm: at91: ether: "

Strange cherry-picking issue with 1.7.5.msysgit.1.1.g05d0e
 2011-05-01 10:02 UTC  (3+ messages)
  ` [msysGit] "

[U-Boot] RE
 2011-05-01  9:59 UTC 

[PATCH] ipv6: fix incorrect unregistration of sysctl when last ip deleted
 2011-05-01  9:59 UTC  (5+ messages)

[LTP] Invitation to connect on LinkedIn
 2011-05-01  9:40 UTC 

RAID6 r-m-w, op-journaled fs, SSDs
 2011-05-01  9:36 UTC  (8+ messages)

How does NFS handle notify?
 2011-05-01  9:33 UTC 

(no subject)
 2011-05-01  9:29 UTC  (2+ messages)
` 

op-journaled fs, journal size and storage speeds
 2011-05-01  9:27 UTC  (2+ messages)

[RFC/largely untested/PATCH] sha1_name: interpret ~n as HEAD~n
 2011-05-01  9:04 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.