aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-04-10bpf: simplify verifier register state assignmentsAlexei Starovoitov1-4/+2
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-40/+143
2016-04-08cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki1-0/+2
2016-04-08bpf, verifier: further improve search pruningDaniel Borkmann1-2/+7
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov3-1/+31
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2-2/+42
2016-04-07bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov1-2/+43
2016-04-07perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov1-4/+9
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov5-33/+40
2016-04-07perf: optimize perf_fetch_caller_regsAlexei Starovoitov1-0/+1
2016-04-07livepatch: robustify klp_register_patch() API error checkingJiri Kosina1-3/+3
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells1-1/+1
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells1-2/+3
2016-04-04audit: we don't need to __set_current_state(TASK_RUNNING)Paul Moore1-7/+5
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-04-04audit: cleanup prune_tree_threadJiri Slaby1-7/+5
2016-04-04locking/lockdep: Fix print_collision() unused warningBorislav Petkov1-0/+2
2016-04-04memremap: add arch specific hook for MEMREMAP_WB mappingsArd Biesheuvel1-2/+9
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+13
2016-04-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-34/+126
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+4
2016-04-02cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki4-0/+538
2016-04-02cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki1-11/+37
2016-04-01livepatch: reuse module loader code to write relocationsJessica Yu1-54/+94
2016-04-01module: preserve Elf information for livepatch modulesJessica Yu1-3/+122
2016-03-31torture: Clarify refusal to run more than one torture testPaul E. McKenney1-1/+2
2016-03-31rcutorture: Consider FROZEN hotplug notifier transitionsAnna-Maria Gleixner1-1/+1
2016-03-31rcutorture: Remove redundant initialization to zeroPaul E. McKenney1-2/+2
2016-03-31rcuperf: Do not wake up shutdown wait queue if "shutdown" is false.Artem Savkov1-2/+4
2016-03-31rcutorture: Avoid RCU CPU stall warning and RT throttlingPaul E. McKenney1-0/+4
2016-03-31rcutorture: Add rcuperf holdoff boot parameter to reduce interferencePaul E. McKenney1-0/+5
2016-03-31rcutorture: Make rcuperf collect expedited event-trace dataPaul E. McKenney1-0/+1
2016-03-31rcutorture: Set rcuperf writer kthreads to real-time priorityPaul E. McKenney1-0/+3
2016-03-31rcutorture: Bind rcuperf reader/writer kthreads to CPUsPaul E. McKenney1-1/+4
2016-03-31rcutorture: Add RCU grace-period performance testsPaul E. McKenney2-0/+638
2016-03-31rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney1-0/+22
2016-03-31rcutorture: Allow for rcupdate.rcu_normalPaul E. McKenney1-2/+2
2016-03-31rcu: Dump ftrace buffer when kicking grace-period kthreadPaul E. McKenney1-0/+1
2016-03-31rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng1-2/+2
2016-03-31rcu: Awaken grace-period kthread if too long since FQSPaul E. McKenney2-2/+39
2016-03-31rcu: Make FQS schedule advance only if FQS happenedPaul E. McKenney1-8/+15
2016-03-31rcu: Awaken grace-period kthread when stalledPaul E. McKenney1-1/+3
2016-03-31rcu: Overlap wakeups with next expedited grace periodPaul E. McKenney2-4/+16
2016-03-31rcu: Consolidate expedited GP code into exp_funnel_lock()Paul E. McKenney2-6/+2
2016-03-31rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()Paul E. McKenney2-5/+5
2016-03-31rcu: Consolidate expedited GP code into rcu_exp_wait_wake()Paul E. McKenney2-17/+11
2016-03-31rcu: Add exp_funnel_lock() fastpathPaul E. McKenney1-0/+10
2016-03-31rcu: Enforce expedited-GP fairness via funnel wait queuePaul E. McKenney3-91/+90