aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-271-0/+33
* usbcore: store each usb_device's level in the treeAlan Stern2006-09-271-0/+1
* usbcore: trim down usb_bus structureAlan Stern2006-09-271-3/+0
* usbcore: Add flag for whether a host controller uses DMAAlan Stern2006-09-271-0/+1
* USB: remove struct usb_operationsAlan Stern2006-09-271-4/+0
* usbcore: help drivers to change device configsAlan Stern2006-09-271-0/+3
* USB core: Use const where possible.Luiz Fernando N. Capitulino2006-09-271-9/+9
* USB Storage: add rio karma eject supportMatthew Dharm2006-09-271-0/+3
* USB: New functions to check endpoints info.Luiz Fernando N. Capitulino2006-09-271-0/+14
* USB: making the kernel -Wshadow clean - USB & completionJesper Juhl2006-09-271-9/+9
* USB: gmidi: New USB MIDI Gadget class driver.Ben Williamson2006-09-272-0/+165
* usbcore: track whether interfaces are suspendedAlan Stern2006-09-271-0/+3
* usbcore: add usb_device_driver definitionAlan Stern2006-09-271-7/+51
* USB: move <linux/usb_otg.h> to <linux/usb/otg.h>David Brownell2006-09-271-2/+2
* [PATCH] add probe_kernel_address()Andrew Morton2006-09-271-0/+22
* [PATCH] fs/nfs/: make code staticAdrian Bunk2006-09-271-4/+0
* [PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman2006-09-271-0/+2
* [PATCH] EISA bus MODALIAS attributes supportMichael Tokarev2006-09-272-7/+13
* [PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap2006-09-271-0/+4
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-273-10/+2
* [PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o2006-09-271-1/+1
* [PATCH] inode-diet: Move i_bdev into a unionTheodore Ts'o2006-09-271-1/+1
* [PATCH] inode-diet: Move i_pipe into a unionTheodore Ts'o2006-09-271-2/+3
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-3/+1
* [PATCH] kdump: introduce "reset_devices" command line optionVivek Goyal2006-09-271-0/+1
* [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells2006-09-271-1/+1
* [PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells2006-09-271-0/+2
* [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells2006-09-271-0/+2
* [PATCH] Mark __remove_vm_area() staticRolf Eike Beer2006-09-271-1/+0
* [PATCH] do_no_pfn()Jes Sorensen2006-09-271-0/+7
* [PATCH] Add node to zone for the NUMA caseChristoph Lameter2006-09-272-1/+6
* [PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter2006-09-271-0/+5
* [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter2006-09-271-0/+7
* [PATCH] own header file for struct pageHeiko Carstens2006-09-273-61/+73
* [PATCH] vm: add per-zone writeout counterAndrew Morton2006-09-271-0/+1
* [PATCH] Allow an arch to expand node boundariesMel Gorman2006-09-271-0/+2
* [PATCH] Account for memmap and optionally the kernel image as holesMel Gorman2006-09-271-0/+1
* [PATCH] Introduce mechanism for registering active regions of memoryMel Gorman2006-09-272-1/+56
* [PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2006-09-271-2/+2
* [PATCH] ext3: Fix sparse warningsDave Kleikamp2006-09-271-1/+1
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-273-7/+7
* [PATCH] JBD: 16T fixesEric Sandeen2006-09-271-2/+2
* [PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2006-09-272-33/+33
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds2006-09-274-48/+1
|\
| * i2c: Drop unimplemented slave functionsJean Delvare2006-09-261-12/+0
| * 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/pci-2.6Linus Torvalds2006-09-275-2/+36
|\ \