summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-26x32: fix waitid()Al Viro1-1/+5
2012-12-26switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINEAl Viro1-6/+9
2012-12-26switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINEAl Viro1-2/+3
2012-12-26CONFIG_GENERIC_SIGALTSTACK build breakage with asm-generic/syscalls.hVineet Gupta1-0/+2
2012-12-26Ensure that kernel_init_freeable() is not inlined into non __init codeVineet Gupta1-2/+2
2012-12-22Linux 3.8-rc1v3.8-rc1Linus Torvalds1-2/+2
2012-12-22Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields1-1/+0
2012-12-22ARM: dts: fix duplicated build target and alphabetical sort out for exynosKukjin Kim1-3/+2
2012-12-21dm stripe: add WRITE SAME supportMike Snitzer1-4/+6
2012-12-21dm: remove map_infoMikulas Patocka14-54/+31
2012-12-21dm snapshot: do not use map_contextMikulas Patocka1-13/+23
2012-12-21dm thin: dont use map_contextMikulas Patocka1-36/+13
2012-12-21dm raid1: dont use map_contextMikulas Patocka1-9/+13
2012-12-21dm flakey: dont use map_contextMikulas Patocka1-4/+11
2012-12-21dm raid1: rename read_record to bio_recordMikulas Patocka1-11/+11
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka4-8/+15
2012-12-21dm snapshot: use per_bio_dataMikulas Patocka1-35/+8
2012-12-21dm verity: use per_bio_dataMikulas Patocka1-18/+4
2012-12-21dm raid1: use per_bio_dataMikulas Patocka1-34/+5
2012-12-21dm: introduce per_bio_dataMikulas Patocka4-20/+56
2012-12-21dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer3-10/+33
2012-12-21dm linear: add WRITE SAME supportMike Snitzer1-1/+2
2012-12-21dm: add WRITE SAME supportMike Snitzer1-5/+39
2012-12-21dm: prepare to support WRITE SAMEMike Snitzer2-1/+34
2012-12-21dm ioctl: use kmalloc if possibleMikulas Patocka1-13/+32
2012-12-21dm ioctl: remove PF_MEMALLOCMikulas Patocka2-11/+6
2012-12-21dm persistent data: improve improve space map block alloc failure messageJoe Thornber1-1/+1
2012-12-21dm thin: use DMERR_LIMIT for errorsMike Snitzer1-10/+15
2012-12-21dm persistent data: use DMERR_LIMIT for errorsMike Snitzer3-21/+20
2012-12-21dm block manager: reinstate message when validator failsMike Snitzer1-1/+4
2012-12-21dm raid: round region_size to power of twoJonathan Brassow1-1/+3
2012-12-21dm thin: cleanup dead codeJoe Thornber1-14/+5
2012-12-21dm thin: rename cell_defer_except to cell_defer_no_holderJoe Thornber1-21/+21
2012-12-21dm snapshot: optimize track_chunkMikulas Patocka1-3/+2
2012-12-21dm raid: use DM_ENDIO_INCOMPLETEMikulas Patocka1-1/+1
2012-12-21dm raid1: remove impossible mempool_alloc error testMikulas Patocka1-5/+3
2012-12-21dm thin: emit ignore_discard in status when discards disabledMike Snitzer1-2/+4
2012-12-21dm persistent data: fix nested btree deletionJoe Thornber2-3/+8
2012-12-21dm thin: wake worker when discard is preparedJoe Thornber1-4/+7
2012-12-21dm thin: fix race between simultaneous io and discards to same blockJoe Thornber1-25/+59
2012-12-21dm thin: replace dm_cell_release_singleton with cell_defer_exceptJoe Thornber3-39/+12
2012-12-21dm: disable WRITE SAMEMike Snitzer1-0/+2
2012-12-21dm ioctl: prevent unsafe change to dm_ioctl data_sizeAlasdair G Kergon1-0/+8
2012-12-21dm persistent data: rename node to btree_nodeMikulas Patocka4-47/+47
2012-12-21NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust1-4/+15
2012-12-21NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells1-0/+1
2012-12-21keys: use keyring_alloc() to create module signing keyringDavid Howells1-9/+6
2012-12-21keys: fix unreachable codeAlan Cox1-2/+0
2012-12-21sendfile: allows bypassing of notifier eventsScott Wolchok1-0/+2
2012-12-21SGI-XP: handle non-fatal trapsRobin Holt1-2/+32