summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2016-01-202-4/+4
* lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim2016-01-201-2/+2
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-202-7/+22
* prctl: take mmap sem for writing to protect against othersMateusz Guzik2016-01-201-10/+10
* powerpc: enable UBSAN supportDaniel Axtens2016-01-205-1/+11
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-2017-1/+693
* net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin2016-01-201-5/+2
* kernel: printk: specify alignment for struct printk_logAndrey Ryabinin2016-01-201-5/+5
* sysctl: enable strict writesKees Cook2016-01-202-9/+8
* rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso2016-01-201-1/+1
* rapidio: use kobj_to_dev()Geliang Tang2016-01-201-4/+2
* kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-204-37/+50
* kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang2016-01-201-5/+2
* kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang2016-01-201-5/+5
* kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2016-01-202-38/+39
* kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2016-01-202-12/+4
* drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes2016-01-201-5/+5
* kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2016-01-202-5/+13
* kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes2016-01-201-22/+22
* powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes2016-01-202-3/+3
* exit: remove unneeded declaration of exit_mm()Dmitry Safonov2016-01-201-2/+0
* fs/coredump: prevent "" / "." / ".." core path componentsJann Horn2016-01-201-0/+20
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-2011-29/+80
* security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2016-01-202-7/+5
* ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov2016-01-201-2/+1
* ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov2016-01-201-2/+8
* fat: constify fatent_operations structuresJulia Lawall2016-01-202-13/+13
* Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon2016-01-201-0/+10
* fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2016-01-204-30/+87
* fat: skip cluster allocation on fallocated regionNamjae Jeon2016-01-201-2/+8
* fat: add fat_fallocate operationNamjae Jeon2016-01-203-2/+94
* fat: add simple validation for directory inodeOGAWA Hirofumi2016-01-201-0/+22
* fat: allow time_offset to be up to 24 hoursJan Kara2016-01-201-1/+6
* fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang2016-01-201-4/+2
* init/do_mounts: initrd_load() can be booleanYaowei Bai2016-01-202-5/+5
* init/main.c: obsolete_checksetup can be booleanYaowei Bai2016-01-201-5/+5
* epoll: add EPOLLEXCLUSIVE flagJason Baron2016-01-202-3/+24
* checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy2016-01-201-2/+3
* checkpatch: improve macros with flow control testJoe Perches2016-01-201-1/+1
* checkpatch: warn when casting constants to c90 int or longer typesJoe Perches2016-01-201-0/+42
* lib/clz_tab.c: put in lib-y rather than obj-yChris Metcalf2016-01-201-1/+1
* include/linux/radix-tree.h: fix error in docs about locksAdam Barth2016-01-201-1/+1
* test_hexdump: print statistics at the endAndy Shevchenko2016-01-201-3/+23
* test_hexdump: test all possible group sizes for overflowAndy Shevchenko2016-01-201-3/+18
* test_hexdump: check all bytes in real bufferAndy Shevchenko2016-01-201-21/+17
* test_hexdump: switch to memcmp()Andy Shevchenko2016-01-201-3/+3
* test_hexdump: replace magic numbers by their meaningAndy Shevchenko2016-01-201-4/+13
* test_hexdump: go through all possible lengths of bufferAndy Shevchenko2016-01-201-14/+13
* test_hexdump: define FILL_CHAR constantAndy Shevchenko2016-01-201-6/+13
* test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko2016-01-201-7/+19
OpenPOWER on IntegriCloud