summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-736/+1616
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-22/+83
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka-5/+13
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport-2/+36
2020-12-15workqueue: kasan: record workqueue stackWalter Wu-0/+3
2020-12-15mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard-1/+1
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song-1/+1
2020-12-15cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin-7/+0
2020-12-15mm: memcg: deprecate the non-hierarchical modeRoman Gushchin-5/+0
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe-0/+1
2020-12-15kthread_worker: document CPU hotplug handlingPetr Mladek-1/+19
2020-12-15kthread: add kthread_work tracepointsRob Clark-0/+9
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+10
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+28
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-493/+1607
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-251/+366
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-223/+98
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-24/+136
2020-12-14Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-253/+138
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-158/+398
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-101/+323
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds-30/+17
2020-12-14Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+3
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-11/+100
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-5/+11
2020-12-14bpf: Permits pointers on stack for helper callsYonghong Song-1/+2
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3/+2
2020-12-13Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-18/+59
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-47/+30
2020-12-11tick/sched: Make jiffies update quick check more robustThomas Gleixner-27/+47
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko-4/+4
2020-12-11elfcore: fix building with clangArnd Bergmann-27/+0
2020-12-11ntp: Consolidate the RTC update implementationThomas Gleixner-92/+52
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner-23/+24
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner-3/+85
2020-12-11ntp: Make the RTC synchronization more reliableThomas Gleixner-42/+55
2020-12-11sched/fair: Trivial correction of the newidle_balance() commentBarry Song-1/+1
2020-12-11sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman-1/+2
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab-9/+9
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-5/+5
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-5/+5
2020-12-10bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov-5/+5
2020-12-09driver core: Add fwnode_init()Saravana Kannan-1/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas-1/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas-11/+60
2020-12-09perf: Break deadlock involving exec_update_mutexpeterz@infradead.org-23/+23
2020-12-09locking/rwsem: Remove reader optimistic spinningWaiman Long-240/+49
2020-12-09locking/rwsem: Enable reader optimistic lock stealingWaiman Long-0/+29
2020-12-09locking/rwsem: Prevent potential lock starvationWaiman Long-2/+13