| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] embryonic RAID class | James Bottomley | 2005-08-30 | 1 | -0/+59 |
* | [SCSI] correct attribute_container list usage | James Bottomley | 2005-08-30 | 1 | -2/+2 |
* | [SCSI] add missing attribute container function prototype | James Bottomley | 2005-08-28 | 1 | -0/+1 |
* | [SCSI] correct transport class abstraction to work outside SCSI | James Bottomley | 2005-08-14 | 2 | -9/+11 |
* | [SCSI] add ability to deny binding to SPI transport class | James Bottomley | 2005-08-14 | 1 | -0/+1 |
* | [SCSI] add global timeout to the scsi mid-layer | James Bottomley | 2005-08-08 | 1 | -2/+6 |
* | [SCSI] add missing hold_mcs parameter to the spi transport class | James Bottomley | 2005-08-03 | 1 | -0/+5 |
* | [SCSI] add template for scsi_host_set_state() | James Bottomley | 2005-07-30 | 1 | -0/+1 |
* | [SCSI] host state model update: mediate host add/remove race | Mike Anderson | 2005-07-30 | 1 | -0/+9 |
* | [SCSI] host state model update: replace old host bitmap state | Mike Anderson | 2005-07-30 | 1 | -5/+9 |
* | [PATCH] Fix sync_tsc hang | Eric W. Biederman | 2005-07-29 | 1 | -0/+3 |
* | [PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=n -- bug? | Kumar Gala | 2005-07-29 | 1 | -3/+2 |
* | [PATCH] x86_64 machine_kexec: Use standard pagetable helpers | Eric W. Biederman | 2005-07-29 | 1 | -0/+2 |
* | x86: fix new find_first_bit() | Linus Torvalds | 2005-07-29 | 1 | -7/+6 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 2005-07-29 | 3 | -6/+30 |
|\ |
|
| * | Merge rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2005-07-11 | 93 | -780/+1587 |
| |\ |
|
| * | | Input: make name, phys and uniq be 'const char *' because once | Dmitry Torokhov | 2005-06-30 | 1 | -3/+3 |
| * | | Input: introduce usb_to_input_id() to uniformly produce | Dmitry Torokhov | 2005-06-30 | 1 | -0/+25 |
| * | | Input: uinput - use completions instead of events and manual | Dmitry Torokhov | 2005-06-30 | 1 | -3/+2 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm-smp | Linus Torvalds | 2005-07-29 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | [ARM SMP] Fix another ARMv6 bitop problem | Russell King | 2005-07-28 | 1 | -0/+5 |
* | | | | [PATCH] uml: vm86 compile fix | Jeff Dike | 2005-07-28 | 1 | -0/+6 |
* | | | | [PATCH] x86_64: Fix gcc 4 warning in sched_find_first_bit | Jesse Millan | 2005-07-28 | 1 | -2/+1 |
* | | | | [PATCH] x86_64: Switch to the interrupt stack when running a softirq in local... | Andi Kleen | 2005-07-28 | 1 | -0/+2 |
* | | | | [PATCH] x86_64: Turn BUG data into valid instruction | Andi Kleen | 2005-07-28 | 1 | -3/+10 |
* | | | | [PATCH] x86_64: Fix incorrectly defined MSR_K8_SYSCFG | Andi Kleen | 2005-07-28 | 1 | -1/+1 |
* | | | | [PATCH] x86_64: Fix some typos in system.h comments | Andi Kleen | 2005-07-28 | 1 | -2/+2 |
* | | | | [PATCH] x86_64: Remove obsolete eat_key prototype | Andi Kleen | 2005-07-28 | 1 | -3/+0 |
* | | | | [PATCH] x86_64: Fix some comments in tlbflush.h | Andi Kleen | 2005-07-28 | 1 | -3/+6 |
* | | | | [PATCH] x86_64: Some cleanup in setup64.c | Andi Kleen | 2005-07-28 | 2 | -0/+2 |
* | | | | [PATCH] x86_64: i386/x86_64: remove prototypes for not existing functions in ... | Andi Kleen | 2005-07-28 | 2 | -6/+0 |
* | | | | [PATCH] x86_64: Use for_each_cpu_mask for clustered IPI flush | Andi Kleen | 2005-07-28 | 1 | -24/+21 |
* | | | | Revert broken "statement with no effect" warning fix | Linus Torvalds | 2005-07-28 | 2 | -23/+6 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa | Linus Torvalds | 2005-07-28 | 4 | -20/+24 |
|\ \ \ \ |
|
| * | | | | [ALSA] version 1.0.9b | Jaroslav Kysela | 2005-07-28 | 1 | -2/+2 |
| * | | | | [ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type' | Victor Fusco | 2005-07-28 | 2 | -4/+4 |
| * | | | | [ALSA] emu10k1: Add module option uint subsystem. | James Courtier-Dutton | 2005-07-28 | 1 | -0/+1 |
| * | | | | [ALSA] cleanup and typo-correction | Henrik Kretzschmar | 2005-07-28 | 1 | -14/+17 |
| |/ / / |
|
* | | | | [PATCH] speed up on find_first_bit for i386 (let compiler do the work) | Steven Rostedt | 2005-07-28 | 1 | -30/+24 |
* | | | | [PATCH] alpha: fix "statement with no effect" warnings | Richard Henderson | 2005-07-28 | 2 | -6/+23 |
|/ / / |
|
* | | | [PATCH] new alpha syscalls | Richard Henderson | 2005-07-27 | 1 | -1/+6 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-07-27 | 2 | -6/+6 |
|\ \ \ |
|
| * | | | [SPARC]: Add inotify syscall entries. | David S. Miller | 2005-07-27 | 2 | -6/+6 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 2005-07-27 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | [IA64] inotify: ia64 syscalls. | Robert Love | 2005-07-27 | 1 | -0/+3 |
| |/ / / |
|
* | | | | [PATCH] clean up inline static vs static inline | Jesper Juhl | 2005-07-27 | 1 | -8/+8 |
* | | | | [PATCH] drivers/media/video/tveeprom.c: possible cleanups | Adrian Bunk | 2005-07-27 | 1 | -1/+0 |
* | | | | [PATCH] serial_core whitespace fix | Ralf Baechle | 2005-07-27 | 1 | -1/+1 |
* | | | | [PATCH] turn many #if $undefined_string into #ifdef $undefined_string | Olaf Hering | 2005-07-27 | 1 | -1/+1 |
* | | | | [PATCH] mbcache: Remove unused mb_cache_shrink parameter | Andreas Gruenbacher | 2005-07-27 | 1 | -1/+1 |