summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-29Add kbuild.h that contains common definitions for kbuild usersChristoph Lameter2-5/+16
2008-04-29aio: fix misleading commentsJeff Moyer1-4/+1
2008-04-29relayfs: support larger relay bufferMasami Hiramatsu1-3/+32
2008-04-29ncpfs: use get/put_unaligned_* helpersHarvey Harrison1-20/+19
2008-04-29isofs: use get/put_unaligned_* helpersHarvey Harrison1-6/+6
2008-04-29hfsplus: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-29fat: use get/put_unaligned_* helpersHarvey Harrison1-5/+3
2008-04-29video: use get/put_unaligned_* helpersHarvey Harrison2-20/+17
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison7-56/+44
2008-04-29pcmcia: use get/put_unaligned_* helpersHarvey Harrison1-24/+15
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison7-30/+22
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison9-34/+30
2008-04-29mmc: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-29input: use get_unaligned_* helpersHarvey Harrison3-17/+17
2008-04-29char: use get_unaligned_* helpersHarvey Harrison2-8/+4
2008-04-29hid-core: use get_unaligned_* helpersHarvey Harrison1-3/+3
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison2-14/+14
2008-04-29kernel: Move arches to use common unaligned accessHarvey Harrison26-1115/+203
2008-04-29kernel: add common infrastructure for unaligned accessHarvey Harrison10-0/+510
2008-04-29sysv fs: remove superfluous check for __GNUC__ compilerRobert P. J. Day1-5/+1
2008-04-29tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas1-3/+2
2008-04-29tpm: fix section mismatch warningSam Ravnborg1-1/+1
2008-04-29parport_pc: wrap PNP probe code in #ifdef CONFIG_PNPBjorn Helgaas1-0/+4
2008-04-29afs: support the CB.ProbeUuid RPC opDavid Howells2-0/+108
2008-04-29afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells2-14/+14
2008-04-29afs: use the shorter LIST_HEAD for brevityRobert P. J. Day1-1/+1
2008-04-29edac: fix module initialization on several modules 2nd timeHitoshi Mitake12-41/+79
2008-04-29edac: remove unneeded functions and add static accessorAdrian Bunk5-59/+11
2008-04-29edac: use the shorter LIST_HEAD for brevityRobert P. J. Day3-3/+3
2008-04-29edac: add e752x parameter for sysbus_parity selectionPeter Tyser1-1/+39
2008-04-29edac: new support for Intel 3100 chipsetAndrei Konovalov2-13/+154
2008-04-29idr: create idr_layer_cache at boot timeAkinobu Mita3-6/+9
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa17-23/+23
2008-04-29random: add async notification support to /dev/randomJeff Dike1-2/+22
2008-04-29random: simplify and rename credit_entropy_storeMatt Mackall1-17/+15
2008-04-29random: make mixing interface byte-orientedMatt Mackall1-18/+19
2008-04-29random: simplify add_ptr logicMatt Mackall1-11/+10
2008-04-29random: remove some prefetch logicMatt Mackall1-6/+2
2008-04-29random: eliminate redundant new_rotate variableMatt Mackall1-12/+10
2008-04-29random: remove cacheline alignment for locksMatt Mackall1-2/+2
2008-04-29random: make backtracking attacks harderMatt Mackall1-19/+17
2008-04-29random: improve variable naming, clear extract bufferMatt Mackall1-11/+13
2008-04-29random: reuse rand_initializeMatt Mackall1-4/+2
2008-04-29random: use unlocked_ioctlMatt Mackall1-6/+5
2008-04-29random: consolidate wakeup logicMatt Mackall1-16/+4
2008-04-29random: clean up checkpatch complaintsMatt Mackall1-45/+35
2008-04-29remove aoedev_isbusy()Adrian Bunk2-19/+0
2008-04-29generalize asm-generic/ioctl.h to allow overriding valuesRobert P. J. Day1-6/+27
2008-04-29nbd: delete superfluous test for __GNUC__Robert P. J. Day1-5/+1
2008-04-29NBD: add partition supportLaurent Vivier1-4/+21