index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
*
IB/iser: Remove a redundant struct iser_data_buf
Sagi Grimberg
2015-04-15
3
-52
/
+34
*
IB/iser: Remove redundant cmd_data_len calculation
Sagi Grimberg
2015-04-15
1
-4
/
+1
*
IB/iser: Fix wrong calculation of protection buffer length
Sagi Grimberg
2015-04-15
1
-2
/
+2
*
IB/iser: Handle fastreg/local_inv completion errors
Sagi Grimberg
2015-04-15
1
-5
/
+6
*
IB/iser: Fix unload during ep_poll wrong dereference
Sagi Grimberg
2015-04-15
1
-1
/
+1
*
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2015-04-15
15
-198
/
+174
|
\
|
*
kconfig: Do not print status messages in make -s mode
Michal Marek
2015-04-09
6
-32
/
+62
|
*
kconfig: Simplify Makefile
Michal Marek
2015-04-08
1
-12
/
+8
|
*
kbuild: add generic mergeconfig target, %.config
Masahiro Yamada
2015-03-24
1
-10
/
+9
|
*
merge_config.sh: rename MAKE to RUNMAKE
Masahiro Yamada
2015-03-24
1
-3
/
+3
|
*
merge_config.sh: improve indentation
Masahiro Yamada
2015-03-24
1
-8
/
+6
|
*
kbuild: mergeconfig: remove redundant $(objtree)
Masahiro Yamada
2015-03-24
1
-1
/
+1
|
*
kbuild: mergeconfig: move an error check to merge_config.sh
Masahiro Yamada
2015-03-24
2
-1
/
+5
|
*
kbuild: mergeconfig: fix "jobserver unavailable" warning
Masahiro Yamada
2015-03-24
1
-1
/
+1
|
*
kconfig: Remove unnecessary prototypes from headers
Michal Marek
2015-02-25
7
-48
/
+40
|
*
kconfig: Remove dead code
Michal Marek
2015-02-25
4
-39
/
+0
|
*
kconfig: Get rid of the P() macro in headers
Michal Marek
2015-02-25
2
-47
/
+43
|
*
kconfig: fix a misspelling in scripts/kconfig/merge_config.sh
Masahiro Yamada
2015-02-25
1
-1
/
+1
*
|
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2015-04-15
11
-48
/
+50
|
\
\
|
*
|
Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbols
Ard Biesheuvel
2015-04-07
1
-1
/
+0
|
*
|
Kbuild: kallsyms: ignore veneers emitted by the ARM linker
Ard Biesheuvel
2015-04-07
1
-9
/
+21
|
*
|
kbuild: ia64: use $(src)/Makefile.gate rather than particular path
Masahiro Yamada
2015-04-02
1
-1
/
+1
|
*
|
kbuild: include $(src)/Makefile rather than $(obj)/Makefile
Masahiro Yamada
2015-04-02
2
-2
/
+2
|
*
|
kbuild: use relative path more to include Makefile
Masahiro Yamada
2015-04-02
5
-18
/
+16
|
*
|
kbuild: use relative path to include Makefile
Masahiro Yamada
2015-04-02
4
-4
/
+4
|
*
|
kbuild: do not add $(bounds-file) and $(offsets-file) to targets
Masahiro Yamada
2015-04-02
1
-2
/
+1
|
*
|
kbuild: remove warning about "make depend"
Masahiro Yamada
2015-03-24
1
-6
/
+0
|
*
|
kbuild: Don't reset timestamps in include/generated if not needed
Michal Marek
2015-03-24
1
-9
/
+9
|
|
/
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-04-15
31
-1156
/
+1953
|
\
\
|
*
|
lsm: copy comm before calling audit_log to avoid race in string printing
Richard Guy Briggs
2015-04-15
1
-6
/
+9
|
*
|
Merge branch 'tomoyo-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...
James Morris
2015-04-13
4
-45
/
+15
|
|
\
\
|
|
*
|
tomoyo: Do not generate empty policy files
Michal Marek
2015-04-07
3
-29
/
+5
|
|
*
|
tomoyo: Use if_changed when generating builtin-policy.h
Michal Marek
2015-04-07
1
-18
/
+11
|
|
*
|
tomoyo: Use bin2c to generate builtin-policy.h
Michal Marek
2015-04-07
2
-10
/
+11
|
|
|
/
|
*
|
selinux: increase avtab max buckets
Stephen Smalley
2015-04-06
1
-1
/
+1
|
*
|
selinux: Use a better hash function for avtab
John Brooks
2015-04-06
2
-5
/
+38
|
*
|
selinux: convert avtab hash table to flex_array
Stephen Smalley
2015-04-06
2
-13
/
+22
|
*
|
selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()
Paul Moore
2015-04-06
2
-12
/
+4
|
*
|
selinux: remove unnecessary pointer reassignment
Jeff Vander Stoep
2015-04-06
1
-4
/
+2
|
*
|
Merge branch 'smack-for-4.1' of git://github.com/cschaufler/smack-next into next
James Morris
2015-04-02
5
-69
/
+307
|
|
\
\
|
|
*
|
Smack: Updates for Smack documentation
Casey Schaufler
2015-03-31
1
-50
/
+79
|
|
*
|
smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.c
Paul Gortmaker
2015-03-23
1
-1
/
+0
|
|
*
|
Smack: Allow an unconfined label in bringup mode
Casey Schaufler
2015-03-23
4
-17
/
+182
|
|
*
|
Smack: getting the Smack security context of keys
José Bollo
2015-03-23
1
-0
/
+31
|
|
*
|
Smack: Assign smack_known_web as default smk_in label for kernel thread's socket
Marcin Lis
2015-03-23
1
-1
/
+15
|
*
|
|
tpm/st33zp24/spi: Add missing device table for spi phy.
Christophe Ricard
2015-03-27
1
-0
/
+7
|
*
|
|
tpm/st33zp24: Add proper wait for ordinal duration in case of irq mode
Christophe Ricard
2015-03-27
1
-1
/
+11
|
*
|
|
tpm/tpm_infineon: Use struct dev_pm_ops for power management
Peter Huewe
2015-03-18
1
-25
/
+9
|
*
|
|
MAINTAINERS: Add Jason as designated reviewer for TPM
Peter Huewe
2015-03-18
1
-0
/
+1
|
*
|
|
tpm: Update KConfig text to include TPM2.0 FIFO chips
Peter Huewe
2015-03-18
1
-4
/
+5
[next]