aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-01-11[CRYPTO] api: Add crypto_inc and crypto_xorGravatar Herbert Xu 1-0/+4
2008-01-11[HWRNG]: move status polling loop to data_present callbacksGravatar Patrick McHardy 1-1/+1
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeGravatar Herbert Xu 2-10/+12
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Gravatar Jonathan Lynch 1-0/+12
2008-01-11[CRYPTO] aes-generic: Make key generation exportableGravatar Sebastian Siewior 1-0/+16
2008-01-11[CRYPTO] aes: Move common defines into a header fileGravatar Sebastian Siewior 1-0/+15
2008-01-11[CRYPTO] des: Create header file for common macrosGravatar Evgeniy Polyakov 1-0/+19
2007-11-17x86: fix reboot with no keyboard attachedGravatar Truxton Fulton 1-1/+1
2007-11-17x86: voyager use correct header file nameGravatar Randy Dunlap 1-1/+1
2007-11-17x86: fix bogus memcpy in es7000_check_dsdt()Gravatar Thomas Gleixner 1-3/+3
2007-11-17SELinux: return EOPNOTSUPP not ENOTSUPPGravatar Eric Paris 1-1/+1
2007-11-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar Linus Torvalds 1-17/+1
2007-11-15Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 4-6/+15
2007-11-15[MIPS] Lasat: Fix overlap of interrupt number ranges.Gravatar Yoichi Yuasa 2-5/+13
2007-11-15[MIPS] Fix shadow register support.Gravatar Ralf Baechle 1-0/+1
2007-11-15[MIPS] Change get_cycles to always return 0.Gravatar Ralf Baechle 1-1/+1
2007-11-15Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Gravatar Linus Torvalds 1-5/+0
2007-11-15i2c: Make i2c_check_addr staticGravatar Jean Delvare 1-5/+0
2007-11-15[AVR32] Add missing bit in PCCR sysregGravatar Haavard Skinnemoen 1-0/+2
2007-11-15[AVR32] pcmcia ioaddr_t should be 32 bits on AVR32Gravatar Haavard Skinnemoen 1-1/+1
2007-11-15[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queueGravatar Pavel Emelyanov 1-17/+1
2007-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar Linus Torvalds 1-4/+6
2007-11-14CRIS tlb.h should include linux/pagemap.hGravatar Jesper Nilsson 1-0/+2
2007-11-14CRISv10 improve and bugfix fasttimerGravatar Jesper Nilsson 1-6/+10
2007-11-14CRIS don't include bitops.h in posix_types.hGravatar Jesper Nilsson 1-1/+0
2007-11-14cris build fixes: corrected and improved NMI and IRQ handlingGravatar Jesper Nilsson 1-2/+7
2007-11-14cris build fixes: update eth_v10.c ethernet driverGravatar Jesper Nilsson 1-0/+3
2007-11-14cris build fixes: add baud rate definesGravatar Jesper Nilsson 1-0/+13
2007-11-14cris-build-fixes-atomich-needs-compilerh-fixGravatar Andrew Morton 1-1/+2
2007-11-14cris build fixes: atomic.h needs compiler.hGravatar Jesper Nilsson 1-0/+1
2007-11-14cris build fixes: hardirq.h: include asm/irq.hGravatar Jesper Nilsson 1-0/+1
2007-11-14cris build fixes: Add missing syscallsGravatar Jesper Nilsson 1-1/+38
2007-11-14cris build fixes: fix csum_tcpudp_magic() declarationGravatar Jesper Nilsson 1-1/+1
2007-11-14oprofile: fix oops on x86 32-bitGravatar Jan Blunck 1-1/+1
2007-11-14Fix 64KB blocksize in ext3 directoriesGravatar Jan Kara 1-0/+20
2007-11-14pidns: Place under CONFIG_EXPERIMENTALGravatar Eric W. Biederman 1-0/+23
2007-11-14rtc: fall back to requesting only the ports we actually useGravatar Bjorn Helgaas 1-0/+3
2007-11-14I/OAT: Add support for version 2 of ioatdma deviceGravatar Shannon Nelson 1-0/+1
2007-11-14revert "Task Control Groups: example CPU accounting subsystem"Gravatar Andrew Morton 2-20/+0
2007-11-14hugetlb: fix i_blocks accountingGravatar Ken Chen 1-0/+2
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Gravatar Adam Litke 1-2/+2
2007-11-14hugetlb: follow_hugetlb_page() for write accessGravatar Adam Litke 1-2/+2
2007-11-14uml: update address space affected by pud_clearGravatar Jeff Dike 1-1/+1
2007-11-14[TCP]: Fix size calculation in sk_stream_alloc_pskbGravatar Herbert Xu 1-4/+6
2007-11-13Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Gravatar Linus Torvalds 2-0/+24
2007-11-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar Linus Torvalds 9-18/+31
2007-11-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Gravatar Linus Torvalds 2-12/+14
2007-11-13[NET]: Move unneeded data to initdata section.Gravatar Denis V. Lunev 1-0/+2
2007-11-12[INET]: Use list_head-s in inetpeer.cGravatar Pavel Emelyanov 1-1/+1
2007-11-13[POWERPC] Avoid unpaired stwcx. on some processorsGravatar Becky Bruce 1-10/+12