|
|
[patch 00/45] 2.6.29.1 -stable review, Chris Wright
- [patch 05/45] GRO: Disable GRO on legacy netif_rx path, Chris Wright
- [patch 22/45] CIFS: Fix memory overwrite when saving nativeFileSystem field during mount, Chris Wright
- [patch 03/45] dnet: drivers/net/dnet.c needs <linux/io.h>, Chris Wright
- [patch 01/45] netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sack, Chris Wright
- [patch 25/45] SCSI: sg: fix races during device removal, Chris Wright
- [patch 07/45] xfrm: spin_lock() should be spin_unlock() in xfrm_state.c, Chris Wright
- [patch 26/45] SCSI: sg: fix races with ioctl(SG_IO), Chris Wright
- [patch 06/45] ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c), Chris Wright
- [patch 14/45] KVM: SVM: set accessed bit for VMCB segment selectors, Chris Wright
- [patch 28/45] ARM: pxa: fix overlay being un-necessarily initialized on pxa25x, Chris Wright
- [patch 04/45] bridge: bad error handling when adding invalid ether address, Chris Wright
- [patch 30/45] ARM: cumana: Fix a long standing bogon, Chris Wright
- [patch 02/45] udp: Wrong locking code in udp seq_file infrastructure, Chris Wright
- [patch 08/45] USB: EHCI: add software retry for transaction errors, Chris Wright
- [patch 09/45] USB: fix USB_STORAGE_CYPRESS_ATACB, Chris Wright
- [patch 18/45] ath9k: fix dma mapping leak of rx buffer upon rmmod, Chris Wright
- [patch 23/45] cfg80211: force last_request to be set for OLD_REG if regdom is EU, Chris Wright
- [patch 10/45] USB: usb-storage: increase max_sectors for tape drives, Chris Wright
- [patch 15/45] ath9k: downgrade xmit queue full message to xmit debug, Chris Wright
- [patch 16/45] cifs: fix buffer format byte on NT Rename/hardlink, Chris Wright
- [patch 29/45] ARM: 5428/1: Module relocation update for R_ARM_V4BX, Chris Wright
- [patch 17/45] ath5k: use spin_lock_irqsave for beacon lock, Chris Wright
- [patch 21/45] ath5k: warn and correct rate for unknown hw rate indexes, Chris Wright
- [patch 13/45] KVM: VMX: Dont allow uninhibited access to EFER on i386, Chris Wright
- [patch 19/45] b43: fix b43_plcp_get_bitrate_idx_ofdm return type, Chris Wright
- [patch 11/45] USB: gadget: fix rndis regression, Chris Wright
- [patch 12/45] USB: add quirk to avoid config and interface strings, Chris Wright
- [patch 20/45] ath5k: disable MIB interrupts, Chris Wright
- [patch 39/45] x86: ptrace, bts: fix an unreachable statement, Chris Wright
- [patch 38/45] x86: fix 64k corruption-check, Chris Wright
- [patch 31/45] ARM: fix leak in iop13xx/pci, Chris Wright
- [patch 32/45] ARM: twl4030 - leak fix, Chris Wright
- [patch 35/45] Add a missing unlock_kernel() in raw_open(), Chris Wright
- [patch 34/45] fuse: fix fuse_file_lseek returning with lock held, Chris Wright
- [patch 36/45] x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot, Chris Wright
- [patch 37/45] x86, uv: fix cpumask iterator in uv_bau_init(), Chris Wright
- [patch 40/45] x86: mtrr: dont modify RdDram/WrDram bits of fixed MTRRs, Chris Wright
- [patch 44/45] cfg80211: fix incorrect assumption on last_request for 11d, Chris Wright
- [patch 33/45] ARM: 5435/1: fix compile warning in sanity_check_meminfo(), Chris Wright
- [patch 45/45] KVM: MMU: Fix another largepage memory leak, Chris Wright
- [patch 43/45] lguest: fix spurious BUG_ON() on invalid guest stack., Chris Wright
- [patch 41/45] VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff, Chris Wright
- [patch 42/45] lguest: wire up pte_update/pte_update_defer, Chris Wright
[RFC PATCH 00/17] virtual-bus, Gregory Haskins
- [RFC PATCH 01/17] shm-signal: shared-memory signals, Gregory Haskins
- [RFC PATCH 03/17] vbus: add connection-client helper infrastructure, Gregory Haskins
- [RFC PATCH 02/17] vbus: add virtual-bus definitions, Gregory Haskins
- [RFC PATCH 06/17] ioq: Add basic definitions for a shared-memory, lockless queue, Gregory Haskins
- [RFC PATCH 05/17] vbus: add a "vbus-proxy" bus model for vbus_driver objects, Gregory Haskins
- [RFC PATCH 04/17] vbus: add bus-registration notifiers, Gregory Haskins
- [RFC PATCH 08/17] venet: add the ABI definitions for an 802.x packet interface, Gregory Haskins
- [RFC PATCH 11/17] venet: add scatter-gather support, Gregory Haskins
- [RFC PATCH 10/17] venet-tap: Adds a "venet" compatible "tap" device to VBUS, Gregory Haskins
- [RFC PATCH 13/17] x86: allow the irq->vector translation to be determined outside of ioapic, Gregory Haskins
- [RFC PATCH 15/17] kvm: add dynamic IRQ support, Gregory Haskins
- [RFC PATCH 12/17] venettap: add scatter-gather support, Gregory Haskins
- [RFC PATCH 14/17] kvm: add a reset capability, Gregory Haskins
- [RFC PATCH 17/17] kvm: Add guest-side support for VBUS, Gregory Haskins
- [RFC PATCH 16/17] kvm: Add VBUS support to the host, Gregory Haskins
- [RFC PATCH 07/17] ioq: add vbus helpers, Gregory Haskins
- [RFC PATCH 09/17] net: Add vbus_enet driver, Gregory Haskins
- Re: [RFC PATCH 00/17] virtual-bus, Andi Kleen
[PATCH 00/15] PCI Hotplug: cpqphp cleanups, Alex Chiang
- [PATCH 01/15] PCI Hotplug: cpqphp: stray whitespace cleanups, Alex Chiang
- [PATCH 02/15] PCI Hotplug: cpqphp: fix comment style, Alex Chiang
- [PATCH 03/15] PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.h, Alex Chiang
- [PATCH 04/15] PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.c, Alex Chiang
- [PATCH 05/15] PCI Hotplug: cpqphp: eliminate stray braces, Alex Chiang
- [PATCH 06/15] PCI Hotplug: cpqphp: refactor cpqhp_probe, Alex Chiang
- [PATCH 07/15] PCI Hotplug: cpqphp: clean up cpqphp_ctrl.c, Alex Chiang
- [PATCH 08/15] PCI Hotplug: cpqphp: refactor cpqphp_save_slot_config, Alex Chiang
- [PATCH 09/15] PCI Hotplug: cpqphp: style cleanups, Alex Chiang
- [PATCH 10/15] PCI Hotplug: cpqphp: refactor cpqhp_save_config, Alex Chiang
- [PATCH 11/15] PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table(), Alex Chiang
- [PATCH 12/15] PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridge, Alex Chiang
- [PATCH 13/15] PCI Hotplug: cpqphp: constify slot_name(), Alex Chiang
- [PATCH 14/15] PCI Hotplug: cpqphp: don't use pci_find_slot(), Alex Chiang
- [PATCH 15/15] PCI: remove deprecated pci_find_slot() interface, Alex Chiang
[PATCH 0/4] ksm - dynamic page sharing driver for linux, Izik Eidus
- [PATCH 1/4] MMU_NOTIFIERS: add set_pte_at_notify(), Izik Eidus
- [PATCH 2/4] add page_wrprotect(): write protecting page., Izik Eidus
- [PATCH 3/4] add replace_page(): change the page pte is pointing to., Izik Eidus
- [PATCH 4/4] add ksm kernel shared memory driver., Izik Eidus
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Anthony Liguori
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Izik Eidus
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Anthony Liguori
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Andrea Arcangeli
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Anthony Liguori
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Andrea Arcangeli
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Anthony Liguori
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Andrea Arcangeli
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Anthony Liguori
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Andrea Arcangeli
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Anthony Liguori
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Andrea Arcangeli
- Re: [PATCH 4/4] add ksm kernel shared memory driver., KAMEZAWA Hiroyuki
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Izik Eidus
- Re: [PATCH 4/4] add ksm kernel shared memory driver., KAMEZAWA Hiroyuki
- Re: [PATCH 4/4] add ksm kernel shared memory driver., Andrea Arcangeli
- Re: [PATCH 0/4] ksm - dynamic page sharing driver for linux, Anthony Liguori
[tip PATCH v6 0/8] requeue pi implementation, Darren Hart
- [tip PATCH v6 1/8] RFC: futex: futex_wait_queue_me(), Darren Hart
- [tip PATCH v6 2/8] RFC: futex: futex_top_waiter(), Darren Hart
- [tip PATCH v6 3/8] RFC: futex: futex_lock_pi_atomic(), Darren Hart
- [tip PATCH v6 4/8] RFC: futex: finish_futex_lock_pi(), Darren Hart
- [tip PATCH v6 5/8] RFC: rt_mutex: add proxy lock routines, Darren Hart
- [tip PATCH v6 7/8] RFC: futex: Add requeue_futex() call, Darren Hart
- [tip PATCH v6 6/8] RFC: futex: Add FUTEX_HAS_TIMEOUT flag to restart.futex.flags, Darren Hart
- [tip PATCH v6 8/8] RFC: futex: add requeue_pi calls, Darren Hart
- Re: glibc hacks for requeue_pi, Darren Hart
- Re: [tip PATCH v6 0/8] requeue pi implementation, Steven Rostedt
2.6.29 git master and PAT problems, Arkadiusz Miskiewicz
- RE: 2.6.29 git master and PAT problems, Pallipadi, Venkatesh
- Re: 2.6.29 git master and PAT problems, Arkadiusz Miskiewicz
- Re: 2.6.29 git master and PAT problems, Pallipadi, Venkatesh
- Re: 2.6.29 git master and PAT problems, Arkadiusz Miskiewicz
- Re: 2.6.29 git master and PAT problems, Arkadiusz Miskiewicz
- Re: 2.6.29 git master and PAT problems, Pallipadi, Venkatesh
- Re: 2.6.29 git master and PAT problems, Arkadiusz Miskiewicz
- Re: 2.6.29 git master and PAT problems, Yinghai Lu
- Re: 2.6.29 git master and PAT problems, Pallipadi, Venkatesh
- Re: 2.6.29 git master and PAT problems, Pallipadi, Venkatesh
[patch 00/35] Jeff's ReiserFS Patch Queue, Jeff Mahoney
- [patch 08/35 error-handling] reiserfs: eliminate reiserfs_warning from uniqueness functions, Jeff Mahoney
- [patch 07/35 error-handling] reiserfs: prepare_error_buf wrongly consumes va_arg, Jeff Mahoney
- [patch 09/35 error-handling] reiserfs: add locking around error buffer, Jeff Mahoney
- [patch 03/35 error-handling] reiserfs: use buffer_info for leaf_paste_entries, Jeff Mahoney
- [patch 04/35 error-handling] reiserfs: use more consistent printk formatting, Jeff Mahoney
- [patch 16/35 xattr-rework] reiserfs: remove link detection code, Jeff Mahoney
- [patch 01/35 quick-fixes] reiserfs: add support for mount count incrementing, Jeff Mahoney
- [patch 22/35 xattr-rework] reiserfs: remove i_has_xattr_dir, Jeff Mahoney
- [patch 24/35 xattr-rework] reiserfs: journaled xattrs, Jeff Mahoney
- [patch 15/35 xattr-rework] reiserfs: xattr reiserfs_get_page takes offset instead of index, Jeff Mahoney
- [patch 20/35 xattr-rework] reiserfs: eliminate per-super xattr lock, Jeff Mahoney
- [patch 13/35 error-handling] reiserfs: use reiserfs_error(), Jeff Mahoney
- [patch 30/35 code-cleanup] reiserfs: rename p_s_sb to sb, Jeff Mahoney
- [patch 32/35 code-cleanup] reiserfs: rename p_s_inode to inode, Jeff Mahoney
- [patch 33/35 code-cleanup] reiserfs: rename p_s_tb to tb, Jeff Mahoney
- [patch 29/35 code-cleanup] reiserfs: strip trailing whitespace, Jeff Mahoney
- [patch 23/35 xattr-rework] reiserfs: use generic xattr handlers, Jeff Mahoney
- [patch 34/35 code-cleanup] reiserfs: rename p_._ variables, Jeff Mahoney
- [patch 35/35 code-cleanup] reiserfs: rename [cn]_* variables, Jeff Mahoney
- [patch 31/35 code-cleanup] reiserfs: rename p_s_bh to bh, Jeff Mahoney
- [patch 27/35 code-cleanup] reiserfs: factor out buffer_info initialization, Jeff Mahoney
- [patch 18/35 xattr-rework] reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset, Jeff Mahoney
- [patch 17/35 xattr-rework] reiserfs: remove IS_PRIVATE helpers, Jeff Mahoney
- [patch 25/35 xattr-rework] reiserfs: use generic readdir for operations across all xattrs, Jeff Mahoney
- [patch 12/35 error-handling] reiserfs: introduce reiserfs_error(), Jeff Mahoney
- [patch 26/35 xattr-rework] reiserfs: add atomic addition of selinux attributes during inode creation, Jeff Mahoney
- [patch 05/35 error-handling] reiserfs: make some warnings informational, Jeff Mahoney
- [patch 28/35 code-cleanup] reiserfs: cleanup path functions, Jeff Mahoney
- [patch 19/35 xattr-rework] reiserfs: simplify xattr internal file lookups/opens, Jeff Mahoney
- [patch 06/35 error-handling] reiserfs: rework reiserfs_warning, Jeff Mahoney
- [patch 21/35 xattr-rework] reiserfs: make per-inode xattr locking more fine grained, Jeff Mahoney
- [patch 02/35 quick-fixes] reiserfs: audit transaction ids to always be unsigned ints, Jeff Mahoney
- [patch 11/35 error-handling] reiserfs: rearrange journal abort, Jeff Mahoney
- [patch 14/35 xattr-rework] reiserfs: small variable cleanup, Jeff Mahoney
- [patch 10/35 error-handling] reiserfs: rework reiserfs_panic, Jeff Mahoney
- Re: [patch 00/35] Jeff's ReiserFS Patch Queue, Linus Torvalds
[PATCH 00/15] pending perf_counter bits, Peter Zijlstra
- [PATCH 12/15] pref_counter: kerneltop: update event_types, Peter Zijlstra
- [PATCH 13/15] perf_counter: provide generic callchain bits, Peter Zijlstra
- [PATCH 14/15] perf_counter: x86: callchain support, Peter Zijlstra
- [PATCH 15/15] perf_counter: pmc arbitration, Peter Zijlstra
- [PATCH 11/15] perf_counter: re-arrange the perf_event_type, Peter Zijlstra
- [PATCH 09/15] perf_counter tools: optionally scale counter values in perfstat mode, Peter Zijlstra
- [PATCH 07/15] perf_counter: make it possible for hw_perf_counter_init to return error codes, Peter Zijlstra
- [PATCH 03/15] perf_counter: kerneltop: simplify data_head read, Peter Zijlstra
- [PATCH 05/15] perf_counter: kerneltop: parse the mmap data stream, Peter Zijlstra
- [PATCH 10/15] perf_counter: small cleanup of the output routines, Peter Zijlstra
- [PATCH 08/15] perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init(), Peter Zijlstra
- [PATCH 02/15] perf_counter: fix update_userpage(), Peter Zijlstra
- [PATCH 01/15] perf_counter: unify and fix delayed counter wakeup, Peter Zijlstra
- [PATCH 06/15] perf_counter: powerpc: only reserve PMU hardware when we need it, Peter Zijlstra
- [PATCH 04/15] perf_counter: executable mmap() information, Peter Zijlstra
- Re: [PATCH 00/15] pending perf_counter bits, Paul Mackerras
[patch 0/3] slub partial list thrashing performance degradation, David Rientjes
- [patch 1/3] slub: add per-cache slab thrash ratio, David Rientjes
- [patch 2/3] slub: scan partial list for free slabs when thrashing, David Rientjes
- [patch 3/3] slub: sort parital list when thrashing, David Rientjes
- Re: [patch 3/3] slub: sort parital list when thrashing, Christoph Lameter
- Re: [patch 3/3] slub: sort parital list when thrashing, David Rientjes
- Re: [patch 2/3] slub: scan partial list for free slabs when thrashing, Christoph Lameter
- Re: [patch 2/3] slub: scan partial list for free slabs when thrashing, David Rientjes
- Re: [patch 2/3] slub: scan partial list for free slabs when thrashing, Christoph Lameter
- Re: [patch 2/3] slub: scan partial list for free slabs when thrashing, Pekka Enberg
- Re: [patch 2/3] slub: scan partial list for free slabs when thrashing, David Rientjes
- Re: [patch 2/3] slub: scan partial list for free slabs when thrashing, Pekka Enberg
- Re: [patch 2/3] slub: scan partial list for free slabs when thrashing, Christoph Lameter
- Re: [patch 1/3] slub: add per-cache slab thrash ratio, Pekka Enberg
- Re: [patch 1/3] slub: add per-cache slab thrash ratio, Christoph Lameter
- Re: [patch 0/3] slub partial list thrashing performance degradation, Pekka Enberg
2.6.29 on MacBook 2,1 fails to reboot, Trenton Adams
- RE: 2.6.29 on MacBook 2,1 fails to reboot, Morten P.D. Stevens
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Trenton Adams
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Morten P.D. Stevens
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Trenton D. Adams
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Justin Mattock
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Trenton D. Adams
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Trenton D. Adams
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Alistair John Strachan
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Trenton D. Adams
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Alistair John Strachan
- Re: 2.6.29 on MacBook 2,1 fails to reboot, Trenton D. Adams
Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Michael Roth
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Borislav Petkov
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Michael Roth
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Borislav Petkov
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Michael Roth
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Michael Roth
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Michael Roth
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Bartlomiej Zolnierkiewicz
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Borislav Petkov
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Alan Cox
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Michael Roth
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Borislav Petkov
- Re: Bug in 2.6.29 ide-cd: Kernel freeze: bisected + unacceptable workaround, Bartlomiej Zolnierkiewicz
fault.c cleanup, what else could it be, Alexey Dobriyan
- Re: fault.c cleanup, what else could it be, David Miller
- Re: fault.c cleanup, what else could it be, Ingo Molnar
- Re: fault.c cleanup, what else could it be, Al Viro
- Re: fault.c cleanup, what else could it be, Ingo Molnar
- Re: fault.c cleanup, what else could it be, Al Viro
- Re: fault.c cleanup, what else could it be, Ingo Molnar
- Re: fault.c cleanup, what else could it be, Al Viro
- Re: fault.c cleanup, what else could it be, Alexey Dobriyan
- Re: fault.c cleanup, what else could it be, Alexey Dobriyan
[PATCH] ext4: fix blkdev_issue_flush() failure handling, Bartlomiej Zolnierkiewicz
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Eric Sandeen
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Theodore Tso
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Eric Sandeen
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Chris Mason
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Fernando Luis Vázquez Cao
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Chris Mason
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Fernando Luis VÃzquez Cao
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Theodore Tso
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Fernando Luis Vázquez Cao
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Bartlomiej Zolnierkiewicz
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Fernando Luis Vázquez Cao
- Re: [PATCH] ext4: fix blkdev_issue_flush() failure handling, Theodore Tso
[rfc] scale dcache locking, npiggin
- [patch 01/14] fs: dcache fix LRU ordering, npiggin
- [patch 02/14] fs: dcache scale hash, npiggin
- [patch 04/14] fs: dcache scale nr_dentry, npiggin
- [patch 03/14] fs: dcache scale lru, npiggin
- [patch 06/14] fs: dcache scale d_unhashed, npiggin
- [patch 10/14] fs: dcache remove dcache_lock, npiggin
- [patch 11/14] fs: dcache reduce dput locking, npiggin
- [patch 14/14] fs: dcache per-inode inode alias locking, npiggin
- [patch 07/14] fs: dcache scale subdirs, npiggin
- [patch 12/14] fs: dcache per-bucket dcache hash locking, npiggin
- [patch 13/14] fs: dcache reduce dcache_inode_lock, npiggin
- [patch 08/14] fs: scale inode alias list, npiggin
- [patch 09/14] fs: use RCU / seqlock logic for reverse and multi-step operaitons, npiggin
- [patch 05/14] fs: dcache scale dentry refcount, npiggin
[PATCH 1/4] compat_do_execve should unshare_files, Hugh Dickins
- [PATCH 2/4] fix setuid sometimes doesn't, Hugh Dickins
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Oleg Nesterov
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Oleg Nesterov
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Oleg Nesterov
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Oleg Nesterov
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Oleg Nesterov
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Oleg Nesterov
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Hugh Dickins
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Serge E. Hallyn
- Re: Q: check_unsafe_exec() races (Was: [PATCH 2/4] fix setuid sometimes doesn't), Al Viro
- [PATCH 3/4] fix setuid sometimes wouldn't, Hugh Dickins
- [PATCH 4/4] Annotate struct fs_struct's usage count restriction, Hugh Dickins
[git-pull -tip] x86: include inverse Xmas tree patches, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Alexey Dobriyan
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Alan Cox
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Sam Ravnborg
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, H. Peter Anvin
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Al Viro
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Thomas Gleixner
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Ingo Molnar
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Thomas Gleixner
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Ingo Molnar
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Al Viro
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Alexey Dobriyan
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Thomas Gleixner
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Ingo Molnar
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Joerg Roedel
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Hugh Dickins
- Re: [git-pull -tip] x86: include inverse Xmas tree patches, Ingo Molnar
[RESENT] platform_driver's probe functions must not be located in .init.text, Uwe Kleine-König
- [PATCH 08/58] move leds-clevo-mail's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 03/58] move arcfb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 07/58] move cfag12864bfb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 16/58] move h1940-bt's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 58/58] move xtsonic's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 54/58] move vesafb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 09/58] move cobalt-lcd's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 17/58] move h1940-leds's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 05/58] move at91_wdt's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 57/58] move w100fb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 55/58] move vfb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 51/58] move stk17ta8's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 36/58] move orion_nand's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 34/58] move omap_rng's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 22/58] move jazzsonic's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 02/58] move am79c961's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 27/58] move mmci-omap's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 37/58] move gen_nand's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 29/58] move omap24xxcam's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 41/58] move sa11x0-fb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 38/58] move q40fb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 42/58] move flash's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 13/58] move epson1355fb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 45/58] move sgivwfb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 14/58] move sh_flctl's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 18/58] move hgafb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 11/58] move efifb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 47/58] move sharpsl-pm's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 46/58] move sgiwd93's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 50/58] move snirm_53c710's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 04/58] move at91_ether's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 15/58] move gbefb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 48/58] move sh_mobile_lcdc_fb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 39/58] move r8a66597_hcd's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 33/58] move mmci-omap-hs's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 20/58] move hp680-bl's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 52/58] move twl4030_usb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 26/58] move meth's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 21/58] move hp-wmi's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 40/58] move s3c241xfb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 35/58] move omap_wdt's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 49/58] move snd_powermac's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 10/58] move corgi-ssp's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 06/58] move bf54x-lq043's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 44/58] move sgiseeq's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 56/58] move vga16fb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 53/58] move omap_udc's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 28/58] move mailbox's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 43/58] move sb1250-mac's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 31/58] move omap_hdq's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 24/58] move ks8695_wdt's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 01/58] move acornfb's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 30/58] move mailbox's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 23/58] move jornada_ssp's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 25/58] move macsonic's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 12/58] move orion-ehci's probe function to .devinit.text, Uwe Kleine-KÃnig
- [PATCH 32/58] move i2c_omap's probe function to .devinit.text, Uwe Kleine-KÃnig
WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Markus Trippelsdorf
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Ilpo Järvinen
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Markus Trippelsdorf
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Ilpo Järvinen
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Markus Trippelsdorf
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Jonathan Corbet
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Jarek Poplawski
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Jonathan Corbet
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Jarek Poplawski
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Ilpo Järvinen
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Markus Trippelsdorf
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Ilpo Järvinen
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Markus Trippelsdorf
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Ilpo Järvinen
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Markus Trippelsdorf
- Re: WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991(), Ilpo Järvinen
[PATCH -V2 01/13] mutex: add atomic_dec_and_mutex_lock, Eric Paris
- [PATCH -V2 06/13] dnotify: reimplement dnotify using fsnotify, Eric Paris
- [PATCH -V2 07/13] fsnotify: generic notification queue and waitq, Eric Paris
- [PATCH -V2 08/13] fsnotify: include pathnames with entries when possible, Eric Paris
- [PATCH -V2 04/13] fsnotify: add in inode fsnotify markings, Eric Paris
- [PATCH -V2 02/13] fsnotify: unified filesystem notification backend, Eric Paris
- [PATCH -V2 03/13] fsnotify: add group priorities, Eric Paris
- [PATCH -V2 10/13] fsnotify: allow groups to add private data to events, Eric Paris
- [PATCH -V2 05/13] fsnotify: parent event notification, Eric Paris
- [PATCH -V2 09/13] fsnotify: add correlations between events, Eric Paris
- [PATCH -V2 12/13] fsnotify: handle filesystem unmounts with fsnotify marks, Eric Paris
- [PATCH -V2 11/13] fsnotify: fsnotify marks on inodes pin them in core, Eric Paris
- [PATCH -V2 13/13] inotify: reimplement inotify using fsnotify, Eric Paris
EXT4-ish "fixes" in UBIFS, Artem Bityutskiy
- Re: EXT4-ish "fixes" in UBIFS, Kyungmin Park
- replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Pavel Machek
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Artem Bityutskiy
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Pavel Machek
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Artem Bityutskiy
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Pavel Machek
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Artem Bityutskiy
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Andreas T.Auer
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Artem Bityutskiy
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Pavel Machek
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Artem Bityutskiy
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Pavel Machek
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Ric Wheeler
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Pavel Machek
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Andreas T.Auer
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Artem Bityutskiy
- Re: replace() system call needed (was Re: EXT4-ish "fixes" in UBIFS), Diego Calleja
[patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Markus Metzger
- Re: [patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Oleg Nesterov
- RE: [patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Metzger, Markus T
- Re: [patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Oleg Nesterov
- Re: [patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Markus Metzger
- Re: [patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Markus Metzger
- Re: [patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Oleg Nesterov
- RE: [patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Metzger, Markus T
- Re: [patch 3/14] x86, ptrace, bts: stop bts tracing early in do_exit, Andi Kleen
[RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- [RFC][PATCH 1/8] soft limit support in res_counter, KAMEZAWA Hiroyuki
- [RFC][PATCH 2/8] soft limit framework in memcg., KAMEZAWA Hiroyuki
- [RFC][PATCH 3/8] trigger for updating soft limit information, KAMEZAWA Hiroyuki
- [RFC][PATCH 4/8] memcg soft limit priority array queue., KAMEZAWA Hiroyuki
- [RFC][PATCH 5/8] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- [RFC][PATCH 6/8] soft limit victim select, KAMEZAWA Hiroyuki
- [RFC][PATCH 7/8] memcg soft limit LRU reorder, KAMEZAWA Hiroyuki
- [RFC][PATCH 8/8] extends soft limit event filter, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, KAMEZAWA Hiroyuki
- Re: [RFC][PATCH] memcg soft limit (yet another new design) v1, Balbir Singh
Re: Resume after hibernation regression in 2.6.29, Pavel Machek
- Re: Resume after hibernation regression in 2.6.29, Tvrtko A. Ursulin
- Re: Resume after hibernation regression in 2.6.29, Pavel Machek
- Re: Resume after hibernation regression in 2.6.29, Rafael J. Wysocki
- Re: Resume after hibernation regression in 2.6.29, Tvrtko A. Ursulin
- Re: Resume after hibernation regression in 2.6.29, Pavel Machek
- Re: Resume after hibernation regression in 2.6.29, Tvrtko A. Ursulin
- Re: Resume after hibernation regression in 2.6.29, Rafael J. Wysocki
- Re: Resume after hibernation regression in 2.6.29, Tvrtko A. Ursulin
- Re: Resume after hibernation regression in 2.6.29, Rafael J. Wysocki
- [Regression in 2.6.29] forcedeth doesn't work after resume from hibernation (was: Re: Resume after hibernation regression in 2.6.29), Rafael J. Wysocki
- Re: [Regression in 2.6.29] forcedeth doesn't work after resume from hibernation (was: Re: Resume after hibernation regression in 2.6.29), Tvrtko A. Ursulin
- Re: Resume after hibernation regression in 2.6.29, Tobias Diedrich
- Re: Resume after hibernation regression in 2.6.29, Robby Workman
[GIT]: Networking for 2.6.30, David Miller
- Re: [GIT]: Networking for 2.6.30, Lorenzo Allegrucci
- Re: [GIT]: Networking for 2.6.30, David Miller
- Re: [GIT]: Networking for 2.6.30, Linus Torvalds
- Re: [GIT]: Networking for 2.6.30, David Miller
- RDMA/nes: Fix mis-merge, Roland Dreier
- Re: RDMA/nes: Fix mis-merge, David Miller
- Re: RDMA/nes: Fix mis-merge, Linus Torvalds
- Re: RDMA/nes: Fix mis-merge, Linus Torvalds
- Re: RDMA/nes: Fix mis-merge, Roland Dreier
- Re: RDMA/nes: Fix mis-merge, David Miller
- Re: RDMA/nes: Fix mis-merge, Roland Dreier
- [PATCH] RDMA/nes: Fix mis-merge, Roland Dreier
- Re: [PATCH] RDMA/nes: Fix mis-merge, Linus Torvalds
- Re: [PATCH] RDMA/nes: Fix mis-merge, Roland Dreier
[PATCH -tip 3/3] x86, mce: Add mce=nopoll option to disable timer polling, Hidetoshi Seto
- Re: [PATCH -tip 3/3] x86, mce: Add mce=nopoll option to disable timer polling, Andi Kleen
- Re: [PATCH -tip 3/3] x86, mce: Add mce=nopoll option to disable timer polling, Hidetoshi Seto
- Re: [PATCH -tip 3/3] x86, mce: Add mce=nopoll option to disable timer polling, Andi Kleen
- Re: [PATCH -tip 3/3] x86, mce: Add mce=nopoll option to disable timer polling, Hidetoshi Seto
- Re: [PATCH -tip 3/3] x86, mce: Add mce=nopoll option to disable timer polling, Andi Kleen
- Re: [PATCH -tip 3/3] x86, mce: Add mce=nopoll option to disable timer polling, Hidetoshi Seto
- Re: [PATCH -tip 3/3] x86, mce: Add mce=nopoll option to disable timer polling, Andi Kleen
- [tip:x86/mce2] x86, mce: Add mce=nopoll option to disable timer polling, Hidetoshi Seto
[PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Hidetoshi Seto
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Andi Kleen
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Hidetoshi Seto
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Andi Kleen
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Hidetoshi Seto
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Andi Kleen
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Hidetoshi Seto
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Andi Kleen
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Ingo Molnar
- Re: [PATCH -tip 1/3] x86, mce: Add mce_threshold option for intel cmci, Ingo Molnar
- [tip:x86/mce2] x86, mce: Add mce_threshold option for intel cmci, Hidetoshi Seto
[PATCH 1/8] staging: comedi, remove interrupt.h, Jiri Slaby
- [PATCH 5/8] staging: agnx, fix bssid compiler warnings, Jiri Slaby
- [PATCH 2/8] staging: agnx, probe cleanup, Jiri Slaby
- [PATCH 3/8] staging: agnx, remove memlens from probe, Jiri Slaby
- [PATCH 7/8] staging: meilhaus, annotate cpi functions, Jiri Slaby
- [PATCH 4/8] staging: agnx, fix fail paths in probe, Jiri Slaby
- [PATCH 6/8] staging: meilhaus, switch to misc device, Jiri Slaby
- [PATCH 8/8] staging: meilhaus, move tables to .c, Jiri Slaby
Re: [rfc] x86, bts: fix crash, Oleg Nesterov
- RE: [rfc] x86, bts: fix crash, Metzger, Markus T
- Re: [rfc] x86, bts: fix crash, Oleg Nesterov
- Re: [rfc] x86, bts: fix crash, Markus Metzger
- Re: [rfc] x86, bts: fix crash, Oleg Nesterov
- RE: [rfc] x86, bts: fix crash, Metzger, Markus T
- RE: [rfc] x86, bts: fix crash, Metzger, Markus T
- Re: [rfc] x86, bts: fix crash, Oleg Nesterov
- RE: [rfc] x86, bts: fix crash, Metzger, Markus T
DRM lock ordering fix series, Eric Anholt
- [PATCH 1/6] drm/i915: Fix lock order reversal in GTT pwrite path., Eric Anholt
- [PATCH 2/6] drm/i915: Make GEM object's page lists refcounted instead of get/free., Eric Anholt
- [PATCH 3/6] drm/i915: Fix lock order reversal in shmem pwrite path., Eric Anholt
- [PATCH 4/6] drm/i915: Fix lock order reversal in shmem pread path., Eric Anholt
- [PATCH 5/6] drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths., Eric Anholt
- [PATCH 6/6] drm/i915: Fix lock order reversal in GEM relocation entry copying., Eric Anholt
- Re: [PATCH 6/6] drm/i915: Fix lock order reversal in GEM relocation entry copying. -- makes X hang, Florian Mickler
- Re: [PATCH 6/6] drm/i915: Fix lock order reversal in GEM relocation entry copying. -- makes X hang, Eric Anholt
- Re: [PATCH 5/6] drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths., Jesse Barnes
- Re: [PATCH 4/6] drm/i915: Fix lock order reversal in shmem pread path., Dave Airlie
- Re: [PATCH 4/6] drm/i915: Fix lock order reversal in shmem pread path., Keith Packard
- Re: [PATCH 4/6] drm/i915: Fix lock order reversal in shmem pread path., Jesse Barnes
- Re: [PATCH 3/6] drm/i915: Fix lock order reversal in shmem pwrite path., Jesse Barnes
- Re: [PATCH 2/6] drm/i915: Make GEM object's page lists refcounted instead of get/free., Dave Airlie
- Re: [PATCH 2/6] drm/i915: Make GEM object's page lists refcounted instead of get/free., Eric Anholt
- Re: [PATCH 2/6] drm/i915: Make GEM object's page lists refcounted instead of get/free., Jesse Barnes
- Re: [PATCH 1/6] drm/i915: Fix lock order reversal in GTT pwrite path., Jesse Barnes
- Re: DRM lock ordering fix series, Andi Kleen
- Re: DRM lock ordering fix series, Eric Anholt
- Re: DRM lock ordering fix series, Eric Anholt
- Re: DRM lock ordering fix series, Andi Kleen
- Re: DRM lock ordering fix series, Eric Anholt
- Re: DRM lock ordering fix series, Andi Kleen
- Re: DRM lock ordering fix series, Peter Zijlstra
- Re: DRM lock ordering fix series, Peter Zijlstra
- Re: DRM lock ordering fix series, Eric Anholt
- Re: DRM lock ordering fix series, Brice Goglin
- Re: DRM lock ordering fix series, Peter Zijlstra
- [RFC] x86: gup_fast() batch limit (was: DRM lock ordering fix series), Peter Zijlstra
- Re: [RFC] x86: gup_fast() batch limit (was: DRM lock ordering fix series), Peter Zijlstra
[RFC PATCHSET pata-2.6] ide: clean up ide-tape, Tejun Heo
- [PATCH 04/10] ide-tape: use standard data transfer mechanism, Tejun Heo
- [PATCH 02/10] ide-tape: use single continuous buffer, Tejun Heo
- [PATCH 03/10] ide-tape-convert-to-bio, Tejun Heo
- [PATCH 01/10] ide-atapi: allow ->pc_callback() to change rq->data_len, Tejun Heo
- [PATCH 06/10] ide-tape: unify r/w init paths, Tejun Heo
- [PATCH 05/10] ide-tape: kill idetape_bh, Tejun Heo
- [PATCH 07/10] ide-tape: use byte size instead of sectors on rw issue functions, Tejun Heo
- [PATCH 08/10] ide-tape: simplify read/write functions, Tejun Heo
- [PATCH 09/10] ide-atapi: kill unused fields and callbacks, Tejun Heo
- [PATCH 10/10] ide: drop rq->data handling from ide_map_sg(), Tejun Heo
- Re: [RFC PATCHSET pata-2.6] ide: clean up ide-tape, Borislav Petkov
epoll_ctl and const correctness, nicolas sitbon
- Re: epoll_ctl and const correctness, Davide Libenzi
- Re: epoll_ctl and const correctness, Jeremy Fitzhardinge
- Re: epoll_ctl and const correctness, nicolas sitbon
- Re: epoll_ctl and const correctness, nicolas sitbon
- Re: epoll_ctl and const correctness, Michael Tokarev
- Re: epoll_ctl and const correctness, nicolas sitbon
- Re: epoll_ctl and const correctness, nicolas sitbon
- Re: epoll_ctl and const correctness, Davide Libenzi
- Re: epoll_ctl and const correctness, Michael Tokarev
- Re: epoll_ctl and const correctness, nicolas sitbon
- Re: epoll_ctl and const correctness, Michael Tokarev
- Re: epoll_ctl and const correctness, nicolas sitbon
- Re: epoll_ctl and const correctness, Michael Tokarev
- Re: epoll_ctl and const correctness, nicolas sitbon
[PATCH 1/3] blktrace: fix timestamp in binary output, Li Zefan
- [PATCH 2/3] blktrace: fix a race when creating blk_tree_root in debugfs, Li Zefan
- [PATCH 3/3] blktrace: fix the original blktrace, Li Zefan
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Ingo Molnar
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Jens Axboe
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Ingo Molnar
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Arnaldo Carvalho de Melo
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Jens Axboe
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Arnaldo Carvalho de Melo
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Li Zefan
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Jens Axboe
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Ingo Molnar
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Arnaldo Carvalho de Melo
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Jens Axboe
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Arnaldo Carvalho de Melo
- Re: [PATCH 3/3] blktrace: fix the original blktrace, Li Zefan
- [tip:tracing/blktrace] blktrace: fix the original blktrace, Li Zefan
- [tip:tracing/blktrace] blktrace: fix timestamp in binary output, Li Zefan
[RFC PATCH 00/11] sched: find_busiest_group() cleanup, Gautham R Shenoy
- [RFC PATCH 01/11] sched: Simple helper functions for find_busiest_group(), Gautham R Shenoy
- [RFC PATCH 02/11] sched: Fix indentations in find_busiest_group using gotos., Gautham R Shenoy
- [RFC PATCH 03/11] sched: Define structure to store the sched_group statistics for fbg(), Gautham R Shenoy
- [RFC PATCH 04/11] sched: Create a helper function to calculate sched_group stats for fbg(), Gautham R Shenoy
- [RFC PATCH 06/11] sched: Create a helper function to calculate sched_domain stats for fbg(), Gautham R Shenoy
- [RFC PATCH 07/11] sched: Create helper to calculate small_imbalance in find_busiest_group., Gautham R Shenoy
- [RFC PATCH 09/11] sched: Optimize the !power_savings_balance during find_busiest_group., Gautham R Shenoy
- [RFC PATCH 08/11] sched: Create a helper function to calculate imbalance., Gautham R Shenoy
- [RFC PATCH 05/11] sched: Define structure to store the sched_domain statistics for fbg(), Gautham R Shenoy
- [RFC PATCH 11/11] sched: Add comments to find_busiest_group() function., Gautham R Shenoy
- [RFC PATCH 10/11] sched: Refactor the power savings balance code., Gautham R Shenoy
- Re: [RFC PATCH 00/11] sched: find_busiest_group() cleanup, Ingo Molnar
[PATCH 0/5] [PATCH][GIT PULL] remove unnecessary (un)likelys, Steven Rostedt
- [PATCH 2/5] mm: remove unlikly NULL from kfree, Steven Rostedt
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Pekka Enberg
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Thomas Gleixner
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Pekka Enberg
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Andrew Morton
- RE: [PATCH 2/5] mm: remove unlikly NULL from kfree, Hua Zhong
- RE: [PATCH 2/5] mm: remove unlikly NULL from kfree, Pekka Enberg
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Pekka Enberg
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Steven Rostedt
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Pekka Enberg
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Steven Rostedt
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Steven Rostedt
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Matt Mackall
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Steven Rostedt
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Jeremy Fitzhardinge
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Matt Mackall
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Matt Mackall
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Steven Rostedt
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Al Viro
- Re: [PATCH 2/5] mm: remove unlikly NULL from kfree, Andrew Morton
- [PATCH 3/5] sched: remove unlikely in pre_schedule_rt, Steven Rostedt
- [PATCH 1/5] ptrace: remove incorrect unlikelys, Steven Rostedt
- [PATCH 4/5] sched: remove unlikelys from sched_move_task, Steven Rostedt
- [PATCH 5/5] mm: remove unlikelys for unlock in rmap.c, Steven Rostedt
- Re: [PATCH 0/5] [PATCH][GIT PULL] remove unnecessary (un)likelys, Ingo Molnar
- Re: [PATCH 0/5] [PATCH][GIT PULL] remove unnecessary (un)likelys, Ingo Molnar
[GIT PATCH] driver core patches for 2.6.30 merge window, Greg KH
- [PATCH 01/61] edac: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 17/61] v4l: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 02/61] spi: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 03/61] video: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 04/61] zorro: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 06/61] mtd: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 07/61] pci: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 08/61] rapidio: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 09/61] s390: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 10/61] serial: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 11/61] sh: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 12/61] tc: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 13/61] pcmcia: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 14/61] rtc: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 16/61] drm: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 18/61] amba: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 20/61] dma: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 15/61] net: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 21/61] eisa: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 22/61] gpio: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 19/61] dio: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 23/61] mca: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 24/61] mfd: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 25/61] wimax: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 27/61] PS3: replace bus_id usage, Greg Kroah-Hartman
- [PATCH 26/61] usb: struct device - replace bus_id with dev_name(), dev_set_name(), Greg Kroah-Hartman
- [PATCH 28/61] USB: FHCI: use dev_name() in place of bus_id., Greg Kroah-Hartman
- [PATCH 29/61] driver core: get rid of struct device's bus_id string array, Greg Kroah-Hartman
- [PATCH 30/61] SYSFS: use standard magic.h for sysfs, Greg Kroah-Hartman
- [PATCH 32/61] driver core: check bus->match without holding device lock, Greg Kroah-Hartman
- [PATCH 31/61] sysfs: Take sysfs_mutex when fetching the root inode., Greg Kroah-Hartman
- [PATCH 33/61] platform: make better use of to_platform_{device,driver}() macros, Greg Kroah-Hartman
- [PATCH 34/61] platform: introduce module id table for platform devices, Greg Kroah-Hartman
- [PATCH 35/61] UIO: Add name attributes for mappings and port regions, Greg Kroah-Hartman
- [PATCH 36/61] uio: add the uio_aec driver, Greg Kroah-Hartman
- [PATCH 37/61] UIO: Take offset into account when determining number of pages that can be mapped, Greg Kroah-Hartman
- [PATCH 38/61] platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver', Greg Kroah-Hartman
- [PATCH 40/61] driver-core: do not register a driver with bus_type not registered, Greg Kroah-Hartman
- [PATCH 39/61] scsi/m68k: Kill NCR_700_detect() warnings, Greg Kroah-Hartman
- [PATCH 41/61] sysfs: sysfs_add_one WARNs with full path to duplicate filename, Greg Kroah-Hartman
- [PATCH 42/61] sysfs: reference sysfs_dirent from sysfs inodes, Greg Kroah-Hartman
- [PATCH 43/61] driver core: remove polling for driver_probe_done(v5), Greg Kroah-Hartman
- [PATCH 44/61] driver core: create a private portion of struct device, Greg Kroah-Hartman
- [PATCH 45/61] driver core: move klist_children into private structure, Greg Kroah-Hartman
- [PATCH 46/61] driver core: move knode_driver into private structure, Greg Kroah-Hartman
- [PATCH 47/61] driver core: move knode_bus into private structure, Greg Kroah-Hartman
- [PATCH 48/61] sysfs: don't block indefinitely for unmapped files., Greg Kroah-Hartman
- [PATCH 49/61] driver core: move platform_data into platform_device, Greg Kroah-Hartman
- [PATCH 50/61] driver core: fix passing platform_data, Greg Kroah-Hartman
- [PATCH 51/61] vcs: hook sysfs devices into object lifetime instead of "binding", Greg Kroah-Hartman
- [PATCH 52/61] Driver core: implement uevent suppress in kobject, Greg Kroah-Hartman
- [PATCH 53/61] Driver core: some cleanup on drivers/base/sys.c, Greg Kroah-Hartman
- [PATCH 54/61] Driver core: Fix device_move() vs. dpm list ordering, v2, Greg Kroah-Hartman
- [PATCH 55/61] sysfs: only allow one scheduled removal callback per kobj, Greg Kroah-Hartman
- [PATCH 56/61] kobject: don't block for each kobject_uevent, Greg Kroah-Hartman
- [PATCH 57/61] sysfs: fix some bin_vm_ops errors, Greg Kroah-Hartman
- [PATCH 58/61] dynamic debug: combine dprintk and dynamic printk, Greg Kroah-Hartman
- [PATCH 60/61] Dynamic debug: allow simple quoting of words, Greg Kroah-Hartman
- [PATCH 59/61] dynamic debug: update docs, Greg Kroah-Hartman
- [PATCH 61/61] Dynamic debug: fix pr_fmt() build error, Greg Kroah-Hartman
[PATCH 0/5] swiotlb: changes for powerpc/highmem, Becky Bruce
- [PATCH 1/5] swiotlb: comment corrections (no code changes), Becky Bruce
- [PATCH 2/5] swiotlb: fix compile warning, Becky Bruce
- [PATCH 3/5] swiotlb: swiotlb_bus_to_virt/phys prototype changes, Becky Bruce
- [PATCH 4/5] swiotlb: map_page fix for highmem systems, Becky Bruce
- [PATCH 5/5] swiotlb: Allow arch override of address_needs_mapping, Becky Bruce
- Re: [PATCH 5/5] swiotlb: Allow arch override of address_needs_mapping, FUJITA Tomonori
- Re: [PATCH 4/5] swiotlb: map_page fix for highmem systems, FUJITA Tomonori
- Re: [PATCH 3/5] swiotlb: swiotlb_bus_to_virt/phys prototype changes, FUJITA Tomonori
- Re: [PATCH 3/5] swiotlb: swiotlb_bus_to_virt/phys prototype changes, Becky Bruce
- Re: [PATCH 3/5] swiotlb: swiotlb_bus_to_virt/phys prototype changes, Ingo Molnar
- Re: [PATCH 2/5] swiotlb: fix compile warning, FUJITA Tomonori
- Re: [PATCH 2/5] swiotlb: fix compile warning, Becky Bruce
- Re: [PATCH 2/5] swiotlb: fix compile warning, FUJITA Tomonori
- Re: [PATCH 2/5] swiotlb: fix compile warning, Ingo Molnar
- Re: [PATCH 2/5] swiotlb: fix compile warning, Becky Bruce
- Re: [PATCH 0/5] swiotlb: changes for powerpc/highmem, Jeremy Fitzhardinge
Anyone working on ftrace function graph support on ARM?, Tim Bird
- Re: Anyone working on ftrace function graph support on ARM?, Ingo Molnar
- Re: Anyone working on ftrace function graph support on ARM?, Uwe Kleine-König
- Re: Anyone working on ftrace function graph support on ARM?, Frederic Weisbecker
- Re: Anyone working on ftrace function graph support on ARM?, Tim Bird
- Re: Anyone working on ftrace function graph support on ARM?, Ingo Molnar
- Re: Anyone working on ftrace function graph support on ARM?, Frederic Weisbecker
- Re: Anyone working on ftrace function graph support on ARM?, Ingo Molnar
- Re: Anyone working on ftrace function graph support on ARM?, Frederic Weisbecker
- Re: Anyone working on ftrace function graph support on ARM?, Russell King - ARM Linux
- Re: Anyone working on ftrace function graph support on ARM?, Steven Rostedt
- Re: Anyone working on ftrace function graph support on ARM?, Frederic Weisbecker
- [PATCH][GIT PULL] x86, function-graph: only save return values on x86_64, Steven Rostedt
- Re: [PATCH][GIT PULL] x86, function-graph: only save return values on x86_64, Jaswinder Singh Rajput
- Re: [PATCH][GIT PULL] x86, function-graph: only save return values on x86_64, Steven Rostedt
- Re: Anyone working on ftrace function graph support on ARM?, Abhishek Sagar
- Re: Anyone working on ftrace function graph support on ARM?, Frederic Weisbecker
- Re: Anyone working on ftrace function graph support on ARM?, Russell King - ARM Linux
- Re: Anyone working on ftrace function graph support on ARM?, Ingo Molnar
- Re: Anyone working on ftrace function graph support on ARM?, Russell King - ARM Linux
- Re: Anyone working on ftrace function graph support on ARM?, Uwe Kleine-König
- Re: Anyone working on ftrace function graph support on ARM?, Russell King - ARM Linux
- Re: Anyone working on ftrace function graph support on ARM?, Uwe Kleine-König
- Re: Anyone working on ftrace function graph support on ARM?, Tim Bird
- Re: Anyone working on ftrace function graph support on ARM?, Frederic Weisbecker
- Re: Anyone working on ftrace function graph support on ARM?, Tim Bird
- Re: Anyone working on ftrace function graph support on ARM?, Uwe Kleine-König
- Re: Anyone working on ftrace function graph support on ARM?, Russell King - ARM Linux
- Re: Anyone working on ftrace function graph support on ARM?, Tim Bird
- Re: Anyone working on ftrace function graph support on ARM?, Steven Rostedt
- Re: Anyone working on ftrace function graph support on ARM?, Catalin Marinas
[patch 0/9] LTTng core kernel instrumentation, Mathieu Desnoyers
- [patch 1/9] IRQ handle prepare for instrumentation, Mathieu Desnoyers
- [patch 5/9] LTTng instrumentation scheduler fix task migration, Mathieu Desnoyers
- [patch 8/9] LTTng instrumentation - filemap, Mathieu Desnoyers
- [patch 4/9] LTTng instrumentation softirq, Mathieu Desnoyers
- [patch 6/9] LTTng instrumentation - timer, Mathieu Desnoyers
- [patch 7/9] LTTng instrumentation - kernel, Mathieu Desnoyers
- [patch 3/9] LTTng instrumentation tasklets, Mathieu Desnoyers
- [patch 2/9] LTTng instrumentation - irq, Mathieu Desnoyers
- Re: [patch 2/9] LTTng instrumentation - irq, Jason Baron
- Re: [patch 2/9] LTTng instrumentation - irq, Ingo Molnar
- Re: [patch 2/9] LTTng instrumentation - irq, Jason Baron
- Re: [patch 2/9] LTTng instrumentation - irq, Ingo Molnar
- Re: [patch 2/9] LTTng instrumentation - irq, Mathieu Desnoyers
- Re: [patch 2/9] LTTng instrumentation - irq, Ingo Molnar
- Re: [patch 2/9] LTTng instrumentation - irq, Ingo Molnar
- Re: [patch 2/9] LTTng instrumentation - irq, Mathieu Desnoyers
- Re: [patch 2/9] LTTng instrumentation - irq, Steven Rostedt
- Re: [patch 2/9] LTTng instrumentation - irq, Mathieu Desnoyers
- Re: [patch 2/9] LTTng instrumentation - irq, Steven Rostedt
- Re: [patch 2/9] LTTng instrumentation - irq, Steven Rostedt
- Re: [patch 2/9] LTTng instrumentation - irq, Mathieu Desnoyers
- Re: [patch 2/9] LTTng instrumentation - irq, Jason Baron
- Re: [patch 2/9] LTTng instrumentation - irq, Ingo Molnar
- Re: [patch 2/9] LTTng instrumentation - irq, Thomas Gleixner
- [patch 9/9] LTTng instrumentation - swap, Mathieu Desnoyers
[PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Tejun Heo
- [PATCH 02/14] block: reorganize [__]bio_map_kern(), Tejun Heo
- [PATCH 01/14] block: clear req->errors on bio completion only for fs requests, Tejun Heo
- [PATCH 03/14] block: implement blk_rq_map_kern_prealloc(), Tejun Heo
- [PATCH 04/14] ide: use blk_run_queue() instead of blk_start_queueing(), Tejun Heo
- [PATCH 06/14] ide kill unused ide_cmd->special, Tejun Heo
- [PATCH 05/14] ide: don't set REQ_SOFTBARRIER, Tejun Heo
- [PATCH 09/14] ide-taskfile: don't abuse rq->buffer, Tejun Heo
- [PATCH 08/14] ide-floppy: block pc always uses bio, Tejun Heo
- [PATCH 10/14] ide-atapi: don't abuse rq->buffer, Tejun Heo
- [PATCH 14/14] ide-cd: use bio for request sense, Tejun Heo
- [PATCH 12/14] ide-pm: don't abuse rq->data, Tejun Heo
- [PATCH 11/14] ide-cd: don't abuse rq->buffer, Tejun Heo
- [PATCH 13/14] ide-atapi: use bio for request sense, Tejun Heo
- [PATCH 07/14] ide-cd: clear sense buffer before issuing request sense, Tejun Heo
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Bartlomiej Zolnierkiewicz
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Borislav Petkov
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Tejun Heo
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Boaz Harrosh
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Tejun Heo
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Boaz Harrosh
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Tejun Heo
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Tejun Heo
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Boaz Harrosh
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Tejun Heo
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Bartlomiej Zolnierkiewicz
- Re: [PATCHSET pata-2.6] ide: rq->buffer, data, special and misc cleanups, Tejun Heo
[PATCH 00/30] Serial and tty for 2.6.30, Alan Cox
- [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Alan Cox
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Andrey Panin
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Alan Cox
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Matthew Garrett
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Matthew Garrett
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Alan Cox
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Matthew Garrett
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Alan Cox
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Matthew Garrett
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Alan Cox
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Matthew Garrett
- Re: [PATCH 01/30] disallow SERIAL_8250_PNP with SERIAL_8250_CONSOLE, Bjorn Helgaas
- [PATCH 02/30] 8250_pnp.c: add another Wacom tablet, Alan Cox
- [PATCH 03/30] serial: Update PNP IDs, Alan Cox
- [PATCH 04/30] jsm: Fix the return variable and removing the unused retval., Alan Cox
- [PATCH 05/30] PCI: quirks, don't mark one netmos as class other, Alan Cox
- [PATCH 06/30] devpts: must release s_umount on error, Alan Cox
- [PATCH 07/30] cpm_uart: fix non-console port startup bug, Alan Cox
- [PATCH 08/30] Use barrier instead of cpu_relax for early blackfin boot, Alan Cox
- [PATCH 09/30] blackfin: Explain why we cannot cpu_relax() in early serial code, Alan Cox
- [PATCH 10/30] blackfin: BF538/9 serial uart support, Alan Cox
- [PATCH 11/30] blackfin: Use unsigned long for flags with irq functions, Alan Cox
- [PATCH 13/30] Fix DMA rx ring buffer handling, Alan Cox
- [PATCH 16/30] cyclades: Auto-load cyclades module when device opened., Alan Cox
- [PATCH 17/30] specialix: Auto-load specialix module when device opened., Alan Cox
- [PATCH 15/30] applicom: Auto-load applicom module when device opened., Alan Cox
- [PATCH 19/30] riscom8: Auto-load riscom8 module when device opened., Alan Cox
- [PATCH 18/30] usb: Auto-load cdc_acm module when device opened., Alan Cox
- [PATCH 20/30] rio: addition has higher precedence than ?:, Alan Cox
- [PATCH 22/30] jsm: define init function as __devinit, Alan Cox
- [PATCH 23/30] icom: remove unused variables, Alan Cox
- [PATCH 21/30] vcs: hook sysfs devices into object lifetime instead of "binding", Alan Cox
- [PATCH 14/30] blackfin: Subtract ANOMALY_05000230 on quot, Alan Cox
- [PATCH 24/30] isicom: isicom kref leak fix, Alan Cox
- [PATCH 25/30] tty: moxa, fix refcounting in moxa_poll_port, Alan Cox
- [PATCH 27/30] ucc: Fix leaky error path, Alan Cox
- [PATCH 26/30] mxser: remove tty_port_tty_get from mxser_check_modem_status, Alan Cox
- [PATCH 28/30] mux: fix build problem, Alan Cox
- [PATCH 29/30] 8250_pci: add support for National Instruments 843x RS232 devices, Alan Cox
- [PATCH 12/30] blackfin: Fix tty compile error in PIO mode, Alan Cox
- [PATCH 30/30] 8250_pci: ni8420 support, Alan Cox
[PATCH] kmemtrace: fix build breakage in befs, Pekka Enberg
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Pekka Enberg
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Pekka Enberg
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Pekka Enberg
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Pekka Enberg
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Pekka Enberg
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
- Re: [PATCH] kmemtrace: fix build breakage in befs, Alexey Dobriyan
- Re: [PATCH] kmemtrace: fix build breakage in befs, Pekka Enberg
- Re: [PATCH] kmemtrace: fix build breakage in befs, Eduard - Gabriel Munteanu
- Re: [PATCH] kmemtrace: fix build breakage in befs, Ingo Molnar
Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Jesper Krogh
- Re: Linux 2.6.29, David Rees
- Re: Linux 2.6.29, Jesper Krogh
- Re: Linux 2.6.29, Ingo Molnar
- Re: Linux 2.6.29, Jesper Krogh
- Re: Linux 2.6.29, David Rees
- Re: Linux 2.6.29, Jesper Krogh
- Re: Linux 2.6.29, David Rees
- Re: Linux 2.6.29, Jesper Krogh
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Bron Gondwana
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Andrew Morton
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Andrew Morton
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Andrew Morton
- Re: Linux 2.6.29, David Rees
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Dave Jones
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, david
- Re: Linux 2.6.29, Ingo Molnar
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29 - delayed metadata for delayed allocation?, Andreas T.Auer
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Andreas T.Auer
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Neil Brown
- Re: Linux 2.6.29, Gene Heskett
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Aaron Cohen
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Gene Heskett
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Gene Heskett
- RE: Linux 2.6.29, Hua Zhong
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Xavier Bestel
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Jeremy Fitzhardinge
- Re: Linux 2.6.29, Felipe Contreras
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, David Miller
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Stefan Richter
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Stefan Richter
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Stefan Richter
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, David Hagood
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, JÃrn Engel
- Re: Linux 2.6.29, Dave Chinner
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Trenton Adams
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Trenton D. Adams
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Dave Chinner
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Andreas T.Auer
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Andreas T.Auer
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Chris Mason
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Chris Mason
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Pasi Kärkkäinen
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Eric Sandeen
- Re: Linux 2.6.29, Rik van Riel
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Michael Tokarev
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Neil Brown
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Bill Davidsen
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Andreas T.Auer
- Re: Linux 2.6.29, Chris Mason
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Dave Chinner
- Re: Linux 2.6.29, Alex Goebel
- RE: Linux 2.6.29, Hua Zhong
- Re: Linux 2.6.29, Stefan Richter
- Re: Linux 2.6.29, david
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Thierry Vignaud
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Zid Null
- Re: Linux 2.6.29, Gene Heskett
- Re: Linux 2.6.29, Alejandro Riveira FernÃndez
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Andreas T.Auer
- Re: Linux 2.6.29, Giacomo A. Catenazzi
- Re: Linux 2.6.29, Jeremy Fitzhardinge
- Re: Linux 2.6.29, Bojan Smojver
- Re: Linux 2.6.29, Bojan Smojver
- Re: Linux 2.6.29, Bojan Smojver
- Re: Linux 2.6.29, Jeremy Fitzhardinge
- Re: Linux 2.6.29, Bojan Smojver
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Andrew Morton
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Neil Brown
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Ingo Molnar
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Ingo Molnar
- Re: Linux 2.6.29, Andrew Morton
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Jan Kara
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, David Rees
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Christoph Hellwig
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Kyle Moffett
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Kyle Moffett
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, David Miller
- Re: Linux 2.6.29, Kyle Moffett
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Kyle Moffett
- Re: Linux 2.6.29, Matthew Garrett
- Re: Linux 2.6.29, Kyle Moffett
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Jan Kara
- Re: Linux 2.6.29, Linus Torvalds
- ext3 IO latency measurements (was: Linux 2.6.29), Ingo Molnar
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Ingo Molnar
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Jens Axboe
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Arjan van de Ven
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Jens Axboe
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Arjan van de Ven
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Theodore Tso
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Ingo Molnar
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Ingo Molnar
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Ingo Molnar
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Ingo Molnar
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Andrew Morton
- relatime: update once per day patches (was: ext3 IO latency measurements), Frans Pop
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Andrew Morton
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Linus Torvalds
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Theodore Tso
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Jose Celestino
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Frans Pop
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Linus Torvalds
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Frans Pop
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Andrew Morton
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Frans Pop
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Andrew Morton
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Matthew Garrett
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Andrew Morton
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), Matthew Garrett
- Re: relatime: update once per day patches (was: ext3 IO latency measurements), David Hagood
- [PATCH] Allow relatime to update atime once a day, Matthew Garrett
- Re: [PATCH] Allow relatime to update atime once a day, Alexey Dobriyan
- Re: [PATCH] Allow relatime to update atime once a day, Alan Cox
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Theodore Tso
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Linus Torvalds
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Andreas Schwab
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Theodore Tso
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Linus Torvalds
- [PATCH 1/2] Add a strictatime mount option, Matthew Garrett
- [PATCH 2/2] Make relatime default, Matthew Garrett
- Re: [PATCH 2/2] Make relatime default, Alan Cox
- Re: [PATCH 2/2] Make relatime default, Linus Torvalds
- Re: [PATCH 2/2] Make relatime default, Frans Pop
- Re: [PATCH 2/2] Make relatime default, Linus Torvalds
- Re: [PATCH 2/2] Make relatime default, Alan Cox
- Re: [PATCH 2/2] Make relatime default, Frans Pop
- Re: [PATCH 2/2] Make relatime default, Andrea Arcangeli
- Re: [PATCH 2/2] Make relatime default, Xavier Bestel
- Re: [PATCH 2/2] Make relatime default, Bill Davidsen
- Re: [PATCH 1/2] Add a strictatime mount option, Alan Cox
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Alan Cox
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Matthew Garrett
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Alan Cox
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Matthew Garrett
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Alan Cox
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Bron Gondwana
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Alan Cox
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Bron Gondwana
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Alan Cox
- Re: ext3 IO latency measurements, Giacomo A. Catenazzi
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Frans Pop
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Bill Nottingham
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Linus Torvalds
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Bill Nottingham
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Linus Torvalds
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Bill Nottingham
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Alan Cox
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Theodore Tso
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Ingo Molnar
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Theodore Tso
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Ingo Molnar
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Jesse Barnes
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Neil Brown
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Pekka Enberg
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Pekka Enberg
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Andrew Morton
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Jan Kara
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Andrew Morton
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Jan Kara
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Linus Torvalds
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Andrew Morton
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Jan Kara
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Linus Torvalds
- Re: ext3 IO latency measurements (was: Linux 2.6.29), Andrew Morton
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Jan Kara
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Jan Kara
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Ingo Molnar
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Jesper Krogh
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Eric Sandeen
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Jan Kara
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Benny Halevy
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Hugh Dickins
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Hugh Dickins
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Hugh Dickins
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Hugh Dickins
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, James Bottomley
- Re: Linux 2.6.29, Jens Axboe
- range-based cache flushing (was Re: Linux 2.6.29), Jeff Garzik
- Re: Linux 2.6.29, Benny Halevy
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, Jeff Garzik
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Eric Sandeen
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Jeff Garzik
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Eric Sandeen
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Ric Wheeler
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Ric Wheeler
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Jeff Garzik
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Jeff Garzik
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Ric Wheeler
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Christoph Hellwig
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Jens Axboe
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Alan Cox
- Re: [PATCH] issue storage device flush via sync_blockdev() (was Re: Linux 2.6.29), Jeff Garzik
- [PATCH v2] issue storage device flush via sync_blockdev(), Jeff Garzik
- Re: [PATCH v2] issue storage device flush via sync_blockdev(), Theodore Tso
- Re: [PATCH v2] issue storage device flush via sync_blockdev(), Jeff Garzik
- Re: [PATCH v2] issue storage device flush via sync_blockdev(), Theodore Tso
- [PATCH] issue storage dev flush from generic file_fsync helper, Jeff Garzik
- Re: [PATCH] issue storage dev flush from generic file_fsync helper, Christoph Hellwig
- Re: [PATCH] issue storage dev flush from generic file_fsync helper, Fernando Luis Vázquez Cao
- [PATCH 1/5] block: Add block_flush_device(), Fernando Luis Vázquez Cao
- [PATCH 2/5] ext3: call blkdev_issue_flush on fsync(), Fernando Luis Vázquez Cao
- Re: [PATCH 2/5] ext3: call blkdev_issue_flush on fsync(), Jeff Garzik
- Re: [PATCH 2/5] ext3: call blkdev_issue_flush on fsync(), Fernando Luis Vázquez Cao
- Re: [PATCH 2/5] ext3: call blkdev_issue_flush on fsync(), Fernando Luis Vázquez Cao
- [PATCH 1/7] block: Add block_flush_device(), Fernando Luis Vázquez Cao
- Re: [PATCH 1/7] block: Add block_flush_device(), Bartlomiej Zolnierkiewicz
- Re: [PATCH 1/7] block: Add block_flush_device(), Fernando Luis Vázquez Cao
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Jeff Garzik
- Re: [PATCH 1/7] block: Add block_flush_device(), Jens Axboe
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Jens Axboe
- Re: [PATCH 1/7] block: Add block_flush_device(), Jeff Garzik
- Re: [PATCH 1/7] block: Add block_flush_device(), Chris Mason
- Re: [PATCH 1/7] block: Add block_flush_device(), Andi Kleen
- Re: [PATCH 1/7] block: Add block_flush_device(), Chris Mason
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Jeff Garzik
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Jens Axboe
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Ric Wheeler
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Jens Axboe
- Re: [PATCH 1/7] block: Add block_flush_device(), Ric Wheeler
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Chris Mason
- Re: [PATCH 1/7] block: Add block_flush_device(), Ric Wheeler
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Jens Axboe
- Re: [PATCH 1/7] block: Add block_flush_device(), Jens Axboe
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Jens Axboe
- Re: [PATCH 1/7] block: Add block_flush_device(), Ric Wheeler
- Re: [PATCH 1/7] block: Add block_flush_device(), Mark Lord
- Re: [PATCH 1/7] block: Add block_flush_device(), Linus Torvalds
- Re: [PATCH 1/7] block: Add block_flush_device(), Alan Cox
- Re: [PATCH 1/7] block: Add block_flush_device(), Jens Axboe
- Re: [PATCH 1/7] block: Add block_flush_device(), Mark Lord
- Re: [PATCH 1/7] block: Add block_flush_device(), Jeff Garzik
- Re: [PATCH 1/7] block: Add block_flush_device(), Chris Mason
- Re: [PATCH 1/7] block: Add block_flush_device(), Mark Lord
- Re: [PATCH 1/7] block: Add block_flush_device(), Chris Mason
- Re: [PATCH 1/7] block: Add block_flush_device(), Eric Sandeen
- Re: [PATCH 1/7] block: Add block_flush_device(), Mark Lord
- [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Fernando Luis Vázquez Cao
- Re: [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Theodore Tso
- Re: [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Chris Mason
- Re: [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Theodore Tso
- Re: [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Tejun Heo
- Re: [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Theodore Tso
- Re: [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Tejun Heo
- Re: [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Jens Axboe
- Re: [PATCH 2/7] ext3: call blkdev_issue_flush() on fsync(), Jeff Garzik
- [PATCH 3/7] ext4: call blkdev_issue_flush() on fsync(), Fernando Luis Vázquez Cao
- [PATCH 4/7] vfs: call blkdev_issue_flush() from generic file_fsync() helper, Fernando Luis Vázquez Cao
- [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Fernando Luis Vázquez Cao
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Jens Axboe
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Fernando Luis Vázquez Cao
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Jens Axboe
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Fernando Luis Vázquez Cao
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Jens Axboe
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Fernando Luis Vázquez Cao
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Bartlomiej Zolnierkiewicz
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Jens Axboe
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Jeff Garzik
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Jens Axboe
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Jeff Garzik
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Bartlomiej Zolnierkiewicz
- Re: [PATCH 5/7] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Jeff Garzik
- [PATCH 6/7] xfs: propagate issue-flush error code, Fernando Luis Vázquez Cao
- Re: [PATCH 6/7] xfs: propagate issue-flush error code, Bartlomiej Zolnierkiewicz
- Re: [PATCH 6/7] xfs: propagate issue-flush error code, Dave Chinner
- [PATCH 7/7] reiserfs: propagate issue-flush error code, Fernando Luis Vázquez Cao
- Re: [PATCH 7/7] reiserfs: propagate issue-flush error code, Bartlomiej Zolnierkiewicz
- [PATCH 3/5] ext4: call blkdev_issue_flush on fsync, Fernando Luis Vázquez Cao
- [PATCH 4/5] vfs: call blkdev_issue_flush from generic file_fsync helper, Fernando Luis Vázquez Cao
- [PATCH 5/5] vfs: Add wbcflush sysfs knob to disable storage device writeback cache flushes, Fernando Luis Vázquez Cao
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Christoph Hellwig
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Alan Cox
- Re: Linux 2.6.29, Christoph Hellwig
- Re: Linux 2.6.29, Chris Mason
- Re: Linux 2.6.29, Jens Axboe
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Ric Wheeler
- Re: Linux 2.6.29, Jeff Garzik
- Re: Linux 2.6.29, Christoph Hellwig
- Re: Linux 2.6.29, Kyle Moffett
- Re: Linux 2.6.29, Linus Torvalds
- Re: Linux 2.6.29, David Rees
- Re: Linux 2.6.29, David Rees
- Re: Linux 2.6.29, Jesse Barnes
- Re: Linux 2.6.29, Arjan van de Ven
- Re: Linux 2.6.29, David Rees
- Re: Linux 2.6.29, Stephen Clark
- Re: Linux 2.6.29, Mark Lord
- Re: Linux 2.6.29, Theodore Tso
- Re: Linux 2.6.29, Jesse Barnes
- Re: Linux 2.6.29, Martin Steigerwald
- Re: Linux 2.6.29, Andi Kleen
- Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Robert Schwebel
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Sascha Hauer
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash",, Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash",, Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash",, Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash",, Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash",, Ken Witherow
- Re: Revert "gro: Fix legacy path napi_complete crash",, Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash",, Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash",, Jarek Poplawski
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, Jarek Poplawski
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, Jarek Poplawski
- Re: Revert "gro: Fix legacy path napi_complete crash",, Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash",, David Miller
- Re: Revert "gro: Fix legacy path napi_complete crash",, Herbert Xu
- Re: Revert "gro: Fix legacy path napi_complete crash",, Jarek Poplawski
- Re: Revert "gro: Fix legacy path napi_complete crash",, Jarek Poplawski
- Re: Revert "gro: Fix legacy path napi_complete crash",, Ingo Molnar
- Re: Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux 2.6.29), Sascha Hauer
- Re: Linux 2.6.29, Hans-Peter Jansen
- Re: Linux 2.6.29, Bodo Eggert
- Re: Linux 2.6.29, Bodo Eggert
- Re: Linux 2.6.29, Bodo Eggert
- Re: Linux 2.6.29, Bodo Eggert
[PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Ian Kent
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Ian Kent
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Ian Kent
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Ian Kent
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Ian Kent
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Jeff Layton
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, hch@xxxxxxxxxxxxx
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Chris Mason
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Ian Kent
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Wu Fengguang
- Re: [PATCH] writeback: reset inode dirty time when adding it back to empty s_dirty list, Ian Kent
[dm-devel] Barriers still not passing on simple dm devices..., Eric Sandeen
- [dm-devel] Re: Barriers still not passing on simple dm devices..., Eric Sandeen
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Mikulas Patocka
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Jens Axboe
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Mikulas Patocka
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Jens Axboe
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Mikulas Patocka
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Jens Axboe
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Mikulas Patocka
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Jens Axboe
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Mikulas Patocka
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Jens Axboe
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Mikulas Patocka
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Jens Axboe
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Chris Mason
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Bodo Eggert
- Re: [dm-devel] Barriers still not passing on simple dm devices..., Bodo Eggert
[PATCH 00/12] DRBD: a block device for HA clusters, Philipp Reisner
- [PATCH 01/12] DRBD: lru_cache, Philipp Reisner
- [PATCH 02/12] DRBD: activity_log, Philipp Reisner
- [PATCH 03/12] DRBD: bitmap, Philipp Reisner
- [PATCH 04/12] DRBD: request, Philipp Reisner
- [PATCH 05/12] DRBD: userspace_interface, Philipp Reisner
- [PATCH 06/12] DRBD: internal_data_structures, Philipp Reisner
- [PATCH 07/12] DRBD: main, Philipp Reisner
- [PATCH 08/12] DRBD: receiver, Philipp Reisner
- [PATCH 09/12] DRBD: proc, Philipp Reisner
- [PATCH 10/12] DRBD: worker, Philipp Reisner
- [PATCH 11/12] DRBD: misc, Philipp Reisner
- [PATCH 12/12] DRBD: final, Philipp Reisner
- Re: [PATCH 07/12] DRBD: main, Alexey Dobriyan
- Re: [PATCH 07/12] DRBD: main, Philipp Reisner
- Re: [PATCH 02/12] DRBD: activity_log, Andi Kleen
- Re: [PATCH 02/12] DRBD: activity_log, Philipp Reisner
- Re: [PATCH 02/12] DRBD: activity_log, Andi Kleen
- Re: [PATCH 02/12] DRBD: activity_log, Philipp Reisner
- Re: [PATCH 01/12] DRBD: lru_cache, Greg KH
- [PATCH 00/12] DRBD: a block device for HA clusters, Philipp Reisner
- [PATCH 01/13] DRBD: lru_cache, Philipp Reisner
- [PATCH 02/13] DRBD: activity_log, Philipp Reisner
- [PATCH 03/13] DRBD: bitmap, Philipp Reisner
- [PATCH 04/13] DRBD: request, Philipp Reisner
- [PATCH 05/13] DRBD: userspace_interface, Philipp Reisner
- [PATCH 06/13] DRBD: internal_data_structures, Philipp Reisner
- [PATCH 07/13] DRBD: main, Philipp Reisner
- [PATCH 08/13] DRBD: receiver, Philipp Reisner
- [PATCH 09/13] DRBD: proc, Philipp Reisner
- [PATCH 10/13] DRBD: worker, Philipp Reisner
- [PATCH 11/12] DRBD: misc, Philipp Reisner
- [PATCH 11/13] DRBD: variable_length_integer_encoding, Philipp Reisner
- [PATCH 12/12] DRBD: final, Philipp Reisner
- [PATCH 12/13] DRBD: misc, Philipp Reisner
- [PATCH 13/13] DRBD: final, Philipp Reisner
- Re: [PATCH 13/13] DRBD: final, Sam Ravnborg
[PATCH 0/7] kmemtrace & tracing updates, Eduard - Gabriel Munteanu
- [PATCH 1/7] RCU: don't include unnecessary headers, allow kmemtrace w/ tracepoints, Eduard - Gabriel Munteanu
- [PATCH 2/7] tracing: provide trace_seq_reserve(), Eduard - Gabriel Munteanu
- [PATCH 3/7] tracing: add missing 'extern' keywords to trace_output.h, Eduard - Gabriel Munteanu
- [PATCH 4/7] kmemtrace: use tracepoints, Eduard - Gabriel Munteanu
- [PATCH 5/7] kmemtrace: kmemtrace_alloc() must fill type_id, Eduard - Gabriel Munteanu
- [PATCH 6/7] kmemtrace: restore original tracing data binary format, improve ABI, Eduard - Gabriel Munteanu
- [PATCH 7/7] kmemtrace: update usage of ring_buffer_lock_reserve(), Eduard - Gabriel Munteanu
- Re: [PATCH 7/7] kmemtrace: update usage of ring_buffer_lock_reserve(), Ingo Molnar
- Re: [PATCH 7/7] kmemtrace: update usage of ring_buffer_lock_reserve(), Eduard - Gabriel Munteanu
- Re: [PATCH 6/7] kmemtrace: restore original tracing data binary format, improve ABI, Ingo Molnar
- [tip:tracing/kmemtrace] kmemtrace: restore original tracing data binary format, improve ABI, Eduard - Gabriel Munteanu
- [tip:tracing/kmemtrace] kmemtrace: small cleanups, Ingo Molnar
- [tip:tracing/kmemtrace] kmemtrace: kmemtrace_alloc() must fill type_id, Eduard - Gabriel Munteanu
- [tip:tracing/kmemtrace] kmemtrace: use tracepoints, Eduard - Gabriel Munteanu
- [tip:tracing/kmemtrace] tracing: add missing 'extern' keywords to trace_output.h, Eduard - Gabriel Munteanu
- [tip:tracing/kmemtrace] tracing: provide trace_seq_reserve(), Eduard - Gabriel Munteanu
- [tip:tracing/kmemtrace] rcu: don't include unnecessary headers, allow kmemtrace w/ tracepoints, Eduard - Gabriel Munteanu
- Re: [PATCH 0/7] kmemtrace & tracing updates, Ingo Molnar
ftrace not working?, Nikanth Karthikesan
- Re: ftrace not working?, Frederic Weisbecker
- Re: ftrace not working?, KOSAKI Motohiro
- Re: ftrace not working?, Nikanth Karthikesan
- Re: ftrace not working?, Ingo Molnar
- Re: ftrace not working?, Nikanth Karthikesan
- Re: ftrace not working?, KOSAKI Motohiro
- Re: ftrace not working?, Ingo Molnar
- Re: ftrace not working?, Nikanth Karthikesan
- Re: ftrace not working?, Frederic Weisbecker
- Re: ftrace not working?, Steven Rostedt
- Re: ftrace not working?, Nikanth Karthikesan
- Re: ftrace not working?, Steven Rostedt
- Re: ftrace not working?, Rusty Russell
- Re: ftrace not working?, KOSAKI Motohiro
- Re: ftrace not working?, Ingo Molnar
[PATCH 0/12] Per-bdi writeback flusher threads #2, Jens Axboe
- [PATCH 01/12] Move the default_backing_dev_info out of readahead.c and into backing-dev.c, Jens Axboe
- [PATCH 02/12] btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirty, Jens Axboe
- [PATCH 03/12] Get rid of pdflush_operation() in emergency sync and remount, Jens Axboe
- [PATCH 05/12] writeback: switch to per-bdi threads for flushing data, Jens Axboe
- [PATCH 12/12] writeback: check for registered bdi in flusher add, Jens Axboe
- [PATCH 04/12] writeback: move dirty inodes from super_block to backing_dev_info, Jens Axboe
- [PATCH 07/12] writeback: separate the flushing state/task from the bdi, Jens Axboe
- [PATCH 11/12] writeback: add name to backing_dev_info, Jens Axboe
- [PATCH 08/12] writeback: support > 1 flusher thread per bdi, Jens Axboe
- [PATCH 06/12] writeback get rid of pdflush completely, Jens Axboe
- [PATCH 09/12] writeback: include default_backing_dev_info in writeback, Jens Axboe
- [PATCH 10/12] writeback: add some debug inode list counters to bdi stats, Jens Axboe
2.6.29-rc8-git5: Reported regressions 2.6.27 -> 2.6.28, Rafael J. Wysocki
- [Bug #12061] snd_hda_intel: power_save: sound cracks on powerdown, Rafael J. Wysocki
- [Bug #12404] Oops in 2.6.28-rc9 and -rc8 -- mtrr issues / e1000e, Rafael J. Wysocki
- [Bug #12411] 2.6.28: BUG in r8169, Rafael J. Wysocki
- [Bug #12209] oldish top core dumps (in its meminfo() function), Rafael J. Wysocki
- [Bug #12208] uml is very slow on 2.6.28 host, Rafael J. Wysocki
- [Bug #12421] GPF on 2.6.28 and 2.6.28-rc9-git3, e1000e and e1000 issues, Rafael J. Wysocki
- [Bug #12818] iwlagn broken after suspend to RAM (iwlagn: MAC is in deep sleep!), Rafael J. Wysocki
- [Bug #12500] r8169: NETDEV WATCHDOG: eth0 (r8169): transmit timed out, Rafael J. Wysocki
- [Bug #12426] TMDC Joystick no longer works in kernel 2.6.28, Rafael J. Wysocki
- [Bug #12612] hard lockup when interrupting cdda2wav, Rafael J. Wysocki
- [Bug #12634] video distortion and lockup with i830 video chip and 2.6.28.3, Rafael J. Wysocki
- [Bug #12645] DMI low-memory-protect quirk causes resume hang on Samsung NC10, Rafael J. Wysocki
- [Bug #12868] iproute2 and regressing "ipv6: convert tunnels to net_device_ops", Rafael J. Wysocki
- [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Rafael J. Wysocki
- [Bug #12619] Regression 2.6.28 and last - boot failed, Rafael J. Wysocki
- [Bug #12690] DPMS (LCD powersave, poweroff) don't work, Rafael J. Wysocki
- [Bug #12911] Limiting cpu time doesn't work, Rafael J. Wysocki
2.6.29-rc8-git5: Reported regressions from 2.6.28, Rafael J. Wysocki
- [Bug #12419] possible circular locking dependency on i915 dma, Rafael J. Wysocki
- [Bug #12574] possible circular locking dependency detected, Rafael J. Wysocki
- [Bug #12667] Badness at kernel/time/timekeeping.c:98 in pmud (timekeeping_suspended), Rafael J. Wysocki
- [Bug #12499] Problem with using bluetooth adaper connected to usb port, Rafael J. Wysocki
- [Bug #12668] USB flash disk surprise disconnect, Rafael J. Wysocki
- [Bug #12490] ath5k related kernel panic in 2.6.29-rc1, Rafael J. Wysocki
- [Bug #12671] uvc_status_cleanup(): undefined reference to `input_unregister_device', Rafael J. Wysocki
- [Bug #12670] BUG: unable to handle kernel paging request at pin_to_kill+0x21, Rafael J. Wysocki
- [Bug #12763] Different cpu MHz values for processor0 and processor1, Rafael J. Wysocki
- [Bug #12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc, Rafael J. Wysocki
- [Bug #12778] suspend regression from 29rc5 to 29rc6, Rafael J. Wysocki
- [Bug #12681] s2ram: fails to wake up on Acer Extensa 4220 (SMP disabled), Rafael J. Wysocki
- [Bug #12792] 2.6.29-rc6-git4 boot failure, Rafael J. Wysocki
- [Bug #12771] Oops in i915_gem_flush, Rafael J. Wysocki
- [Bug #12765] i915 VT switch with AIGLX causes X lock up, Rafael J. Wysocki
- [Bug #12800] x86 PAT invalid vm_insert_pfn assumptions, Rafael J. Wysocki
- [Bug #12808] Suspend regression with 2.6.29-rc, Rafael J. Wysocki
- [Bug #12809] iozone regression with 2.6.29-rc6, Rafael J. Wysocki
- [Bug #12836] 2.6.29-rc breaks STD using Intel 945, Rafael J. Wysocki
- [Bug #12872] pwc mmap always fails with EAGAIN, Rafael J. Wysocki
- [Bug #12861] Xorg fails to start "Failed to allocate space for kernel memory manager", Rafael J. Wysocki
- [Bug #12856] Thinkpad freezes with X.org and acpi=rsdt, Rafael J. Wysocki
- [Bug #12846] Regression issue with kernel 2.6.29-rc6-git1: high power consumption during sleep, Rafael J. Wysocki
- [Bug #12870] 2.6.29-rc "TKIP: replay detected" regression, Rafael J. Wysocki
- [Bug #12867] 2.6.29-rc7 broke r8169 MAC on Thecus n2100 ARM board, Rafael J. Wysocki
- [Bug #12908] acpi_ex_extract_from_field -- div by zero, Rafael J. Wysocki
- [Bug #12909] boot/kernel init duration regression from 2.6.28, Rafael J. Wysocki
- [Bug #12910] Wierd iteractions with CPUFREQ, Rafael J. Wysocki
- Re: 2.6.29-rc8-git5: Reported regressions from 2.6.28, Ingo Molnar
- Re: [Bug #12871] usb bluetooth crashes system, Pavel Machek
[PATCH 0/3] utrace, Roland McGrath
- [PATCH 1/3] signals: tracehook_notify_jctl change, Roland McGrath
- [PATCH 2/3] utrace core, Roland McGrath
- [PATCH 3/3] utrace-based ftrace "process" engine, v2, Roland McGrath
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Andrew Morton
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Andrew Morton
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Andrew Morton
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Diego Calleja
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Andrew Morton
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Linus Torvalds
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Alexey Dobriyan
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Roland McGrath
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Roland McGrath
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Alexey Dobriyan
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Oleg Nesterov
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Theodore Tso
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Andrew Morton
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Peter Zijlstra
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Peter Zijlstra
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Christoph Hellwig
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Roland McGrath
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Frank Ch. Eigler
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Linus Torvalds
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Roland McGrath
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ananth N Mavinakayanahalli
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Andrew Morton
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ananth N Mavinakayanahalli
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Roland McGrath
- Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2, Ingo Molnar
[patch 00/43] 2.6.28.9-stable review, Greg KH
- [patch 01/43] [IA64] Build fix for __early_pfn_to_nid() undefined link error, Greg KH
- [patch 02/43] Fix misreporting of #cores as #hyperthreads for Q9550, Greg KH
- [patch 03/43] eventfd: remove fput() call from possible IRQ context, Greg KH
- [patch 04/43] S390: __div64_31 broken for CONFIG_MARCH_G5, Greg KH
- [patch 05/43] ALSA: Fix vunmap and free order in snd_free_sgbuf_pages(), Greg KH
- [patch 06/43] ALSA: mixart, fix lock imbalance, Greg KH
- [patch 07/43] ALSA: pcm_oss, fix locking typo, Greg KH
- [patch 08/43] ALSA: hda - Fix DMA mask for ATI controllers, Greg KH
- [patch 09/43] ALSA: hda - Workaround for buggy DMA position on ATI controllers, Greg KH
- [patch 10/43] ALSA: opl3sa2 - Fix NULL dereference when suspending snd_opl3sa2, Greg KH
- [patch 11/43] nfsd: nfsd should drop CAP_MKNOD for non-root, Greg KH
- [patch 12/43] NFSD: provide encode routine for OP_OPENATTR, Greg KH
- [patch 13/43] dm ioctl: validate name length when renaming, Greg KH
- [patch 14/43] dm io: respect BIO_MAX_PAGES limit, Greg KH
- [patch 15/43] dm crypt: fix kcryptd_async_done parameter, Greg KH
- [patch 16/43] dm crypt: wait for endio to complete before destruction, Greg KH
- [patch 17/43] ata_piix: add workaround for Samsung DB-P70, Greg KH
- [patch 18/43] V4L/DVB (10218): cx23885: Fix Oops for mixed install of analog and digital only cards, Greg KH
- [patch 19/43] thinkpad-acpi: fix module autoloading for older models, Greg KH
- [patch 20/43] Add -fwrapv to gcc CFLAGS, Greg KH
- [patch 21/43] Move cc-option to below arch-specific setup, Greg KH
- [patch 22/43] USB: storage: Unusual USB device Prolific 2507 variation added, Greg KH
- [patch 23/43] USB: Add Vendor/Product ID for new CDMA U727 to option driver, Greg KH
- [patch 24/43] USB: option.c: add ZTE 622 modem device, Greg KH
- [patch 25/43] USB: Add device id for Option GTM380 to option driver, Greg KH
- [patch 26/43] USB: Option: let cdc-acm handle Sony Ericsson F3507g / Dell 5530, Greg KH
- [patch 28/43] USB: unusual_devs: Add support for GI 0431 SD-Card interface, Greg KH
- [patch 29/43] USB: serial: add FTDI USB/Serial converter devices, Greg KH
- [patch 30/43] USB: serial: ftdi: enable UART detection on gnICE JTAG adaptors blacklist interface0, Greg KH
- [patch 31/43] USB: serial: new cp2101 device id, Greg KH
- [patch 32/43] USB: usbtmc: fix stupid bug in open(), Greg KH
- [patch 33/43] USB: usbtmc: add protocol 1 support, Greg KH
- [patch 34/43] USB: usbfs: keep async URBs until the device file is closed, Greg KH
- [patch 35/43] USB: EHCI: expedite unlinks when the root hub is suspended, Greg KH
- [patch 36/43] USB: EHCI: Fix isochronous URB leak, Greg KH
- [patch 37/43] powerpc: Remove extra semicolon in fsl_soc.c, Greg KH
- [patch 38/43] drm/i915: set vblank enabled flag correctly across IRQ install/uninstall, Greg KH
- [patch 39/43] drm/i915: dont enable vblanks on disabled pipes, Greg KH
- [patch 40/43] drm/i915: Dont double-unpin buffers if we take a signal in evict_everything()., Greg KH
- [patch 41/43] drm/i915: Dont print to dmesg when taking signal during object_pin., Greg KH
- [patch 42/43] drm/i915: Dont allow objects to get bound while VT switched., Greg KH
- [patch 43/43] menu: fix embedded menu snafu, Greg KH
[patch 00/32] 2.6.27.21-stable review, Greg KH
- [patch 01/32] [IA64] Build fix for __early_pfn_to_nid() undefined link error, Greg KH
- [patch 02/32] Add -fwrapv to gcc CFLAGS, Greg KH
- [patch 03/32] Move cc-option to below arch-specific setup, Greg KH
- [patch 04/32] nfsd: nfsd should drop CAP_MKNOD for non-root, Greg KH
- [patch 05/32] NFSD: provide encode routine for OP_OPENATTR, Greg KH
- [patch 06/32] ALSA: Fix vunmap and free order in snd_free_sgbuf_pages(), Greg KH
- [patch 07/32] ALSA: hda - Fix DMA mask for ATI controllers, Greg KH
- [patch 08/32] ALSA: mixart, fix lock imbalance, Greg KH
- [patch 09/32] ALSA: pcm_oss, fix locking typo, Greg KH
- [patch 10/32] ata_piix: add workaround for Samsung DB-P70, Greg KH
- [patch 11/32] dm crypt: fix kcryptd_async_done parameter, Greg KH
- [patch 12/32] dm ioctl: validate name length when renaming, Greg KH
- [patch 13/32] dm io: respect BIO_MAX_PAGES limit, Greg KH
- [patch 14/32] eventfd: remove fput() call from possible IRQ context, Greg KH
- [patch 15/32] S390: __div64_31 broken for CONFIG_MARCH_G5, Greg KH
- [patch 16/32] thinkpad-acpi: fix module autoloading for older models, Greg KH
- [patch 17/32] V4L/DVB (10218): cx23885: Fix Oops for mixed install of analog and digital only cards, Greg KH
- [patch 18/32] Fix misreporting of #cores as #hyperthreads for Q9550, Greg KH
- [patch 19/32] powerpc: Remove extra semicolon in fsl_soc.c, Greg KH
- [patch 20/32] USB: EHCI: expedite unlinks when the root hub is suspended, Greg KH
- [patch 21/32] USB: EHCI: Fix isochronous URB leak, Greg KH
- [patch 23/32] USB: option.c: add ZTE 622 modem device, Greg KH
- [patch 22/32] USB: Add Vendor/Product ID for new CDMA U727 to option driver, Greg KH
- [patch 24/32] USB: Add device id for Option GTM380 to option driver, Greg KH
- [patch 25/32] USB: Option: let cdc-acm handle Sony Ericsson F3507g / Dell 5530, Greg KH
- [patch 26/32] USB: serial: add FTDI USB/Serial converter devices, Greg KH
- [patch 27/32] USB: serial: ftdi: enable UART detection on gnICE JTAG adaptors blacklist interface0, Greg KH
- [patch 28/32] USB: serial: new cp2101 device id, Greg KH
- [patch 29/32] USB: storage: Unusual USB device Prolific 2507 variation added, Greg KH
- [patch 30/32] USB: unusual_devs: Add support for GI 0431 SD-Card interface, Greg KH
- [patch 31/32] USB: Updated unusual-devs entry for USB mass storage on Nokia 6233, Greg KH
- [patch 32/32] USB: usbfs: keep async URBs until the device file is closed, Greg KH
[RFC][PATCH] PCI PM: Be extra careful when changing power states of devices, Rafael J. Wysocki
- [RFC][PATCH 0/2] Make radeonfb use PCI PM core for suspendig device (was: Re: [RFC][PATCH] PCI PM: Be extra careful when changing power states of devices), Rafael J. Wysocki
- [RFC][PATCH 1/2] PCI PM: Introduce __pci_set_power_state(), Rafael J. Wysocki
- [RFC][PATCH 2/2] radeonfb: Avoid open coding of PCI PM operations, Rafael J. Wysocki
- Re: [RFC][PATCH 0/2] Make radeonfb use PCI PM core for suspendig device (was: Re: [RFC][PATCH] PCI PM: Be extra careful when changing power states of devices), Benjamin Herrenschmidt
- [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Rafael J. Wysocki
- [RFC][PATCH 2/2] radeonfb: Use platform_pci_set_power_state(), Rafael J. Wysocki
- [RFC][PATCH 1/2] PCI PM: Export platform_pci_set_power_state(), Rafael J. Wysocki
- Re: [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Jesse Barnes
- Re: [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Benjamin Herrenschmidt
- Re: [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Jesse Barnes
- Re: [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Rafael J. Wysocki
- Re: [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Benjamin Herrenschmidt
- Re: [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Rafael J. Wysocki
- Re: [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Rafael J. Wysocki
- Re: [RFC][PATCH 0/2] Export platform_pci_set_power_state() and make radeonfb use it, Alex Deucher
[PATCH v5 00/13] PCI core learns hotplug, Alex Chiang
- [PATCH v5 01/13] PCI: pci_is_root_bus helper, Alex Chiang
- [PATCH v5 02/13] PCI: don't scan existing devices, Alex Chiang
- [PATCH v5 03/13] PCI: pci_scan_slot() returns newly found devices, Alex Chiang
- [PATCH v5 05/13] PCI: do not initialize bridges more than once, Alex Chiang
- [PATCH v5 04/13] PCI: always scan child buses, Alex Chiang
- [PATCH v5 06/13] PCI: do not enable bridges more than once, Alex Chiang
- [PATCH v5 07/13] PCI: Introduce pci_rescan_bus(), Alex Chiang
- [PATCH v5 08/13] PCI: Introduce /sys/bus/pci/rescan, Alex Chiang
- [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Alex Chiang
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Kenji Kaneshige
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Alex Chiang
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Ingo Molnar
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Andrew Morton
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Peter Zijlstra
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Johannes Berg
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Johannes Berg
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Alex Chiang
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Johannes Berg
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Oleg Nesterov
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Alex Chiang
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Alex Chiang
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Kenji Kaneshige
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Alex Chiang
- Re: [PATCH v5 09/13] PCI: Introduce /sys/bus/pci/devices/.../remove, Kenji Kaneshige
- [PATCH v5 10/13] PCI: Introduce /sys/bus/pci/devices/.../rescan, Alex Chiang
- [PATCH v5 11/13] PCI Hotplug: restore fakephp interface with complete reimplementation, Alex Chiang
- [PATCH v5 12/13] PCI Hotplug: rename legacy_fakephp to fakephp, Alex Chiang
- [PATCH v5 13/13] PCI Hotplug: schedule fakephp for feature removal, Alex Chiang
Page Cache writeback too slow, SSD/noop scheduler/ext2, Jos Houtman
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Andrew Morton
- RE: Page Cache writeback too slow, SSD/noop scheduler/ext2, Jos Houtman
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Nick Piggin
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Wu Fengguang
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Jos Houtman
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Wu Fengguang
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Jos Houtman
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Wu Fengguang
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Jos Houtman
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Wu Fengguang
- Re: Page Cache writeback too slow, SSD/noop scheduler/ext2, Jos Houtman
[PATCH] tracing: Fix TRACING_SUPPORT dependency, Anton Vorontsov
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Ingo Molnar
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Anton Vorontsov
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Ingo Molnar
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Anton Vorontsov
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Ingo Molnar
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Steven Rostedt
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Ingo Molnar
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Steven Rostedt
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Steven Rostedt
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Ingo Molnar
- [PATCH] tracing: Fix TRACING_SUPPORT dependency for PPC32, Anton Vorontsov
- [tip:tracing/ftrace] tracing: Fix TRACING_SUPPORT dependency for PPC32, Anton Vorontsov
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency for PPC32, Steven Rostedt
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Benjamin Herrenschmidt
- Re: [PATCH] tracing: Fix TRACING_SUPPORT dependency, Steven Rostedt
[PATCH 0/3] compressed in-memory swapping take2, Nitin Gupta
- [PATCH 1/3] compressed RAM block device, Nitin Gupta
- [PATCH 2/3] xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3] xvmalloc memory allocator, Christoph Lameter
- Re: [PATCH 2/3] xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3] xvmalloc memory allocator, Christoph Lameter
- Re: [PATCH 2/3] xvmalloc memory allocator, Pekka Enberg
- Re: [PATCH 2/3] xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3] xvmalloc memory allocator, Andrew Morton
- Re: [PATCH 2/3] xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3] xvmalloc memory allocator, Andrew Morton
- Re: [PATCH 2/3] xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3] xvmalloc memory allocator, Pekka Enberg
- Re: [PATCH 2/3] xvmalloc memory allocator, Nitin Gupta
- [PATCH 3/3] compcache documentation, Nitin Gupta
[PATCH 00/25] Cleanup and optimise the page allocator V5, Mel Gorman
- [PATCH 02/25] Do not sanity check order in the fast path, Mel Gorman
- [PATCH 01/25] Replace __alloc_pages_internal() with __alloc_pages_nodemask(), Mel Gorman
- [PATCH 03/25] Do not check NUMA node ID when the caller knows the node is valid, Mel Gorman
- [PATCH 04/25] Check only once if the zonelist is suitable for the allocation, Mel Gorman
- [PATCH 05/25] Break up the allocator entry point into fast and slow paths, Mel Gorman
- [PATCH 06/25] Move check for disabled anti-fragmentation out of fastpath, Mel Gorman
- [PATCH 07/25] Check in advance if the zonelist needs additional filtering, Mel Gorman
- [PATCH 08/25] Calculate the preferred zone for allocation only once, Mel Gorman
- [PATCH 09/25] Calculate the migratetype for allocation only once, Mel Gorman
- [PATCH 10/25] Calculate the alloc_flags for allocation only once, Mel Gorman
- [PATCH 11/25] Calculate the cold parameter for allocation only once, Mel Gorman
- [PATCH 12/25] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH, Mel Gorman
- [PATCH 13/25] Inline __rmqueue_smallest(), Mel Gorman
- [PATCH 14/25] Inline buffered_rmqueue(), Mel Gorman
- [PATCH 15/25] Inline __rmqueue_fallback(), Mel Gorman
- [PATCH 16/25] Save text by reducing call sites of __rmqueue(), Mel Gorman
- [PATCH 17/25] Do not call get_pageblock_migratetype() more than necessary, Mel Gorman
- [PATCH 18/25] Do not disable interrupts in free_page_mlock(), Mel Gorman
- [PATCH 19/25] Do not setup zonelist cache when there is only one node, Mel Gorman
- [PATCH 20/25] Do not check for compound pages during the page allocator sanity checks, Mel Gorman
- [PATCH 21/25] Use allocation flags as an index to the zone watermark, Mel Gorman
- [PATCH 22/25] Update NR_FREE_PAGES only as necessary, Mel Gorman
- [PATCH 23/25] Get the pageblock migratetype without disabling interrupts, Mel Gorman
- [PATCH 24/25] Re-sort GFP flags and fix whitespace alignment for easier reading., Mel Gorman
- [PATCH 25/25] Use a pre-calculated value instead of num_online_nodes() in fast paths, Mel Gorman
- Re: [PATCH 00/25] Cleanup and optimise the page allocator V5, Christoph Lameter
Overagressive failing of disk reads, both LIBATA and IDE, Norman Diamond
- Re: Overagressive failing of disk reads, both LIBATA and IDE, Mark Lord
- Re: Overagressive failing of disk reads, both LIBATA and IDE, Andrew Morton
- Re: Overagressive failing of disk reads, both LIBATA and IDE, James Bottomley
- Re: Overagressive failing of disk reads, both LIBATA and IDE, Mark Lord
- Re: Overagressive failing of disk reads, both LIBATA and IDE, Mark Lord
- Re: Overagressive failing of disk reads, both LIBATA and IDE, James Bottomley
- Re: Overagressive failing of disk reads, both LIBATA and IDE, Mark Lord
- Re: Overagressive failing of disk reads, both LIBATA and IDE, James Bottomley
- Re: Overagressive failing of disk reads, both LIBATA and IDE, Norman Diamond
[PATCH 00/10] tracepoint perf counter events and new ABI, Peter Zijlstra
- [PATCH 07/10] perf_counter: hook up the tracepoint events, Peter Zijlstra
- [PATCH 06/10] perf_counter: fix up counter free paths, Peter Zijlstra
- [PATCH 02/10] perf_counter: generic context switch event, Peter Zijlstra
- [PATCH 09/10] perf_counter: unify irq output code, Peter Zijlstra
- [PATCH 03/10] ftrace: provide an id file for each event, Peter Zijlstra
- [PATCH 05/10] ftrace: event profile hooks, Peter Zijlstra
- [PATCH 04/10] ftrace: ensure every event gets an id, Peter Zijlstra
- [PATCH 01/10] perf_counter: fix uninitialized usage of event_list, Peter Zijlstra
- [PATCH 10/10] perf_counter: powerpc: clean up perc_counter_interrupt, Peter Zijlstra
- [PATCH 08/10] perf_counter: revamp syscall input ABI, Peter Zijlstra
- Re: [PATCH 00/10] tracepoint perf counter events and new ABI, Ingo Molnar
2.6.28, limiting cpu time doesn't work, Peter Lojkin
- Re: 2.6.28, limiting cpu time doesn't work, Oleg Nesterov
- Re: 2.6.28, limiting cpu time doesn't work, Peter Lojkin
- Re: 2.6.28, limiting cpu time doesn't work, Oleg Nesterov
- Re: 2.6.28, limiting cpu time doesn't work, Ingo Molnar
- [PATCH, for 2.6.29] BUG 12911: fix RLIMIT_CPU && fork(), Oleg Nesterov
- [tip:timers/urgent] posix timers: fix RLIMIT_CPU && fork(), Oleg Nesterov
- Re: [tip:timers/urgent] posix timers: fix RLIMIT_CPU && fork(), Oleg Nesterov
- Re: [tip:timers/urgent] posix timers: fix RLIMIT_CPU && fork(), Ingo Molnar
- Re: [tip:timers/urgent] posix timers: fix RLIMIT_CPU && fork(), Oleg Nesterov
- Re: 2.6.28, limiting cpu time doesn't work, Peter Lojkin
[PATCH 01/13] mutex: add atomic_dec_and_mutex_lock, Eric Paris
- [PATCH 04/13] fsnotify: add in inode fsnotify markings, Eric Paris
- [PATCH 03/13] fsnotify: add group priorities, Eric Paris
- [PATCH 06/13] dnotify: reimplement dnotify using fsnotify, Eric Paris
- [PATCH 02/13] fsnotify: unified filesystem notification backend, Eric Paris
- [PATCH 07/13] fsnotify: generic notification queue and waitq, Eric Paris
- [PATCH 05/13] fsnotify: parent event notification, Eric Paris
- [PATCH 10/13] fsnotify: allow groups to add private data to events, Eric Paris
- [PATCH 09/13] fsnotify: add correlations between events, Eric Paris
- [PATCH 08/13] fsnotify: include pathnames with entries when possible, Eric Paris
- [PATCH 11/13] fsnotify: fsnotify marks on inodes pin them in core, Eric Paris
- [PATCH 12/13] fsnotify: handle filesystem unmounts with fsnotify marks, Eric Paris
- [PATCH 13/13] inotify: reimplement inotify using fsnotify, Eric Paris
[PATCH] limit CPU time spent in kipmid, Martin Wilck
- Re: [PATCH] limit CPU time spent in kipmid, Corey Minyard
- Re: [PATCH] limit CPU time spent in kipmid, Greg KH
- Re: [PATCH] limit CPU time spent in kipmid, Corey Minyard
- Re: [PATCH] limit CPU time spent in kipmid, Greg KH
- Re: [PATCH] limit CPU time spent in kipmid, Corey Minyard
- Re: [PATCH] limit CPU time spent in kipmid (PREVIOUS WAS BROKEN), Martin Wilck
- Re: [PATCH] limit CPU time spent in kipmid (PREVIOUS WAS BROKEN), Greg KH
- Re: [PATCH] limit CPU time spent in kipmid (PREVIOUS WAS BROKEN), Martin Wilck
- Re: [PATCH] limit CPU time spent in kipmid (PREVIOUS WAS BROKEN), Corey Minyard
- Re: [PATCH] limit CPU time spent in kipmid (PREVIOUS WAS BROKEN), Martin Wilck
- Improving IPMI performance under load, Martin Wilck
- Re: [Openipmi-developer] Improving IPMI performance under load, Corey Minyard
- Re: [Openipmi-developer] Improving IPMI performance under load, Martin Wilck
- Re: [Openipmi-developer] Improving IPMI performance under load, Matt Domsch
- Re: [Openipmi-developer] Improving IPMI performance under load, Martin Wilck
- Re: [PATCH] limit CPU time spent in kipmid, Martin Wilck
- RE: [Openipmi-developer] [PATCH] limit CPU time spent in kipmid, Bela Lubkin
linux-next: Tree for March 19, Stephen Rothwell
- Next March 19: drivers/comedi build break., Sachin Sant
- Re: linux-next: Tree for March 19 (media/video/au0828), Randy Dunlap
- Re: linux-next: Tree for March 19 (staging/psb), Randy Dunlap
- Re: linux-next: Tree for March 19 (media/au8522), Randy Dunlap
- Re: linux-next: Tree for March 19 (media/video/cx231xx/), Randy Dunlap
- Re: linux-next: Tree for March 19 (wireless/p54), Randy Dunlap
- Re: linux-next: Tree for March 19 (wireless/p54), Michael Buesch
- Re: linux-next: Tree for March 19 (wireless/p54), Randy Dunlap
- Re: linux-next: Tree for March 19 (wireless/p54), Michael Buesch
- [PATCH] p54: fix SoftLED compile dependencies, Christian Lamparter
- Re: [PATCH] p54: fix SoftLED compile dependencies, Kalle Valo
- Re: [PATCH] p54: fix SoftLED compile dependencies, Christian Lamparter
- Re: [PATCH] p54: fix SoftLED compile dependencies, Larry Finger
- Re: [PATCH] p54: fix SoftLED compile dependencies, John W. Linville
- [PATCH v2] p54: fix SoftLED compile dependencies, Christian Lamparter
- Re: [PATCH] p54: fix SoftLED compile dependencies, Randy Dunlap
- Re: [PATCH] p54: fix SoftLED compile dependencies, John W. Linville
[RFC Aufs2 #3 0/2] 'debug' module parm and /sys/fs/aufs entries, J. R. Okajima
- [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, J. R. Okajima
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, Greg KH
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, hooanon05
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, Greg KH
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, hooanon05
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, Greg KH
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, hooanon05
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, Greg KH
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, hooanon05
- Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs, Greg KH
- Q. DEBUG_FS and SYSFS config (Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs), hooanon05
- Re: Q. DEBUG_FS and SYSFS config (Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs), Greg KH
- Re: Q. DEBUG_FS and SYSFS config (Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs), Kay Sievers
- Re: Q. DEBUG_FS and SYSFS config (Re: [RFC Aufs2 #3 2/2] split 'xino' entry under sysfs), Greg KH
- [RFC Aufs2 #3 1/2] replace /sys/fs/aufs/debug by /sys/module/aufs/parmaters/debug, J. R. Okajima
Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Dmitry Torokhov
- Re: Question about usage of RCU in the input layer, Dipankar Sarma
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Eric Dumazet
- Re: Question about usage of RCU in the input layer, Dipankar Sarma
- Re: Question about usage of RCU in the input layer, Eric Dumazet
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Eric Dumazet
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Arjan van de Ven
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
- Re: Question about usage of RCU in the input layer, Eric Dumazet
- Re: Question about usage of RCU in the input layer, Paul E. McKenney
[patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Greg KH
- [patch 1/5] drm: Split out the mm declarations in a separate header. Add atomic operations., Greg KH
- [patch 2/5] drm: Add a tracker for global objects., Greg KH
- [patch 4/5] drm: Add unlocked IOCTL functionality from the drm repo., Greg KH
- [patch 3/5] drm: Export hash table functionality., Greg KH
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Dave Airlie
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Sindhudweep Sarkar
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Greg KH
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Sindhudweep Sarkar
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Greg KH
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Matthew Garrett
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Greg KH
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Matthew Garrett
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Greg KH
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Daniel Stone
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Greg KH
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Alan Cox
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Greg KH
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Thomas Hellström
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Richard Purdie
- Re: [patch 0/5] Intel Poulsbo/Morrestown DRM driver and DRM core changes, Greg KH
[PATCH v4 00/12] PCI core learns hotplug, Alex Chiang
- [PATCH v4 01/12] PCI: pci_is_root_bus helper, Alex Chiang
- [PATCH v4 02/12] PCI: don't scan existing devices, Alex Chiang
- [PATCH v4 03/12] PCI: pci_scan_slot() returns newly found devices, Alex Chiang
- [PATCH v4 04/12] PCI: always scan child buses, Alex Chiang
- [PATCH v4 05/12] PCI: do not initialize bridges more than once, Alex Chiang
- [PATCH v4 06/12] PCI: Introduce pci_rescan_bus(), Alex Chiang
- [PATCH v4 08/12] PCI: Introduce /sys/bus/pci/devices/.../remove, Alex Chiang
- [PATCH v4 07/12] PCI: Introduce /sys/bus/pci/rescan, Alex Chiang
- [PATCH v4 09/12] PCI: Introduce /sys/bus/pci/devices/.../rescan, Alex Chiang
- [PATCH v4 10/12] PCI Hotplug: restore fakephp interface with complete reimplementation, Alex Chiang
- [PATCH v4 11/12] PCI Hotplug: rename legacy_fakephp to fakephp, Alex Chiang
- [PATCH v4 12/12] PCI Hotplug: schedule fakephp for feature removal, Alex Chiang
- Re: [PATCH v4 00/12] PCI core learns hotplug, Kenji Kaneshige
- Re: [PATCH v4 00/12] PCI core learns hotplug, Kenji Kaneshige
Microblaze linux support, monstr
- [PATCH 01/57] microblaze_v7: Kconfig patches, monstr
- [PATCH 02/57] microblaze_v7: Makefiles for Microblaze cpu, monstr
- [PATCH 03/57] microblaze_v7: Cpuinfo handling, monstr
- [PATCH 04/57] microblaze_v7: Open firmware files, monstr
- [PATCH 05/57] microblaze_v7: Platorm bus registration, monstr
- [PATCH 06/57] microblaze_v7: exception handling, monstr
- [PATCH 07/57] microblaze_v7: Signal support, monstr
- [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, monstr
- [PATCH 09/57] microblaze_v7: cache support, monstr
- [PATCH 10/57] microblaze_v7: Generic dts file for platforms, monstr
- [PATCH 11/57] microblaze_v7: kernel modules support, monstr
- [PATCH 12/57] microblaze_v7: lmb include file, monstr
- [PATCH 13/57] microblaze_v7: PVR support, cpuinfo support, monstr
- [PATCH 14/57] microblaze_v7: defconfig file, monstr
- [PATCH 15/57] microblaze_v7: assembler files head.S, entry-nommu.S, syscall_table.S, monstr
- [PATCH 16/57] microblaze_v7: vmlinux.lds.S - linker script, monstr
- [PATCH 17/57] microblaze_v7: supported function for memory - kernel/lib, monstr
- [PATCH 18/57] microblaze_v7: checksum support, monstr
- [PATCH 19/57] microblaze_v7: early_printk support, monstr
- [PATCH 20/57] microblaze_v7: uaccess files, monstr
- [PATCH 21/57] microblaze_v7: heartbeat file, monstr
- [PATCH 22/57] microblaze_v7: setup.c, setup.h - system setting, monstr
- [PATCH 23/57] microblaze_v7: asm-offsets, monstr
- [PATCH 24/57] microblaze_v7: process and init task function, monstr
- [PATCH 25/57] microblaze_v7: delay.h, timex.h, monstr
- [PATCH 26/57] microblaze_v7: ptrace support, monstr
- [PATCH 27/57] microblaze_v7: IPC support, monstr
- [PATCH 28/57] microblaze_v7: traps support, monstr
- [PATCH 29/57] microblaze_v7: memory inicialization, MMU, TLB, monstr
- [PATCH 30/57] microblaze_v7: page.h, segment.h, unaligned.h, monstr
- [PATCH 31/57] microblaze_v7: includes SHM*, msgbuf, monstr
- [PATCH 32/57] microblaze_v7: bug headers files, monstr
- [PATCH 33/57] microblaze_v7: definitions of types, monstr
- [PATCH 34/57] microblaze_v7: ioctl support, monstr
- [PATCH 35/57] microblaze_v7: io.h IO operations, monstr
- [PATCH 36/57] microblaze_v7: headers for executables format FLAT, ELF, monstr
- [PATCH 37/57] microblaze_v7: dma support, monstr
- [PATCH 38/57] microblaze_v7: headers for irq, monstr
- [PATCH 39/57] microblaze_v7: atomic.h bitops.h swab.h byteorder.h, monstr
- [PATCH 40/57] microblaze_v7: headers pgalloc.h pgtable.h, monstr
- [PATCH 41/57] microblaze_v7: system.h processor.h, monstr
- [PATCH 42/57] microblaze_v7: clinkage.h linkage.h sections.h kmap_types.h, monstr
- [PATCH 43/57] microblaze_v7: stats headers, monstr
- [PATCH 44/57] microblaze_v7: termbits.h termios.h, monstr
- [PATCH 45/57] microblaze_v7: sigcontext.h siginfo.h, monstr
- [PATCH 46/57] microblaze_v7: headers simple files - empty or redirect to asm-generic, monstr
- [PATCH 47/57] microblaze_v7: namei.h, monstr
- [PATCH 48/57] microblaze_v7: headers files entry.h current.h mman.h registers.h sembuf.h, monstr
- [PATCH 49/57] microblaze_v7: device.h param.h topology.h, monstr
- [PATCH 50/57] microblaze_v7: pool.h socket.h, monstr
- [PATCH 51/57] microblaze_v7: fcntl.h sockios.h ucontext.h, monstr
- [PATCH 52/57] microblaze_v7: unistd.h, monstr
- [PATCH 53/57] microblaze_v7: string.h thread_info.h, monstr
- [PATCH 54/57] microblaze_v7: Kbuild file, monstr
- [PATCH 55/57] microblaze_v7: pci headers, monstr
- [PATCH 56/57] microblaze_v7: syscalls.h, monstr
- [PATCH 57/57] microblaze_v7: Uartlite for Microblaze, monstr
- Re: [PATCH 57/57] microblaze_v7: Uartlite for Microblaze, Michal Simek
- Re: [PATCH 57/57] microblaze_v7: Uartlite for Microblaze, John Williams
- Re: [PATCH 57/57] microblaze_v7: Uartlite for Microblaze, Peter Korsgaard
- Re: [PATCH 44/57] microblaze_v7: termbits.h termios.h, Arnd Bergmann
- Re: [PATCH 44/57] microblaze_v7: termbits.h termios.h, Michal Simek
- Re: [PATCH 44/57] microblaze_v7: termbits.h termios.h, Arnd Bergmann
- Re: [PATCH 44/57] microblaze_v7: termbits.h termios.h, John Williams
- Re: [PATCH 44/57] microblaze_v7: termbits.h termios.h, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, John Stultz
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, john stultz
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Thomas Gleixner
- Re: [PATCH 08/57] microblaze_v7: Interrupt handling, timer support, selfmod code, Michal Simek
- Re: [PATCH 07/57] microblaze_v7: Signal support, Arnd Bergmann
- Re: [PATCH 07/57] microblaze_v7: Signal support, Michal Simek
- Re: [PATCH 04/57] microblaze_v7: Open firmware files, Arnd Bergmann
- Re: [PATCH 04/57] microblaze_v7: Open firmware files, Anton Vorontsov
- Re: [PATCH 04/57] microblaze_v7: Open firmware files, Benjamin Herrenschmidt
- Re: [PATCH 04/57] microblaze_v7: Open firmware files, Michal Simek
- Re: [PATCH 01/57] microblaze_v7: Kconfig patches, Arnd Bergmann
- Re: Microblaze linux support, Ingo Molnar
- Re: Microblaze linux support, Randy Dunlap
- Re: Microblaze linux support, Michal Simek
ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Andrew Morton
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Linus Torvalds
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Linus Torvalds
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Nick Piggin
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Peter Zijlstra
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Nick Piggin
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Linus Torvalds
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Nick Piggin
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Linus Torvalds
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Linus Torvalds
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Linus Torvalds
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Nick Piggin
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Nick Piggin
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Andrew Morton
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Nick Piggin
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Chris Mason
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Aneesh Kumar K.V
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Nick Piggin
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Peter Zijlstra
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., OGAWA Hirofumi
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Aneesh Kumar K.V
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Linus Torvalds
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Nick Piggin
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Jan Kara
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Linus Torvalds
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
- Re: ftruncate-mmap: pages are lost after writing to mmaped file., Ying Han
[PATCH 00/13] Asynchronous raid6 acceleration (part 1 of 2), Dan Williams
- [PATCH 01/13] md/raid6: move raid6 data processing to raid6_pq.ko, Dan Williams
- [PATCH 02/13] async_tx: don't use src_list argument of async_xor() for dma addresses, Dan Williams
- [PATCH 03/13] async_tx: provide __async_inline for HAS_DMA=n archs, Dan Williams
- [PATCH 04/13] async_tx: kill needless module_{init|exit}, Dan Williams
- [PATCH 05/13] async_tx: add sum check flags, Dan Williams
- [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Dan Williams
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, H. Peter Anvin
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Dan Williams
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, H. Peter Anvin
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Ilya Yanok
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, H. Peter Anvin
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Ilya Yanok
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, H. Peter Anvin
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Ilya Yanok
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, H. Peter Anvin
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Dan Williams
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, H. Peter Anvin
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Dan Williams
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Ilya Yanok
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Dan Williams
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Ilya Yanok
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Dan Williams
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Ilya Yanok
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Dan Williams
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Ilya Yanok
- Re: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Andre Noll
- RE: [PATCH 06/13] async_tx: add support for asynchronous GF multiplication, Sosnowski, Maciej
- [PATCH 07/13] async_tx: add support for asynchronous RAID6 recovery operations, Dan Williams
- [PATCH 08/13] iop-adma: P+Q support for iop13xx adma engines, Dan Williams
- [PATCH 10/13] dmaengine: allow dma support for async_tx to be toggled, Dan Williams
- [PATCH 09/13] iop-adma: P+Q self test, Dan Williams
- [PATCH 12/13] dmatest: add dma interrupts and callbacks, Dan Williams
- [PATCH 13/13] dmatest: add pq support, Dan Williams
- [PATCH 11/13] dmatest: add xor test, Dan Williams
- Re: [PATCH 00/13] Asynchronous raid6 acceleration (part 1 of 2), Andi Kleen
- Re: [PATCH 00/13] Asynchronous raid6 acceleration (part 1 of 2), Neil Brown
Question about x86/mm/gup.c's use of disabled interrupts, Jeremy Fitzhardinge
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Avi Kivity
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Jeremy Fitzhardinge
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Avi Kivity
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Jeremy Fitzhardinge
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Avi Kivity
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Jeremy Fitzhardinge
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Avi Kivity
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Jeremy Fitzhardinge
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Avi Kivity
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Jeremy Fitzhardinge
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Avi Kivity
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Jeremy Fitzhardinge
- Re: Question about x86/mm/gup.c's use of disabled interrupts, Nick Piggin
The Linux Staging tree, what it is and is not., Greg KH
- Re: The Linux Staging tree, what it is and is not., Robert Schwebel
- Re: The Linux Staging tree, what it is and is not., Greg KH
- Re: The Linux Staging tree, what it is and is not., Alan Cox
- Re: The Linux Staging tree, what it is and is not., Robert Schwebel
- Re: The Linux Staging tree, what it is and is not., Alan Cox
- Re: The Linux Staging tree, what it is and is not., Robert Schwebel
- Re: The Linux Staging tree, what it is and is not., Daniel Krüger
- Re: The Linux Staging tree, what it is and is not., Alan Cox
- Re: The Linux Staging tree, what it is and is not., david
- Re: The Linux Staging tree, what it is and is not., Daniel Krüger
- Re: The Linux Staging tree, what it is and is not., Robert Schwebel
- Re: The Linux Staging tree, what it is and is not., Dave Airlie
[patch] x86, bts: use atomic memory allocation, Markus Metzger
- Re: [patch] x86, bts: use atomic memory allocation, Ingo Molnar
- RE: [patch] x86, bts: use atomic memory allocation, Metzger, Markus T
- Re: [patch] x86, bts: use atomic memory allocation, Andi Kleen
- RE: [patch] x86, bts: use atomic memory allocation, Metzger, Markus T
- Re: [patch] x86, bts: use atomic memory allocation, Ingo Molnar
- Re: [patch] x86, bts: use atomic memory allocation, Markus Metzger
- RE: [patch] x86, bts: use atomic memory allocation, Metzger, Markus T
[PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh
- [PATCH 1/8] exofs: Kbuild, Headers and osd utils, Boaz Harrosh
- [PATCH 2/8] exofs: file and file_inode operations, Boaz Harrosh
- [PATCH 3/8] exofs: symlink_inode and fast_symlink_inode operations, Boaz Harrosh
- [PATCH 4/8] exofs: address_space_operations, Boaz Harrosh
- [PATCH 5/8] exofs: dir_inode and directory operations, Boaz Harrosh
- [PATCH 6/8] exofs: super_operations and file_system_type, Boaz Harrosh
- [PATCH 7/8] exofs: Documentation, Boaz Harrosh
- [PATCH 8/8] fs: Add exofs to Kernel build, Boaz Harrosh
- Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh
- Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh
- Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Andrew Morton
High contention on the sk_buff_head.lock, Vernon Mauery
- Re: High contention on the sk_buff_head.lock, Eric Dumazet
- Re: High contention on the sk_buff_head.lock, Andi Kleen
- Re: High contention on the sk_buff_head.lock, David Miller
- Re: High contention on the sk_buff_head.lock, Vernon Mauery
- Re: High contention on the sk_buff_head.lock, David Miller
- Re: High contention on the sk_buff_head.lock, Vernon Mauery
- Re: High contention on the sk_buff_head.lock, David Miller
- Re: High contention on the sk_buff_head.lock, Gregory Haskins
- Re: High contention on the sk_buff_head.lock, David Miller
- Re: High contention on the sk_buff_head.lock, Sven-Thorsten Dietrich
- Re: High contention on the sk_buff_head.lock, David Miller
- Re: High contention on the sk_buff_head.lock, Sven-Thorsten Dietrich
- Re: High contention on the sk_buff_head.lock, David Miller
- Re: High contention on the sk_buff_head.lock, Eric Dumazet
- Re: High contention on the sk_buff_head.lock, David Miller
- [PATCH] net: reorder struct Qdisc for better SMP performance, Eric Dumazet
- Re: [PATCH] net: reorder struct Qdisc for better SMP performance, David Miller
- Re: High contention on the sk_buff_head.lock, Andi Kleen
- Re: High contention on the sk_buff_head.lock, Gregory Haskins
- Re: High contention on the sk_buff_head.lock, David Miller
- Re: High contention on the sk_buff_head.lock, Gregory Haskins
- Re: High contention on the sk_buff_head.lock, David Miller
- Re: High contention on the sk_buff_head.lock, Peter W. Morreale
- Re: High contention on the sk_buff_head.lock, Evgeniy Polyakov
- Re: High contention on the sk_buff_head.lock, Vernon Mauery
- Re: High contention on the sk_buff_head.lock, Peter W. Morreale
[oops -tip] : x86 AMD 64, Jaswinder Singh Rajput
- oops in tracepoint_update_probe_range() (was: Re: [oops -tip] : x86 AMD 64), Ingo Molnar
- Re: oops in tracepoint_update_probe_range() (was: Re: [oops -tip] : x86 AMD 64), Frederic Weisbecker
- Re: oops in tracepoint_update_probe_range() (was: Re: [oops -tip] : x86 AMD 64), Jaswinder Singh Rajput
- Re: oops in tracepoint_update_probe_range() (was: Re: [oops -tip] : x86 AMD 64), Ingo Molnar
- Re: oops in tracepoint_update_probe_range() (was: Re: [oops -tip] : x86 AMD 64), Frederic Weisbecker
- Re: oops in tracepoint_update_probe_range() (was: Re: [oops -tip] : x86 AMD 64), Ingo Molnar
- Re: oops in tracepoint_update_probe_range() (was: Re: [oops -tip] : x86 AMD 64), Frederic Weisbecker
- [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- Re: [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- Re: [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- Re: [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- Re: [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Frederic Weisbecker
- Re: [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- Re: [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Frederic Weisbecker
- Re: [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Ingo Molnar
- Re: [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- [tip:tracing/ftrace] tracing: fix oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- [tip:tracing/ftrace] tracepoints: dont update zero-sized tracepoint sections, Ingo Molnar
- Re: oops in tracepoint_update_probe_range(), Lai Jiangshan
- Re: oops in tracepoint_update_probe_range(), Ingo Molnar
- Re: oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
- Re: oops in tracepoint_update_probe_range(), Mathieu Desnoyers
- Re: oops in tracepoint_update_probe_range(), Steven Rostedt
- Re: oops in tracepoint_update_probe_range(), Mathieu Desnoyers
- Re: oops in tracepoint_update_probe_range(), Ingo Molnar
- Re: oops in tracepoint_update_probe_range(), Mathieu Desnoyers
- Re: oops in tracepoint_update_probe_range(), Steven Rostedt
- Re: oops in tracepoint_update_probe_range(), Rusty Russell
- Re: oops in tracepoint_update_probe_range(), Jaswinder Singh Rajput
[GFS2] Pre-pull patch posting, swhiteho
- [PATCH 01/18] GFS2: Fix remount argument parsing, swhiteho
- [PATCH 02/18] GFS2: Bring back lvb-related stuff to lock_nolock to support quotas, swhiteho
- [PATCH 03/18] GFS2: change gfs2_quota_scan into a shrinker, swhiteho
- [PATCH 04/18] GFS2: Remove "double" locking in quota, swhiteho
- [PATCH 05/18] GFS2: Merge lock_dlm module into GFS2, swhiteho
- [PATCH 06/18] GFS2: Remove unused field from glock, swhiteho
- [PATCH 07/18] GFS2: Fix error path ref counting for root inode, swhiteho
- [PATCH 08/18] GFS2: Fix deadlock on journal flush, swhiteho
- [PATCH 09/18] GFS2: Support generation of discard requests, swhiteho
- [PATCH 10/18] GFS2: Expose UUID via sysfs/uevent, swhiteho
- [PATCH 11/18] GFS2: Add a "demote a glock" interface to sysfs, swhiteho
- [PATCH 12/18] GFS2: Fix alignment issue and tidy gfs2_bitfit, swhiteho
- [PATCH 13/18] GFS2: Support quota/noquota mount arguments, swhiteho
- [PATCH 14/18] GFS2: fix sparse warnings: constant is so big it is ..., swhiteho
- [PATCH 15/18] GFS2: fix sparse warning: Should it be static?, swhiteho
- [PATCH 16/18] GFS2: Pagecache usage optimization on GFS2, swhiteho
- [PATCH 17/18] GFS2: Fix locking bug in failed shared to exclusive conversion, swhiteho
- [PATCH 18/18] GFS2: Clean up of glops.c, swhiteho
[PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- [PATCH 2/5] tracing: add global-clock option to provide cross CPU clock to traces, Steven Rostedt
- [PATCH 3/5] tracing: optimization of branch tracer, Steven Rostedt
- [PATCH 1/5] ring-buffer: add api to allow a tracer to change clock source, Steven Rostedt
- [PATCH 5/5] tracing: make power tracer start/stop methods lighter weight, Steven Rostedt
- [PATCH 4/5] tracing: make sched_switch stop/start light weight, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Paul E. McKenney
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Paul E. McKenney
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Paul E. McKenney
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Paul E. McKenney
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Paul E. McKenney
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Paul E. McKenney
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Steven Rostedt
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Frederic Weisbecker
- Re: [PATCH 0/5] [GIT PULL] updates for tip/tracing/ftrace, Ingo Molnar
Error: freeing invalid memtype, Kevin Winchester
- Re: Error: freeing invalid memtype, Pallipadi, Venkatesh
- Re: Error: freeing invalid memtype, Kevin Winchester
- Re: Error: freeing invalid memtype, Pallipadi, Venkatesh
- Re: Error: freeing invalid memtype, Ingo Molnar
- Re: Error: freeing invalid memtype, Pallipadi, Venkatesh
- [tip:x86/pat] x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot, Pallipadi, Venkatesh
- [tip:x86/pat] x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot, Pallipadi, Venkatesh
- Re: Error: freeing invalid memtype, Kevin Winchester
- Re: Error: freeing invalid memtype, Ingo Molnar
[PATCH 0/8] MAINTAINERS - add script and patterns, Joe Perches
- [PATCH 7/8] MAINTAINERS - i2c_tiny_usb T: should be W:, Joe Perches
- [PATCH 1/8] Add scripts/get_maintainer.pl, Joe Perches
- [PATCH 4/8] MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree, Joe Perches
- [PATCH 6/8] MAINTAINERS - Add Linus Torvalds' git, Joe Perches
- [PATCH 8/8] MAINTAINERS - Update FPU Emulator contact address and web page, Joe Perches
- [PATCH 3/8] MAINTAINERS - Standardize style, Joe Perches
- [PATCH 5/8] MAINTAINERS - standardize "T: git urls", Joe Perches
- [PATCH 2/8] MAINTAINERS - Add file patterns, Joe Perches
- Re: [PATCH 0/8] MAINTAINERS - add script and patterns, Pavel Machek
- Re: [PATCH 0/8] MAINTAINERS - add script and patterns, Andrew Morton
[RFC][PATCH 00/11] tracepoint perf counter events and other stuff, Peter Zijlstra
- [RFC][PATCH 07/11] perf_counter: fix up counter free paths, Peter Zijlstra
- [RFC][PATCH 05/11] ftrace: ensure every event gets an id, Peter Zijlstra
- [RFC][PATCH 06/11] ftrace: event profile hooks, Peter Zijlstra
- [RFC][PATCH 03/11] ftrace: fix memory leak, Peter Zijlstra
- [RFC][PATCH 02/11] perf_counter: generic context switch event, Peter Zijlstra
- [RFC][PATCH 10/11] perfcounters: abstract wakeup flag setting in core to fix powerpc build, Peter Zijlstra
- [RFC][PATCH 01/11] perf_counter: fix uninitialized usage of event_list, Peter Zijlstra
- [RFC][PATCH 04/11] ftrace: provide an id file for each event, Peter Zijlstra
- [RFC][PATCH 08/11] perf_counter: hook up the tracepoint events, Peter Zijlstra
- [RFC][PATCH 09/11] perf_counter: revamp syscall input ABI, Peter Zijlstra
- [RFC][PATCH 11/11] perf_counter: unify irq output code, Peter Zijlstra
Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Steven Rostedt
- Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Frederic Weisbecker
- Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Steven Rostedt
- Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Frederic Weisbecker
- Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Ingo Molnar
- Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Ingo Molnar
- Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Ingo Molnar
- Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Steven Rostedt
- Re: [PATCH] tracing/ftrace: stop {irqs,preempt}soff tracers when tracing is stopped, Steven Rostedt
[git patches] Ocfs2 updates for 2.6.30, Mark Fasheh
- [PATCH 11/32] ocfs2: Enable indexed directories, Mark Fasheh
- [PATCH 03/32] ocfs2: Expose the file system state via debugfs, Mark Fasheh
- [PATCH 07/32] ocfs2: Store dir index records inline, Mark Fasheh
- [PATCH 05/32] ocfs2: Introduce dir lookup helper struct, Mark Fasheh
- [PATCH 02/32] ocfs2: Move struct recovery_map to a header file, Mark Fasheh
- [PATCH 31/32] ocfs2: Pagecache usage optimization on ocfs2, Mark Fasheh
- [PATCH 17/32] ocfs2/dlm: Encapsulate adding and removing of mle from dlm->master_list, Mark Fasheh
- [PATCH 13/32] ocfs2: fix leaf start calculation in ocfs2_dx_dir_rebalance(), Mark Fasheh
- [PATCH 30/32] ocfs2: fix rare stale inode errors when exporting via nfs, Mark Fasheh
- [PATCH 01/32] ocfs2/hb: Expose the list of heartbeating nodes via debugfs, Mark Fasheh
- [PATCH 20/32] ocfs2/dlm: Create and destroy the dlm->master_hash, Mark Fasheh
- [PATCH 08/32] ocfs2: Introduce dir free space list, Mark Fasheh
- [PATCH 28/32] ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres(), Mark Fasheh
- [PATCH 04/32] ocfs2: Remove debugfs file local_alloc_stats, Mark Fasheh
- [PATCH 24/32] ocfs2/dlm: Improve lockres counts, Mark Fasheh
- [PATCH 12/32] ocfs2: re-order ocfs2_empty_dir checks, Mark Fasheh
- [PATCH 18/32] ocfs2/dlm: Clean up struct dlm_lock_name, Mark Fasheh
- [PATCH 27/32] ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entry, Mark Fasheh
- [PATCH 26/32] ocfs2/dlm: Show the number of lockres/mles in dlm_state, Mark Fasheh
- [PATCH 32/32] ocfs2: recover orphans in offline slots during recovery and mount, Mark Fasheh
- [PATCH 15/32] ocfs2: Allocate inode groups from global_bitmap., Mark Fasheh
- [PATCH 25/32] ocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockres_owner() inlined, Mark Fasheh
- [PATCH 16/32] ocfs2: Optimize inode group allocation by recording last used group., Mark Fasheh
- [PATCH 23/32] ocfs2/dlm: Track number of mles, Mark Fasheh
- [PATCH 06/32] ocfs2: Add a name indexed b-tree to directory inodes, Mark Fasheh
- [PATCH 14/32] ocfs2: Optimize inode allocation by remembering last group, Mark Fasheh
- [PATCH 22/32] ocfs2/dlm: Indent dlm_cleanup_master_list(), Mark Fasheh
- [PATCH 10/32] ocfs2: Add total entry count to dx_root_block, Mark Fasheh
- [PATCH 21/32] ocfs2/dlm: Activate dlm->master_hash for master list entries, Mark Fasheh
- [PATCH 29/32] ocfs2/dlm: Tweak mle_state output, Mark Fasheh
- [PATCH 19/32] ocfs2/dlm: Refactor dlm_clean_master_list(), Mark Fasheh
- [PATCH 09/32] ocfs2: Increase max links count, Mark Fasheh
[git-pull -tip] x86: mpparse cleanup, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: mpparse cleanup, Thomas Gleixner
- Re: [git-pull -tip] x86: mpparse cleanup, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: mpparse cleanup, Ingo Molnar
- Re: [git-pull -tip] x86: mpparse cleanup, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: mpparse cleanup, Ingo Molnar
- Re: [git-pull -tip] x86: mpparse cleanup, Ingo Molnar
- Re: [git-pull -tip] x86: mpparse cleanup, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: mpparse cleanup, Ingo Molnar
- Re: [git-pull -tip] x86: mpparse cleanup, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: mpparse cleanup, Thomas Gleixner
- Re: [git-pull -tip] x86: mpparse cleanup, Ingo Molnar
- [tip:x86/cleanups] x86: mpparse: clean up code by introducing a few helper functions, fix, Ingo Molnar
- Re: [git-pull -tip] x86: mpparse cleanup, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: mpparse cleanup, Jaswinder Singh Rajput
- Re: [git-pull -tip] x86: mpparse cleanup, Ingo Molnar
[PATCH 0/3]: compressed in-memory swapping, Nitin Gupta
- [PATCH 1/3]: compressed RAM block device, Nitin Gupta
- [PATCH 2/3]: xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3]: xvmalloc memory allocator, Christoph Lameter
- Re: [PATCH 2/3]: xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3]: xvmalloc memory allocator, Christoph Lameter
- Re: [PATCH 2/3]: xvmalloc memory allocator, Pekka Enberg
- Re: [PATCH 2/3]: xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3]: xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3]: xvmalloc memory allocator, Christoph Lameter
- Re: [PATCH 2/3]: xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3]: xvmalloc memory allocator, Pekka Enberg
- Re: [PATCH 2/3]: xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3]: xvmalloc memory allocator, Nitin Gupta
- Re: [PATCH 2/3]: xvmalloc memory allocator, Pekka Enberg
- [PATCH 3/3]: documentation, Nitin Gupta
- Re: [PATCH 0/3]: compressed in-memory swapping, Russ Dill
[PATCH -tip] x86: move vmware to hypervisor, Jaswinder Singh Rajput
- Re: [PATCH -tip] x86: move vmware to hypervisor, Ingo Molnar
- Re: [PATCH -tip] x86: move vmware to hypervisor, Jaswinder Singh Rajput
- Re: [PATCH -tip] x86: move vmware to hypervisor, H. Peter Anvin
- Re: [PATCH -tip] x86: move vmware to hypervisor, Jaswinder Singh Rajput
- Re: [PATCH -tip] x86: move vmware to hypervisor, Ingo Molnar
- Re: [PATCH -tip] x86: move vmware to hypervisor, Alok Kataria
- Re: [PATCH -tip] x86: move vmware to hypervisor, Jaswinder Singh Rajput
- Re: [PATCH -tip] x86: move vmware to hypervisor, Alok Kataria
- Re: [PATCH -tip] x86: move vmware to hypervisor, Jaswinder Singh Rajput
- Re: [PATCH -tip] x86: move vmware to hypervisor, Alok Kataria
- Re: [PATCH -tip] x86: move vmware to hypervisor, david
- Re: [PATCH -tip] x86: move vmware to hypervisor, Alok Kataria
- Re: [PATCH -tip] x86: move vmware to hypervisor, H. Peter Anvin
- Re: [PATCH -tip] x86: move vmware to hypervisor, Mark Lord
- Re: [PATCH -tip] x86: move vmware to hypervisor, Alok Kataria
[PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Bharata B Rao
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Li Zefan
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Bharata B Rao
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Balbir Singh
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Peter Zijlstra
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Balbir Singh
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Peter Zijlstra
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Bharata B Rao
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., KAMEZAWA Hiroyuki
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Bharata B Rao
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., KAMEZAWA Hiroyuki
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Bharata B Rao
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., KAMEZAWA Hiroyuki
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Bharata B Rao
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Balbir Singh
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Peter Zijlstra
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Bharata B Rao
- Re: [PATCH -tip] cpuacct: Make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used., Balbir Singh
[patch 00/13] x2apic and interrupt-remapping related fixes, Suresh Siddha
- [patch 06/13] intr-remapping: fix free_irte() to clear all the IRTE entries, Suresh Siddha
- [patch 04/13] dmar: routines for disabling queued invalidation and intr remapping, Suresh Siddha
- [patch 05/13] dmar: start with sane state while enabling dma and interrupt-remapping, Suresh Siddha
- [patch 10/13] cleanup ifdef CONFIG_INTR_REMAP in io_apic code, Suresh Siddha
- [patch 11/13] ioapic: Fix non atomic allocation with interrupts disabled, Suresh Siddha
- [patch 01/13] intr-remapping: fix "hard-safe -> hard-unsafe lock order detected" with irq_2_ir_lock, Suresh Siddha
- [patch 12/13] x86: fix broken irq migration logic while cleaning up multiple vectors, Suresh Siddha
- [patch 03/13] enable fault handling for intr-remapping, Suresh Siddha
- [patch 07/13] x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-remapping, Suresh Siddha
- [patch 02/13] dmar: move page fault handling code to dmar.c, Suresh Siddha
- [patch 09/13] x86: cleanup the IO-APIC level migration with interrupt-remapping, Suresh Siddha
- [patch 13/13] dmar: use atomic allocations for QI and Intr-remapping init, Suresh Siddha
- [patch 08/13] x86: fix clear_local_APIC() in the presence of x2apic, Suresh Siddha
[PATCH v3 0/11] FSL eSDHC support, Anton Vorontsov
- [PATCH 01/11] sdhci: Add support for bus-specific IO memory accessors, Anton Vorontsov
- [PATCH 02/11] sdhci: Split card-detection IRQs management from sdhci_init(), Anton Vorontsov
- [PATCH 03/11] sdhci: Enable only relevant (DMA/PIO) interrupts during transfers, Anton Vorontsov
- [PATCH 04/11] sdhci: Add support for card-detection polling, Anton Vorontsov
- [PATCH 05/11] sdhci: Add support for hosts reporting inverted write-protect state, Anton Vorontsov
- [PATCH 06/11] sdhci: Add get_{max,timeout}_clock callbacks, Anton Vorontsov
- [PATCH 07/11] sdhci: Add set_clock callback and a quirk for nonstandard clocks, Anton Vorontsov
- [PATCH 08/11] sdhci: Add quirk for controllers that need small delays for PIO, Anton Vorontsov
- [PATCH 09/11] sdhci: Add quirk for controllers that need IRQ re-init after reset, Anton Vorontsov
- [PATCH 10/11] sdhci: Add quirk for forcing maximum block size to 2048 bytes, Anton Vorontsov
- [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver, Anton Vorontsov
- Re: [PATCH v3 0/11] FSL eSDHC support, Pierre Ossman
[PATCH 00/26] Cleanup and optimise the page allocator V4, Mel Gorman
- [PATCH 01/27] Replace __alloc_pages_internal() with __alloc_pages_nodemask(), Mel Gorman
- [PATCH 02/27] Do not sanity check order in the fast path, Mel Gorman
- [PATCH 03/27] Do not check NUMA node ID when the caller knows the node is valid, Mel Gorman
- [PATCH 04/27] Check only once if the zonelist is suitable for the allocation, Mel Gorman
- [PATCH 05/27] Break up the allocator entry point into fast and slow paths, Mel Gorman
- [PATCH 06/27] Move check for disabled anti-fragmentation out of fastpath, Mel Gorman
- [PATCH 07/27] Check in advance if the zonelist needs additional filtering, Mel Gorman
- [PATCH 08/27] Calculate the preferred zone for allocation only once, Mel Gorman
- [PATCH 09/27] Calculate the migratetype for allocation only once, Mel Gorman
- [PATCH 10/27] Calculate the alloc_flags for allocation only once, Mel Gorman
- [PATCH 12/27] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH, Mel Gorman
- [PATCH 11/27] Calculate the cold parameter for allocation only once, Mel Gorman
- [PATCH 13/27] Inline __rmqueue_smallest(), Mel Gorman
- [PATCH 14/27] Inline buffered_rmqueue(), Mel Gorman
- [PATCH 15/27] Inline __rmqueue_fallback(), Mel Gorman
- [PATCH 16/27] Save text by reducing call sites of __rmqueue(), Mel Gorman
- [PATCH 17/27] Do not call get_pageblock_migratetype() more than necessary, Mel Gorman
- [PATCH 18/27] Do not disable interrupts in free_page_mlock(), Mel Gorman
- [PATCH 19/27] Do not setup zonelist cache when there is only one node, Mel Gorman
- [PATCH 20/27] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- [PATCH 21/27] Do not check for compound pages during the page allocator sanity checks, Mel Gorman
- [PATCH 22/27] Use allocation flags as an index to the zone watermark, Mel Gorman
- [PATCH 23/27] Update NR_FREE_PAGES only as necessary, Mel Gorman
- [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Mel Gorman
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Christoph Lameter
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Mel Gorman
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Christoph Lameter
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Mel Gorman
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Christoph Lameter
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Mel Gorman
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Christoph Lameter
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Mel Gorman
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, KAMEZAWA Hiroyuki
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Christoph Lameter
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Christoph Lameter
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Mel Gorman
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Christoph Lameter
- Re: [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values, Christoph Lameter
- [PATCH 25/27] Re-sort GFP flags and fix whitespace alignment for easier reading., Mel Gorman
- [PATCH 26/27] Get the pageblock migratetype without disabling interrupts, Mel Gorman
[PATCH 0/3] dma-debug: add additional checks, Joerg Roedel
- [PATCH 1/3] dma-debug: add checks for kernel text and rodata, Joerg Roedel
- [PATCH 3/3] dma-debug/x86: register pci bus for dma-debug leak detection, Joerg Roedel
- [PATCH 2/3] dma-debug: add a check dma memory leaks, Joerg Roedel
- Re: [PATCH 0/3] dma-debug: add additional checks, Joerg Roedel
- Re: [PATCH 0/3] dma-debug: add additional checks, Ingo Molnar
- forcedeth 0000:00:0a.0: DMA-API: device driver frees DMA memory with wrong function [device address=0x0000000035992232] [size=42 bytes] [mapped as single] [unmapped as page], Ingo Molnar
- Re: [PATCH 0/3] dma-debug: add additional checks, Ingo Molnar
- Re: [PATCH 0/3] dma-debug: add additional checks, Peter Zijlstra
- [tip:core/locking] lockdep: add stack dumps to asserts, Peter Zijlstra
- Re: [PATCH 0/3] dma-debug: add additional checks, Joerg Roedel
- Re: [PATCH 0/3] dma-debug: add additional checks, Peter Zijlstra
- Re: [PATCH 0/3] dma-debug: add additional checks, Ingo Molnar
- [tip:core/locking] lockdep: add stack dumps to asserts, Peter Zijlstra
- e1000e 0000:04:00.0: DMA-API: device driver frees DMA memory with wrong function [device address=0x000000003e5a2c02] [size=42 bytes] [mapped as single] [unmapped as page], Ingo Molnar
- Re: [PATCH 0/3] dma-debug: add additional checks, Joerg Roedel
- e1000e 0000:00:19.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x0000000052ff084a] [size=90 bytes], Ingo Molnar
- Re: e1000e 0000:00:19.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x0000000052ff084a] [size=90 bytes], Lubomir Rintel
- Re: e1000e 0000:00:19.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x0000000052ff084a] [size=90 bytes], Ingo Molnar
- forcedeth 0000:00:0a.0: DMA-API: device driver frees DMA memory with wrong function [device address=0x0000000035992232] [size=42 bytes] [mapped as single] [unmapped as page], Ingo Molnar
- RE: e1000e 0000:00:19.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x0000000052ff084a] [size=90 bytes], Brandeburg, Jesse
- Re: e1000e 0000:00:19.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x0000000052ff084a] [size=90 bytes], Ingo Molnar
- Re: e1000e 0000:00:19.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x0000000052ff084a] [size=90 bytes], Brandeburg, Jesse
- Re: e1000e 0000:00:19.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x0000000052ff084a] [size=90 bytes], Ingo Molnar
- 3c59x 0000:00:0b.0: DMA-API: device driver maps memory from kernel text or rodata [addr=c0fffe54] [size=428], Ingo Molnar
- [tip:core/iommu] dma-debug: fix dma_debug_add_bus() definition for !CONFIG_DMA_API_DEBUG, Ingo Molnar
[PATCH 00/35] Cleanup and optimise the page allocator V3, Mel Gorman
- [PATCH 02/35] Do not sanity check order in the fast path, Mel Gorman
- [PATCH 01/35] Replace __alloc_pages_internal() with __alloc_pages_nodemask(), Mel Gorman
- [PATCH 03/35] Do not check NUMA node ID when the caller knows the node is valid, Mel Gorman
- [PATCH 04/35] Check only once if the zonelist is suitable for the allocation, Mel Gorman
- [PATCH 05/35] Break up the allocator entry point into fast and slow paths, Mel Gorman
- [PATCH 06/35] Move check for disabled anti-fragmentation out of fastpath, Mel Gorman
- [PATCH 07/35] Check in advance if the zonelist needs additional filtering, Mel Gorman
- [PATCH 08/35] Calculate the preferred zone for allocation only once, Mel Gorman
- [PATCH 09/35] Calculate the migratetype for allocation only once, Mel Gorman
- [PATCH 10/35] Calculate the alloc_flags for allocation only once, Mel Gorman
- [PATCH 11/35] Calculate the cold parameter for allocation only once, Mel Gorman
- [PATCH 12/35] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH, Mel Gorman
- [PATCH 13/35] Inline __rmqueue_smallest(), Mel Gorman
- [PATCH 14/35] Inline buffered_rmqueue(), Mel Gorman
- [PATCH 15/35] Inline __rmqueue_fallback(), Mel Gorman
- [PATCH 16/35] Save text by reducing call sites of __rmqueue(), Mel Gorman
- [PATCH 17/35] Do not call get_pageblock_migratetype() more than necessary, Mel Gorman
- [PATCH 18/35] Do not disable interrupts in free_page_mlock(), Mel Gorman
- [PATCH 19/35] Do not setup zonelist cache when there is only one node, Mel Gorman
- [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Nick Piggin
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Christoph Lameter
- Re: [PATCH 20/35] Use a pre-calculated value for num_online_nodes(), Mel Gorman
- [PATCH 21/35] Do not check for compound pages during the page allocator sanity checks, Mel Gorman
- [PATCH 22/35] Use allocation flags as an index to the zone watermark, Mel Gorman
- [PATCH 23/35] Update NR_FREE_PAGES only as necessary, Mel Gorman
- [PATCH 24/35] Convert gfp_zone() to use a table of precalculated values, Mel Gorman
- [PATCH 25/35] Re-sort GFP flags and fix whitespace alignment for easier reading., Mel Gorman
- [PATCH 26/35] Use the per-cpu allocator for orders up to PAGE_ALLOC_COSTLY_ORDER, Mel Gorman
- [PATCH 28/35] Batch free pages from migratetype per-cpu lists, Mel Gorman
- [PATCH 27/35] Split per-cpu list into one-list-per-migrate-type, Mel Gorman
- [PATCH 30/35] Skip the PCP list search by counting the order and type of pages on list, Mel Gorman
- [PATCH 29/35] Do not store the PCP high and batch watermarks in the per-cpu structure, Mel Gorman
- [PATCH 31/35] Optimistically check the first page on the PCP free list is suitable, Mel Gorman
- [PATCH 32/35] Inline next_zones_zonelist() of the zonelist scan in the fastpath, Mel Gorman
- [PATCH 33/35] Do not merge buddies until they are needed by a high-order allocation or anti-fragmentation, Mel Gorman
- [PATCH 34/35] Allow compound pages to be stored on the PCP lists, Mel Gorman
- [PATCH 35/35] Allow up to 4MB PCP lists due to compound pages, Mel Gorman
- Re: [PATCH 00/35] Cleanup and optimise the page allocator V3, Nick Piggin
- Re: [PATCH 00/35] Cleanup and optimise the page allocator V3, Nick Piggin
[RFC Aufs2 #2 00/28] source files, J. R. Okajima
- [RFC Aufs2 #2 01/28] aufs documents, J. R. Okajima
- [RFC Aufs2 #2 26/28] export splice functions, J. R. Okajima
- [RFC Aufs2 #2 28/28] kbuild aufs, J. R. Okajima
- [RFC Aufs2 #2 24/28] aufs test for fstype, J. R. Okajima
- [RFC Aufs2 #2 20/28] aufs ioctl, J. R. Okajima
- [RFC Aufs2 #2 17/28] aufs file, J. R. Okajima
- [RFC Aufs2 #2 16/28] aufs dentry and lookup, J. R. Okajima
- [RFC Aufs2 #2 10/28] aufs sub-VFS, J. R. Okajima
- [RFC Aufs2 #2 14/28] aufs pseudo-link, J. R. Okajima
- [RFC Aufs2 #2 09/28] aufs workqueue, J. R. Okajima
- [RFC Aufs2 #2 12/28] aufs copy-up, J. R. Okajima
- [RFC Aufs2 #2 05/28] aufs branch directory/filesystem, J. R. Okajima
- [RFC Aufs2 #2 04/28] aufs super_block, J. R. Okajima
- [RFC Aufs2 #2 06/28] aufs xino, J. R. Okajima
- [RFC Aufs2 #2 13/28] aufs whiteout, J. R. Okajima
- [RFC Aufs2 #2 08/28] aufs mount options/flags, J. R. Okajima
- [RFC Aufs2 #2 22/28] aufs branch for loopback block device, J. R. Okajima
- [RFC Aufs2 #2 21/28] aufs sysfs entries, J. R. Okajima
- [RFC Aufs2 #2 02/28] aufs public header file, J. R. Okajima
- [RFC Aufs2 #2 11/28] aufs sub-dcache, J. R. Okajima
- [RFC Aufs2 #2 07/28] aufs object lifetime management via sysfs, J. R. Okajima
- [RFC Aufs2 #2 03/28] aufs module global, J. R. Okajima
- [RFC Aufs2 #2 27/28] export lookup functions, J. R. Okajima
- [RFC Aufs2 #2 23/28] aufs internal inotify, J. R. Okajima
- [RFC Aufs2 #2 25/28] aufs debug, J. R. Okajima
- [RFC Aufs2 #2 15/28] aufs policies to select one among multiple writable branches, J. R. Okajima
- [RFC Aufs2 #2 18/28] aufs direcotry, J. R. Okajima
- [RFC Aufs2 #2 19/28] aufs inode, J. R. Okajima
[GIT PATCH] block: cleanup patches, take#2, Tejun Heo
- [PATCH 01/17] ide: use blk_run_queue() instead of blk_start_queueing(), Tejun Heo
- [PATCH 02/17] ide: don't set REQ_SOFTBARRIER, Tejun Heo
- [PATCH 04/17] block: merge blk_invoke_request_fn() into __blk_run_queue(), Tejun Heo
- [PATCH 03/17] ide: use blk_update_request() instead of blk_end_request_callback(), Tejun Heo
- [PATCH 06/17] block: don't set REQ_NOMERGE unnecessarily, Tejun Heo
- [PATCH 05/17] block: kill blk_start_queueing(), Tejun Heo
- [PATCH 07/17] block: cleanup REQ_SOFTBARRIER usages, Tejun Heo
- [PATCH 08/17] block: clean up misc stuff after block layer timeout conversion, Tejun Heo
- [PATCH 09/17] block: reorder request completion functions, Tejun Heo
- [PATCH 10/17] block: reorganize request fetching functions, Tejun Heo
- [PATCH 11/17] block: kill blk_end_request_callback(), Tejun Heo
- [PATCH 12/17] block: clean up request completion API, Tejun Heo
- [PATCH 13/17] block: move rq->start_time initialization to blk_rq_init(), Tejun Heo
- [PATCH 16/17] ubd: simplify block request completion, Tejun Heo
- [PATCH 14/17] block: implement and use [__]blk_end_request_all(), Tejun Heo
- [PATCH 17/17] block: clean up unnecessary stuff from block drivers, Tejun Heo
- [PATCH 15/17] block: kill end_request(), Tejun Heo
- Re: [GIT PATCH] block: cleanup patches, take#2, Bartlomiej Zolnierkiewicz
[RFC patch 00/20] LTTng Kernel Trace Thread Flag v2, Mathieu Desnoyers
- [RFC patch 17/20] LTTng Kernel Trace Thread Flag UML, Mathieu Desnoyers
- [RFC patch 10/20] LTTng Kernel Trace Thread Flag m68k, Mathieu Desnoyers
- [RFC patch 18/20] LTTng Linux Kernel Trace Thread Flag x86, Mathieu Desnoyers
- [RFC patch 15/20] LTTng Kernel Trace Thread Flag SH, Mathieu Desnoyers
- [RFC patch 11/20] LTTng Kernel Trace Thread Flag MIPS, Mathieu Desnoyers
- [RFC patch 02/20] LTTng Kernel Trace Thread Flag ARM, Mathieu Desnoyers
- [RFC patch 04/20] LTTng Kernel Trace Thread Flag Blackfin, Mathieu Desnoyers
- [RFC patch 03/20] LTTng Kernel Trace Thread Flag AVR32, Mathieu Desnoyers
- [RFC patch 01/20] LTTng Kernel Trace Thread Flag Alpha, Mathieu Desnoyers
- [RFC patch 09/20] LTTng Kernel Trace Thread Flag m32r, Mathieu Desnoyers
- [RFC patch 05/20] LTTng Kernel Trace Thread Flag Cris, Mathieu Desnoyers
- [RFC patch 14/20] LTTng Kernel Trace Thread Flag s390, Mathieu Desnoyers
- [RFC patch 07/20] LTTng Kernel Trace Thread Flag H8300, Mathieu Desnoyers
- [RFC patch 13/20] LTTng Kernel Trace Thread Flag powerpc, Mathieu Desnoyers
- [RFC patch 16/20] LTTng Kernel Trace Thread Flag sparc, Mathieu Desnoyers
- [RFC patch 08/20] LTTng Kernel Trace Thread Flag ia64, Mathieu Desnoyers
- [RFC patch 06/20] LTTng Kernel Trace Thread Flag Frv, Mathieu Desnoyers
- [RFC patch 20/20] LTTng Kernel Trace Thread Flag API, Mathieu Desnoyers
- [RFC patch 19/20] LTTng Kernel Trace Thread Flag xtensa, Mathieu Desnoyers
- [RFC patch 12/20] LTTng Kernel Trace Thread Flag parisc, Mathieu Desnoyers
[RFC patch 00/21] TIF_KERNEL_TRACE thread flags, Mathieu Desnoyers
- [RFC patch 13/21] LTTng Kernel Trace Thread Flag powerpc, Mathieu Desnoyers
- [RFC patch 11/21] LTTng Kernel Trace Thread Flag MIPS, Mathieu Desnoyers
- [RFC patch 08/21] LTTng Kernel Trace Thread Flag ia64, Mathieu Desnoyers
- [RFC patch 03/21] LTTng Kernel Trace Thread Flag AVR32, Mathieu Desnoyers
- [RFC patch 01/21] LTTng Kernel Trace Thread Flag Alpha, Mathieu Desnoyers
- [RFC patch 05/21] LTTng Kernel Trace Thread Flag Cris, Mathieu Desnoyers
- [RFC patch 04/21] LTTng Kernel Trace Thread Flag Blackfin, Mathieu Desnoyers
- [RFC patch 21/21] LTTng Kernel Trace Thread Flag API, Mathieu Desnoyers
- [RFC patch 02/21] LTTng Kernel Trace Thread Flag ARM, Mathieu Desnoyers
- [RFC patch 09/21] LTTng Kernel Trace Thread Flag m32r, Mathieu Desnoyers
- [RFC patch 06/21] LTTng Kernel Trace Thread Flag Frv, Mathieu Desnoyers
- [RFC patch 07/21] LTTng Kernel Trace Thread Flag H8300, Mathieu Desnoyers
- [RFC patch 20/21] LTTng Kernel Trace Thread Flag xtensa, Mathieu Desnoyers
- [RFC patch 10/21] LTTng Kernel Trace Thread Flag m68k, Mathieu Desnoyers
- [RFC patch 15/21] LTTng Kernel Trace Thread Flag SH, Mathieu Desnoyers
- [RFC patch 18/21] LTTng Kernel Trace Thread Flag UML, Mathieu Desnoyers
- [RFC patch 16/21] LTTng Kernel Trace Thread Flag sparc, Mathieu Desnoyers
- [RFC patch 17/21] LTTng Kernel Trace Thread Flag sparc64, Mathieu Desnoyers
- [RFC patch 12/21] LTTng Kernel Trace Thread Flag parisc, Mathieu Desnoyers
- [RFC patch 14/21] LTTng Kernel Trace Thread Flag s390, Mathieu Desnoyers
- [RFC patch 19/21] LTTng Linux Kernel Trace Thread Flag x86, Mathieu Desnoyers
Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Maxim Levitsky
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Maxim Levitsky
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
- Re: [alsa-devel] Bugs on aspire one A150, Andreas Mohr
- Re: [alsa-devel] Bugs on aspire one A150, Takashi Iwai
Latest brk patchset, H. Peter Anvin
- Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: Latest brk patchset, H. Peter Anvin
- Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: Latest brk patchset, Jeremy Fitzhardinge
- [crash] Re: Latest brk patchset, Ingo Molnar
- Re: [crash] Re: Latest brk patchset, Ingo Molnar
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Ingo Molnar
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Ingo Molnar
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Yinghai Lu
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Yinghai Lu
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Yinghai Lu
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Yinghai Lu
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Yinghai Lu
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, H. Peter Anvin
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Yinghai Lu
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Ingo Molnar
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- Re: [crash] Re: Latest brk patchset, Ingo Molnar
- Re: [crash] Re: Latest brk patchset, Jeremy Fitzhardinge
- [tip:x86/setup] x86/dmi: fix dmi_alloc() section mismatches, Jeremy Fitzhardinge
- Re: Latest brk patchset, H. Peter Anvin
2.6.29-rc8: Reported regressions 2.6.27 -> 2.6.28, Rafael J. Wysocki
- [Bug #12061] snd_hda_intel: power_save: sound cracks on powerdown, Rafael J. Wysocki
- [Bug #12337] ~100 extra wakeups reported by powertop, Rafael J. Wysocki
- [Bug #12411] 2.6.28: BUG in r8169, Rafael J. Wysocki
- [Bug #12208] uml is very slow on 2.6.28 host, Rafael J. Wysocki
- [Bug #12404] Oops in 2.6.28-rc9 and -rc8 -- mtrr issues / e1000e, Rafael J. Wysocki
- [Bug #12209] oldish top core dumps (in its meminfo() function), Rafael J. Wysocki
- [Bug #12421] GPF on 2.6.28 and 2.6.28-rc9-git3, e1000e and e1000 issues, Rafael J. Wysocki
- [Bug #12645] DMI low-memory-protect quirk causes resume hang on Samsung NC10, Rafael J. Wysocki
- [Bug #12619] Regression 2.6.28 and last - boot failed, Rafael J. Wysocki
- [Bug #12612] hard lockup when interrupting cdda2wav, Rafael J. Wysocki
- [Bug #12690] DPMS (LCD powersave, poweroff) don't work, Rafael J. Wysocki
- [Bug #12500] r8169: NETDEV WATCHDOG: eth0 (r8169): transmit timed out, Rafael J. Wysocki
- [Bug #12426] TMDC Joystick no longer works in kernel 2.6.28, Rafael J. Wysocki
- [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Rafael J. Wysocki
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Kevin Shanahan
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Avi Kivity
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Ingo Molnar
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Avi Kivity
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Ingo Molnar
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Avi Kivity
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Avi Kivity
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Kevin Shanahan
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Frederic Weisbecker
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Kevin Shanahan
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Frederic Weisbecker
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Kevin Shanahan
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Frederic Weisbecker
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Kevin Shanahan
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Kevin Shanahan
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Frederic Weisbecker
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Frederic Weisbecker
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Frederic Weisbecker
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Kevin Shanahan
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Frederic Weisbecker
- Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected), Kevin Shanahan
- [Bug #12634] video distortion and lockup with i830 video chip and 2.6.28.3, Rafael J. Wysocki
- [Bug #12798] No wake up after suspend., Rafael J. Wysocki
- [Bug #12868] iproute2 and regressing "ipv6: convert tunnels to net_device_ops", Rafael J. Wysocki
- [Bug #12835] Regression in backlight detection, Rafael J. Wysocki
- [Bug #12818] iwlagn broken after suspend to RAM (iwlagn: MAC is in deep sleep!), Rafael J. Wysocki
2.6.29-rc8: Reported regressions from 2.6.28, Rafael J. Wysocki
- [Bug #12414] iwl4965 cannot use "ap auto" on latest 2.6.28/29?, Rafael J. Wysocki
- [Bug #12419] possible circular locking dependency on i915 dma, Rafael J. Wysocki
- [Bug #12490] ath5k related kernel panic in 2.6.29-rc1, Rafael J. Wysocki
- [Bug #12444] X hangs following switch from radeonfb console - Bisected, Rafael J. Wysocki
- [Bug #12499] Problem with using bluetooth adaper connected to usb port, Rafael J. Wysocki
- [Bug #12418] Repeated ioctl(4, 0x40046445, ..) loop in glxgears, Rafael J. Wysocki
- [Bug #12763] Different cpu MHz values for processor0 and processor1, Rafael J. Wysocki
- [Bug #12574] possible circular locking dependency detected, Rafael J. Wysocki
- [Bug #12671] uvc_status_cleanup(): undefined reference to `input_unregister_device', Rafael J. Wysocki
- [Bug #12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc, Rafael J. Wysocki
- [Bug #12681] s2ram: fails to wake up on Acer Extensa 4220 (SMP disabled), Rafael J. Wysocki
- [Bug #12670] BUG: unable to handle kernel paging request at pin_to_kill+0x21, Rafael J. Wysocki
- [Bug #12667] Badness at kernel/time/timekeeping.c:98 in pmud (timekeeping_suspended), Rafael J. Wysocki
- [Bug #12668] USB flash disk surprise disconnect, Rafael J. Wysocki
- [Bug #12758] ACPI exception with 2.6.29-rc6, Rafael J. Wysocki
- [Bug #12680] Entropy pool problem, Rafael J. Wysocki
- [Bug #12765] i915 VT switch with AIGLX causes X lock up, Rafael J. Wysocki
- [Bug #12771] Oops in i915_gem_flush, Rafael J. Wysocki
- [Bug #12792] 2.6.29-rc6-git4 boot failure, Rafael J. Wysocki
- [Bug #12778] suspend regression from 29rc5 to 29rc6, Rafael J. Wysocki
- [Bug #12809] iozone regression with 2.6.29-rc6, Rafael J. Wysocki
- [Bug #12831] Hot/Fn Keys do not work EEEPC 1000HE (eeepc_laptop), Rafael J. Wysocki
- [Bug #12808] Suspend regression with 2.6.29-rc, Rafael J. Wysocki
- [Bug #12805] QinQ vlan trunking regression, Rafael J. Wysocki
- [Bug #12806] i915 broken STR, Rafael J. Wysocki
- [Bug #12800] x86 PAT invalid vm_insert_pfn assumptions, Rafael J. Wysocki
- [Bug #12836] 2.6.29-rc breaks STD using Intel 945, Rafael J. Wysocki
- [Bug #12842] CCMP: replay detected, Rafael J. Wysocki
- [Bug #12846] Regression issue with kernel 2.6.29-rc6-git1: high power consumption during sleep, Rafael J. Wysocki
- [Bug #12856] Thinkpad freezes with X.org and acpi=rsdt, Rafael J. Wysocki
- [Bug #12861] Xorg fails to start "Failed to allocate space for kernel memory manager", Rafael J. Wysocki
- [Bug #12870] 2.6.29-rc "TKIP: replay detected" regression, Rafael J. Wysocki
- [Bug #12867] 2.6.29-rc7 broke r8169 MAC on Thecus n2100 ARM board, Rafael J. Wysocki
- [Bug #12871] usb bluetooth crashes system, Rafael J. Wysocki
- [Bug #12869] BUG when disabled ipv6 module is unloaded, Rafael J. Wysocki
- [Bug #12872] pwc mmap always fails with EAGAIN, Rafael J. Wysocki
- Re: 2.6.29-rc8: Reported regressions from 2.6.28, Jeff Chua
|