aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau1-26/+21
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau2-19/+151
2016-11-15bpf: LRU ListMartin KaFai Lau3-1/+648
2016-11-15Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+23
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-38/+23
2016-11-15perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros1-0/+11
2016-11-15sched/cputime: Simplify task_cputime()Stanislaw Gruszka2-44/+17
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2-46/+17
2016-11-15sched/cputime, powerpc: Remove cputime_to_scaled()Stanislaw Gruszka1-14/+12
2016-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+10
2016-11-14tracing: Allow wakeup_dl tracer to be used by instancesZhou Chengming1-0/+1
2016-11-14tracing/filter: Define op as the enum that it isSteven Rostedt (Red Hat)1-10/+12
2016-11-14tracing: Optimise comparison filters and fix binary and for 64 bitSteven Rostedt (Red Hat)1-32/+48
2016-11-14ftrace: Support full glob matchingMasami Hiramatsu5-2/+25
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)1-0/+22
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov1-1/+1
2016-11-14bpf: Use u64_to_user_ptr()Mickaël Salaün1-17/+12
2016-11-14audit: tame initialization warning len_abuf in audit_log_execve_infoRichard Guy Briggs1-1/+1
2016-11-14rcu: Don't kick unless grace period or requestPaul E. McKenney1-1/+2
2016-11-14rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney2-1/+12
2016-11-14torture: Trace long read-side delaysPaul E. McKenney1-1/+10
2016-11-14rcu: Remove obsolete comment from __call_rcu()Paul E. McKenney1-7/+0
2016-11-14rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney1-2/+1
2016-11-14rcu: Tighten up __call_rcu() rcu_head alignment checkPaul E. McKenney1-1/+3
2016-11-14Revert "printk: make reading the kernel log flush pending lines"Linus Torvalds1-11/+0
2016-11-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-11-14Merge commit 'v4.9-rc5' into nextJames Morris11-75/+99
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann1-0/+11
2016-11-11Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+3
2016-11-11Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki1-1/+3
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede1-12/+1
2016-11-11sched/deadline: Fix typo in a commentDaniel Bristot de Oliveira1-1/+1
2016-11-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar10-62/+96
2016-11-11locking/lockdep: Remove unused parameter from the add_lock_to_list() functionTahsin Erdogan1-5/+5
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar9-62/+95
2016-11-09bpf: Remove unused but set variablesTobias Klauser1-2/+0
2016-11-09kernel/printk: Convert to hotplug state machineSebastian Andrzej Siewior1-16/+13
2016-11-09genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()Christoph Hellwig1-21/+25
2016-11-09genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()Christoph Hellwig1-14/+10
2016-11-08genirq: Use irq type from irqdata instead of irqdescThomas Gleixner1-2/+2
2016-11-07bpf: fix map not being uncharged during map creation failureDaniel Borkmann1-1/+3
2016-11-07bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann1-1/+2
2016-11-05Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds2-9/+7
2016-11-03taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong1-1/+5
2016-11-03sched/core: Remove pointless printout in sched_show_task()Linus Torvalds1-9/+0
2016-11-03sched/core: Fix oops in sched_show_task()Tetsuo Handa1-0/+3
2016-11-02PM / sleep: fix device reference leak in test_suspendJohan Hovold1-1/+3
2016-11-01seccomp: Fix documentationMickaël Salaün1-4/+3
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-10/+9
2016-11-01Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar9-53/+89