aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern1-1/+1
2007-04-27USB: additional structure from cdc specOliver Neukum1-0/+11
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds7-35/+99
2007-04-27dev_dbg: check dev_dbg() argumentsDan Williams1-1/+5
2007-04-27s2ram: add arch irq disable/enable hooksJohannes Berg1-0/+18
2007-04-27define platform wakeup hook, use in pci_enable_wake()David Brownell1-0/+19
2007-04-27security: prevent permission checking of file removal via sysfs_remove_group()James Morris1-0/+1
2007-04-27device_schedule_callback() needs a module referenceAlan Stern2-4/+8
2007-04-27debugfs: Add debugfs_create_u64()Michael Ellerman1-0/+9
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk1-5/+3
2007-04-27kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman1-2/+0
2007-04-27Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov1-0/+2
2007-04-27Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman1-1/+0
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck2-4/+1
2007-04-27Driver core: add name to device_typeKay Sievers1-0/+10
2007-04-27driver core: Use attribute groups in struct device_typeDmitry Torokhov1-1/+1
2007-04-27Driver core: udev triggered device-<>driver bindingKay Sievers1-15/+19
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers2-2/+3
2007-04-27make SysRq-T show all tasks againIngo Molnar1-2/+2
2007-04-27seqlocks: trivial remove weird whitespaceDaniel Walker1-4/+4
2007-04-27Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds5-0/+726
2007-04-27Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds1-2/+7
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds21-224/+106
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds182-3947/+1598
2007-04-27Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds21-308/+184
2007-04-27Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds13-30/+234
2007-04-27[MIPS] Replace old fashioned "__typeof" with "__typeof__".Robert P. J. Day1-1/+1
2007-04-27[MIPS] Updated Sibyte headersMark Mason12-107/+175
2007-04-27[MIPS] Remove unused argument from kunmap_coherent().Ralf Baechle1-1/+1
2007-04-27[MIPS] IP22: Get rid of volatile in IP22 core code.Ralf Baechle3-3/+3
2007-04-27[MIPS] JMR3927 cleanupAtsushi Nemoto4-196/+4
2007-04-27[S390] Clean up smp code in preparation for some larger changes.Heiko Carstens1-5/+0
2007-04-27[S390] split page_test_and_clear_dirty.Martin Schwidefsky3-10/+18
2007-04-27[S390] Processor degradation notification.Heiko Carstens1-0/+1
2007-04-27[S390] zfcpdump support.Michael Holzheu5-0/+83
2007-04-27[S390] Use generic bug.Heiko Carstens1-13/+56
2007-04-27[S390] Improved oops output.Martin Schwidefsky1-0/+1
2007-04-27[S390] cio: ccwgroup register vs. unregister.Cornelia Huck1-0/+1
2007-04-27[S390] cio: Channel-path configure function.Peter Oberparleiter3-0/+66
2007-04-27[S390] cio/ipl: Clean interface between cio and ipl code.Heiko Carstens2-2/+8
2007-04-27[AVR32] Fix compile error with gcc 4.1Haavard Skinnemoen1-9/+4
2007-04-27avr32: remove unneeded cast in atomic.hMathieu Desnoyers1-1/+1
2007-04-27[AVR32] Use memcpy/memset in memcpy_{from,to}_io and memset_ioHaavard Skinnemoen1-14/+3
2007-04-27[AVR32] Get rid of board_setup_fbmem()Haavard Skinnemoen1-2/+2
2007-04-27[AVR32] Simplify early handling of memory regionsHaavard Skinnemoen1-8/+2
2007-04-27[AVR32] Move setup_bootmem() from mm/init.c to kernel/setup.cHaavard Skinnemoen1-1/+0
2007-04-27[AVR32] Make I/O access macros work with external devicesHaavard Skinnemoen2-152/+222
2007-04-27[AVR32] Clean up exception handling codeHaavard Skinnemoen3-24/+45
2007-04-27[AVR32] Clean up cpu identification and add features bitmapHaavard Skinnemoen1-0/+9
2007-04-27[AVR32] Clean up asm/sysreg.hHaavard Skinnemoen1-294/+249