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
2017-07-10
Merge branches 'for-4.13/ish' and 'for-4.13/ite' into for-linus
Jiri Kosina
15
-53
/
+125
2017-07-10
Merge branches 'for-4.13/apple' and 'for-4.13/asus' into for-linus
Jiri Kosina
5
-38
/
+63
2017-07-09
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
903
-25523
/
+359485
2017-07-09
afs: Add metadata xattrs
David Howells
8
-2
/
+138
2017-07-09
afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directories
Marc Dionne
1
-3
/
+2
2017-07-09
mqueue: fix a use-after-free in sys_mq_notify()
Cong Wang
1
-1
/
+3
2017-07-09
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-56
/
+65
2017-07-09
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-3
/
+13
2017-07-09
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-18
/
+19
2017-07-09
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-113
/
+165
2017-07-09
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-23
/
+30
2017-07-09
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-2
/
+3
2017-07-09
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-27
/
+75
2017-07-09
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+11
2017-07-09
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
30
-513
/
+2081
2017-07-09
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-70
/
+182
2017-07-09
Merge branch 'waitid-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-5
/
+12
2017-07-08
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
90
-822
/
+3786
2017-07-08
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
9
-47
/
+92
2017-07-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
34
-71
/
+1349
2017-07-08
Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
34
-443
/
+3026
2017-07-08
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
11
-18
/
+185
2017-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
24
-492
/
+890
2017-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
30
-65
/
+92
2017-07-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
10
-46
/
+61
2017-07-08
Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-31
/
+11
2017-07-08
Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-16
/
+9
2017-07-08
fix waitid(2) breakage
Al Viro
1
-5
/
+12
2017-07-08
net: ethernet: mediatek: remove useless code in mtk_probe()
Gustavo A. R. Silva
1
-5
/
+0
2017-07-08
mpls: fix uninitialized in_label var warning in mpls_getroute
Roopa Prabhu
1
-4
/
+8
2017-07-08
doc: SKB_GSO_[IPIP|SIT] have been replaced
Nicolas Dichtel
1
-1
/
+1
2017-07-08
bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
WANG Cong
3
-7
/
+12
2017-07-08
Merge branch 'rds-tcp-sock_graft-leak'
David S. Miller
2
-1
/
+2
2017-07-08
net/sock: add WARN_ON(parent->sk) in sock_graft()
Sowmini Varadhan
1
-0
/
+1
2017-07-08
rds: tcp: use sock_create_lite() to create the accept socket
Sowmini Varadhan
1
-1
/
+1
2017-07-08
Merge branch 'hns-fixes'
David S. Miller
3
-16
/
+14
2017-07-08
net: hns: Fix a skb used after free bug
Yunsheng Lin
2
-15
/
+13
2017-07-08
net: hns: Fix a wrong op phy C45 code
Yunsheng Lin
1
-1
/
+1
2017-07-08
net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3
vishnuvardhan
1
-1
/
+2
2017-07-08
sched/headers/uapi: Fix linux/sched/types.h userspace compilation errors
Dmitry V. Levin
1
-8
/
+8
2017-07-08
kprobes: Ensure that jprobe probepoints are at function entry
Naveen N. Rao
1
-2
/
+6
2017-07-08
kprobes: Simplify register_jprobes()
Naveen N. Rao
1
-14
/
+16
2017-07-08
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...
Naveen N. Rao
4
-8
/
+8
2017-07-08
locking/qspinlock: Explicitly include asm/prefetch.h
Stafford Horne
1
-0
/
+1
2017-07-08
objtool: Fix sibling call detection logic
Josh Poimboeuf
1
-2
/
+11
2017-07-07
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+4
2017-07-07
Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-75
/
+178
2017-07-07
exec: Limit arg stack to at most 75% of _STK_LIM
Kees Cook
1
-5
/
+6
2017-07-07
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
24
-63
/
+572
2017-07-07
xfs: don't crash on unexpected holes in dir/attr btrees
Darrick J. Wong
4
-5
/
+5
[prev]
[next]