aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/show_delta (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin1-5/+2
2016-01-20kernel: printk: specify alignment for struct printk_logAndrey Ryabinin1-5/+5
2016-01-20sysctl: enable strict writesKees Cook2-9/+8
2016-01-20rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso1-1/+1
2016-01-20rapidio: use kobj_to_dev()Geliang Tang1-4/+2
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang4-37/+50
2016-01-20kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang1-5/+2
2016-01-20kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang1-5/+5
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2-38/+39
2016-01-20kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2-12/+4
2016-01-20drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes1-5/+5
2016-01-20kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2-5/+13
2016-01-20kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes1-22/+22
2016-01-20powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes2-3/+3
2016-01-20exit: remove unneeded declaration of exit_mm()Dmitry Safonov1-2/+0
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn1-0/+20
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn11-29/+80
2016-01-20security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2-7/+5
2016-01-20ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov1-2/+1
2016-01-20ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov1-2/+8
2016-01-20fat: constify fatent_operations structuresJulia Lawall2-13/+13
2016-01-20Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon1-0/+10
2016-01-20fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon4-30/+87
2016-01-20fat: skip cluster allocation on fallocated regionNamjae Jeon1-2/+8
2016-01-20fat: add fat_fallocate operationNamjae Jeon3-2/+94
2016-01-20fat: add simple validation for directory inodeOGAWA Hirofumi1-0/+22
2016-01-20fat: allow time_offset to be up to 24 hoursJan Kara1-1/+6
2016-01-20fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang1-4/+2
2016-01-20init/do_mounts: initrd_load() can be booleanYaowei Bai2-5/+5
2016-01-20init/main.c: obsolete_checksetup can be booleanYaowei Bai1-5/+5
2016-01-20epoll: add EPOLLEXCLUSIVE flagJason Baron2-3/+24
2016-01-20checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy1-2/+3
2016-01-20checkpatch: improve macros with flow control testJoe Perches1-1/+1
2016-01-20checkpatch: warn when casting constants to c90 int or longer typesJoe Perches1-0/+42
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yChris Metcalf1-1/+1
2016-01-20include/linux/radix-tree.h: fix error in docs about locksAdam Barth1-1/+1
2016-01-20test_hexdump: print statistics at the endAndy Shevchenko1-3/+23
2016-01-20test_hexdump: test all possible group sizes for overflowAndy Shevchenko1-3/+18
2016-01-20test_hexdump: check all bytes in real bufferAndy Shevchenko1-21/+17
2016-01-20test_hexdump: switch to memcmp()Andy Shevchenko1-3/+3
2016-01-20test_hexdump: replace magic numbers by their meaningAndy Shevchenko1-4/+13
2016-01-20test_hexdump: go through all possible lengths of bufferAndy Shevchenko1-14/+13
2016-01-20test_hexdump: define FILL_CHAR constantAndy Shevchenko1-6/+13
2016-01-20test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko1-7/+19
2016-01-20test_hexdump: rename to test_hexdumpAndy Shevchenko2-1/+1
2016-01-20drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of open-codingStephen Boyd1-8/+3
2016-01-20drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding itStephen Boyd1-9/+4
2016-01-20lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd2-0/+22
2016-01-20arch/frv/include/asm/io.h: accept const void pointers for read{b,w,l}()Stephen Boyd1-3/+14
2016-01-20string_helpers: fix precision loss for some inputsJames Bottomley1-20/+43