aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-02tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds
2020-11-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-02gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher
2020-11-02kernel/hung_task.c: make type annotations consistentLukas Bulwahn
2020-11-02epoll: add a selftest for epoll timeout raceSoheil Hassas Yeganeh
2020-11-02mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe
2020-11-02mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock
2020-11-02kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang
2020-11-02mm/truncate.c: make __invalidate_mapping_pages() staticJason Yan
2020-11-02lib/crc32test: remove extra local_irq_disable/enableVasily Gorbik
2020-11-02ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov
2020-11-02mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo
2020-11-02kasan: adopt KUNIT tests to SW_TAGS modeAndrey Konovalov
2020-11-02mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin
2020-11-02mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali
2020-11-02hugetlb_cgroup: fix reservation accountingMike Kravetz
2020-11-02mm/mremap_pages: fix static key devmap_managed_key updatesRalph Campbell
2020-11-02IB/srpt: Fix memory leak in srpt_add_oneMaor Gottlieb
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit
2020-11-02of: Drop superfluous ULL suffix for ~0Geert Uytterhoeven
2020-11-02PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki
2020-11-02PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki
2020-11-02PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki
2020-11-02powercap/intel_rapl: remove unneeded semicolonTom Rix
2020-11-02Documentation: PM: cpuidle: correct path nameJulia Lawall
2020-11-02Documentation: PM: cpuidle: correct typoJulia Lawall
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-11-01Linux 5.10-rc2Linus Torvalds
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-01Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-11-01Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-11-01Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds
2020-10-31Merge tag 'dma-mapping-5.10-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini
2020-10-31KVM: selftests: Don't require THP to run testsAndrew Jones