index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-04
NFC: nci: Move NFCEE discovery logic
Christophe Ricard
2
-5
/
+7
2015-02-04
NFC: nci: Move logical connection structure allocation
Christophe Ricard
5
-27
/
+36
2015-02-04
NFC: nci: Change credits field to credits_cnt
Christophe Ricard
2
-2
/
+2
2015-02-04
NFC: nci: Support all destinations type when creating a connection
Christophe Ricard
4
-34
/
+74
2015-02-04
NFC: nci: Add reference to the RF logical connection
Christophe Ricard
4
-7
/
+6
2015-02-04
s390/zcrypt: fixed domain scanning problem (again)
Ingo Tuchscherer
1
-3
/
+7
2015-02-04
Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patches
Ingo Molnar
16
-327
/
+374
2015-02-04
ath10k: enable qca6174 hw3.2
Michal Kazior
2
-0
/
+16
2015-02-04
ath10k: add log level configuration for fw_dbglog
SenthilKumar Jegadeesan
5
-16
/
+33
2015-02-04
ath10k: Use TX cksum offload only for CHECKSUM_PARTIAL
Helmut Schaa
1
-2
/
+4
2015-02-04
ath10k: fix beacon deadlock
Michal Kazior
3
-24
/
+58
2015-02-04
ath10k: change dma beacon cmd prototype
Michal Kazior
3
-23
/
+38
2015-02-04
ath10k: prevent setting wrong key idx for station
SenthilKumar Jegadeesan
2
-93
/
+72
2015-02-04
perf: Decouple unthrottling and rotating
Mark Rutland
2
-53
/
+30
2015-02-04
perf: Drop module reference on event init failure
Mark Rutland
1
-12
/
+16
2015-02-04
perf: Use POLLIN instead of POLL_IN for perf poll data in flag
Jiri Olsa
1
-1
/
+2
2015-02-04
perf: Fix put_event() ctx lock
Peter Zijlstra
1
-5
/
+12
2015-02-04
perf: Fix move_group() order
Peter Zijlstra (Intel)
1
-9
/
+47
2015-02-04
perf: Fix event->ctx locking
Peter Zijlstra
1
-37
/
+207
2015-02-04
perf: Add a bit of paranoia
Peter Zijlstra
1
-1
/
+18
2015-02-03
Merge branch 'virtio_net_ufo'
David S. Miller
7
-59
/
+74
2015-02-03
Revert "drivers/net: Disable UFO through virtio"
Vlad Yasevich
3
-30
/
+26
2015-02-03
Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"
Vlad Yasevich
2
-8
/
+1
2015-02-03
ipv6: Select fragment id during UFO segmentation if not set.
Vlad Yasevich
4
-21
/
+47
2015-02-04
Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changes
Ingo Molnar
206
-1190
/
+2194
2015-02-04
locking/rtmutex: Optimize setting task running after being blocked
Davidlohr Bueso
1
-4
/
+3
2015-02-04
locking/rwsem: Use task->state helpers
Davidlohr Bueso
2
-3
/
+2
2015-02-04
sched/completion: Add lock-free checking of the blocking case
Nicholas Mc Guire
1
-0
/
+9
2015-02-04
sched/completion: Remove unnecessary ->wait.lock serialization when reading c...
Nicholas Mc Guire
1
-8
/
+1
2015-02-04
locking/mutex: Explicitly mark task as running after wakeup
Davidlohr Bueso
1
-0
/
+2
2015-02-04
Merge tag 'v3.19-rc7' into locking/core, to refresh the branch before applyin...
Ingo Molnar
676
-4374
/
+6851
2015-02-04
sched/Documentation: Remove unneeded word
Sharon Dvir
1
-1
/
+1
2015-02-04
sched/wait: Introduce wait_on_bit_timeout()
Johan Hedberg
1
-0
/
+26
2015-02-04
sched: Pull resched loop to __schedule() callers
Frederic Weisbecker
1
-4
/
+7
2015-02-04
sched/deadline: Remove cpu_active_mask from cpudl_find()
Xunlei Pang
1
-2
/
+1
2015-02-04
sched: Fix hrtick_start() on UP
Wanpeng Li
1
-0
/
+5
2015-02-04
sched/deadline: Avoid pointless __setscheduler()
Wanpeng Li
1
-1
/
+15
2015-02-04
sched/deadline: Fix stale yield state
Peter Zijlstra
1
-19
/
+19
2015-02-04
sched/deadline: Fix hrtick for a non-leftmost task
Wanpeng Li
1
-1
/
+7
2015-02-04
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
3
-7
/
+30
2015-02-04
sched/deadline: Fix deadline parameter modification handling
Peter Zijlstra
2
-6
/
+30
2015-02-04
vhost: vhost_scsi_handle_vq() should just use copy_from_user()
Al Viro
4
-40
/
+2
2015-02-04
vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()
Al Viro
3
-88
/
+23
2015-02-04
vhost: don't bother with copying iovec in handle_tx()
Al Viro
1
-4
/
+5
2015-02-04
vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()
Al Viro
3
-28
/
+4
2015-02-04
net: switch sockets to ->read_iter/->write_iter
Al Viro
1
-29
/
+27
2015-02-04
net/socket.c: fold do_sock_{read,write} into callers
Al Viro
1
-35
/
+21
2015-02-04
crypto: switch af_alg_make_sg() to iov_iter
Al Viro
4
-100
/
+62
2015-02-04
net: bury net/core/iovec.c - nothing in there is used anymore
Al Viro
3
-145
/
+1
2015-02-04
tipc: tipc ->sendmsg() conversion
Al Viro
2
-7
/
+14
[prev]
[next]