summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-21Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"Ioanna Alifieraki1-4/+2
2020-02-21y2038: hide timeval/timespec/itimerval/itimerspec typesArnd Bergmann2-10/+14
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann6-326/+1
2020-02-21y2038: remove ktime to/from timespec/timeval conversionArnd Bergmann1-37/+0
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki3-0/+53
2020-02-21hwmon: (w83627ehf) Fix crash seen with W83627DHG-PGuenter Roeck1-1/+6
2020-02-21Merge branch 'nvme-5.6-rc3' of git://git.infradead.org/nvme into block-5.6Jens Axboe3-2/+16
2020-02-21io_uring: prevent sq_thread from spinning when it should stopStefano Garzarella1-12/+12
2020-02-21Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana1-5/+5
2020-02-21nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe1-0/+1
2020-02-21genirq/irqdomain: Make sure all irq domain flags are distinctZenghui Yu1-1/+1
2020-02-21vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby1-7/+22
2020-02-21vt: selection, introduce vc_is_selJiri Slaby4-5/+13
2020-02-21n_hdlc: wrap a comment properlyJiri Slaby1-2/+4
2020-02-21n_hdlc: fix whitespace around binary operatorsJiri Slaby1-3/+3
2020-02-21n_hdlc: add missing spaces after commasJiri Slaby1-9/+9
2020-02-21n_hdlc: remove spaces between function name and (Jiri Slaby1-4/+4
2020-02-21n_hdlc: remove useless whitespace at line wrapsJiri Slaby1-37/+37
2020-02-21n_hdlc: use __func__ and pr_ print helpersJiri Slaby1-7/+7
2020-02-21n_hdlc: remove unneeded ifdefJiri Slaby1-2/+0
2020-02-21n_hdlc: switch tbusy and woke_up to boolsJiri Slaby1-8/+8
2020-02-21n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby1-31/+15
2020-02-21n_hdlc: add helper for buffers allocationJiri Slaby1-22/+20
2020-02-21n_hdlc: remove checking of n_hdlcJiri Slaby1-29/+3
2020-02-21n_hdlc: remove cached ttyJiri Slaby1-16/+5
2020-02-21n_hdlc: inline n_hdlc_releaseJiri Slaby1-25/+10
2020-02-21n_hdlc: expand tty2n_hdlc macroJiri Slaby1-12/+11
2020-02-21n_hdlc: remove unused backup_ttyJiri Slaby1-9/+1
2020-02-21n_hdlc: remove unused flagsJiri Slaby1-4/+1
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby1-34/+38
2020-02-21n_hdlc: simplify freeing of buffer listJiri Slaby1-31/+14
2020-02-21n_hdlc: use clamp() for maxframeJiri Slaby1-4/+1
2020-02-21n_hdlc: cleanup messages during registrationJiri Slaby1-4/+4
2020-02-21n_hdlc: put init/exit strings directly to printsJiri Slaby1-22/+6
2020-02-21n_hdlc: convert debuglevel use to pr_debugJiri Slaby1-48/+31
2020-02-21n_hdlc: remove unused macrosJiri Slaby1-5/+0
2020-02-21n_hdlc: remove tracing debug printsJiri Slaby1-30/+2
2020-02-21zonefs: fix documentation typos etc.Randy Dunlap1-10/+10
2020-02-21csky: Implement copy_thread_tlsGuo Ren2-3/+5
2020-02-21csky: Add PCI supportMaJun3-1/+39
2020-02-21csky: Minimize defconfig to support buildroot config.fragmentMa Jun1-7/+0
2020-02-21csky: Add setup_initrd check codeGuo Ren2-3/+44
2020-02-21csky: Cleanup old Kconfig optionsKrzysztof Kozlowski2-3/+0
2020-02-21arch/csky: fix some Kconfig typosRandy Dunlap1-1/+1
2020-02-21csky: Fixup compile warning for three unimplemented syscallsGuo Ren1-0/+3
2020-02-21csky: Remove unused cache implementationGuo Ren1-15/+1
2020-02-21csky: Fixup ftrace modify panicGuo Ren1-0/+2
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren7-11/+77
2020-02-21csky: Optimize abiv2 copy_to_user_page with VM_EXECGuo Ren1-1/+3
2020-02-21csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)Guo Ren2-8/+18