| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/partitions/sun.c endianness annotations | Al Viro | 2007-10-14 | 1 | -2/+2 |
* | fw-cdev __user annotations | Al Viro | 2007-10-14 | 1 | -2/+3 |
* | mpc5200_wdt: __user annotations | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | mm/migrate.c __user annotation | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | fix breakage in sctp getsockopt | Al Viro | 2007-10-14 | 1 | -4/+6 |
* | remove duplicate initializer (macvlan) | Al Viro | 2007-10-14 | 1 | -1/+0 |
* | skb->tail in ibm_newemac should be skb_tail_pointer() | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2007-10-14 | 16 | -88/+877 |
|\ |
|
| * | Merge branch 'hidraw' into for-linus | Jiri Kosina | 2007-10-14 | 7 | -2/+565 |
| |\ |
|
| | * | HID: hidraw_connect() memleak fix | Mariusz Kozlowski | 2007-10-14 | 1 | -4/+10 |
| | * | HID: add hidraw interface | Jiri Kosina | 2007-10-14 | 7 | -2/+536 |
| | * | USB HID: provide hook for hidraw write() | Jiri Kosina | 2007-10-14 | 1 | -0/+23 |
| * | | HID: hiddev: Add 32bit ioctl compatibilty | Philip Langdale | 2007-10-14 | 1 | -0/+12 |
| * | | HID: Add GeneralTouch touchscreen to the blacklist | Ilya Frolov | 2007-10-14 | 1 | -0/+6 |
| * | | HID: add support for Microsoft Wireless Laser Keyboard 6000 | Khelben Blackstaff | 2007-10-14 | 1 | -4/+14 |
| * | | Input: add KEY_LOGOFF | Khelben Blackstaff | 2007-10-14 | 2 | -0/+2 |
| * | | USBHID: report descriptor fix for MacBook JIS keyboard | Tomoya Adachi | 2007-10-14 | 2 | -0/+18 |
| * | | HID: trivial fixes in hid-debug | Joe Perches | 2007-10-14 | 1 | -19/+18 |
| * | | HID: fix input mapping for Microsoft Ergonomic Keyboard | Jiri Kosina | 2007-10-14 | 1 | -11/+11 |
| * | | HID: use hid-plff driver for GreenAsia 0e8f:0003 devices | Anssi Hannula | 2007-10-14 | 3 | -11/+22 |
| * | | USBHID: Add HID_QUIRK_NOGET for ELO Touch Screen 2700 display | Mike Crowe | 2007-10-14 | 1 | -0/+4 |
| * | | HID: enable hiddev for the SantaRosa MacBookPro IR receiver | Stelian Pop | 2007-10-14 | 3 | -0/+6 |
| * | | USBHID: add CM109 device to blacklist | Alfred E. Heggestad | 2007-10-14 | 1 | -0/+4 |
| * | | HID: Report usage codes of keys as EV_MSC scancode events | Jiri Kosina | 2007-10-14 | 1 | -0/+8 |
| * | | HID: ignore all non-LED usages in output fields in hid-input | Jiri Kosina | 2007-10-14 | 1 | -0/+7 |
| * | | HID: fix whitespace damage | Jiri Kosina | 2007-10-14 | 1 | -6/+6 |
| * | | HID: add support for Thrustmaster FGT Force Feedback wheel | Dmitry Torokhov | 2007-10-14 | 3 | -44/+124 |
| * | | HID: minimal autosuspend support for USB HID devices | Oliver Neukum | 2007-10-14 | 1 | -2/+14 |
| * | | HID: add support for Microsoft Natural Ergonomic Keyboard 4000 | Jiri Kosina | 2007-10-14 | 2 | -4/+50 |
| * | | Input: add KEY_SPELLCHECK | Jiri Kosina | 2007-10-14 | 1 | -0/+1 |
| |/ |
|
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2007-10-14 | 14 | -326/+295 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2007-10-14 | 12 | -317/+274 |
| |\ \ |
|
| | * | | UBI: return correct error code | Artem Bityutskiy | 2007-10-14 | 1 | -0/+1 |
| | * | | UBI: remove useless inlines | Artem Bityutskiy | 2007-10-14 | 1 | -81/+38 |
| | * | | UBI: fix atomic LEB change problems | Artem Bityutskiy | 2007-10-14 | 2 | -21/+33 |
| | * | | UBI: use byte hexdump | Artem Bityutskiy | 2007-10-14 | 2 | -3/+3 |
| | * | | UBI: do not use vmalloc on I/O path | Artem Bityutskiy | 2007-10-14 | 8 | -112/+119 |
| | * | | UBI: allocate memory with GFP_NOFS | Artem Bityutskiy | 2007-10-14 | 6 | -19/+21 |
| | * | | UBI: use linux print_hex_dump(), not home-grown one | Artem Bityutskiy | 2007-10-14 | 3 | -38/+3 |
| | * | | UBI: don't use array index before testing if it is negative | Jesper Juhl | 2007-10-14 | 1 | -2/+7 |
| | * | | UBI: add more prints | Artem Bityutskiy | 2007-10-14 | 2 | -1/+5 |
| | * | | UBI: fix sparse warnings | Artem Bityutskiy | 2007-10-14 | 2 | -41/+45 |
| | * | | UBI: fix leak in ubi_scan_erase_peb | Florin Malita | 2007-10-14 | 1 | -4/+4 |
| * | | | [MTD] fix mtdconcat for subpage-write NAND | Chris Paulson-Ellis | 2007-10-14 | 1 | -0/+1 |
| * | | | [MTD] [OneNAND] Avoid deadlock in erase callback; release chip lock first. | Adrian Hunter | 2007-10-14 | 1 | -3/+4 |
| * | | | [MTD] [OneNAND] Return only negative error codes | Adrian Hunter | 2007-10-14 | 1 | -2/+2 |
| * | | | [MTD] [OneNAND] Synchronize block locking operations | Adrian Hunter | 2007-10-14 | 1 | -4/+14 |
| | |/
| |/| |
|
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-10-14 | 33 | -1148/+1760 |
|\ \ \ |
|
| * | | | [SPARC64]: virt_to_real_irq_table --> virt_irq_table | David S. Miller | 2007-10-13 | 1 | -20/+20 |
| * | | | [SPARC64]: virt_irq --> bucket mapping no longer necessary | David S. Miller | 2007-10-13 | 3 | -14/+10 |