aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-05-18sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre1-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.hMathieu Malaterre3-6/+3
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann1-25/+75
2018-05-18bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend1-3/+3
2018-05-18bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend1-6/+6
2018-05-17bpf: sockmap, fix double-freeGustavo A. R. Silva1-1/+0
2018-05-17bpf: sockmap, fix uninitialized variableGustavo A. R. Silva1-1/+1
2018-05-17audit: normalize loginuid read accessRichard Guy Briggs1-9/+15
2018-05-17audit: use new audit_context access funciton for seccomp_actions_loggedRichard Guy Briggs1-1/+1
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-100/+797
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend1-1/+1
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song1-0/+6
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre1-2/+2
2018-05-16printk: fix possible reuse of va_list variableTetsuo Handa1-1/+4
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWNWaiman Long1-0/+2
2018-05-16locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long3-21/+28
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar16-481/+400
2018-05-15memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams3-177/+171
2018-05-16resource: switch to proc_create_seq_dataChristoph Hellwig1-38/+5
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig7-128/+16
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-14/+2
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig3-68/+4
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend3-17/+492
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEADPaul E. McKenney16-395/+254
2018-05-15rcutorture: Print end-of-test statePaul E. McKenney1-0/+8
2018-05-15rcu: Drop early GP request check from rcu_gp_kthread()Paul E. McKenney1-6/+0
2018-05-15rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney3-57/+3
2018-05-15rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp()Paul E. McKenney1-4/+2
2018-05-15rcu: Make rcu_start_this_gp() check for out-of-range requestsPaul E. McKenney1-0/+2
2018-05-15rcu: Add funnel locking to rcu_start_this_gp()Paul E. McKenney1-57/+35
2018-05-15rcu: Make rcu_start_future_gp() caller select grace periodPaul E. McKenney2-35/+27
2018-05-15rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp()Paul E. McKenney1-44/+12
2018-05-15rcu: Clear request other than RCU_GP_FLAG_INIT at GP endPaul E. McKenney1-0/+1
2018-05-15rcu: Cleanup, don't put ->completed into an intPaul E. McKenney1-1/+1
2018-05-15rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs()Paul E. McKenney1-38/+15
2018-05-15rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisitionPaul E. McKenney1-4/+4
2018-05-15rcu: Make rcu_migrate_callbacks wake GP kthread when neededPaul E. McKenney1-2/+6
2018-05-15rcu: Convert ->need_future_gp[] array to booleanPaul E. McKenney2-4/+4
2018-05-15rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elementsPaul E. McKenney2-2/+3
2018-05-15rcu: Avoid losing ->need_future_gp[] values due to GP start/end racesPaul E. McKenney1-2/+1
2018-05-15rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney3-24/+10
2018-05-15rcu: Make rcu_gp_kthread() check for early-boot activityPaul E. McKenney1-0/+6
2018-05-15rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney3-10/+23
2018-05-15rcu: Make rcu_start_future_gp()'s grace-period check more precisePaul E. McKenney1-13/+5
2018-05-15rcu: Improve non-root rcu_cbs_completed() accuracyPaul E. McKenney1-0/+15
2018-05-15rcu: Add leaf-node macrosPaul E. McKenney3-7/+12
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney3-17/+29
2018-05-15rcu: Declare rcu_eqs_special_set() in public headerYury Norov1-1/+0
2018-05-15rcu: Update rcu_bind_gp_kthread() header commentPaul E. McKenney1-2/+1