| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | [ALSA] usb-audio - high speed audio support | Clemens Ladisch | 2005-07-28 |
| * | | | | | | | | [ALSA] hda-codec - Fix oops with ALC880 | Takashi Iwai | 2005-07-28 |
| * | | | | | | | | [ALSA] ak4114: removed duplicate wake_up() | Jaroslav Kysela | 2005-07-28 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | [PATCH] speed up on find_first_bit for i386 (let compiler do the work) | Steven Rostedt | 2005-07-28 |
* | | | | | | | | [PATCH] alpha: fix "statement with no effect" warnings | Richard Henderson | 2005-07-28 |
* | | | | | | | | [PATCH] PCDP: if PCDP contains parity information, use it | Bjorn Helgaas | 2005-07-28 |
* | | | | | | | | [PATCH] e1000: no need for reboot notifier | Tony Luck | 2005-07-28 |
* | | | | | | | | [PATCH] SELinux: default labeling of MLS field | James Morris | 2005-07-28 |
* | | | | | | | | [PATCH] cs89x0: collect tx_bytes statistics | Ian Campbell | 2005-07-28 |
* | | | | | | | | [PATCH] Fix incorrect Asus k7m irq router detection | Giancarlo Formicuccia | 2005-07-28 |
* | | | | | | | | [PATCH] cciss per disk queue | Mike Miller | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: disable read prefetch/write burst on old O2Micro bridges | Daniel Ritz | 2005-07-28 |
* | | | | | | | | [PATCH] yenta: free_irq() on suspend. | Daniel Ritz | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: fix sharing IRQs and request_irq without IRQ_HANDLE_PRESENT | Dominik Brodowski | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: update documentation | Dominik Brodowski | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: fix many device IDs | Komuro | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: avoid duble iounmap of one address | Dominik Brodowski | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: update au1000 to work with recent changes | Dominik Brodowski | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: remove duplicates in orinoco_cs | Jar | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: fix comment | Pavel Roskin | 2005-07-28 |
* | | | | | | | | [PATCH] pcmcia: ide-cs id_table update | Pavel Roskin | 2005-07-28 |
* | | | | | | | | [PATCH] bio_clone fix | Andrew Morton | 2005-07-28 |
| |_|_|_|_|/ /
|/| | | | | | |
|
* | | | | | | | [PATCH] More qla2xxx configuration fixes | Andrew Vasquez | 2005-07-28 |
* | | | | | | | [IB/ucm]: Clean up userspace CM | Hal Rosenstock | 2005-07-27 |
* | | | | | | | Merge /scratch/Ksrc/linux-git/ | Roland Dreier | 2005-07-27 |
|\| | | | | | |
|
| * | | | | | | [PATCH] new alpha syscalls | Richard Henderson | 2005-07-27 |
| * | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-07-27 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | [SPARC64]: Fix ugly dependency on NR_CPUS being a power-of-2. | David S. Miller | 2005-07-27 |
| | * | | | | | | [SPARC]: Add inotify syscall entries. | David S. Miller | 2005-07-27 |
| * | | | | | | | Fix up qla2xxx configuration bogosity | Linus Torvalds | 2005-07-27 |
| * | | | | | | | [PATCH] Avoid device suspend on reboot | Andrew Morton | 2005-07-27 |
| * | | | | | | | Merge head 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/... | Linus Torvalds | 2005-07-27 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | JFS: Fix i_blocks accounting when allocation fails | Dave Kleikamp | 2005-07-26 |
| | * | | | | | | | JFS: Don't set log_SYNCBARRIER when log->active == 0 | Dave Kleikamp | 2005-07-25 |
| | * | | | | | | | JFS: Fix typo in last patch | Dave Kleikamp | 2005-07-22 |
| | * | | | | | | | Merge with /home/shaggy/git/linus-clean/ | Dave Kleikamp | 2005-07-19 |
| | |\ \ \ \ \ \ \ |
|
| | * | | | | | | | | JFS: fsync wrong behavior when I/O failure occurs | Qu Fuping | 2005-07-15 |
| | * | | | | | | | | JFS: Remove assert statement in dbJoin & return -EIO instead | Dave Kleikamp | 2005-07-15 |
| | * | | | | | | | | JFS: Remove bogus WARN_ON statement and some dead code | Dave Kleikamp | 2005-07-14 |
| * | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-07-27 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | [NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.c | Matt Mackall | 2005-07-27 |
| | * | | | | | | | | | [NETFILTER]: Fix -Wunder error in ip_conntrack_core.c | Nick Sillik | 2005-07-27 |
| | * | | | | | | | | | [NET]: Fix setsockopt locking bug | Kyle Moffett | 2005-07-27 |
| | * | | | | | | | | | [NET]: Improve presentation of networking driver families. | Randy Dunlap | 2005-07-27 |
| | * | | | | | | | | | [IPV4]: Fix Kconfig syntax error | Hans-Juergen Tappe (SYSGO AG) | 2005-07-27 |
| * | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 2005-07-27 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | [IA64] unwind.c uses wrong unat from switch_stack | Keith Owens | 2005-07-27 |
| | * | | | | | | | | | | [IA64] inotify: ia64 syscalls. | Robert Love | 2005-07-27 |
| | * | | | | | | | | | | Auto merge with /home/aegl/GIT/linus | Tony Luck | 2005-07-27 |
| | |\| | | | | | | | | |
|
| | * | | | | | | | | | | Auto merge with /home/aegl/GIT/linus | Tony Luck | 2005-07-25 |
| | |\ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|/ / / / /
| | | |/| | | | | | | | |
|