index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-17
arm: use asm-generic for seccomp.h
Kees Cook
2
-11
/
+1
2015-04-17
seccomp: allow COMPAT sigreturn overrides
Kees Cook
1
-0
/
+2
2015-04-17
arc: do not export symbols in troubleshoot.c
Davidlohr Bueso
1
-2
/
+1
2015-04-17
include/linux/kconfig.h: ese macros which are already defined
Michal Simek
1
-8
/
+7
2015-04-17
memstick: mspro_block: add missing curly braces
Dan Carpenter
1
-1
/
+2
2015-04-17
bfs: correct return values
Sanidhya Kashyap
1
-2
/
+2
2015-04-17
bfs: bfad_worker cleanup
Jiri Slaby
1
-13
/
+9
2015-04-17
affs: kstrdup() memory handling
Sanidhya Kashyap
1
-1
/
+5
2015-04-17
fs/affs: use affs_test_opt()
Fabian Frederick
5
-21
/
+22
2015-04-17
fs/affs/super.c: use affs_set_opt()
Fabian Frederick
1
-15
/
+16
2015-04-17
fs/affs/affs.h: add mount option manipulation macros
Fabian Frederick
1
-0
/
+4
2015-04-17
fs/affs: use AFFS_MOUNT prefix for mount options
Fabian Frederick
6
-48
/
+54
2015-04-17
adfs: return correct return values
Sanidhya Kashyap
2
-5
/
+16
2015-04-17
gcov: fix softlockups
Andrey Ryabinin
1
-1
/
+4
2015-04-17
kernel/sysctl.c: detect overflows when converting to int
Heinrich Schuchardt
1
-1
/
+9
2015-04-17
cpumask: don't perform while loop in cpumask_next_and()
Sergey Senozhatsky
1
-4
/
+5
2015-04-17
fs/exec.c:de_thread: move notify_count write under lock
Kirill Tkhai
1
-1
/
+5
2015-04-17
prctl: avoid using mmap_sem for exe_file serialization
Davidlohr Bueso
3
-25
/
+47
2015-04-17
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
4
-22
/
+40
2015-04-17
Doc/sysctl/kernel.txt: document threads-max
Heinrich Schuchardt
1
-0
/
+21
2015-04-17
kernel/sysctl.c: threads-max observe limits
Heinrich Schuchardt
3
-6
/
+34
2015-04-17
kernel/fork.c: avoid division by zero
Heinrich Schuchardt
1
-9
/
+20
2015-04-17
kernel/fork.c: new function for max_threads
Heinrich Schuchardt
2
-15
/
+23
2015-04-17
fork_init: update max_threads comment
Jean Delvare
1
-2
/
+2
2015-04-17
fork: report pid reservation failure properly
Michal Hocko
2
-9
/
+11
2015-04-17
signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo
Vladimir Davydov
1
-9
/
+5
2015-04-17
ptrace: ptrace_detach() can no longer race with SIGKILL
Oleg Nesterov
1
-10
/
+9
2015-04-17
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oleg Nesterov
1
-0
/
+20
2015-04-17
fs/fat: comment fix, fat_bits can be also 32
Alexander Kuleshov
1
-1
/
+1
2015-04-17
fs/fat: remove unnecessary includes
Alexander Kuleshov
9
-33
/
+1
2015-04-17
fs/fat: remove unnecessary defintion
Alexander Kuleshov
1
-2
/
+1
2015-04-17
hfsplus: don't store special "osx" xattr prefix on-disk
Thomas Hebb
1
-5
/
+14
2015-04-17
hfsplus: fix expand when not enough available space
Sergei Antonov
1
-0
/
+6
2015-04-17
hfsplus: incorrect return value
Chengyu Song
1
-2
/
+2
2015-04-17
fs/hfsplus: replace if/BUG by BUG_ON
Fabian Frederick
1
-3
/
+1
2015-04-17
fs/hfsplus: use bool instead of int for is_known_namespace() return value
Fabian Frederick
1
-1
/
+1
2015-04-17
fs/hfsplus: atomically set inode->i_flags
Fabian Frederick
1
-7
/
+5
2015-04-17
fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()
Fabian Frederick
5
-65
/
+35
2015-04-17
fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()
Fabian Frederick
5
-67
/
+38
2015-04-17
hfsplus: add missing curly braces in hfsplus_delete_cat()
Dan Carpenter
1
-1
/
+2
2015-04-17
hfs: incorrect return values
Chengyu Song
1
-2
/
+2
2015-04-17
nilfs2: use inode_set_flags() in nilfs_set_inode_flags()
Ryusuke Konishi
1
-7
/
+8
2015-04-17
nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()
Ryusuke Konishi
1
-2
/
+2
2015-04-17
nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()
Ryusuke Konishi
1
-1
/
+1
2015-04-17
nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl
Ryusuke Konishi
1
-6
/
+52
2015-04-17
nilfs2: add helper to find existent block on metadata file
Ryusuke Konishi
2
-0
/
+57
2015-04-17
nilfs2: add bmap function to seek a valid key
Ryusuke Konishi
4
-1
/
+115
2015-04-17
nilfs2: unify type of key arguments in bmap interface
Ryusuke Konishi
4
-20
/
+16
2015-04-17
nilfs2: use bgl_lock_ptr()
Ryusuke Konishi
1
-2
/
+5
2015-04-17
nilfs2: use set_mask_bits() for operations on buffer state bitmap
Ryusuke Konishi
2
-20
/
+18
[prev]
[next]