aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2017-04-111-1/+1
* lib/vsprintf.c: eliminate some branchesRasmus Villemoes2017-04-111-19/+11
* lib/vsprintf.c: fix comparison to boolFabian Frederick2017-04-111-2/+2
* vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2017-04-112-5/+10
* vsprintf: add %pad extension for dma_addr_t useJoe Perches2017-04-112-8/+36
* lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson2017-04-111-0/+2
* add formats for dentry/file pathnamesAl Viro2017-04-112-0/+91
* rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar2017-04-111-2/+8
* rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUsPaul E. McKenney2017-04-113-29/+29
* rcu: Protect ->gp_flags accesses with ACCESS_ONCE()Paul E. McKenney2017-04-111-7/+6
* rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney2017-04-111-3/+8
* rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney2017-04-111-3/+5
* rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney2017-04-111-28/+3
* rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney2017-04-111-1/+1
* rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney2017-04-111-42/+6
* rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney2017-04-111-6/+7
* rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney2017-04-111-0/+3
* rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney2017-04-111-59/+59
* net: delete remnants of NL80211_FASTSCANMister Oyster2017-04-111-7/+0
* BACKPORT: smarter propagate_mnt()Al Viro2017-04-114-77/+130
* BACKPORT: don't bother with propagate_mnt() unless the target is sharedAl Viro2017-04-111-10/+7
* block: remove request ref_countChristoph Hellwig2017-04-113-12/+0
* block: make rq->cmd_flags be 64-bitJens Axboe2017-04-115-41/+41
* block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2017-04-114-5/+4
* random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o2017-04-111-5/+11
* Bluetooth: Release locks before sleeping for L2CAP socket shutdownRupesh Tatiya2017-04-112-2/+36
* Bluetooth: Return the correct address type for L2CAP socketsMarcel Holtmann2017-04-113-2/+33
* Bluetooth: Store source address of HCI connectionsMarcel Holtmann2017-04-112-0/+2
* Bluetooth: Store the source address type of LE connectionsMarcel Holtmann2017-04-112-0/+10
* bluetooth: Initiate authentication before sending l2cap connect response.Kamal Negi2017-04-111-0/+2
* Bluetooth: remove unnecessary check on BT_CLOSED socks during acceptRupesh Tatiya2017-04-112-8/+12
* Bluetooth: Fix redundant encryption when receiving Security RequestJohan Hedberg2017-04-111-1/+21
* kernel: Fix few typosMasanari Iida2017-04-117-8/+8
* Optimized task_sched_runtime for upto 20% increase in PerformanceShoaib05972017-04-111-0/+14
* random: Remove kernel blocking APIHerbert Xu2017-04-112-13/+0
* random: Add callback API for random pool readinessHerbert Xu2017-04-112-0/+87
* random: Blocking API for accessing nonblocking_poolStephan Mueller2017-04-112-0/+13
* random: Wake up all getrandom(2) callers when pool is readyHerbert Xu2017-04-111-1/+1
* BACKPORT: aio: mark AIO pseudo-fs noexecNick Desaulniers2017-04-111-0/+4
* defconfig: regen for 3.10.105Mister Oyster2017-04-111-24/+29
* Linux 3.10.105Willy Tarreau2017-04-111-1/+1
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2017-04-111-1/+1
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2017-04-111-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2017-04-111-2/+7
* crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2017-04-111-7/+7
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2017-04-111-3/+6
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2017-04-111-3/+6
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2017-04-111-9/+7
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2017-04-111-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2017-04-111-40/+3