summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-10-192-7/+2
|\
| * pidns: remove recursion from free_pid_ns()Cyrill Gorcunov2012-10-191-7/+1
| * linux/coredump.h needs asm/siginfo.hRichard Weinberger2012-10-191-0/+1
* | Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-10-194-19/+10
|\ \
| * \ Merge tag 'disintegrate-tty-20121009' of git://git.infradead.org/users/dhowel...Greg Kroah-Hartman2012-10-173-1/+1
| |\ \
| | * | UAPI: (Scripted) Disintegrate include/linux/hsiDavid Howells2012-10-093-1/+1
| * | | Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2012-10-141108-37605/+46941
| |\ \ \
| * | | | tty: Fix bogus "callbacks suppressed" messagesMarkus Trippelsdorf2012-10-051-18/+9
* | | | | Merge tag 'usb-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-10-1916-1669/+1720
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | USB: usb.h: remove dbg() macroGreg Kroah-Hartman2012-10-171-11/+0
| * | | | Merge 3.7-rc1 usb-linusGreg Kroah-Hartman2012-10-1416-15/+672
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tag 'disintegrate-usb-20121009' of git://git.infradead.org/users/dhowel...Greg Kroah-Hartman2012-10-1315-1658/+1720
| |\ \ \ \
| | * | | | UAPI: (Scripted) Disintegrate include/linux/usbDavid Howells2012-10-0915-1658/+1720
| | | |_|/ | | |/| |
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-1812-385/+439
|\ \ \ \ \
| * | | | | UAPI: (Scripted) Disintegrate include/linux/dvbDavid Howells2012-10-1712-385/+439
| | |_|/ / | |/| | |
* | | | | Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-183-4/+11
|\ \ \ \ \
| * | | | | of/irq: sparse fixesKim Phillips2012-10-171-2/+2
| * | | | | of/address: sparse fixesKim Phillips2012-10-171-2/+2
| * | | | | of: add stub of_get_child_by_name for non-OF buildsOlof Johansson2012-10-171-0/+7
| |/ / / /
* | | | | UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from archesDavid Howells2012-10-171-0/+4
* | | | | UAPI: Remove empty non-UAPI Kbuild filesDavid Howells2012-10-1723-21/+0
* | | | | UAPI: Remove empty conditionals from include/linux/KbuildDavid Howells2012-10-171-10/+0
* | | | | UAPI: Make uapi/linux/irqnr.h non-emptyDavid Howells2012-10-171-0/+4
* | | | | Merge branch 'frv' (FRV patches from David Howells)Linus Torvalds2012-10-162-39/+54
|\ \ \ \ \
| * | | | | FRV: Fix linux/elf-fdpic.hDavid Howells2012-10-162-39/+54
| |/ / / /
* | | | | bury SEL_{IN,OUT,EX}Al Viro2012-10-161-4/+0
* | | | | Unexport some bits of linux/fs.hDavid Howells2012-10-162-132/+130
|/ / / /
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-141-0/+9
|\ \ \ \
| * | | | vmlinux.lds.h: Allow architectures to add sections to the front of .bssDavid Daney2012-10-111-0/+9
* | | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-1415-15/+663
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | module: signature checking hookRusty Russell2012-10-101-0/+8
| * | | | MPILIB: Provide a function to read raw data into an MPIDavid Howells2012-10-081-0/+1
| * | | | X.509: Add an ASN.1 decoderDavid Howells2012-10-081-0/+24
| * | | | X.509: Add simple ASN.1 grammar compilerDavid Howells2012-10-082-0/+154
| * | | | X.509: Add utility functions to render OIDs as stringsDavid Howells2012-10-081-0/+2
| * | | | X.509: Implement simple static OID registryDavid Howells2012-10-081-0/+90
| * | | | KEYS: Provide signature verification with an asymmetric keyDavid Howells2012-10-081-0/+4
| * | | | KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells2012-10-081-0/+104
| * | | | KEYS: Asymmetric key pluggable data parsersDavid Howells2012-10-081-0/+37
| * | | | KEYS: Implement asymmetric key typeDavid Howells2012-10-082-0/+80
| * | | | MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells2012-10-081-0/+57
| * | | | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-082-4/+37
| * | | | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-11/+65
* | | | | Merge tag 'disintegrate-main-20121013' of git://git.infradead.org/users/dhowe...Linus Torvalds2012-10-13583-30366/+32927
|\ \ \ \ \
| * | | | | UAPI: (Scripted) Disintegrate include/linux/byteorderDavid Howells2012-10-136-206/+214
| * | | | | UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13577-30107/+32658
| * | | | | UAPI: Unexport linux/blk_types.hDavid Howells2012-10-132-61/+59
| * | | | | UAPI: Unexport part of linux/ppp-comp.hDavid Howells2012-10-131-0/+4
* | | | | | Merge tag 'disintegrate-spi-20121009' of git://git.infradead.org/users/dhowel...Linus Torvalds2012-10-133-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | UAPI: (Scripted) Disintegrate include/linux/spiDavid Howells2012-10-093-1/+1
| | |_|/ / | |/| | |