| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | natsemi: Support Aculab E1/T1 PMXc cPCI carrier cards | Mark Brown | 2007-02-20 |
| * | | | | | | natsemi: Add support for using MII port with no PHY | Mark Brown | 2007-02-20 |
| * | | | | | | skge: race with workq and RTNL | Stephen Hemminger | 2007-02-20 |
| * | | | | | | Replace local random function with random32() | Ralf Baechle | 2007-02-20 |
| * | | | | | | s2io: RTNL and flush_scheduled_work deadlock | Francois Romieu | 2007-02-20 |
| * | | | | | | 8139too: RTNL and flush_scheduled_work deadlock | Francois Romieu | 2007-02-20 |
| * | | | | | | sis190: RTNL and flush_scheduled_work deadlock | Francois Romieu | 2007-02-20 |
| * | | | | | | r8169: RTNL and flush_scheduled_work deadlock | Francois Romieu | 2007-02-20 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight | Linus Torvalds | 2007-02-20 |
|\ \ \ \ \ \ |
|
| * | | | | | | backlight: Remove bogus SYSFS dependency | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: simplify corgi_bl locking | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Separate backlight properties from backlight ops pointers | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Clean up pmac_backlight handling | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Improve backlight selection for fbdev drivers | James Simmons | 2007-02-20 |
| * | | | | | | backlight: Rework backlight/fb interaction simplifying, lots | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Remove unneeded backlight update_status calls | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Remove uneeded update_status call from chipsfb.c | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight/fbcon: Add FB_EVENT_CONBLANK | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Fix Kconfig entries | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Remove uneeded nvidia set_power calls | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Convert semaphore -> mutex | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Fix external uses of backlight internal semaphore | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Minor code cleanups for hp680_bl.c | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Minor code cleanups for corgi_bl.c | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Remove excessive (un)likelys | Dmitry Torokhov | 2007-02-20 |
| * | | | | | | backlight: Remove unneeded owner field | Richard Purdie | 2007-02-20 |
| * | | | | | | backlight: Fix error handling | Dmitry Torokhov | 2007-02-20 |
| * | | | | | | backlight: Add Frontpath ProGear HX1050+ driver | Marcin Juszkiewicz | 2007-02-20 |
| * | | | | | | backlight: Add maintainer entry | Richard Purdie | 2007-02-20 |
| |/ / / / / |
|
* | | | | | | [PATCH] ARM: fix mach-at91 build breakage | David Brownell | 2007-02-20 |
* | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2007-02-20 |
|\ \ \ \ \ \ |
|
| * | | | | | | [NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012] | Dale Farnsworth | 2007-02-20 |
| * | | | | | | [MIPS] Drop __init from init_8259A() | Atsushi Nemoto | 2007-02-20 |
| * | | | | | | [MIPS] Fix Kconfig typo bug | Ralf Baechle | 2007-02-20 |
| * | | | | | | [MIPS] Fix double signal on trap and break instruction | Atsushi Nemoto | 2007-02-20 |
| * | | | | | | [MIPS] sigset_32 has been made redundand by compat_sigset_t. | Ralf Baechle | 2007-02-20 |
| * | | | | | | [MIPS] emma2rh: Remove needless <asm/i8259.h> inclusion. | Yoichi Yuasa | 2007-02-20 |
| * | | | | | | [MIPS] Add MTD device support for Cobalt | Yoichi Yuasa | 2007-02-20 |
* | | | | | | | [PATCH] tty_register_driver: Remove incorrect and superfluous cast | Geert Uytterhoeven | 2007-02-20 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2007-02-19 |
|\ \ \ \ \ \ |
|
| * | | | | | | [MIPS] Cobalt: Fix UART I/O type | Yoichi Yuasa | 2007-02-19 |
| * | | | | | | [MIPS] Fixup copy_from_user_inatomic | Ralf Baechle | 2007-02-19 |
| * | | | | | | [MIPS] Fix struct sigcontext for N32 userland | Atsushi Nemoto | 2007-02-19 |
| * | | | | | | [MIPS] Make some __setup functions static | Atsushi Nemoto | 2007-02-19 |
| * | | | | | | [MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=y | Ralf Baechle | 2007-02-19 |
| * | | | | | | [MIPS] Allow selection of KGDB only on platforms where it's supported. | Ralf Baechle | 2007-02-19 |
| |/ / / / / |
|
* / / / / / | [PATCH] Fix a free-wrong-pointer bug in nfs/acl server. | Greg Banks | 2007-02-19 |
|/ / / / / |
|
* | | | | | [PATCH] tick management: make broadcast dependent on local APIC | Thomas Gleixner | 2007-02-19 |
* | | | | | [PATCH] Declare init_irq_proc before we use it. | Andrew Morton | 2007-02-19 |
* | | | | | [PATCH] fs/stack.c: Copy i_nlink after all other attributes are copied | Erez Zadok | 2007-02-19 |