Mail Thread Index
[
Prev Page][
Next Page]
- Re: [PATCH] input: Add support for eGalax TouchKit USB touchscreen used on HP tx1305us, (continued)
- [PATCH V2] Keep 3 high personality bytes across exec,Eric B Munson
- [patch 00/28] PNP: convert fixed tables to lists, v4,Bjorn Helgaas
- [patch 03/28] PNP: add pnp_resource_type() internal interface,Bjorn Helgaas
- [patch 01/28] PNP: add detail to debug resource dump,Bjorn Helgaas
- [patch 02/28] PNP: remove pnp_resource.index,Bjorn Helgaas
- [patch 04/28] PNP: add pnp_resource_type_name() helper function,Bjorn Helgaas
- [patch 05/28] PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resources,Bjorn Helgaas
- [patch 07/28] PNPACPI: keep disabled resources when parsing current config,Bjorn Helgaas
- [patch 08/28] PNP: remove ratelimit on add resource failures,Bjorn Helgaas
- [patch 06/28] PNP: replace pnp_resource_table with dynamically allocated resources,Bjorn Helgaas
- [patch 09/28] PNP: dont sort by type in /sys/.../resources,Bjorn Helgaas
- [patch 11/28] PNP: whitespace/coding style fixes,Bjorn Helgaas
- [patch 14/28] PNP: introduce pnp_irq_mask_t typedef,Bjorn Helgaas
- [patch 13/28] PNP: make resource option structures private to PNP subsystem,Bjorn Helgaas
- [patch 12/28] PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM,Bjorn Helgaas
- [patch 10/28] PNP: add pnp_possible_config() -- can a device could be configured this way?,Bjorn Helgaas
- [patch 17/28] PNP: in debug resource dump, make empty list obvious,Bjorn Helgaas
- [patch 16/28] PNP: improve resource assignment debug,Bjorn Helgaas
- [patch 15/28] PNP: increase I/O port & memory option address sizes,Bjorn Helgaas
- [patch 18/28] PNP: make resource assignment functions return 0 (success) or -EBUSY (failure),Bjorn Helgaas
- [patch 19/28] PNP: remove redundant pnp_can_configure() check,Bjorn Helgaas
- [patch 21/28] PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR,Bjorn Helgaas
- [patch 20/28] PNP: centralize resource option allocations,Bjorn Helgaas
- [patch 23/28] PNP: support optional IRQ resources,Bjorn Helgaas
- [patch 22/28] PNP: rename pnp_register_*_resource() local variables,Bjorn Helgaas
- [patch 28/28] PNPACPI: add support for HP vendor-specific CCSR descriptors,Bjorn Helgaas
- [patch 26/28] PNP: convert resource options to single linked list,Bjorn Helgaas
- [patch 27/28] PNP: avoid legacy IDE IRQs,Bjorn Helgaas
- [patch 25/28] ISAPNP: handle independent options following dependent ones,Bjorn Helgaas
- [patch 24/28] PNP: remove extra 0x100 bit from option priority,Bjorn Helgaas
- Re: [patch 00/28] PNP: convert fixed tables to lists, v4,Len Brown
- [PATCH 3/3] Fix copy_user on x86_64,Vitaly Mayatskikh
- Re: [PATCH 3/3] Fix copy_user on x86_64,Linus Torvalds
- Re: [PATCH 3/3] Fix copy_user on x86_64,Vitaly Mayatskikh
- Re: [PATCH 3/3] Fix copy_user on x86_64,Linus Torvalds
- Re: [PATCH 3/3] Fix copy_user on x86_64,Andi Kleen
- Re: [PATCH 3/3] Fix copy_user on x86_64,Kari Hurtta
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Vitaly Mayatskikh
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Andi Kleen
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Vitaly Mayatskikh
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Andi Kleen
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Vitaly Mayatskikh
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Andi Kleen
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Vitaly Mayatskikh
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Andi Kleen
- Re: [PATCH 1/2] Introduce copy_user_handle_tail routine,Linus Torvalds
- Re: [PATCH 2/2] Fix copy_user on x86,Vitaly Mayatskikh
- Re: [PATCH 2/2] Fix copy_user on x86,Andi Kleen
- Re: [PATCH 2/2] Fix copy_user on x86,Vitaly Mayatskikh
- [PATCH 2/3] Fix copy_user on x86_64,Vitaly Mayatskikh
- [PATCH 1/3] Fix copy_user on x86_64,Vitaly Mayatskikh
- [PATCH 0/3] Fix copy_user on x86_64,Vitaly Mayatskikh
- [PATCH 0/39] Merge files at x86/lib,Glauber Costa
- [PATCH 01/39] Don't use size specifiers,Glauber Costa
- [PATCH 02/39] provide delay loop for x86_64,Glauber Costa
- [PATCH 03/39] use rdtscll in read_current_timer for i386.,Glauber Costa
- [PATCH 04/39] explicitly use edx in const delay function.,Glauber Costa
- [PATCH 05/39] integrate delay functions,Glauber Costa
- [PATCH 06/39] use something common for both architectures,Glauber Costa
- [PATCH 07/39] don't clobber r8 nor use rcx,Glauber Costa
- [PATCH 08/39] don't use word-size specifiers,Glauber Costa
- [PATCH 09/39] adapt x86_64 getuser functions,Glauber Costa
- [PATCH 10/39] rename threadinfo to TI,Glauber Costa
- [PATCH 11/39] Don't use word-size specifiers on getuser_64,Glauber Costa
- [PATCH 12/39] introduce __ASM_REG macro,Glauber Costa
- [PATCH 13/39] use _ASM_PTR instead of explicit word-size pointers,Glauber Costa
- [PATCH 14/39] merge getuser asm functions,Glauber Costa
- [PATCH 15/39] don't save ebx in putuser_32.S,Glauber Costa
- [PATCH 16/39] user put_user_x instead of all variants.,Glauber Costa
- [PATCH 17/39] clobber rbx in putuser_64.S,Glauber Costa
- [PATCH 18/39] pass argument to putuser_64 functions in ax register.,Glauber Costa
- [PATCH 19/39] change testing logic in putuser_64.S,Glauber Costa
- [PATCH 20/39] replace function headers by macros,Glauber Costa
- [PATCH 21/39] don't use word-size specifiers in putuser files,Glauber Costa
- [PATCH 22/39] use macros from asm.h,Glauber Costa
- [PATCH 23/39] merge putuser asm functions,Glauber Costa
- [PATCH 24/39] commonize __range_not_ok,Glauber Costa
- [PATCH 25/39] merge common parts of uaccess.,Glauber Costa
- [PATCH 26/39] merge getuser,Glauber Costa
- [PATCH 27/39] move __addr_ok to uaccess.h,Glauber Costa
- [PATCH 28/39] use k modifier for 4-byte access.,Glauber Costa
- [PATCH 29/39] mark x86_64 as having a working WP.,Glauber Costa
- [PATCH 30/39] don't always use EFAULT on __put_user_size.,Glauber Costa
- [PATCH 31/39] merge __put_user_asm and its user.,Glauber Costa
- [PATCH 32/39] don't always use EFAULT on __get_user_size.,Glauber Costa
- [PATCH 33/39] merge __get_user_asm and its users.,Glauber Costa
- [PATCH 34/39] Be more explicit in __put_user_x,Glauber Costa
- [PATCH 35/39] turn __put_user_check directly into put_user.,Glauber Costa
- [PATCH 36/39] merge put_user,Glauber Costa
- [PATCH 37/39] move __get_user and __put_user into uaccess.h,Glauber Costa
- [PATCH 38/39] put movsl_mask into uaccess.h,Glauber Costa
- [PATCH 39/39] define architectural characteristics in uaccess.h,Glauber Costa
- Re: [PATCH 25/39] merge common parts of uaccess.,Ingo Molnar
- Re: [PATCH 25/39] merge common parts of uaccess.,Ingo Molnar
- Re: [PATCH 25/39] merge common parts of uaccess.,H. Peter Anvin
- Re: [PATCH 25/39] merge common parts of uaccess.,Glauber Costa
- Re: [PATCH 25/39] merge common parts of uaccess.,Ingo Molnar
- Re: [PATCH 25/39] merge common parts of uaccess.,Glauber Costa
- Re: [PATCH 25/39] merge common parts of uaccess.,Ingo Molnar
- Re: [PATCH 17/39] clobber rbx in putuser_64.S,Andi Kleen
- Re: [PATCH 17/39] clobber rbx in putuser_64.S,Glauber Costa
- Re: [PATCH 17/39] clobber rbx in putuser_64.S,Andi Kleen
- Re: [PATCH 17/39] clobber rbx in putuser_64.S,Glauber Costa
- Re: [PATCH 17/39] clobber rbx in putuser_64.S,Glauber Costa
- Re: [PATCH 17/39] clobber rbx in putuser_64.S,Glauber Costa
- Re: [PATCH 15/39] don't save ebx in putuser_32.S,Andi Kleen
- Re: [PATCH 15/39] don't save ebx in putuser_32.S,Glauber Costa
- Re: [PATCH 12/39] introduce __ASM_REG macro,Andi Kleen
- Re: [PATCH 08/39] don't use word-size specifiers,H. Peter Anvin
- Re: [PATCH 08/39] don't use word-size specifiers,H. Peter Anvin
- Re: [PATCH 08/39] don't use word-size specifiers,Glauber Costa
- Re: [PATCH 08/39] don't use word-size specifiers,H. Peter Anvin
- Re: [PATCH 0/39] Merge files at x86/lib,H. Peter Anvin
- [GIT PULL] one fix for -rc,Sam Ravnborg
- [PATCH 0/3] sched: newidle and RT wake-buddy fixes,Gregory Haskins
- [PATCH 1/2] [OLPC] sdhci: add quirk for the Marvell CaFe's vdd/powerup issue,Andres Salomon
- [PATCH 2/2] [OLPC] sdhci: add quirk for the Marvell CaFe's interrupt timeout,Andres Salomon
- [PATCH 1/1] HID: fix quirk handling in usbmouse/kbd,Jiri Slaby
- [PATCH] POWERPC CPM: Minor cosmetic changes to udbg_putc,Nye Liu
- [PATCH] INITRAMFS: propogate mtime from cpio'd directory tree,Nye Liu
- [PATCH] FS_ENET: Don't attempt to set mii_speed when fec_inf is null,Nye Liu
- -tip build failure: No rule to make target `/etc/sound/dsp001.ld',Vegard Nossum
- pull request: wireless-2.6 2008-06-27,John W. Linville
- BUG: Linux 2.6.25 ptrace leaks struct_task,Joris van Rantwijk
- [PATCH 7/13] EDAC core fix workq timer,dougthompson
- [PATCH 5/13] EDAC mpc85xx fix pci ofdev,dougthompson
- [PATCH 6/13] EDAC core fix to use dynamic kobject,dougthompson
- [PATCH 8/13] EDAC core fix redundant sysfs controlls to parameters,dougthompson
- [PATCH 11/13] EDAC e752x fix too loud on nonmemory errors,dougthompson
- [PATCH 9/13] EDAC core fix static to dynamic kset,dougthompson
- [PATCH 12/13] EDAC mv64x60 fix get_property,dougthompson
- [PATCH 10/13] EDAC core fix added newline to sysfs dimm labels,dougthompson
- [PATCH 13/13] EDAC mv64x60 add pci fixup,dougthompson
- [PATCH 1/13] EDAC i5100 new intel chipset driver,dougthompson
- [PATCH 4/13] EDAC i5100 fix unmask ecc bits,dougthompson
- [PATCH 3/13] EDAC i5100 fix enable ecc hardware,dougthompson
- [PATCH 0/13] EDAC i5100 New Intel Driver and some fixes,dougthompson
- [PATCH 2/13] EDAC i5100 fix missing bits,dougthompson
- [NET-NEXT PATCH 01/18] igb: limit EEPROM access,Jeff Kirsher
- [NET-NEXT PATCH 02/18] igb: Remove adapter struct from these function call parameters,Jeff Kirsher
- [NET-NEXT PATCH 03/18] igb: cleanup function header comments,Jeff Kirsher
- [NET-NEXT PATCH 04/18] igb: fix parameter options,Jeff Kirsher
- [NET-NEXT PATCH 05/18] igb: eliminate hw from the hw_dbg macro arguments,Jeff Kirsher
- [NET-NEXT PATCH 06/18] igb: fix init on 82575 with MNG enabled,Jeff Kirsher
- [NET-NEXT PATCH 07/18] igb: add NAPI Rx queue support,Jeff Kirsher
- [NET-NEXT PATCH 08/18] igb: Introduce multiple TX queues with infrastructure,Jeff Kirsher
- [NET-NEXT PATCH 10/18] igb: add DCA support,Jeff Kirsher
- [NET-NEXT PATCH 09/18] igb: update ethtool stats to support multiqueue,Jeff Kirsher
- [NET-NEXT PATCH 11/18] igb: reenable CRC stripping in hardware,Jeff Kirsher
- [NET-NEXT PATCH 12/18] igb: Increment driver version,Jeff Kirsher
- [NET-NEXT PATCH 13/18] igb: add 82576 MAC support,Jeff Kirsher
- [NET-NEXT PATCH 14/18] igb: Add support for quad port WOL and feature flags,Jeff Kirsher
- [NET-NEXT PATCH 15/18] igb: add page recycling support,Jeff Kirsher
- [NET-NEXT PATCH 17/18] net: add netif_napi_del function to allow for removal of napistructs,Jeff Kirsher
- [NET-NEXT PATCH 16/18] igb: add support for in kernel LRO,Jeff Kirsher
- [NET-NEXT PATCH 18/18] igb: update suspend resume,Jeff Kirsher
- workqueue flush_work() patches,Max Krasnyansky
- [PATCH] devcgroup: relax white-list protection down to RCU,Pavel Emelyanov
- Re: + proc-always-do-release.patch added to -mm tree,Alexey Dobriyan
- 2.6.26-rc7: BUG at kernel/power/snapshot.c:493,Soeren Sonnenburg
- LTP IMA patch,Mimi Zohar
- [RFC][PATCH 5/5] integrity: IMA as an integrity service provider,Mimi Zohar
- [RFC][PATCH 4/5] integrity: Linux Integrity Module(LIM),Mimi Zohar
- [PATCH] vicam: use request_firmware(),Jaswinder Singh
- [RFC][PATCH 1/5] integrity: TPM cleanup,Mimi Zohar
- [RFC][PATCH 2/5] integrity: TPM internel kernel interface,Mimi Zohar
- [RFC][PATCH 0/5] integrity,Mimi Zohar
- KS Topic Proposal: Vendor and User problems with the Kernel,James Bottomley
- [PATCH 2/2] backtrace: replace timer with tasklet + completions,Vegard Nossum
- [RESEND][PATCH 1/2] stacktrace: add saved stack traces to backtrace self-test,Vegard Nossum
- [PATCH 1/6] avr32: Clean up and optimize the TLB operations,Haavard Skinnemoen
- The state of the BKL-removal tree,Jonathan Corbet
- clameter@xxxxxxx -> cl@xxxxxxxxxxxxxxxxxxxx,Christoph Lameter
- [PATCH -tip/master] x86: nmi_watchdog - documentation fix,Cyrill Gorcunov
- [RESEND][PATCH] x86: don't destroy %rbp on kernel-mode faults,Vegard Nossum
- [RFC 0/5] Memory controller soft limit introduction (v3),Balbir Singh
- Re: [BUG] linux-next: Tree for March 25 kernel oops, when loading mpt fusion driver - regression,David Teigland
- [patch 0/6] dev_printk() conversions, v2,Bjorn Helgaas
- Current List of Kernel Summit suggested topics from the discuss list,James Bottomley
- [PATCH] x86: Add PCI IDs for AMD Barcelona PCI devices,Robert Richter
- [PATCH] cpusets: document proc status cpus and mems allowed lists,Paul Jackson
- [PATCH] Properly notify block layer of sync writes,Jens Axboe
- How can I migrate a currently running task?,夏亮
- Re: USB Gadget File System,Sandeep K Sinha
- a.out.h userspace headers not present with O=,Adrian Bunk
- [patch] experimental: try-resolve-unexported-symbol-references-in-modules,nkalmala@xxxxxxxxx
- Re: [PATCH] input: driver for USB VoIP phones with CM109 chipset #2,Oliver Neukum
- [PATCH] Fix pci_setup_device()'s sprinting into a const buffer,David Howells
- [PATCH 00/20] mm: generic show_mem() v4,Johannes Weiner
- [PATCH 01/20] mm: print swapcache page count in show_swap_cache_info(),Johannes Weiner
- [PATCH 02/20] mm: generic show_mem(),Johannes Weiner
- [PATCH 03/20] alpha: use generic show_mem(),Johannes Weiner
- [PATCH 04/20] avr32: use generic show_mem(),Johannes Weiner
- [PATCH 05/20] blackfin: use generic show_mem(),Johannes Weiner
- [PATCH 06/20] cris: use generic show_mem(),Johannes Weiner
- [PATCH 07/20] frv: use generic show_mem(),Johannes Weiner
- [PATCH 08/20] m32r: use generic show_mem(),Johannes Weiner
- [PATCH 09/20] m68k: use generic show_mem(),Johannes Weiner
- [PATCH 10/20] m68knommu: use generic show_mem(),Johannes Weiner
- [PATCH 11/20] mips: use generic show_mem(),Johannes Weiner
- [PATCH 12/20] h8300: use generic show_mem(),Johannes Weiner
- [PATCH 13/20] mn10300: use generic show_mem(),Johannes Weiner
- [PATCH 14/20] powerpc: use generic show_mem(),Johannes Weiner
- [PATCH 15/20] s390: use generic show_mem(),Johannes Weiner
- [PATCH 16/20] sh: use generic show_mem(),Johannes Weiner
- [PATCH 17/20] sparc64: use generic show_mem(),Johannes Weiner
- [PATCH 18/20] um: use generic show_mem(),Johannes Weiner
- [PATCH 19/20] x86: use generic show_mem(),Johannes Weiner
- [PATCH 20/20] xtensa: use generic show_mem(),Johannes Weiner
- Re: [PATCH 00/20] mm: generic show_mem() v4,Johannes Weiner
- [PATCH 00/30] SMP-group balancer - take 3,Peter Zijlstra
- [PATCH 01/30] sched: clean up some unused variables,Peter Zijlstra
- [PATCH 08/30] sched: add full schedstats to /proc/sched_debug,Peter Zijlstra
- [PATCH 12/30] sched: dont micro manage share losses,Peter Zijlstra
- [PATCH 04/30] sched: fix calc_delta_asym,Peter Zijlstra
- [PATCH 13/30] sched: no need to aggregate task_weight,Peter Zijlstra
- [PATCH 03/30] sched: fix calc_delta_asym(),Peter Zijlstra
- [PATCH 15/30] sched: fix newidle smp group balancing,Peter Zijlstra
- [PATCH 14/30] sched: simplify the group load balancer,Peter Zijlstra
- [PATCH 02/30] sched: revert the revert of: weight calculations,Peter Zijlstra
- [PATCH 21/30] sched: fix task_h_load(),Peter Zijlstra
- [PATCH 25/30] sched: fix shares boost logic,Peter Zijlstra
- [PATCH 29/30] sched: incremental effective_load(),Peter Zijlstra
- [PATCH 19/30] sched: hierarchical load vs find_busiest_group,Peter Zijlstra
- [PATCH 24/30] sched: disable source/target_load bias,Peter Zijlstra
- [PATCH 30/30] sched: bias effective_load() error towards failing wake_affine().,Peter Zijlstra
- [PATCH 26/30] sched: update shares on wakeup,Peter Zijlstra
- [PATCH 28/30] sched: correct wakeup weight calculations,Peter Zijlstra
- [PATCH 18/30] sched: hierarchical load vs affine wakeups,Peter Zijlstra
- [PATCH 23/30] sched: optimize effective_load(),Peter Zijlstra
- [PATCH 09/30] sched: fix sched_domain aggregation,Peter Zijlstra
- [PATCH 10/30] sched: update aggregate when holding the RQs,Peter Zijlstra
- [PATCH 05/30] sched: revert revert of: fair-group: SMP-nice for group scheduling,Peter Zijlstra
- [PATCH 11/30] sched: kill task_group balancing,Peter Zijlstra
- [PATCH 07/30] sched: fix wakeup granularity and buddy granularity,Peter Zijlstra
- [PATCH 06/30] sched: sched_clock_cpu() based cpu_clock(),Peter Zijlstra
- [PATCH 27/30] sched: fix mult overflow,Peter Zijlstra
- [PATCH 20/30] sched: fix load scaling in group balancing,Peter Zijlstra
- [PATCH 22/30] sched: remove prio preference from balance decisions,Peter Zijlstra
- [PATCH 17/30] sched: persistent average load per task,Peter Zijlstra
- [PATCH 16/30] sched: fix sched_balance_self() smp group balancing,Peter Zijlstra
- Re: [PATCH 00/30] SMP-group balancer - take 3,Ingo Molnar
- Re: [PATCH 00/30] SMP-group balancer - take 3,Dhaval Giani
- [PATCH -mmotm] fix double export of kobject_rename,Johannes Weiner
- [PATCH -mmotm] remove unused vma_page_offset(),Johannes Weiner
- [BUGFIX][PATCH] configfs: Fix open directory making rmdir() fail,Louis Rilling
- [PATCH -mmotm] Remove ->nopfn check from use_zero_page,Johannes Weiner
- (fwd) Alpha Linux kernel fails with inconsistent kallsyms data,maximilian attems
- [PATCH] Enable E1000E in x86-64/i386 defconfig,Andi Kleen
- [PATCH] Remove BKL from remote_llseek v2,Andi Kleen
- [PATCH 0/6] Remove most users of semaphores from XFS V2.,Dave Chinner
- setting ICSK_CA_PRIV_SIZE larger than 16 * sizeof(u32),Kiran Kotla
- linux-next: Tree for June 27,Stephen Rothwell
- [RFC][PATCH] CGroups: Add a per-subsystem hierarchy lock,Paul Menage
- [PATCH 000 of 29] md: Introduction : patchbomb for 2.6.27 merge window,NeilBrown
- [PATCH 001 of 29] md: Ensure interrupted recovery completed properly (v1 metadata plus bitmap),NeilBrown
- [PATCH 002 of 29] md: Don't acknowlege that stripe-expand is complete until it really is.,NeilBrown
- [PATCH 003 of 29] md: Fix error paths if md_probe fails.,NeilBrown
- [PATCH 004 of 29] md: linear: correct disk numbering error check,NeilBrown
- [PATCH 005 of 29] md: use bio_endio instead of a call to bi_end_io,NeilBrown
- [PATCH 006 of 29] md: Improve setting of "events_cleared" for write-intent bitmaps.,NeilBrown
- [PATCH 007 of 29] md: Allow setting start point for requested check/repair,NeilBrown
- [PATCH 008 of 29] md: Close race in md_probe,NeilBrown
- [PATCH 009 of 29] md: Don't try to make md arrays dirty if that is not meaningful.,NeilBrown
- [PATCH 010 of 29] md: Enable setting of 'offset' and 'size' of a hot-added spare.,NeilBrown
- [PATCH 011 of 29] md: Support adding a spare to a live md array with external metadata.,NeilBrown
- [PATCH 012 of 29] md: rationalise return value for ->hot_add_disk method.,NeilBrown
- [PATCH 013 of 29] md: Don't reject HOT_REMOVE_DISK request for an array that is not yet started.,NeilBrown
- [PATCH 014 of 29] md: Make sure all changes to md/array_state are notified.,NeilBrown
- [PATCH 015 of 29] md: Make sure all changes to md/sync_action are notified.,NeilBrown
- [PATCH 016 of 29] md: Make sure all changes to md/degraded are notified.,NeilBrown
- [PATCH 017 of 29] md: Make sure all changes to md/dev-XX/state are notified,NeilBrown
- [PATCH 018 of 29] md: Support changing rdev size on running arrays.,NeilBrown
- [PATCH 019 of 29] md: md: kill STRIPE_OP_MOD_DMA in raid5 offload,NeilBrown
- [PATCH 020 of 29] md: md: kill STRIPE_OP_IO flag,NeilBrown
- [PATCH 021 of 29] md: md: use stripe_head_state in ops_run_io(),NeilBrown
- [PATCH 022 of 29] md: md: unify raid5/6 i/o submission,NeilBrown
- [PATCH 023 of 29] md: md: replace STRIPE_OP_CHECK with 'check_states',NeilBrown
- [PATCH 024 of 29] md: md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN,NeilBrown
- [PATCH 025 of 29] md: md: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN,NeilBrown
- [PATCH 026 of 29] md: md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states',NeilBrown
- [PATCH 027 of 29] md: md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_states,NeilBrown
- [PATCH 028 of 29] md: md: handle operation chaining in raid5_run_ops,NeilBrown
- [PATCH 029 of 29] md: md: rationalize raid5 function names,NeilBrown
- linux-kernel,朋友
- Words of wisdom from Theo de Raadt,walt
- [PATCH]: libata-scsi: Don't start hotplug work queue if hotplug is disabled,Chunbo Luo
- [PATCH] CGroups: misc cleanups to write_string patchset,Paul Menage
- [PATCH 0/3] softlockup fixlets,Johannes Weiner
- [PATCH] keyspan: Remove duplicate device entries,Ben Collins
- [PATCH] add Sensoray 2255 v4l driver,Greg KH
- [PATCH 001/001] linux-input: Support for BCM5974 multitouch trackpad,Henrik Rydberg
- Half-duplex rs-485 on full-duplex UART.,Sergey Lapin
- No console on Riva TNT since 2.6.26-0.rc4,Quel Qun
- [PATCH] x86: Fix documentation bug about relocatability,Bernhard Walle
- [PATCH] x86: Find offset for crashkernel reservation automatically,Bernhard Walle
- Paul White wanted to send you this page from the Smithsonian Source website,Paul White
- [PATCH 00/34] AMD IOMMU driver,Joerg Roedel
- [PATCH 12/34] AMD IOMMU: add detect code for AMD IOMMU hardware,Joerg Roedel
- [PATCH 04/34] AMD IOMMU: add data structures to manage the IOMMUs in the system,Joerg Roedel
- [PATCH 17/34] AMD IOMMU: add generic defines and structures for mapping code,Joerg Roedel
- [PATCH 19/34] AMD IOMMU: add functions to send IOMMU commands,Joerg Roedel
- [PATCH 03/34] AMD IOMMU: add defines and structures for ACPI scanning code,Joerg Roedel
- [PATCH 18/34] AMD IOMMU: add amd_iommu.c to Makefile,Joerg Roedel
- [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Adrian Bunk
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Andi Kleen
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Muli Ben-Yehuda
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Muli Ben-Yehuda
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Muli Ben-Yehuda
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Muli Ben-Yehuda
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Muli Ben-Yehuda
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Amit Shah
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Alan Cox
- RE: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Duran, Leo
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Muli Ben-Yehuda
- RE: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Duran, Leo
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- RE: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Duran, Leo
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- RE: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Duran, Leo
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Andi Kleen
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- Re: [PATCH 01/34] AMD IOMMU: add Kconfig entry,Joerg Roedel
- [PATCH 16/34] AMD IOMMU: add kernel command line parameters for AMD IOMMU,Joerg Roedel
- [PATCH 14/34] AMD IOMMU: clue initialization code together,Joerg Roedel
- [PATCH 32/34] AMD_IOMMU: call detect and initialization functions from dma code,Joerg Roedel
- [PATCH 24/34] AMD IOMMU: add generic dma_ops mapping functions,Joerg Roedel
- [PATCH 26/34] AMD IOMMU: add mapping functions for scatter gather lists,Joerg Roedel
- [PATCH 07/34] AMD IOMMU: add functions for mapping/unmapping the MMIO space,Joerg Roedel
- [PATCH 13/34] AMD IOMMU: add functions to parse IOMMU memory mapping requirements for devices,Joerg Roedel
- [PATCH 22/34] AMD IOMMU: add domain allocation and deallocation functions,Joerg Roedel
- [PATCH 29/34] AMD IOMMU: add dma_ops initialization function,Joerg Roedel
- [PATCH 33/34] AMD IOMMU: add MAINTAINERS entry,Joerg Roedel
- [PATCH 23/34] AMD IOMMU: add functions to find IOMMU device resources,Joerg Roedel
- [PATCH 25/34] AMD IOMMU: add dma_ops mapping functions for single mappings,Joerg Roedel
- [PATCH 30/34] AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code,Joerg Roedel
- [PATCH 27/34] AMD IOMMU: add mapping functions for coherent mappings,Joerg Roedel
- [PATCH 34/34] AMD IOMMU: add documentation for kernel parameters,Joerg Roedel
- [PATCH 08/34] AMD IOMMU: add functions for programming IOMMU MMIO space,Joerg Roedel
- [PATCH 11/34] AMD IOMMU: add functions for IOMMU hardware initialization from ACPI,Joerg Roedel
- [PATCH 10/34] AMD IOMMU: add device table initialization functions,Joerg Roedel
- [PATCH 20/34] AMD IOMMU: add functions to initialize unity mappings,Joerg Roedel
- [PATCH 15/34] AMD IOMMU: add early detection code,Joerg Roedel
- [PATCH 31/34] AMD IOMMU: initialize dma_ops from IOMMU initialization and enable IOMMUs,Joerg Roedel
- [PATCH 09/34] AMD IOMMU: add command buffer (de-)allocation,Joerg Roedel
- [PATCH 06/34] AMD IOMMU: add amd_iommu_init.c to Makefile,Joerg Roedel
- [PATCH 28/34] AMD IOMMU: add pre-allocation of protection domains,Joerg Roedel
- [PATCH 21/34] AMD IOMMU: add address allocation and deallocation functions,Joerg Roedel
- [PATCH 02/34] AMD IOMMU: add header file for driver data structures and defines,Joerg Roedel
- [PATCH 05/34] AMD IOMMU: add functions to find last possible PCI device for IOMMU,Joerg Roedel
- Re: [PATCH 00/34] AMD IOMMU driver,Rafael J. Wysocki
- Re: [PATCH 00/34] AMD IOMMU driver,Ingo Molnar
- next-20080626: compiling error in XFS,Alexander Beregalov
- [BUGFIX][PATCH 0/2] configfs: Fix cleanup after mkdir() failure,Louis Rilling
- saa7134 duplicate device in module, but different device_data?,Ben Collins
- Ambiguous dupe in libusual device list,Ben Collins
- wacky select timeout behaviour in strace,Chris Friesen
- [PATCH] eCryptfs: Discard ecryptfsd registration messages in miscdev,Tyler Hicks
- [PATCH 1/1] x86: Add check for node passed to node_to_cpumask,Mike Travis
- [PATCH] ipaq: Remove duplicate device entry,Ben Collins