summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2750/+7242
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-790/+579
2020-12-20io_uring: end waiting before task cancel attemptsPavel Begunkov-1/+1
2020-12-20io_uring: always progress task_work on task cancelPavel Begunkov-1/+1
2020-12-20Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds-46/+31
2020-12-20epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens-4/+4
2020-12-20io-wq: kill now unused io_wq_cancel_all()Jens Axboe-31/+1
2020-12-20io_uring: make ctx cancel on exit targeted to actual ctxJens Axboe-1/+8
2020-12-20ALSA: hda/realtek: Add quirk for MSI-GP73Takashi Iwai-0/+1
2020-12-19clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts"Geert Uytterhoeven-2/+2
2020-12-19clk: ingenic: Fix divider calculation with div tablesPaul Cercueil-4/+10
2020-12-19clk: sunxi-ng: Make sure divider tables have sentinelJernej Skrabec-0/+2
2020-12-19clk: s2mps11: Fix a resource leak in error handling paths in the probe functionChristophe JAILLET-0/+1
2020-12-19clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9Terry Zhou-2/+2
2020-12-19clk: si5351: Wait for bit clear after PLL resetSascha Hauer-3/+10
2020-12-19clk: at91: sam9x60: remove atmel,osc-bypass supportAlexandre Belloni-5/+1
2020-12-19Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm...Linus Torvalds-7/+278
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-29/+27
2020-12-19perf mem: Factor out a function to generate sort orderKan Liang-14/+27
2020-12-19perf sort: Add sort option for data page sizeKan Liang-2/+42
2020-12-19Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-846/+9
2020-12-19Merge tag 'i3c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds-2/+4316
2020-12-19perf script: Support data page sizeKan Liang-4/+34
2020-12-19Merge tag 'for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds-355/+562
2020-12-19Merge tag 'hsi-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds-2/+2
2020-12-19Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-393/+1307
2020-12-19clk: at91: sama7g5: register cpu clockClaudiu Beznea-7/+7
2020-12-19clk: at91: clk-master: re-factor master clockClaudiu Beznea-146/+542
2020-12-19clk: at91: sama7g5: do not allow cpu pll to go higher than 1GHzClaudiu Beznea-14/+47
2020-12-19clk: at91: sama7g5: decrease lower limit for MCK0 rateClaudiu Beznea-1/+1
2020-12-19clk: at91: sama7g5: remove mck0 from parent list of other clocksClaudiu Beznea-29/+26
2020-12-19clk: at91: clk-sam9x60-pll: allow runtime changes for pllClaudiu Beznea-41/+197
2020-12-19clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristicsEugen Hristev-2/+2
2020-12-19clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev-2/+2
2020-12-19clk: at91: sama7g5: allow SYS and CPU PLLs to be exported and referenced in DTEugen Hristev-2/+4
2020-12-19dt-bindings: clock: at91: add sama7g5 pll definesEugen Hristev-3/+13
2020-12-19clk: at91: sama7g5: fix compilation errorClaudiu Beznea-2/+4
2020-12-19clk: bcm: dvp: Add MODULE_DEVICE_TABLE()Nicolas Saenz Julienne-0/+1
2020-12-19clk: bcm: dvp: drop a variable that is assigned to onlyUwe Kleine-König-2/+1
2020-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-274/+331
2020-12-19mm/Kconfig: fix spelling mistake "whats" -> "what's"Colin Ian King-1/+1
2020-12-19selftests/filesystems: expand epoll with epoll_pwait2Willem de Bruijn-0/+72
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn-2/+35
2020-12-19epoll: add syscall epoll_pwait2Willem de Bruijn-14/+73
2020-12-19epoll: convert internal api to timespec64Willem de Bruijn-20/+37
2020-12-19epoll: eliminate unnecessary lock for zero timeoutSoheil Hassas Yeganeh-13/+12
2020-12-19epoll: replace gotos with a proper loopSoheil Hassas Yeganeh-21/+21
2020-12-19epoll: pull all code between fetch_events and send_event into the loopSoheil Hassas Yeganeh-20/+21
2020-12-19epoll: simplify and optimize busy loop logicSoheil Hassas Yeganeh-23/+17
2020-12-19epoll: move eavail next to the list_empty_careful checkSoheil Hassas Yeganeh-2/+1