aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-22[Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann1-0/+1
2007-10-22[Bluetooth] Fall back to L2CAP in basic modeMarcel Holtmann1-0/+13
2007-10-22[Bluetooth] Retrieve L2CAP features mask on connection setupMarcel Holtmann1-2/+12
2007-10-22[Bluetooth] Remove global conf_mtu variable from L2CAPMarcel Holtmann1-5/+5
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann2-257/+359
2007-10-22Input: i8042 - export i8042_command()Márton Németh1-0/+35
2007-10-21[POWERPC] Add restart support for mpc52xx based platformsMarian Balakowicz1-0/+3
2007-10-21[POWERPC] Add mpc52xx_find_and_map_path(), refactor utility functionsMarian Balakowicz1-0/+1
2007-10-21Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds20-233/+1570
2007-10-21[POWERPC] bestcomm: Restrict bus prefetch bugfix to original mpc5200 silicon.Grant Likely1-0/+5
2007-10-22Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu4-6/+7
2007-10-21Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin componentMike Frysinger2-209/+210
2007-10-21Blackfin arch: add functions for converting between sclks and usecsMike Frysinger1-0/+2
2007-10-21Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storageMike Frysinger1-1/+1
2007-10-21Blackfin arch: Fix bug: missing CHIPID register field definition of BF54xBryan Wu1-0/+4
2007-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich14-18/+1347
2007-10-21[PATCH] audit: watching subtreesAl Viro2-0/+4
2007-10-21[PATCH] new helper - inotify_evict_watch()Al Viro1-0/+1
2007-10-21[PATCH] new helper - inotify_clone_watch()Al Viro1-0/+1
2007-10-21[PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro1-0/+2
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2-12/+13
2007-10-20Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds10-207/+172
2007-10-20[PARISC] fix uninitialized variable warning in asm/rtc.hKyle McMartin1-2/+2
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds19-36/+35
2007-10-19Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds15-91/+36
2007-10-20fix do_sys_open() prototypeJason Uhlenkott1-1/+1
2007-10-20Typo: depricated -> deprecatedRolf Eike Beer1-2/+2
2007-10-20dm: uevent generate eventsMike Anderson1-0/+2
2007-10-20dm: export name and uuidMike Anderson1-0/+1
2007-10-20dm io:ctl use constant struct sizeMilan Broz1-2/+3
2007-10-20include/asm-*/system.h: remove unused set_rmb(), set_wmb() macrosStefan Richter5-11/+5
2007-10-20x86 hpet.h: remove broken linksDave Young1-6/+0
2007-10-20fix up security_socket_getpeersec_* documentationSerge Hallyn1-2/+15
2007-10-20powerpc: Remove obsolete prototypeJulio M. Merino Vidal1-2/+0
2007-10-20ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz1-5/+5
2007-10-20ide: replace ide_pci_device_t by struct ide_port_infoBartlomiej Zolnierkiewicz1-10/+8
2007-10-20ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz1-1/+0
2007-10-20ide: add hwif->ack_intr hookBartlomiej Zolnierkiewicz4-3/+5
2007-10-20icside: use ec->dma directlyBartlomiej Zolnierkiewicz1-5/+0
2007-10-20ide: add CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz13-18/+2
2007-10-20ide: remove redundant comments from ide.hBartlomiej Zolnierkiewicz1-41/+0
2007-10-20ide: add ide_find_port() helperBartlomiej Zolnierkiewicz1-0/+2
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz1-4/+3
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz1-7/+4
2007-10-20ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz1-0/+4
2007-10-20ide: add IDE_HFLAG_RQSIZE_256 host flagBartlomiej Zolnierkiewicz1-0/+2
2007-10-20ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flagBartlomiej Zolnierkiewicz1-0/+2
2007-10-20ide: add ->chipset field to ide_pci_device_tBartlomiej Zolnierkiewicz1-2/+5
2007-10-20ide: remove unused ->next field from ide_pci_device_tBartlomiej Zolnierkiewicz1-1/+0
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds20-50/+111