summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim2015-12-111-2/+2
| * powerpc: enable UBSAN supportDaniel Axtens2015-12-115-1/+11
| * ubsan-run-time-undefined-behavior-sanity-checker-fix-4Andrey Ryabinin2015-12-112-3/+3
| * ubsan-run-time-undefined-behavior-sanity-checker-fix-3Andrew Morton2015-12-112-2/+2
| * ubsan-run-time-undefined-behavior-sanity-checker-fix-2Andrey Ryabinin2015-12-111-4/+4
| * ubsan-run-time-undefined-behavior-sanity-checker-fixAndrew Morton2015-12-111-2/+2
| * UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2015-12-1117-1/+693
| * net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin2015-12-111-5/+2
| * kernel: printk: specify alignment for struct printk_logAndrey Ryabinin2015-12-111-5/+5
| * sysctl: enable strict writesKees Cook2015-12-112-9/+8
| * kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke2015-12-112-0/+3
| * kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang2015-12-111-5/+2
| * kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang2015-12-111-5/+5
| * kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2015-12-112-38/+39
| * kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2015-12-112-12/+4
| * drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes2015-12-111-5/+5
| * kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2015-12-112-5/+13
| * kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes2015-12-111-22/+22
| * powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes2015-12-112-3/+3
| * ptrace-use-fsuid-fsgid-effective-creds-for-fs-access-checks-fixAndrew Morton2015-12-111-1/+2
| * ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2015-12-1111-28/+78
| * security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2015-12-112-7/+5
| * ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task-fixAndrew Morton2015-12-111-2/+1
| * ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov2015-12-111-1/+1
| * ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov2015-12-111-2/+8
| * fat: constify fatent_operations structuresJulia Lawall2015-12-112-13/+13
| * Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon2015-12-111-0/+10
| * fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2015-12-114-30/+87
| * fat: skip cluster allocation on fallocated regionNamjae Jeon2015-12-111-2/+8
| * fat: add fat_fallocate operationNamjae Jeon2015-12-113-2/+94
| * fat: add simple validation for directory inodeOGAWA Hirofumi2015-12-111-0/+22
| * fat: allow time_offset to be up to 24 hoursJan Kara2015-12-111-1/+6
| * fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang2015-12-111-4/+2
| * init/do_mounts: initrd_load() can be booleanYaowei Bai2015-12-112-5/+5
| * init/main.c: obsolete_checksetup can be booleanYaowei Bai2015-12-111-5/+5
| * epoll: add EPOLLEXCLUSIVE flagJason Baron2015-12-112-3/+24
| * checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy2015-12-111-2/+3
| * checkpatch: improve macros with flow control testJoe Perches2015-12-111-1/+1
| * checkpatch: warn when casting constants to c90 int or longer typesJoe Perches2015-12-111-0/+42
| * lib: Add CRC64 ECMA moduleMarian Chereji2015-12-114-0/+405
| * mm/util.c: add kstrimdup()Sebastian Capella2015-12-112-0/+31
| * test_hexdump: print statistics at the endAndy Shevchenko2015-12-111-3/+23
| * test_hexdump: test all possible group sizes for overflowAndy Shevchenko2015-12-111-3/+18
| * test_hexdump: check all bytes in real bufferAndy Shevchenko2015-12-111-21/+17
| * test_hexdump: switch to memcmp()Andy Shevchenko2015-12-111-3/+3
| * test_hexdump: replace magic numbers by their meaningAndy Shevchenko2015-12-111-4/+13
| * test_hexdump: go through all possible lengths of bufferAndy Shevchenko2015-12-111-14/+13
| * test_hexdump: define FILL_CHAR constantAndy Shevchenko2015-12-111-6/+13
| * test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko2015-12-111-7/+19
| * test_hexdump: rename to test_hexdumpAndy Shevchenko2015-12-112-1/+1