Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | [PATCH] sata: fix sata_sx4 dma_prep to not use sg->length | Tejun Heo | 2005-08-10 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | [PATCH] remove name length check in a workqueue | James Bottomley | 2005-08-10 | 1 | -2/+0 | |
* | | | | | | | | [PATCH] wbsd version bump | Pierre Ossman | 2005-08-10 | 1 | -1/+1 | |
* | | | | | | | | [PATCH] ppc64: Fix Fan control for new PowerMac G5 2.7GHz machines | Benjamin Herrenschmidt | 2005-08-10 | 1 | -1/+1 | |
* | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm-smp | Linus Torvalds | 2005-08-10 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ARM SMP] Clear the exclusive monitor on ARMv6 CPUs on context switch | Russell King | 2005-08-10 | 1 | -0/+7 | |
| * | | | | | | | | [ARM SMP] Only enable V6K instructions on V6 MP core CPUs | Russell King | 2005-08-10 | 1 | -1/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-08-10 | 7 | -28/+147 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [PATCH] ARM: 2849/1: S3C24XX - USB host update (2848/1) | Ben Dooks | 2005-08-10 | 2 | -6/+15 | |
| * | | | | | | | | [PATCH] ARM: 2847/1: S3C24XX - Documentation for USB OHCI host | Ben Dooks | 2005-08-10 | 1 | -0/+93 | |
| * | | | | | | | | [PATCH] ARM: 2846/1: proper handling of CKEN for pxafb | Nicolas Pitre | 2005-08-10 | 1 | -2/+6 | |
| * | | | | | | | | [ARM] Control v6 'global' bit via Linux PTE entries | Russell King | 2005-08-10 | 3 | -5/+18 | |
| * | | | | | | | | [ARM] Use #defined constants for manipulating v6 hardware PTE bits | Russell King | 2005-08-10 | 2 | -16/+16 | |
| |/ / / / / / / | ||||||
* | | | | | | | | [PATCH] ns558 list handling fix | Alexander Nyberg | 2005-08-10 | 1 | -2/+2 | |
* | | | | | | | | [PATCH] 6pack persistence fix | Ralf Baechle DL5RB | 2005-08-10 | 1 | -16/+4 | |
* | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2005-08-10 | 4 | -2/+50 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | [SCSI] dpt_i2o pci_request_regions fix | Salyzyn, Mark | 2005-08-09 | 1 | -1/+1 | |
| * | | | | | | | [SCSI] fix target scanning oops with fc transport class | James.Smart@Emulex.Com | 2005-08-09 | 3 | -1/+42 | |
| * | | | | | | | [SCSI] Bug 4940 Repeatable Kernel Panic on Adaptec 2015S I20 device on bootup | James Bottomley | 2005-08-08 | 1 | -1/+8 | |
* | | | | | | | | [PATCH] Fix ide-disk.c oops caused by hwif == NULL | Christoph Lameter | 2005-08-10 | 3 | -10/+7 | |
* | | | | | | | | [PATCH] DVB: lgdt330x frontend: some bug fixes & add lgdt3303 support | Michael Krufky | 2005-08-10 | 1 | -35/+0 | |
* | | | | | | | | [PATCH] dvb: lgdt330x frontend: trivial text cleanups | Michael Krufky | 2005-08-10 | 2 | -2/+2 | |
* | | | | | | | | [PATCH] I2O: added pci_request_regions() before using the controller | Markus Lidel | 2005-08-10 | 1 | -0/+10 | |
* | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds | 2005-08-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [IA64] fix nohalt boot option | Ken Chen | 2005-08-09 | 1 | -1/+1 | |
* | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-08-10 | 2 | -64/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [SPARC]: envctrl: ERR_PTR() --> PTR_ERR() | David S. Miller | 2005-08-09 | 1 | -1/+1 | |
| * | | | | | | | | | [SPARC]: remove ifdef CONFIG_PCI from envctrl.c | Christoph Hellwig | 2005-08-09 | 1 | -4/+0 | |
| * | | | | | | | | | [SPARC]: Use kthread infrastructure in bbc_envctrl | Christoph Hellwig | 2005-08-09 | 1 | -29/+10 | |
| * | | | | | | | | | [SPARC]: Use kthread infrastructure in envctrl | Christoph Hellwig | 2005-08-09 | 1 | -31/+10 | |
* | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-08-10 | 3 | -84/+120 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [NET]: Fix memory leak in sys_{send,recv}msg() w/compat | Andrew Morton | 2005-08-10 | 2 | -83/+119 | |
| * | | | | | | | | | | [SUNRPC]: Fix nsec --> usec conversion. | David S. Miller | 2005-08-09 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | [PATCH] i2o: remove new configuration API | Markus Lidel | 2005-08-09 | 2 | -494/+3 | |
* | | | | | | | | | | [PATCH] cpm_uart: needs some love to compile with GCC4.0.1 | Kumar Gala | 2005-08-09 | 1 | -7/+7 | |
* | | | | | | | | | | [PATCH] cpm_uart: Fix dpram allocation and non-console uarts | Kumar Gala | 2005-08-09 | 3 | -65/+116 | |
* | | | | | | | | | | [PATCH] cpuset release ABBA deadlock fix | Paul Jackson | 2005-08-09 | 1 | -20/+48 | |
* | | | | | | | | | | [PATCH] Build fix for the Sibyte I2C driver | Ralf Baechle | 2005-08-09 | 1 | -2/+2 | |
* | | | | | | | | | | [PATCH] i8xx_tco.c: arm watchdog only when started | Wim Van Sebroeck | 2005-08-09 | 1 | -13/+28 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | [PATCH] fsnotify-cleanups | John McCutchan | 2005-08-09 | 1 | -24/+0 | |
* | | | | | | | | | Revert "[PATCH] PCI: restore BAR values..." | Linus Torvalds | 2005-08-09 | 4 | -65/+5 | |
* | | | | | | | | | [PATCH] icn driver fails to unload when no hardware present | Dave Jones | 2005-08-09 | 1 | -2/+3 | |
* | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-08-09 | 8 | -44/+41 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [IPV4]: Debug cleanup | Heikki Orsila | 2005-08-08 | 4 | -33/+26 | |
| * | | | | | | | | | [NETLINK]: Allocate and kill some netlink numbers. | David S. Miller | 2005-08-08 | 1 | -3/+1 | |
| * | | | | | | | | | [TG3]: Save initial PCI state before registering the netdevice. | David S. Miller | 2005-08-06 | 1 | -8/+8 | |
| * | | | | | | | | | [IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN. | Herbert Xu | 2005-08-06 | 2 | -0/+6 | |
* | | | | | | | | | | [PATCH] x86_64: add MODULE_ALIAS for aes | Olaf Hering | 2005-08-09 | 1 | -0/+1 | |
* | | | | | | | | | | [PATCH] ppc32: Fix MPC834x USB memory map offsets | Kumar Gala | 2005-08-09 | 1 | -4/+4 | |
* | | | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-08-08 | 2 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ |