summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-03-21pidns: simpler allocation of pid_* cachesAlexey Dobriyan-43/+24
2018-03-20bpf: skip unnecessary capability checkChenbo Feng-1/+1
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song-28/+40
2018-03-20workqueue: remove the comment about the old manager_arb mutexLai Jiangshan-1/+0
2018-03-20workqueue: fix the comments of nr_idleLai Jiangshan-3/+2
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee-0/+1
2018-03-20genirq: Remove license boilerplate/referencesThomas Gleixner-13/+4
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner-0/+16
2018-03-20genirq/matrix: Cleanup SPDX identifierThomas Gleixner-5/+3
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner-32/+7
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence-11/+16
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence-1/+1
2018-03-20firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez-0/+11
2018-03-20perf/cgroup: Fix child event counting bugSong Liu-5/+16
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf-3/+4
2018-03-20genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König-4/+4
2018-03-20sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra-6/+1
2018-03-20sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra-101/+0
2018-03-20sched/wait: Introduce wait_var_event()Peter Zijlstra-0/+48
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi-5/+39
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi-1/+8
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi-14/+70
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi-6/+125
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-38/+30
2018-03-20locking/mutex: Improve documentationMatthew Wilcox-7/+30
2018-03-20crash: export paddr_vmcoreinfo_note()Marc-André Lureau-0/+1
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+20
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+1
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend-20/+711
2018-03-19sockmap: convert refcnt to an atomic refcntJohn Fastabend-13/+10
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar-40/+35
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo-14/+7
2018-03-19RCU, workqueue: Implement rcu_workTejun Heo-0/+54
2018-03-19y2038: Introduce struct __kernel_old_timevalArnd Bergmann-0/+12
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2
2018-03-16perf/core: Clear sibling list of detached eventsMark Rutland-1/+1
2018-03-16perf: Fix sibling iterationPeter Zijlstra-18/+16
2018-03-16mm: remove blackfin MPU supportArnd Bergmann-4/+0
2018-03-15cpu/hotplug: Fix unused function warningArnd Bergmann-9/+9
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young-60/+0
2018-03-15bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu-22/+235
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt-0/+20
2018-03-14Merge branch 'linus' into irq/core to pick up dependencies.Thomas Gleixner-184/+317
2018-03-14tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)-1197/+979
2018-03-14tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)-14/+32
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)-64/+48
2018-03-14cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_statesLai Jiangshan-27/+15
2018-03-14jump_label: Fix sparc64 warningJosh Poimboeuf-1/+2
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger-8/+0
2018-03-13workqueue: use put_device() instead of kfree()Arvind Yadav-1/+1