index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocfs2: free path in ocfs2_remove_inode_range()
Younger Liu
2013-09-11
1
-0
/
+1
*
ocfs2: fix possible double free in ocfs2_reflink_xattr_rec
Joseph Qi
2013-09-11
1
-1
/
+1
*
ocfs2/dlm: force clean refmap when doing local cleanup
Xue jiufei
2013-09-11
1
-0
/
+8
*
ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...
Younger Liu
2013-09-11
1
-2
/
+3
*
ocfs2: add the missing return value check of ocfs2_xattr_get_clusters
Joseph Qi
2013-09-11
1
-0
/
+4
*
ocfs2: fix a memory leak in __ocfs2_move_extents()
Jie Liu
2013-09-11
1
-0
/
+1
*
ocfs2: add missing return value check of ocfs2_get_clusters()
Joseph Qi
2013-09-11
1
-2
/
+8
*
ocfs2: clean up dead code in ocfs2_acl_from_xattr()
Joseph Qi
2013-09-11
1
-4
/
+0
*
ocfs2: use list_for_each_entry() instead of list_for_each()
Dong Fang
2013-09-11
10
-99
/
+45
*
fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferences
Sunil Mushran
2013-09-11
1
-5
/
+5
*
ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPC
Younger Liu
2013-09-11
1
-2
/
+2
*
ocfs2: dlm_request_all_locks() should deal with the status sent from target node
Xue jiufei
2013-09-11
1
-1
/
+4
*
ocfs2: use i_size_read() to access i_size
Junxiao Bi
2013-09-11
7
-21
/
+21
*
ocfs2: lighten up allocate transaction
Younger Liu
2013-09-11
4
-5
/
+49
*
drivers/iommu: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-09-11
2
-4
/
+0
*
drivers/video/acornfb.c: remove dead code
Paul Bolle
2013-09-11
2
-294
/
+1
*
fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks
Oleg Nesterov
2013-09-11
1
-15
/
+9
*
pidns: kill the unnecessary CLONE_NEWPID in copy_process()
Oleg Nesterov
2013-09-11
1
-3
/
+2
*
pidns: fix vfork() after unshare(CLONE_NEWPID)
Oleg Nesterov
2013-09-11
1
-3
/
+4
*
include/linux/smp.h:on_each_cpu(): switch back to a C function
Andrew Morton
2013-09-11
1
-8
/
+12
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2013-09-11
26
-135
/
+130
|
\
|
*
s390/irq: reduce size of external interrupt handler hash array
Heiko Carstens
2013-09-09
1
-2
/
+4
|
*
s390/compat,uid16: use current_cred()
Heiko Carstens
2013-09-07
1
-4
/
+5
|
*
s390/ap_bus: use and-mask instead of a cast
Heiko Carstens
2013-09-07
1
-1
/
+1
|
*
s390/ftrace: avoid pointer arithmetics with function pointers
Heiko Carstens
2013-09-07
1
-2
/
+2
|
*
s390: make various functions static, add declarations to header files
Heiko Carstens
2013-09-07
10
-22
/
+19
|
*
s390/compat signal: add couple of __force annotations
Heiko Carstens
2013-09-07
1
-5
/
+5
|
*
s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()
Heiko Carstens
2013-09-07
1
-1
/
+3
|
*
s390: keep Kconfig sorted
Heiko Carstens
2013-09-07
1
-3
/
+3
|
*
s390/irq: rework irq subclass handling
Heiko Carstens
2013-09-04
9
-57
/
+38
|
*
s390/irq: use hlists for external interrupt handler array
Heiko Carstens
2013-09-04
1
-12
/
+12
|
*
s390/dumpstack: convert print_symbol to %pSR
Heiko Carstens
2013-09-04
1
-10
/
+10
|
*
s390/perf: Remove print_hex_dump_bytes() debug output
Hendrik Brueckner
2013-09-04
1
-4
/
+1
|
*
s390: update defconfig
Heiko Carstens
2013-09-04
1
-12
/
+27
|
*
s390/bpf,jit: fix address randomization
Heiko Carstens
2013-09-04
1
-1
/
+1
*
|
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2013-09-11
12
-345
/
+413
|
\
\
|
*
|
kconfig: do not allow more than one symbol to have 'option modules'
Yann E. MORIN
2013-09-05
2
-0
/
+7
|
*
|
kconfig: regenerate bison parser
Yann E. MORIN
2013-09-05
1
-264
/
+298
|
*
|
kconfig: do not special-case 'MODULES' symbol
Yann E. MORIN
2013-09-05
2
-13
/
+3
|
*
|
diffconfig: Update script to support python versions 2.5 through 3.3
Mike Pagano
2013-09-01
1
-15
/
+13
|
*
|
diffconfig: Gracefully exit if the default config files are not present
Mike Pagano
2013-08-19
1
-2
/
+7
|
*
|
modules: do not depend on kconfig to set 'modules' option to symbol MODULES
Yann E. MORIN
2013-08-15
1
-0
/
+1
|
*
|
kconfig: silence warning when parsing auto.conf when a symbol has changed type
Yann E. MORIN
2013-08-15
1
-3
/
+8
|
*
|
scripts/config: use sed's POSIX interface
Clement Chauplannaz
2013-08-15
1
-3
/
+41
|
*
|
kconfig: switch to "long long" for sanity
Kees Cook
2013-08-15
1
-9
/
+10
|
*
|
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...
Michal Marek
2013-07-23
4
-38
/
+27
|
|
\
\
|
|
*
|
kconfig: simplify symbol-search code
Yann E. MORIN
2013-07-16
1
-19
/
+11
|
|
*
|
kconfig: don't allocate n+1 elements in temporary array
Yann E. MORIN
2013-07-16
1
-1
/
+1
|
|
*
|
kconfig: minor style fixes in symbol-search code
Yann E. MORIN
2013-07-16
1
-4
/
+3
|
|
*
|
kconfig/[mn]conf: shorten title in search-box
Yann E. MORIN
2013-07-16
2
-4
/
+4
[next]