summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [PATCH] ext3: fix log_do_checkpoint() assertion failureJan Kara2005-06-021-1/+3
| | |/ / / / | |/| | | |
| * | | | | [PATCH] ppc64: Fix result code handling in prom_initBenjamin Herrenschmidt2005-06-021-41/+61
| * | | | | Merge of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2005-06-012-3/+3
| |\ \ \ \ \
| | * | | | | [IA64] fix compilation warning in sys32_epoll_wait()Peter Chubb2005-06-011-1/+1
| | * | | | | [IA64] Cleanup compile warnings for ski configPeter Chubb2005-06-011-2/+2
| * | | | | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/...Linus Torvalds2005-06-016-41/+49
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French2005-05-1928-768/+282
| | |\ \ \ \ \ \
| | * | | | | | | [CIFS] fix casts of unicode strings to match function definitionSteve French2005-05-172-29/+29
| | * | | | | | | [CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over exis...Steve French2005-05-172-10/+17
| | * | | | | | | [CIFS] missing break needed to handle < when mount option "mapchars" specifiedSteve French2005-05-172-2/+3
| * | | | | | | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2005-06-014-12/+28
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [IPSEC]: Fix esp_decap_data size verification in esp4.Edgar E Iglesias2005-05-311-1/+1
| | * | | | | | | | [PKT_SCHED]: Disable dsmark debugging messages by defaultThomas Graf2005-05-311-1/+1
| | * | | | | | | | [PKT_SCHED]: make dsmark try using pfifo instead of noop while graftingThomas Graf2005-05-311-2/+7
| | * | | | | | | | [PKT_SCHED]: Fix dsmark to count ignored indices while walkingThomas Graf2005-05-311-2/+3
| | * | | | | | | | [IPV4]: Fix BUG() in 2.6.x, udp_poll(), fragments + CONFIG_HIGHMEMHerbert Xu2005-05-301-6/+6
| | * | | | | | | | [NETFILTER]: Fix deadlock with ip_queue and tcp local input path.Harald Welte2005-05-301-0/+10
| * | | | | | | | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2005-06-017-32/+92
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | [SPARC64]: Refine PCI strbuf ctx-based flush.David S. Miller2005-05-311-5/+3
| | * | | | | | | | [SPARC64]: Fix streaming buffer flushing on PCI and SBUS.David S. Miller2005-05-317-32/+94
| * | | | | | | | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/u...Linus Torvalds2005-06-017-75/+550
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [PATCH] USB: fix usb-serial generic initializationGreg Kroah-Hartman2005-05-311-10/+10
| | * | | | | | | | | [PATCH] USB: ftdi_sio: new PID for ELV UM100Ian Abbott2005-05-312-0/+5
| | * | | | | | | | | [PATCH] USB: add sl811_cs supportDavid Brownell2005-05-313-0/+454
| | * | | | | | | | | [PATCH] USB: sl811-hcd fixesDavid Brownell2005-05-311-65/+81
| | |/ / / / / / / /
| * | | | | | | | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/i...Linus Torvalds2005-06-012-15/+37
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [PATCH] I2C: ALI1563 SMBus driver fixR.Marek@sh.cvut.cz2005-05-312-15/+37
| | |/ / / / / / / /
| * | | | | | | | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/p...Linus Torvalds2005-06-015-256/+203
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [PATCH] PCI Hotplug: more CPCI updatesScott Murray2005-05-312-254/+192
| | * | | | | | | | | [PATCH] PCI: amd74xx patch for new NVIDIA device IDsAndy Currid2005-05-312-0/+9
| | * | | | | | | | | [PATCH] PCI Hotplug: SHPCHP driver doesn't enable PERR and SERR properlyKenji Kaneshige2005-05-311-1/+1
| | * | | | | | | | | [PATCH] PCI Hotplug: shpchp driver doesn't program _HPP values properlyKenji Kaneshige2005-05-311-1/+1
| | |/ / / / / / / /
| * | | | | | | | | [PATCH] ppc32/ppc64: cleanup /proc/device-treeBenjamin Herrenschmidt2005-06-013-87/+39
| * | | | | | | | | [PATCH] ppc32: Apple device-tree bug fixBenjamin Herrenschmidt2005-06-011-0/+10
| * | | | | | | | | [PATCH] ppc64: Fix a device-tree bug on Apple'sBenjamin Herrenschmidt2005-06-011-1/+9
* | | | | | | | | | Input: psmouse - export protocol as a sysfs per-device attributeDmitry Torokhov2005-06-014-50/+266
* | | | | | | | | | Input: cleanup ps2_command() timeout handling in libps2.Dmitry Torokhov2005-06-011-28/+62
* | | | | | | | | | Input: add ps2_drain() to libps2 to allow reading and discardingDmitry Torokhov2005-06-013-10/+40
* | | | | | | | | | Input: pmouse - introduce proper locking so state-changingDmitry Torokhov2005-06-012-18/+80
* | | | | | | | | | Input: mousedev - do not wake up readers when receiving 0-motionDmitry Torokhov2005-06-011-2/+6
* | | | | | | | | | Input: do not corrupt system-wide procfs fops.Luke Kosewski2005-06-011-0/+4
* | | | | | | | | | Input: return correct value when setting up absolute device via uinipt.Ian Campbell2005-06-011-2/+4
* | | | | | | | | | Input: ALPS - fix forward/back buttons on Ahtec laptop.Ivan Casado Ruiz2005-06-011-8/+21
* | | | | | | | | | Input: kill empty comment in gameport support section ofAdrian Bunk2005-06-011-5/+0
* | | | | | | | | | Input: ES1371 (OSS) - do not carry around gameport code if gameportDmitry Torokhov2005-06-011-32/+63
* | | | | | | | | | Input: ES1370 (OSS) - do not carry around gameport code if gameportDmitry Torokhov2005-06-011-30/+58
* | | | | | | | | | Input: make sure that joystick support in CMPCI driver can only beDmitry Torokhov2005-06-011-1/+1
* | | | | | | | | | Input: mad16 (OSS) - do not carry around gameport code if gameport coreDmitry Torokhov2005-06-011-7/+23
* | | | | | | | | | Input: sonicvibes (OSS) - do not carry around gameport code if gameportDmitry Torokhov2005-06-011-5/+20
* | | | | | | | | | Input: trident (OSS) - do not carry around gameport code if gameportDmitry Torokhov2005-06-011-12/+25