summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-03-23printk: change message to pr_infoTomeu Vizoso
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-22Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-03-23Merge tag 'v4.16-rc6' into next-generalJames Morris
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner
2018-03-21audit: remove path param from link denied functionRichard Guy Briggs
2018-03-21pidns: simpler allocation of pid_* cachesAlexey Dobriyan
2018-03-20bpf: skip unnecessary capability checkChenbo Feng
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song
2018-03-20workqueue: remove the comment about the old manager_arb mutexLai Jiangshan
2018-03-20workqueue: fix the comments of nr_idleLai Jiangshan
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee
2018-03-20genirq: Remove license boilerplate/referencesThomas Gleixner
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner
2018-03-20genirq/matrix: Cleanup SPDX identifierThomas Gleixner
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence
2018-03-20firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez
2018-03-20perf/cgroup: Fix child event counting bugSong Liu
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf
2018-03-20genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König
2018-03-20sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra
2018-03-20sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra
2018-03-20sched/wait: Introduce wait_var_event()Peter Zijlstra
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi
2018-03-20sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2018-03-20locking/mutex: Improve documentationMatthew Wilcox
2018-03-20crash: export paddr_vmcoreinfo_note()Marc-André Lureau
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend
2018-03-19sockmap: convert refcnt to an atomic refcntJohn Fastabend
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo
2018-03-19RCU, workqueue: Implement rcu_workTejun Heo
2018-03-19y2038: Introduce struct __kernel_old_timevalArnd Bergmann
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-16perf/core: Clear sibling list of detached eventsMark Rutland
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-16mm: remove blackfin MPU supportArnd Bergmann
2018-03-15cpu/hotplug: Fix unused function warningArnd Bergmann
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young
2018-03-15bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt
2018-03-14Merge branch 'linus' into irq/core to pick up dependencies.Thomas Gleixner