aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* i2c: Let drivers constify i2c_algorithm dataDavid Brownell2006-09-261-1/+1
* i2c-algo-pcf: Discard the mdelay data struct memberAdrian Bunk2006-09-261-1/+0
* i2c-algo-bit: Discard the mdelay data struct memberJean Delvare2006-09-261-1/+0
* i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare2006-09-261-33/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-09-268-83/+168
|\
| * Driver core: Fix potential deadlock in driver coreAlan Stern2006-09-251-1/+2
| * Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman2006-09-251-0/+3
| * sysfs: add proper sysfs_init() prototypeAndrew Morton2006-09-251-0/+7
| * drivers/base: check errorsAndrew Morton2006-09-251-4/+4
| * v4l-dev2: handle __must_checkAndrew Morton2006-09-251-1/+1
| * add CONFIG_ENABLE_MUST_CHECKAndrew Morton2006-09-251-0/+5
| * add __must_check to device management codeAndrew Morton2006-09-254-55/+66
| * sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-251-1/+1
| * Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman2006-09-251-0/+4
| * Class: add support for class interfaces for devicesGreg Kroah-Hartman2006-09-251-0/+2
| * Driver core: create devices/virtual/ treeGreg Kroah-Hartman2006-09-251-1/+4
| * Driver core: add device_rename functionGreg Kroah-Hartman2006-09-251-0/+1
| * Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman2006-09-251-0/+4
| * Driver core: add groups support to struct deviceGreg Kroah-Hartman2006-09-251-0/+1
| * PM: platform_bus and late_suspend/early_resumeDavid Brownell2006-09-251-0/+2
| * PM: no suspend_prepare() phaseDavid Brownell2006-09-252-2/+0
| * PM: define PM_EVENT_PRETHAWDavid Brownell2006-09-251-15/+47
| * Suspend changes for PCI coreLinus Torvalds2006-09-251-0/+3
| * Suspend infrastructure cleanup and extensionLinus Torvalds2006-09-252-2/+10
| * Driver core: add const to class_createMiguel Ojeda Sandonis2006-09-251-1/+1
| * device_create(): make fmt argument 'const char *'Greg Kroah-Hartman2006-09-251-1/+1
| * class_device_create(): make fmt argument 'const char *'Dmitry Torokhov2006-09-251-1/+1
* | [PATCH] Make UML use ptrace-abi.hJeff Dike2006-09-262-17/+1
* | [PATCH] Split i386 and x86_64 ptrace.hJeff Dike2006-09-266-86/+100
* | [PATCH] uml: stack usage reductionJeff Dike2006-09-261-3/+1
* | [PATCH] PM: Add pm_trace switchRafael J. Wysocki2006-09-261-10/+14
* | [PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki2006-09-261-0/+5
* | [PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki2006-09-261-9/+0
* | [PATCH] swsusp: clean up suspend headerRafael J. Wysocki2006-09-261-12/+3
* | [PATCH] Disable CPU hotplug during suspendRafael J. Wysocki2006-09-262-8/+8
* | [PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64Rafael J. Wysocki2006-09-261-0/+1
* | [PATCH] swsusp: read speedupAndrew Morton2006-09-261-0/+1
* | [PATCH] swsusp: write speedupAndrew Morton2006-09-261-1/+4
* | [PATCH] add DIV_ROUND_UP()Steven Whitehouse2006-09-261-0/+1
* | [PATCH] smp_call_function_single() cleanupAndrew Morton2006-09-263-4/+3
* | [PATCH] x86: trivial move of ptep_set_access_flagsRusty Russell2006-09-261-15/+16
* | [PATCH] x86: trivial move of __HAVE macros in i386 pagetable headersRusty Russell2006-09-263-7/+8
* | [PATCH] x86: trivial pgtable.h __ASSEMBLY__ moveRusty Russell2006-09-261-1/+2
* | [PATCH] Translate asm version of ELFNOTE macro into preprocessor macroIan Campbell2006-09-261-15/+17
* | [PATCH] x86: put .note.* sections into a PT_NOTE segment in vmlinuxJeremy Fitzhardinge2006-09-262-0/+91
* | [PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hype...Jeremy Fitzhardinge2006-09-261-1/+6
* | [PATCH] x86: roll all the cpuid asm into one __cpuid callRusty Russell2006-09-261-33/+27
* | [PATCH] x86: implement always-locked bit ops, for memory shared with an SMP h...Chris Wright2006-09-262-0/+192
* | [PATCH] Use BUG_ON(foo) instead of "if (foo) BUG()" in include/asm-i386/dma-m...Rolf Eike Beer2006-09-261-6/+3
* | [PATCH] AVR32 MTD: Static Memory Controller driverHaavard Skinnemoen2006-09-261-0/+60