aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 3-7/+25
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-10/+25
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryGravatar Navid Emamdoost 1-2/+4
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroGravatar Nathan Chancellor 1-5/+5
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeGravatar Masami Hiramatsu 1-0/+16
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-201/+221
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-22/+137
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-48/+56
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-3/+10
2019-09-27bpf: Fix bpf_event_output re-entry issueGravatar Allan Zhang 1-5/+21
2019-09-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+5
2019-09-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2019-09-26Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 2-4/+6
2019-09-26bpf: Clean up indentation issue in BTF kflag processingGravatar Colin Ian King 1-1/+1
2019-09-25bug: consolidate __WARN_FLAGS usageGravatar Kees Cook 1-1/+1
2019-09-25bug: lift "cut here" out of __warn()Gravatar Kees Cook 1-4/+2
2019-09-25bug: consolidate warn_slowpath_fmt() usageGravatar Kees Cook 1-7/+7
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Gravatar Kees Cook 1-15/+3
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyGravatar Douglas Anderson 2-20/+19
2019-09-25kexec: bail out upon SIGKILL when allocating memory.Gravatar Tetsuo Handa 1-0/+2
2019-09-25fork: improve error message for corrupted page tablesGravatar Sai Praneeth Prakhya 1-2/+14
2019-09-25kernel/elfcore.c: include proper prototypesGravatar Valdis Kletnieks 1-0/+1
2019-09-25bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Gravatar Jonathan Lemon 1-1/+1
2019-09-25sched/fair: Avoid redundant EAS calculationGravatar Quentin Perret 1-1/+1
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupGravatar Valentin Schneider 1-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentGravatar Valentin Schneider 1-4/+3
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsGravatar Qian Cai 1-13/+6
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()Gravatar KeMeng Shi 1-2/+2
2019-09-25sched/membarrier: Return -ENOMEM to userspace on memory allocation failureGravatar Mathieu Desnoyers 1-43/+20
2019-09-25sched/membarrier: Skip IPIs when mm->mm_users == 1Gravatar Mathieu Desnoyers 1-4/+5
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadGravatar Mathieu Desnoyers 3-45/+168
2019-09-25sched/membarrier: Remove redundant checkGravatar Mathieu Desnoyers 1-2/+2
2019-09-25sched/membarrier: Fix private expedited registration checkGravatar Mathieu Desnoyers 1-1/+1
2019-09-25tasks, sched/core: RCUify the assignment of rq->currGravatar Eric W. Biederman 1-2/+7
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Gravatar Eric W. Biederman 3-70/+3
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Gravatar Eric W. Biederman 2-5/+8
2019-09-25tasks: Add a count of task RCU usersGravatar Eric W. Biederman 2-5/+9
2019-09-25tracing/probe: Fix same probe event argument matchingGravatar Srikar Dronamraju 2-4/+6
2019-09-25Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Gravatar Wanpeng Li 1-1/+1
2019-09-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-24/+68
2019-09-24arm64, mm: move generic mmap layout functions to mmGravatar Alexandre Ghiti 1-2/+4
2019-09-24uprobe: collapse THP pmd after removing all uprobesGravatar Song Liu 1-0/+9
2019-09-24uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITGravatar Song Liu 1-4/+2
2019-09-24uprobe: use original page when all uprobes are removedGravatar Song Liu 1-15/+51
2019-09-24mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range()Gravatar David Hildenbrand 1-2/+2
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-1/+0
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-34/+58
2019-09-24cpu/SMT: create and export cpu_smt_possible()Gravatar Vitaly Kuznetsov 1-2/+9
2019-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 1-0/+1
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+69