index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lib/vsprintf.c: improve sanity check in vsnprintf()
Rasmus Villemoes
2017-04-11
1
-1
/
+1
*
lib/vsprintf.c: eliminate some branches
Rasmus Villemoes
2017-04-11
1
-19
/
+11
*
lib/vsprintf.c: fix comparison to bool
Fabian Frederick
2017-04-11
1
-2
/
+2
*
vsprintf: Add support for IORESOURCE_UNSET in %pR
Bjorn Helgaas
2017-04-11
2
-5
/
+10
*
vsprintf: add %pad extension for dma_addr_t use
Joe Perches
2017-04-11
2
-8
/
+36
*
lib/vsprintf.c: document formats for dentry and struct file
Olof Johansson
2017-04-11
1
-0
/
+2
*
add formats for dentry/file pathnames
Al Viro
2017-04-11
2
-0
/
+91
*
rcu: Check both root and current rcu_node when setting up future grace period
Pranith Kumar
2017-04-11
1
-2
/
+8
*
rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUs
Paul E. McKenney
2017-04-11
3
-29
/
+29
*
rcu: Protect ->gp_flags accesses with ACCESS_ONCE()
Paul E. McKenney
2017-04-11
1
-7
/
+6
*
rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()
Paul E. McKenney
2017-04-11
1
-3
/
+8
*
rcu: Avoid redundant grace-period kthread wakeups
Paul E. McKenney
2017-04-11
1
-3
/
+5
*
rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()
Paul E. McKenney
2017-04-11
1
-28
/
+3
*
rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()
Paul E. McKenney
2017-04-11
1
-1
/
+1
*
rcu: Merge __rcu_process_gp_end() into __note_gp_changes()
Paul E. McKenney
2017-04-11
1
-42
/
+6
*
rcu: Rename note_new_gpnum() to note_gp_changes()
Paul E. McKenney
2017-04-11
1
-6
/
+7
*
rcu: Make __note_new_gpnum() check for ends of prior grace periods
Paul E. McKenney
2017-04-11
1
-0
/
+3
*
rcu: Move code to apply callback-numbering simplifications
Paul E. McKenney
2017-04-11
1
-59
/
+59
*
net: delete remnants of NL80211_FASTSCAN
Mister Oyster
2017-04-11
1
-7
/
+0
*
BACKPORT: smarter propagate_mnt()
Al Viro
2017-04-11
4
-77
/
+130
*
BACKPORT: don't bother with propagate_mnt() unless the target is shared
Al Viro
2017-04-11
1
-10
/
+7
*
block: remove request ref_count
Christoph Hellwig
2017-04-11
3
-12
/
+0
*
block: make rq->cmd_flags be 64-bit
Jens Axboe
2017-04-11
5
-41
/
+41
*
block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
Joe Perches
2017-04-11
4
-5
/
+4
*
random: initialize the non-blocking pool via add_hwgenerator_randomness()
Theodore Ts'o
2017-04-11
1
-5
/
+11
*
Bluetooth: Release locks before sleeping for L2CAP socket shutdown
Rupesh Tatiya
2017-04-11
2
-2
/
+36
*
Bluetooth: Return the correct address type for L2CAP sockets
Marcel Holtmann
2017-04-11
3
-2
/
+33
*
Bluetooth: Store source address of HCI connections
Marcel Holtmann
2017-04-11
2
-0
/
+2
*
Bluetooth: Store the source address type of LE connections
Marcel Holtmann
2017-04-11
2
-0
/
+10
*
bluetooth: Initiate authentication before sending l2cap connect response.
Kamal Negi
2017-04-11
1
-0
/
+2
*
Bluetooth: remove unnecessary check on BT_CLOSED socks during accept
Rupesh Tatiya
2017-04-11
2
-8
/
+12
*
Bluetooth: Fix redundant encryption when receiving Security Request
Johan Hedberg
2017-04-11
1
-1
/
+21
*
kernel: Fix few typos
Masanari Iida
2017-04-11
7
-8
/
+8
*
Optimized task_sched_runtime for upto 20% increase in Performance
Shoaib0597
2017-04-11
1
-0
/
+14
*
random: Remove kernel blocking API
Herbert Xu
2017-04-11
2
-13
/
+0
*
random: Add callback API for random pool readiness
Herbert Xu
2017-04-11
2
-0
/
+87
*
random: Blocking API for accessing nonblocking_pool
Stephan Mueller
2017-04-11
2
-0
/
+13
*
random: Wake up all getrandom(2) callers when pool is ready
Herbert Xu
2017-04-11
1
-1
/
+1
*
BACKPORT: aio: mark AIO pseudo-fs noexec
Nick Desaulniers
2017-04-11
1
-0
/
+4
*
defconfig: regen for 3.10.105
Mister Oyster
2017-04-11
1
-24
/
+29
*
Linux 3.10.105
Willy Tarreau
2017-04-11
1
-1
/
+1
*
crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
Ondrej MosnáÄek
2017-04-11
1
-1
/
+1
*
crypto: skcipher - Fix blkcipher walk OOM crash
Herbert Xu
2017-04-11
1
-1
/
+2
*
crypto: cryptd - initialize child shash_desc on import
Ard Biesheuvel
2017-04-11
1
-2
/
+7
*
crypto: algif_skcipher - Load TX SG list after waiting
Herbert Xu
2017-04-11
1
-7
/
+7
*
crypto: algif_skcipher - Fix race condition in skcipher_check_key
Herbert Xu
2017-04-11
1
-3
/
+6
*
crypto: algif_hash - Fix race condition in hash_check_key
Herbert Xu
2017-04-11
1
-3
/
+6
*
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
Herbert Xu
2017-04-11
1
-9
/
+7
*
crypto: algif_skcipher - Remove custom release parent function
Herbert Xu
2017-04-11
1
-40
/
+3
*
crypto: algif_hash - Remove custom release parent function
Herbert Xu
2017-04-11
1
-40
/
+3
[prev]
[next]