summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-221-0/+4
* [NET]: Fix SKB_WITH_OVERHEAD calculationHerbert Xu2007-10-221-2/+1Star
* [TG3]: Add 5723 supportMatt Carlson2007-10-221-0/+1
* [Bluetooth] Add constant for Bluetooth socket options levelMarcel Holtmann2007-10-221-0/+1
* [Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann2007-10-221-0/+1
* [Bluetooth] Fall back to L2CAP in basic modeMarcel Holtmann2007-10-221-0/+13
* [Bluetooth] Retrieve L2CAP features mask on connection setupMarcel Holtmann2007-10-221-2/+12
* [Bluetooth] Remove global conf_mtu variable from L2CAPMarcel Holtmann2007-10-221-5/+5
* [Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann2007-10-222-257/+359
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds2007-10-2120-233/+1570
|\
| * Blackfin arch: dma add some API and cleanup bf54x DMA definitionBryan Wu2007-10-214-6/+7
| * Blackfin arch: cleanup and promote the general purpose timers api to a core b...Mike Frysinger2007-10-212-209/+210
| * Blackfin arch: add functions for converting between sclks and usecsMike Frysinger2007-10-211-0/+2
| * Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_nam...Mike Frysinger2007-10-211-1/+1
| * Blackfin arch: Fix bug: missing CHIPID register field definition of BF54xBryan Wu2007-10-211-0/+4
| * Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich2007-10-2114-18/+1347
* | [PATCH] audit: watching subtreesAl Viro2007-10-212-0/+4
* | [PATCH] new helper - inotify_evict_watch()Al Viro2007-10-211-0/+1
* | [PATCH] new helper - inotify_clone_watch()Al Viro2007-10-211-0/+1
* | [PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro2007-10-211-0/+2
* | [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-212-12/+13
|/
* Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris...Linus Torvalds2007-10-2110-207/+172Star
|\
| * [PARISC] fix uninitialized variable warning in asm/rtc.hKyle McMartin2007-10-201-2/+2
| * [PARISC] Kill off broken irqstack codeKyle McMartin2007-10-181-8/+0Star
| * [PARISC] Kill off ASM_PAGE_SIZE useSam Ravnborg2007-10-181-1/+3
| * [PARISC] parisc: "extern inline" -> "static inline"Adrian Bunk2007-10-186-26/+26
| * [PARISC] Clean up asm-parisc/pdc.hKyle McMartin2007-10-181-176/+137Star
| * [PARISC] Export pdc.h for paloJeff Bailey2007-10-182-6/+15
| * [PARISC] Wire up sys_fallocate (and compat_sys_fallocate)Kyle McMartin2007-10-181-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-2019-36/+35Star
|\ \
| * | fix do_sys_open() prototypeJason Uhlenkott2007-10-201-1/+1
| * | Typo: depricated -> deprecatedRolf Eike Beer2007-10-201-2/+2
| * | include/asm-*/system.h: remove unused set_rmb(), set_wmb() macrosStefan Richter2007-10-205-11/+5Star
| * | x86 hpet.h: remove broken linksDave Young2007-10-201-6/+0Star
| * | fix up security_socket_getpeersec_* documentationSerge Hallyn2007-10-201-2/+15
| * | powerpc: Remove obsolete prototypeJulio M. Merino Vidal2007-10-201-2/+0Star
| * | Spelling fix: explicitlyJean Delvare2007-10-192-3/+3
| * | Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-192-3/+3
| * | Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-195-5/+5
| * | crypto: convert crypto.h to UTF-8John Anthony Kazos Jr2007-10-191-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-10-2015-91/+36Star
|\ \ \
| * | | ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz2007-10-201-5/+5
| * | | ide: replace ide_pci_device_t by struct ide_port_infoBartlomiej Zolnierkiewicz2007-10-201-10/+8Star
| * | | ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz2007-10-201-1/+0Star
| * | | ide: add hwif->ack_intr hookBartlomiej Zolnierkiewicz2007-10-204-3/+5
| * | | icside: use ec->dma directlyBartlomiej Zolnierkiewicz2007-10-201-5/+0Star
| * | | ide: add CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz2007-10-2013-18/+2Star
| * | | ide: remove redundant comments from ide.hBartlomiej Zolnierkiewicz2007-10-201-41/+0Star
| * | | ide: add ide_find_port() helperBartlomiej Zolnierkiewicz2007-10-201-0/+2
| * | | ide: add ide_device_add()Bartlomiej Zolnierkiewicz2007-10-201-4/+3Star