summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-21powerpc: enable UBSAN supportDaniel Axtens
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-21net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin
2016-01-21kernel: printk: specify alignment for struct printk_logAndrey Ryabinin
2016-01-21sysctl: enable strict writesKees Cook
2016-01-21rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso
2016-01-21rapidio: use kobj_to_dev()Geliang Tang
2016-01-21kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang
2016-01-21kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang
2016-01-21kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang
2016-01-21kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes
2016-01-21kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes
2016-01-21drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes
2016-01-21kernel/cpu.c: export __cpu_*_maskRasmus Villemoes
2016-01-21kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes
2016-01-21powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes
2016-01-21exit: remove unneeded declaration of exit_mm()Dmitry Safonov
2016-01-21fs/coredump: prevent "" / "." / ".." core path componentsJann Horn
2016-01-21ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-21security: let security modules use PTRACE_MODE_* with bitmasksJann Horn
2016-01-21ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov
2016-01-21ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov
2016-01-21fat: constify fatent_operations structuresJulia Lawall
2016-01-21Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon
2016-01-21fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon
2016-01-21fat: skip cluster allocation on fallocated regionNamjae Jeon
2016-01-21fat: add fat_fallocate operationNamjae Jeon
2016-01-21fat: add simple validation for directory inodeOGAWA Hirofumi
2016-01-21fat: allow time_offset to be up to 24 hoursJan Kara
2016-01-21fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang
2016-01-21init/do_mounts: initrd_load() can be booleanYaowei Bai
2016-01-21init/main.c: obsolete_checksetup can be booleanYaowei Bai
2016-01-21epoll: add EPOLLEXCLUSIVE flagJason Baron
2016-01-21checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy
2016-01-21checkpatch: improve macros with flow control testJoe Perches
2016-01-21checkpatch: warn when casting constants to c90 int or longer typesJoe Perches
2016-01-21lib/clz_tab.c: put in lib-y rather than obj-yChris Metcalf
2016-01-21include/linux/radix-tree.h: fix error in docs about locksAdam Barth
2016-01-21test_hexdump: print statistics at the endAndy Shevchenko
2016-01-21test_hexdump: test all possible group sizes for overflowAndy Shevchenko
2016-01-21test_hexdump: check all bytes in real bufferAndy Shevchenko
2016-01-21test_hexdump: switch to memcmp()Andy Shevchenko
2016-01-21test_hexdump: replace magic numbers by their meaningAndy Shevchenko
2016-01-21test_hexdump: go through all possible lengths of bufferAndy Shevchenko
2016-01-21test_hexdump: define FILL_CHAR constantAndy Shevchenko
2016-01-21test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko
2016-01-21test_hexdump: rename to test_hexdumpAndy Shevchenko
2016-01-21drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of o...Stephen Boyd
2016-01-21drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding itStephen Boyd
2016-01-21lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd