aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tracehook.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06autofs4: fix var shadowed by local delarationIan Kent1-3/+3
2009-01-06autofs4: improve parameter usageIan Kent2-29/+100
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng1-2/+1
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow1-27/+24
2009-01-06eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()Michael Halcrow1-0/+11
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow4-16/+16
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow4-24/+24
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow1-27/+99
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow4-242/+195
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow2-14/+51
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow3-70/+613
2009-01-06i2o: remove extraneous kernel-docRandy Dunlap2-3/+0
2009-01-06kprobes: support probing module __init functionMasami Hiramatsu1-4/+19
2009-01-06module: add MODULE_STATE_LIVE notifyMasami Hiramatsu1-0/+2
2009-01-06kprobes: remove called_from argumentMasami Hiramatsu1-58/+14
2009-01-06kprobes: support probing module __exit functionMasami Hiramatsu3-44/+134
2009-01-06kprobes: add __kprobes to kprobe internal functionsMasami Hiramatsu1-7/+9
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu7-19/+38
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu2-8/+20
2009-01-06kprobes: add tests for register_kprobesMasami Hiramatsu1-0/+189
2009-01-06kprobes: indirectly call kprobe_targetMasami Hiramatsu1-15/+6
2009-01-06kprobes: bugfix: try_module_get even if calling_mod is NULLMasami Hiramatsu1-1/+1
2009-01-06drivers/spi: move a dereference below a NULL testJulia Lawall1-1/+2
2009-01-06spi: use generic gpio calls in spi_s3c24xx_gpioBen Dooks2-10/+30
2009-01-06spi: atmel_spi update chipselect handlingHaavard Skinnemoen1-26/+67
2009-01-06atmel_spi: clean up SPIv1 quirk handlingHaavard Skinnemoen1-18/+22
2009-01-06spi_gpio driverDavid Brownell4-1/+438
2009-01-06dmi: fix kernel-doc notationRandy Dunlap1-2/+4
2009-01-06fs/ncpfs/getopt.c: cleanup keneldocQinghuang Feng1-1/+0
2009-01-06fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusQinghuang Feng1-1/+1
2009-01-06binfmts.h: include list.hHiroshi Shimamoto1-0/+1
2009-01-06ibmpex: add endian annotation to extract_data() helperHarvey Harrison1-1/+1
2009-01-06hwmon: applesmc: Add support for MacBook Air 2Henrik Rydberg1-0/+10
2009-01-06drivers/macintosh: Add missing of_node_put in therm_adt746x.cNicolas Palix1-4/+4
2009-01-06adt7470: make automatic fan control really workDarrick J. Wong2-33/+142
2009-01-06adt7470: observe the number of temperature sensors to shorten update timeDarrick J. Wong1-8/+48
2009-01-06adt7470: fix pwm at a certain level during temperature sensor scanDarrick J. Wong1-1/+24
2009-01-06adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded divisionDarrick J. Wong3-19/+13
2009-01-06checkpatch: version: 0.26Andy Whitcroft1-1/+1
2009-01-06checkpatch: fix the perlcritic errorsAndy Whitcroft1-7/+13
2009-01-06checkpatch: struct file_operations should normally be constAndy Whitcroft1-0/+5
2009-01-06checkpatch: ensure we actually detect if assignments split across linesAndy Whitcroft1-1/+1
2009-01-06checkpatch: do not report nr_static as a static declarationAndy Whitcroft1-1/+1
2009-01-06checkpatch: track #ifdef/#else/#endif when tracking blocksAndy Whitcroft1-0/+22
2009-01-06checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft1-1/+1
2009-01-06checkpatch: loosen spacing on typedef function checksAndy Whitcroft1-1/+1
2009-01-06checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger1-0/+9
2009-01-06checkpatch: allow parentheses on return for comparisonsAndy Whitcroft1-2/+3
2009-01-06checkpatch: Add warning for p0-patchesWolfram Sang1-1/+7