summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blackfin: use kbuild.h instead of defining macros in asm-macros.cChristoph Lameter2008-04-291-2/+1Star
* avr32: use kbuild.h macros instead of defining macros in asm-offsets.cChristoph Lameter2008-04-291-8/+1Star
* sparc: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter2008-04-291-5/+1Star
* xtensa: use kbuild.h macros instead of defining them in asm-offsets.cChristoph Lameter2008-04-291-2/+1Star
* arm: use kbuild.h instead of macros in asm-offsets.cChristoph Lameter2008-04-291-7/+1Star
* ia64: use kbuild.h macros instead of defining macros in asm-offsets.cChristoph Lameter2008-04-291-6/+1Star
* alpha: use kbuild.h instead of macros in asm-offsets.cChristoph Lameter2008-04-291-5/+1Star
* mips: use kbuild.h instead of macros in asm-offsets.cChristoph Lameter2008-04-291-260/+218Star
* x86: use kbuild.hChristoph Lameter2008-04-292-16/+2Star
* Add kbuild.h that contains common definitions for kbuild usersChristoph Lameter2008-04-292-5/+16
* aio: fix misleading commentsJeff Moyer2008-04-291-4/+1Star
* relayfs: support larger relay bufferMasami Hiramatsu2008-04-291-3/+32
* ncpfs: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-20/+19Star
* isofs: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-6/+6
* hfsplus: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* fat: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-5/+3Star
* video: use get/put_unaligned_* helpersHarvey Harrison2008-04-292-20/+17Star
* usb: use get/put_unaligned_* helpersHarvey Harrison2008-04-297-56/+44Star
* pcmcia: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-24/+15Star
* wireless: use get/put_unaligned_* helpersHarvey Harrison2008-04-297-30/+22Star
* net: use get/put_unaligned_* helpersHarvey Harrison2008-04-299-34/+30Star
* mmc: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* input: use get_unaligned_* helpersHarvey Harrison2008-04-293-17/+17
* char: use get_unaligned_* helpersHarvey Harrison2008-04-292-8/+4Star
* hid-core: use get_unaligned_* helpersHarvey Harrison2008-04-291-3/+3
* drivers/block: use get_unaligned_* helpersHarvey Harrison2008-04-292-14/+14
* kernel: Move arches to use common unaligned accessHarvey Harrison2008-04-2926-1115/+203Star
* kernel: add common infrastructure for unaligned accessHarvey Harrison2008-04-2910-0/+510
* sysv fs: remove superfluous check for __GNUC__ compilerRobert P. J. Day2008-04-291-5/+1Star
* tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas2008-04-291-3/+2Star
* tpm: fix section mismatch warningSam Ravnborg2008-04-291-1/+1
* parport_pc: wrap PNP probe code in #ifdef CONFIG_PNPBjorn Helgaas2008-04-291-0/+4
* afs: support the CB.ProbeUuid RPC opDavid Howells2008-04-292-0/+108
* afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells2008-04-292-14/+14
* afs: use the shorter LIST_HEAD for brevityRobert P. J. Day2008-04-291-1/+1
* edac: fix module initialization on several modules 2nd timeHitoshi Mitake2008-04-2912-41/+79
* edac: remove unneeded functions and add static accessorAdrian Bunk2008-04-295-59/+11Star
* edac: use the shorter LIST_HEAD for brevityRobert P. J. Day2008-04-293-3/+3
* edac: add e752x parameter for sysbus_parity selectionPeter Tyser2008-04-291-1/+39
* edac: new support for Intel 3100 chipsetAndrei Konovalov2008-04-292-13/+154
* idr: create idr_layer_cache at boot timeAkinobu Mita2008-04-293-6/+9
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-2917-23/+23
* random: add async notification support to /dev/randomJeff Dike2008-04-291-2/+22
* random: simplify and rename credit_entropy_storeMatt Mackall2008-04-291-17/+15Star
* random: make mixing interface byte-orientedMatt Mackall2008-04-291-18/+19
* random: simplify add_ptr logicMatt Mackall2008-04-291-11/+10Star
* random: remove some prefetch logicMatt Mackall2008-04-291-6/+2Star
* random: eliminate redundant new_rotate variableMatt Mackall2008-04-291-12/+10Star
* random: remove cacheline alignment for locksMatt Mackall2008-04-291-2/+2
* random: make backtracking attacks harderMatt Mackall2008-04-291-19/+17Star