- 2d7b5a7 [PATCH] platform-device-del typo fix by Jean Delvare · 19 years ago
- 8bbace7 [PATCH] Add {css,ccw}_bus_type probe, remove, shutdown methods. by Cornelia Huck · 19 years ago
- 348290a [PATCH] Add bttv sub bus_type probe and remove methods by Russell King · 19 years ago
- d78967f [PATCH] Remove usb gadget generic driver methods by Russell King · 19 years ago
- 4031bbe [PATCH] Add ide_bus_type probe and remove methods by Russell King · 19 years ago
- bbbe3a4 [PATCH] Add Pseudo LLD bus_type probe and remove methods by Russell King · 19 years ago
- fc3d3dd [PATCH] Add rio_bus_type probe and remove methods by Russell King · 19 years ago
- b6a01e9 [PATCH] Add zorro_bus_type probe and remove methods by Russell King · 19 years ago
- ac33bc3 [PATCH] Add usb_serial_bus_type probe and remove methods by Russell King · 19 years ago
- ff2dae7 [PATCH] Add superhyway_bus_type probe and remove methods by Russell King · 19 years ago
- f9ccf45 [PATCH] Add ccwgroup_bus_type probe and remove methods by Russell King · 19 years ago
- 4681fc3 [PATCH] Add pnp_bus_type probe and remove methods by Russell King · 19 years ago
- 1d0baa3 [PATCH] Add pcmcia_bus_type probe and remove methods by Russell King · 19 years ago
- 4d0b653 [PATCH] Add mmc_bus_type probe and remove methods by Russell King · 19 years ago
- 413b486 [PATCH] Add MCP bus_type probe and remove methods by Russell King · 19 years ago
- 4866b12 [PATCH] Add macio_bus_type probe and remove methods by Russell King · 19 years ago
- 30226f8 [PATCH] Add serio bus_type probe and remove methods by Russell King · 19 years ago
- 29a4a20 [PATCH] Add gameport bus_type probe and remove methods by Russell King · 19 years ago
- b864c7d [PATCH] Add i2c_bus_type probe and remove methods by Russell King · 19 years ago
- 5b34bf8 [PATCH] Add dio_bus_type probe and remove methods by Russell King · 19 years ago
- 2f53a80 [PATCH] Add vio_bus_type probe and remove methods by Russell King · 19 years ago
- 79f9fb8 [PATCH] Add of_platform_bus_type probe and remove methods by Russell King · 19 years ago
- c6a0919 [PATCH] Add sh_bus_type probe and remove methods by Russell King · 19 years ago
- 91fb538 [PATCH] Add ocp_bus_type probe and remove methods by Russell King · 19 years ago
- ad3ed31 [PATCH] Add parisc_bus_type probe and remove methods by Russell King · 19 years ago
- 83dfb8b [PATCH] Add tiocx bus_type probe/remove methods by Russell King · 19 years ago
- 5c0784c [PATCH] Add logic module bus_type probe/remove methods by Russell King · 19 years ago
- 306955b [PATCH] Add locomo bus_type probe/remove methods by Russell King · 19 years ago
- 2876ba4 [PATCH] Add SA1111 bus_type probe/remove methods by Russell King · 19 years ago
- e08b754 [PATCH] Add ecard_bus_type probe/remove/shutdown methods by Russell King · 19 years ago
- b15d686 [PATCH] Add pci_bus_type probe and remove methods by Russell King · 19 years ago
- 594c828 [PATCH] Add bus_type probe, remove, shutdown methods. by Russell King · 19 years ago
- bd37e5a [PATCH] INPUT: add MODALIAS to the event environment by Kay Sievers · 19 years ago
- 67daf5f [PATCH] Increase AT_VECTOR_SIZE by Paul Mackerras · 19 years ago
- 8a430d7 [PATCH] Fix oops in ufs_fill_super at mount time by Evgeniy · 19 years ago
- 43ecb9a Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
- 58cba46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 by Linus Torvalds · 19 years ago
- 37ef439 Merge branch 'drm-forlinus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 19 years ago
- 9f3f46b [PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4) by John W. Linville · 19 years ago
- c9fa7d5 [PATCH] fix wrong comments in ieee80211.h by Johannes Berg · 19 years ago
- 5af47b2 [PATCH] bonding: UPDATED hash-table corruption in bond_alb.c by Jay Vosburgh · 19 years ago
- 9a6301c [PATCH] wireless/atmel: add IWENCODEEXT, IWAUTH, and association event support by Dan Williams · 19 years ago
- c213460 [PATCH] replace MODULE_PARM in tulip/uli526x.c by Eric Sesterhenn / snakebyte · 19 years ago
- 4d3248a [PATCH] gianfar: Use new PHY_ID_FMT macro by Kumar Gala · 19 years ago
- a4d00f1 [PATCH] phy: Added a macro to represent the string format used to match a phy device by Kumar Gala · 19 years ago
- 1d53267 [PATCH] gianfar mii: Use proper resource for MII memory region by Kumar Gala · 19 years ago
- 9c07b884 [PATCH] gfar: fix compile error by Kumar Gala · 19 years ago
- 9ad8b9d [PATCH] CONFIG_AIRO needs CONFIG_CRYPTO by dann frazier · 19 years ago
- ac7c666 [PATCH] corruption during e100 MDI register access by ODonnell, Michael · 19 years ago
- bf785ee Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
- 8b87e1b Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 19 years ago
- a2b421fe Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 19 years ago
- ba027de [PATCH] Revert ide softirq handling by Jens Axboe · 19 years ago
- f392ecf [SERIAL] turn serial semaphores into mutexes by Arjan van de Ven · 19 years ago
- a621aae [MMC+MFD] Convert mmc to mutexes by Arjan van de Ven · 19 years ago
- 0043170 [ARM] Convert some arm semaphores to mutexes by Arjan van de Ven · 19 years ago
- 661dd5c Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6 by Linus Torvalds · 19 years ago
- 45bfe98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 19 years ago
- db1019c [PATCH] pcmcia: runtime powermanagement interface by Dominik Brodowski · 19 years ago
- f542ff6 [PATCH] pcmcia: add new IDs for serial_cs.c by Dominik Brodowski · 19 years ago
- f461902 [ARM] Allow r2 to be passed through the decompressor to the kernel by Russell King · 19 years ago
- 9f5974c Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
- a2d823b [PATCH] m68k: console code in head.S needs framebuffer support built in by Al Viro · 19 years ago
- 3c9757b [PATCH] m68k: fix PIO case in esp by Al Viro · 19 years ago
- ed1705a [PATCH] m68k: fix macfb init by Al Viro · 19 years ago
- 54a5a6e [PATCH] m68k: fix reference to init_task in vmlinux-sun3.lds by Al Viro · 19 years ago
- a763be5 [PATCH] m68k: fix use of void foo(void) asm("bar") in traps.c by Al Viro · 19 years ago
- 6390743 [PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in drivers by Al Viro · 19 years ago
- 0c79358 [PATCH] m68k: Moved initialisation of conswitchp from subarches to global arch setup by Al Viro · 19 years ago
- 35efbca [PATCH] m68k: cast in strnlen switched to unsigned long by Al Viro · 19 years ago
- a5d361f [PATCH] m68k: NULL noise removal by Al Viro · 19 years ago
- 031eb4c [PATCH] m68k: dmasound __user annotations by Al Viro · 19 years ago
- d998265 [PATCH] m68k: zorro __user annotations by Al Viro · 19 years ago
- 3728d25 [PATCH] m68k: amifb __user annotations by Al Viro · 19 years ago
- d85f689 [PATCH] m68k: dsp56k __user annotations by Al Viro · 19 years ago
- ab14cae [PATCH] m68k: amiserial __user annotations by Al Viro · 19 years ago
- 2c7af51 [PATCH] m68k: ataflop __user annotations, NULL noise removal by Al Viro · 19 years ago
- 8a423e5 [PATCH] m68k: amiflop __user annotations by Al Viro · 19 years ago
- 6225d85 [PATCH] m68k: checksum __user annotations by Al Viro · 19 years ago
- 350c20a [PATCH] m68k: syscalls __user annotation by Al Viro · 19 years ago
- 1b7bb54 [PATCH] m68k: rtc __user annotations by Al Viro · 19 years ago
- 2382f77 [PATCH] m68k: signal __user annotations by Al Viro · 19 years ago
- 11c40f8 [PATCH] m68k: basic __user annotations by Al Viro · 19 years ago
- ad9ec4f [PATCH] m68k: basic iomem annotations by Al Viro · 19 years ago
- 9a47291 [PATCH] m68k: compile fixes for dmasound (static vs. extern) by Al Viro · 19 years ago
- 3756513 [PATCH] m68k: lvalues abuse in dmasound by Al Viro · 19 years ago
- 815f597 [PATCH] m68k: dmasound_paula.c lvalues abuse (from m68k CVS) by Al Viro · 19 years ago
- 09cc07a [PATCH] m68k: lvalues abuse in mac8390 by Al Viro · 19 years ago
- 0efb713 [PATCH] m68k: bogus function argument types (sun3_pgtable.h) by Al Viro · 19 years ago
- 7f26333 [PATCH] m68k: broken constraints on mulu.l by Al Viro · 19 years ago
- 77add9f [PATCH] m68k: memory input should be an lvalue (mac/misc.c) by Al Viro · 19 years ago
- 84a65cc [PATCH] m68k: static vs. extern in amigaints.h by Al Viro · 19 years ago
- 6ebf21a [PATCH] m68k: static vs. extern in sun3ints.h by Al Viro · 19 years ago
- df87ac9 [PATCH] m68k: static vs. extern in scc.h by Al Viro · 19 years ago
- aa7e02f [PATCH] m68k: isa_{type,sex} should be exported by Al Viro · 19 years ago
- 6419406 [PATCH] m68k: oktagon makefile fix by Al Viro · 19 years ago
- cef46b1 [PATCH] m68k: dumb typo in atyfb by Al Viro · 19 years ago
- 3272244 [PATCH] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi requests by Al Viro · 19 years ago
- b4290a2 [PATCH] m68k: namespace pollution fix (custom->amiga_custom) by Al Viro · 19 years ago
- 198a410 [PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT by Al Viro · 19 years ago