aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-02-20rcu: More clearly identify grace-period kthread stack dumpPaul E. McKenney1-0/+1
2018-02-20rcu: Remove obsolete force-quiescent-state statistics for debugfsPaul E. McKenney2-8/+1
2018-02-20rcu: Remove obsolete __rcu_pending() statistics for debugfsPaul E. McKenney2-39/+9
2018-02-20rcu: Remove obsolete callback-invocation statistics for debugfsPaul E. McKenney3-4/+0
2018-02-20rcu: Remove obsolete boost statistics for debugfsPaul E. McKenney2-12/+2
2018-02-20rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo1-1/+13
2018-02-20rcu: Fix CPU offload boot message when no CPUs are offloadedPaul E. McKenney1-2/+5
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-86/+169
2018-02-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-50/+128
2018-02-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+4
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar79-1593/+4748
2018-02-16workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-02-16genirq: Let irq thread follow the effective hard irq affinityThomas Gleixner1-3/+7
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-14/+4
2018-02-16kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu1-25/+53
2018-02-16kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu1-25/+75
2018-02-15bpf: fix mlock precharge on arraymapsDaniel Borkmann1-12/+16
2018-02-15sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney2-30/+2
2018-02-15rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data()Lihao Liang1-4/+0
2018-02-15audit: bail before bug check if audit disabledRichard Guy Briggs1-4/+1
2018-02-15audit: deprecate the AUDIT_FILTER_ENTRY filterRichard Guy Briggs2-12/+13
2018-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-16/+22
2018-02-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+15
2018-02-15bpf: Remove unused callee_saved arrayJoe Stringer1-4/+0
2018-02-14audit: session ID should not set arch quick field pointerRichard Guy Briggs1-1/+0
2018-02-14audit: update bugtracker and source URIsRichard Guy Briggs1-1/+2
2018-02-14bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2-1/+3
2018-02-14bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang1-1/+1
2018-02-13bpf: fix sock_map_alloc() error pathEric Dumazet1-1/+2
2018-02-13bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song1-4/+7
2018-02-13net: Convert audit_net_opsKirill Tkhai1-0/+1
2018-02-13locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon1-0/+8
2018-02-13locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon1-6/+7
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan1-2/+0
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra1-11/+16
2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang1-1/+2
2018-02-13sched/deadline: Make update_curr_dl() more accurateWen Yang1-2/+4
2018-02-13sched/fair: Remove stray space in #ifdefVincent Guittot1-2/+2
2018-02-12sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo1-5/+10
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds7-12/+12
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-72/+115
2018-02-09Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+4
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-72/+115
2018-02-08tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)1-5/+4
2018-02-08ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2018-02-08print kdump kernel loaded status in stack dumpDave Young1-2/+5
2018-02-07Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-6/+1
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-120/+83
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-99/+308