aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-13Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-18/+59
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersGravatar Andrii Nakryiko 2-4/+4
2020-12-11elfcore: fix building with clangGravatar Arnd Bergmann 2-27/+0
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-5/+5
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-5/+5
2020-12-10bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Gravatar Alexei Starovoitov 1-5/+5
2020-12-09membarrier: Execute SYNC_CORE on the calling threadGravatar Andy Lutomirski 1-18/+33
2020-12-09membarrier: Explicitly sync remote cores when SYNC_CORE is requestedGravatar Andy Lutomirski 1-0/+18
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Gravatar Andy Lutomirski 1-0/+8
2020-12-07Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+8
2020-12-06Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+8
2020-12-05Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+5
2020-12-04tracing: Fix userstacktrace option for instancesGravatar Steven Rostedt (VMware) 1-5/+8
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-15/+33
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesGravatar Steven Rostedt (VMware) 1-8/+6
2020-11-30ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyGravatar Naveen N. Rao 1-1/+1
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPGravatar Naveen N. Rao 1-1/+21
2020-11-30tracing: Fix alignment of static bufferGravatar Minchan Kim 1-1/+1
2020-11-30tracing: Remove WARN_ON in start_thread()Gravatar Vasily Averin 1-1/+1
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Gravatar Andrea Righi 1-3/+3
2020-11-30ring-buffer: Update write stamp with the correct tsGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-30genirq/irqdomain: Add an irq_create_mapping_affinity() functionGravatar Laurent Vivier 1-5/+8
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+27
2020-11-27Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+2
2020-11-27Merge branch 'for-5.10-pr_cont-fixup' into for-linusGravatar Petr Mladek 1-2/+2
2020-11-27printk: finalize records with trailing newlinesGravatar John Ogness 1-2/+2
2020-11-27kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingGravatar Nicholas Piggin 1-1/+5
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-1/+27
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-55/+71
2020-11-22Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+4
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-14/+7
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-6/+29
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 3-6/+29
2020-11-19fail_function: Remove a redundant mutex unlockGravatar Luo Meng 1-2/+3
2020-11-19lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Gravatar Daniel Xu 1-0/+10
2020-11-17seccomp: Set PF_SUPERPRIV when checking capabilityGravatar Mickaël Salaün 1-3/+2
2020-11-17ptrace: Set PF_SUPERPRIV when checking capabilityGravatar Mickaël Salaün 1-11/+5
2020-11-17Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+17
2020-11-17lockdep: Put graph lock/unlock under lock_recursion protectionGravatar Boqun Feng 1-2/+4
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesGravatar Juri Lelli 2-49/+59
2020-11-17sched: Fix rq->nr_iowait orderingGravatar Peter Zijlstra 1-5/+10
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Gravatar Quentin Perret 1-1/+2
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-51/+42
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-31/+51
2020-11-15Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-12/+12
2020-11-14panic: don't dump stack twice on warnGravatar Christophe Leroy 1-1/+2
2020-11-14kernel/watchdog: fix watchdog_allowed_mask not used warningGravatar Santosh Sivaraj 1-2/+2
2020-11-14reboot: fix overflow parsing reboot cpu numberGravatar Matteo Croce 1-0/+7
2020-11-14Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Gravatar Matteo Croce 1-14/+7
2020-11-14bpf: Relax return code check for subprogramsGravatar Dmitrii Banshchikov 1-2/+13