Age | Commit message (Expand) | Author | Files | Lines |
2007-02-05 | [S390] Small barrier() and cpu_relax() cleanup. | Heiko Carstens | 2 | -4/+2 |
2007-02-05 | [S390] cio: Use device_{create,remove}_bin_file. | Cornelia Huck | 1 | -7/+5 |
2007-02-05 | [S390] sclp: don't call local_bh_disable/_local_bh_enable if in_interrupt() | Heiko Carstens | 1 | -2/+6 |
2007-02-05 | [S390] Show loaded DCSS segments under /proc/iomem. | Gerald Schaefer | 2 | -12/+56 |
2007-02-05 | [S390] cio: Restart path verification after unsolicited interrupt. | Cornelia Huck | 1 | -0/+2 |
2007-02-05 | [S390] Fix FCP dump feature detection. | Heiko Carstens | 1 | -1/+5 |
2007-02-05 | [S390] dasd: fix bug in dasd initialization cleanup | Stefan Weinhuber | 1 | -7/+17 |
2007-02-05 | [S390] sclp: invalid handling of temporary 'not operational' status | Peter Oberparleiter | 1 | -21/+49 |
2007-02-05 | [S390] Simplify virt_to_phys. | Heiko Carstens | 1 | -4/+0 |
2007-02-05 | [S390] cio: Remove check for ssd in chpids_show(). | Cornelia Huck | 1 | -5/+2 |
2007-02-05 | [S390] cpcmd with vmalloc addresses. | Christian Borntraeger | 1 | -7/+7 |
2007-02-05 | [S390] Remove pointless/unreliable kernel messages. | Heiko Carstens | 2 | -5/+0 |
2007-02-05 | [S390] Check the return value of kthread_run(). | Akinobu Mita | 1 | -1/+5 |
2007-02-05 | [S390] Get rid of a lot of sparse warnings. | Heiko Carstens | 69 | -189/+210 |
2007-02-05 | [S390] Move init_irq_proc to the other irq related functions. | Heiko Carstens | 3 | -24/+13 |
2007-02-04 | Linux 2.6.20 | Linus Torvalds | 1 | -1/+1 |
2007-02-04 | [PATCH] EFI x86: pass firmware call parameters on the stack | Frédéric Riss | 1 | -16/+73 |
2007-02-04 | [PATCH] fix rtl8150 | Al Viro | 1 | -1/+2 |
2007-02-03 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 10 | -70/+100 |
2007-02-03 | [PATCH] x86-64: define dma noncoherent API functions | Jeff Garzik | 1 | -0/+3 |
2007-02-03 | [PATCH] Altix: more ACPI PRT support | John Keller | 1 | -0/+3 |
2007-02-03 | [PATCH] revert blockdev direct io back to 2.6.19 version | Andrew Morton | 1 | -0/+41 |
2007-02-03 | [PATCH] alpha: fix epoll syscall enumerations | Mike Frysinger | 1 | -3/+8 |
2007-02-03 | [PATCH] net/smc911x: match up spin lock/unlock | Peter Korsgaard | 1 | -2/+3 |
2007-02-03 | [PATCH] kexec: Avoid migration of already disabled irqs (ia64) | Magnus Damm | 1 | -0/+3 |
2007-02-03 | [PATCH] aio: fix buggy put_ioctx call in aio_complete - v2 | Ken Chen | 1 | -11/+9 |
2007-02-03 | [NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_... | Adrian Bunk | 1 | -1/+1 |
2007-02-03 | [NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=n | Patrick McHardy | 2 | -0/+4 |
2007-02-03 | [SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crash | Nagendra Singh Tomar | 1 | -10/+10 |
2007-02-02 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -18/+21 |
2007-02-02 | libata: Initialize nbytes for internal sg commands | Brian King | 1 | -0/+1 |
2007-02-02 | libata: Fix ata_busy_wait() kernel docs | Alan | 1 | -0/+2 |
2007-02-02 | pata_via: Correct missing comments | Alan | 1 | -1/+2 |
2007-02-02 | pata_atiixp: propogate cable detection hack from drivers/ide to the new driver | Alan | 1 | -2/+9 |
2007-02-02 | ahci/pata_jmicron: fix JMicron quirk | Tejun Heo | 2 | -15/+7 |
2007-02-02 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 10 | -218/+199 |
2007-02-02 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/bnx2-2.6 | Linus Torvalds | 2 | -2/+18 |
2007-02-02 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -3/+5 |
2007-02-02 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 1 | -1/+1 |
2007-02-02 | [PATCH] MAINTAINERS: ufs entry | Evgeniy Dushistov | 1 | -0/+6 |
2007-02-02 | Revert "[PATCH] fix typo in geode_configre()@cyrix.c" | Linus Torvalds | 1 | -1/+1 |
2007-02-02 | spidernet : fix memory leak in spider_net_stop | Jens Osterkamp | 1 | -0/+2 |
2007-02-02 | e100: fix napi ifdefs removing needed code | Auke Kok | 1 | -6/+1 |
2007-02-02 | Merge ../linux-2.6 | Jeff Garzik | 30 | -104/+154 |
2007-02-02 | [BNX2]: PHY workaround for 5709 A0. | Michael Chan | 2 | -2/+18 |
2007-02-02 | [NET_SCHED]: act_ipt: fix regression in ipt action | Patrick McHardy | 1 | -3/+5 |
2007-02-02 | [SPARC32]: Fix over-optimization by GCC near ip_fast_csum. | Bob Breuer | 1 | -1/+1 |
2007-02-02 | [PATCH] Remove avr32@atmel.com from MAINTAINERS | Haavard Skinnemoen | 1 | -6/+0 |
2007-02-02 | [PATCH] via82cxxx: fix typo ("cx7000" should be corrected to "cx700") | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-02-02 | [PATCH] sysrq: showBlockedTasks is sysrq-W | Randy Dunlap | 2 | -40/+46 |