Age | Commit message (Expand) | Author | Files | Lines |
2007-05-11 | fbdev: geforce 7300 cleanup | Michal Piotrowski | 1 | -1/+3 |
2007-05-11 | Kill unused sesssion and group values in rocket driver | Sukadev Bhattiprolu | 2 | -5/+0 |
2007-05-11 | rtc-rs5c313.c: add error handling to avoid hardware hangup | kogiidena | 1 | -1/+18 |
2007-05-11 | rtc-rs5c313.c: rtc_time value are fixed | kogiidena | 1 | -1/+2 |
2007-05-11 | rtc-rs5c313.c: error and warning are fixed | kogiidena | 2 | -4/+4 |
2007-05-11 | MPC52xx PSC SPI master driver | Dragos Carp | 3 | -0/+662 |
2007-05-11 | tty: add compat_ioctl | Paul Fulghum | 2 | -19/+53 |
2007-05-11 | Overrun in drivers/char/rio/riocmd.c | Eric Sesterhenn / Snakebyte | 1 | -1/+1 |
2007-05-11 | synclink_gt: add compat_ioctl | Paul Fulghum | 1 | -0/+107 |
2007-05-11 | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 14 | -879/+496 |
2007-05-11 | Fix ixp4xx compile error | Frederik Deweerdt | 1 | -1/+1 |
2007-05-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 6 | -24/+25 |
2007-05-11 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2 | -35/+122 |
2007-05-11 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 55 | -685/+664 |
2007-05-11 | Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394... | Linus Torvalds | 16 | -0/+7957 |
2007-05-10 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 55 | -152/+150 |
2007-05-10 | i2c-at91: compile fix (IS_ERR) | Alexey Dobriyan | 1 | -0/+1 |
2007-05-10 | i2c-at91 supports new-style i2c drivers | David Brownell | 1 | -1/+5 |
2007-05-10 | md: avoid a possibility that a read error can wrongly propagate through md/ra... | NeilBrown | 1 | -14/+19 |
2007-05-10 | drivers/hwmon: switch to using input_dev->dev.parent | Dmitry Torokhov | 3 | -3/+3 |
2007-05-10 | arm: fix i2c-pxa build | Russell King | 1 | -1/+1 |
2007-05-10 | firewire: Convert OHCI driver to use standard goto unwinding for error handling. | Kristian Høgsberg | 1 | -44/+42 |
2007-05-10 | firewire: Always use parens with sizeof. | Kristian Høgsberg | 7 | -65/+65 |
2007-05-10 | firewire: Drop single buffer request support. | Kristian Høgsberg | 1 | -42/+1 |
2007-05-10 | firewire: Add a comment to describe why we split the sg list. | Kristian Høgsberg, Stefan Richter | 1 | -1/+4 |
2007-05-10 | firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand. | Kristian Høgsberg | 1 | -4/+4 |
2007-05-10 | firewire: Handle the last few DMA mapping error cases. | Kristian Høgsberg | 1 | -7/+26 |
2007-05-10 | firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata. | Kristian Høgsberg | 1 | -84/+50 |
2007-05-10 | firewire: Provide module aliase for backwards compatibility. | Olaf Hering | 2 | -0/+10 |
2007-05-10 | firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile. | Kristian Høgsberg | 1 | -1/+1 |
2007-05-10 | firewire: Break out shared IEEE1394 constant to separate header file. | Kristian Høgsberg | 1 | -60/+1 |
2007-05-10 | firewire: Uppercase most macro names. | Kristian Høgsberg | 5 | -232/+231 |
2007-05-10 | firewire: Coding style cleanup: no spaces after function names. | Kristian Høgsberg | 5 | -33/+33 |
2007-05-10 | firewire: Convert card_rwsem to a regular mutex. | Kristian Høgsberg | 1 | -10/+10 |
2007-05-10 | firewire: Clean up comment style. | Kristian Høgsberg | 11 | -253/+439 |
2007-05-10 | firewire: Use lib/ implementation of CRC ITU-T. | Kristian Høgsberg | 4 | -28/+18 |
2007-05-10 | [S390] Kconfig: no wireless on s390. | Martin Schwidefsky | 1 | -0/+1 |
2007-05-10 | [S390] Kconfig: use common Kconfig files for s390. | Martin Schwidefsky | 6 | -105/+53 |
2007-05-10 | [S390] Kconfig: common config options for s390. | Martin Schwidefsky | 1 | -3/+4 |
2007-05-10 | [S390] Kconfig: unwanted menus for s390. | Martin Schwidefsky | 5 | -0/+5 |
2007-05-10 | [S390] Kconfig: menus with depends on HAS_IOMEM. | Martin Schwidefsky | 21 | -0/+22 |
2007-05-10 | [S390] Kconfig: refine depends statements. | Martin Schwidefsky | 6 | -0/+7 |
2007-05-10 | [S390] qdio: re-add lost perf_stats.tl_runs change in qdio_handle_pci | Ursula Braun | 1 | -0/+1 |
2007-05-10 | [S390] Avoid sparse warnings. | Heiko Carstens | 8 | -24/+23 |
2007-05-10 | [S390] dasd: Fix modular build. | Cornelia Huck | 1 | -0/+1 |
2007-05-10 | [S390] monreader inlining cleanup. | Martin Schwidefsky | 1 | -7/+7 |
2007-05-10 | [S390] cio: Make some structures and a function static. | Cornelia Huck | 3 | -6/+3 |
2007-05-10 | [S390] cio: Get rid of _ccw_device_get_device_number(). | Cornelia Huck | 4 | -7/+23 |
2007-05-10 | Merge branch 'linux-2.6' | Paul Mackerras | 301 | -7045/+15889 |
2007-05-10 | Pull misc-for-upstream into release branch | Len Brown | 2 | -22/+29 |