summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-7/+31
2020-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+0
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-176/+176
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds28-736/+1616
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-22/+83
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka3-5/+13
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport1-2/+36
2020-12-15workqueue: kasan: record workqueue stackWalter Wu1-0/+3
2020-12-15mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard1-1/+1
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song1-1/+1
2020-12-15cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin1-7/+0
2020-12-15mm: memcg: deprecate the non-hierarchical modeRoman Gushchin1-5/+0
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
2020-12-15kthread_worker: document CPU hotplug handlingPetr Mladek1-1/+19
2020-12-15kthread: add kthread_work tracepointsRob Clark1-0/+9
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki1-10/+58
2020-12-15cpufreq: schedutil: Add util to struct sg_cpuRafael J. Wysocki1-22/+20
2020-12-15Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini11-112/+124
2020-12-15genirq: Restrict export of irq_to_desc()Thomas Gleixner1-1/+3
2020-12-15genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner1-2/+2
2020-12-15genirq: Make kstat_irqs() staticThomas Gleixner1-13/+6
2020-12-15genirq: Annotate irq stats data racesThomas Gleixner2-4/+5
2020-12-15genirq: Move irq_set_lockdep_class() to coreThomas Gleixner1-0/+14
2020-12-15genirq: Move status flag checks to coreThomas Gleixner1-0/+20
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner1-0/+17
2020-12-15Merge branches 'acpi-resources' and 'acpi-docs'Rafael J. Wysocki3-5/+158
2020-12-15tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)1-1/+31
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki2-0/+4
2020-12-15Merge branches 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki1-1/+1
2020-12-15Merge branch 'pm-cpufreq'Rafael J. Wysocki2-6/+26
2020-12-15sched: Optimize finish_lock_switch()Peter Zijlstra2-33/+20
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner44-320/+566
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+10
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+28
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds27-493/+1607
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-251/+366
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-223/+98
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-24/+136
2020-12-14Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-253/+138
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-158/+398
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-101/+323
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds9-30/+17
2020-12-14Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+3
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-11/+100
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-5/+11
2020-12-14bpf: Permits pointers on stack for helper callsYonghong Song1-1/+2
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-3/+2
2020-12-14Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-1/+23
2020-12-14Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)1-4/+13