summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-21nios2: convert to dma_map_opsChristoph Hellwig3-186/+87
2016-01-21cris: convert to dma_map_opsChristoph Hellwig3-165/+51
2016-01-21c6x: convert to dma_map_opsChristoph Hellwig4-147/+58
2016-01-21blackfin: convert to dma_map_opsChristoph Hellwig3-137/+43
2016-01-21avr32: convert to dma_map_opsChristoph Hellwig3-373/+85
2016-01-21arc: convert to dma_map_opsChristoph Hellwig3-230/+110
2016-01-21dma-mapping: make the generic coherent dma mmap implementation optionalChristoph Hellwig2-2/+5
2016-01-21iio: core: fix ptr_ret.cocci warningsFengguang Wu1-3/+1
2016-01-21fs/adfs/adfs.h: tidy up commentsAndrew Morton1-14/+14
2016-01-21fs/overlayfs/super.c needs pagemap.hAndrew Morton1-0/+1
2016-01-21ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2-4/+4
2016-01-21lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim1-2/+2
2016-01-21proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2-7/+22
2016-01-21prctl: take mmap sem for writing to protect against othersMateusz Guzik1-10/+10
2016-01-21powerpc: enable UBSAN supportDaniel Axtens5-1/+11
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin17-1/+693
2016-01-21net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin1-5/+2
2016-01-21kernel: printk: specify alignment for struct printk_logAndrey Ryabinin1-5/+5
2016-01-21sysctl: enable strict writesKees Cook2-9/+8
2016-01-21rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso1-1/+1
2016-01-21rapidio: use kobj_to_dev()Geliang Tang1-4/+2
2016-01-21kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang4-37/+50
2016-01-21kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang1-5/+2
2016-01-21kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang1-5/+5
2016-01-21kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2-38/+39
2016-01-21kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2-12/+4
2016-01-21drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes1-5/+5
2016-01-21kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2-5/+13
2016-01-21kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes1-22/+22
2016-01-21powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes2-3/+3
2016-01-21exit: remove unneeded declaration of exit_mm()Dmitry Safonov1-2/+0
2016-01-21fs/coredump: prevent "" / "." / ".." core path componentsJann Horn1-0/+20
2016-01-21ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn11-29/+80
2016-01-21security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2-7/+5
2016-01-21ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov1-2/+1
2016-01-21ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov1-2/+8
2016-01-21fat: constify fatent_operations structuresJulia Lawall2-13/+13
2016-01-21Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon1-0/+10
2016-01-21fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon4-30/+87
2016-01-21fat: skip cluster allocation on fallocated regionNamjae Jeon1-2/+8
2016-01-21fat: add fat_fallocate operationNamjae Jeon3-2/+94
2016-01-21fat: add simple validation for directory inodeOGAWA Hirofumi1-0/+22
2016-01-21fat: allow time_offset to be up to 24 hoursJan Kara1-1/+6
2016-01-21fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang1-4/+2
2016-01-21init/do_mounts: initrd_load() can be booleanYaowei Bai2-5/+5
2016-01-21init/main.c: obsolete_checksetup can be booleanYaowei Bai1-5/+5
2016-01-21epoll: add EPOLLEXCLUSIVE flagJason Baron2-3/+24
2016-01-21checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy1-2/+3
2016-01-21checkpatch: improve macros with flow control testJoe Perches1-1/+1
2016-01-21checkpatch: warn when casting constants to c90 int or longer typesJoe Perches1-0/+42