index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-01-21
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin
1
-0
/
+3
2016-01-21
net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=y
Andrey Ryabinin
1
-5
/
+2
2016-01-21
kernel: printk: specify alignment for struct printk_log
Andrey Ryabinin
1
-5
/
+5
2016-01-21
sysctl: enable strict writes
Kees Cook
2
-9
/
+8
2016-01-21
rbtree: use READ_ONCE in RB_EMPTY_ROOT
Davidlohr Bueso
1
-1
/
+1
2016-01-21
rapidio: use kobj_to_dev()
Geliang Tang
1
-4
/
+2
2016-01-21
kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE
Xunlei Pang
4
-37
/
+50
2016-01-21
kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_list
Geliang Tang
1
-5
/
+2
2016-01-21
kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()
Xunlei Pang
1
-5
/
+5
2016-01-21
kernel/cpu.c: make set_cpu_* static inlines
Rasmus Villemoes
2
-38
/
+39
2016-01-21
kernel/cpu.c: eliminate cpu_*_mask
Rasmus Villemoes
2
-12
/
+4
2016-01-21
drivers/base/cpu.c: use __cpu_*_mask directly
Rasmus Villemoes
1
-5
/
+5
2016-01-21
kernel/cpu.c: export __cpu_*_mask
Rasmus Villemoes
2
-5
/
+13
2016-01-21
kernel/cpu.c: change type of cpu_possible_bits and friends
Rasmus Villemoes
1
-22
/
+22
2016-01-21
powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_header
Rasmus Villemoes
2
-3
/
+3
2016-01-21
exit: remove unneeded declaration of exit_mm()
Dmitry Safonov
1
-2
/
+0
2016-01-21
fs/coredump: prevent "" / "." / ".." core path components
Jann Horn
1
-0
/
+20
2016-01-21
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
11
-29
/
+80
2016-01-21
security: let security modules use PTRACE_MODE_* with bitmasks
Jann Horn
2
-7
/
+5
2016-01-21
ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED task
Oleg Nesterov
1
-2
/
+1
2016-01-21
ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
Oleg Nesterov
1
-2
/
+8
2016-01-21
fat: constify fatent_operations structures
Julia Lawall
2
-13
/
+13
2016-01-21
Documentation/filesystems/vfat.txt: update the limitation for fat fallocate
Namjae Jeon
1
-0
/
+10
2016-01-21
fat: permit to return phy block number by fibmap in fallocated region
Namjae Jeon
4
-30
/
+87
2016-01-21
fat: skip cluster allocation on fallocated region
Namjae Jeon
1
-2
/
+8
2016-01-21
fat: add fat_fallocate operation
Namjae Jeon
3
-2
/
+94
2016-01-21
fat: add simple validation for directory inode
OGAWA Hirofumi
1
-0
/
+22
2016-01-21
fat: allow time_offset to be up to 24 hours
Jan Kara
1
-1
/
+6
2016-01-21
fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_delete
Geliang Tang
1
-4
/
+2
2016-01-21
init/do_mounts: initrd_load() can be boolean
Yaowei Bai
2
-5
/
+5
2016-01-21
init/main.c: obsolete_checksetup can be boolean
Yaowei Bai
1
-5
/
+5
2016-01-21
epoll: add EPOLLEXCLUSIVE flag
Jason Baron
2
-3
/
+24
2016-01-21
checkpatch: fix a number of COMPLEX_MACRO false positives
Vladimir Zapolskiy
1
-2
/
+3
2016-01-21
checkpatch: improve macros with flow control test
Joe Perches
1
-1
/
+1
2016-01-21
checkpatch: warn when casting constants to c90 int or longer types
Joe Perches
1
-0
/
+42
2016-01-21
lib/clz_tab.c: put in lib-y rather than obj-y
Chris Metcalf
1
-1
/
+1
2016-01-21
include/linux/radix-tree.h: fix error in docs about locks
Adam Barth
1
-1
/
+1
2016-01-21
test_hexdump: print statistics at the end
Andy Shevchenko
1
-3
/
+23
2016-01-21
test_hexdump: test all possible group sizes for overflow
Andy Shevchenko
1
-3
/
+18
2016-01-21
test_hexdump: check all bytes in real buffer
Andy Shevchenko
1
-21
/
+17
2016-01-21
test_hexdump: switch to memcmp()
Andy Shevchenko
1
-3
/
+3
2016-01-21
test_hexdump: replace magic numbers by their meaning
Andy Shevchenko
1
-4
/
+13
2016-01-21
test_hexdump: go through all possible lengths of buffer
Andy Shevchenko
1
-14
/
+13
2016-01-21
test_hexdump: define FILL_CHAR constant
Andy Shevchenko
1
-6
/
+13
2016-01-21
test_hexdump: introduce test_hexdump_prepare_test() helper
Andy Shevchenko
1
-7
/
+19
2016-01-21
test_hexdump: rename to test_hexdump
Andy Shevchenko
2
-1
/
+1
2016-01-21
drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of o...
Stephen Boyd
1
-8
/
+3
2016-01-21
drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
Stephen Boyd
1
-9
/
+4
2016-01-21
lib/iomap_copy.c: add __ioread32_copy()
Stephen Boyd
2
-0
/
+22
2016-01-21
arch/frv/include/asm/io.h: accept const void pointers for read{b,w,l}()
Stephen Boyd
1
-3
/
+14
[next]