summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-2122-22/+22
* Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-212-1/+7
|\
| * Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2021-01-25134-600/+878
| |\
| * \ Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-072-1/+7
| |\ \
| | * | ARM: dts: omap5: add address-cells & size-cells to dsiTomi Valkeinen2020-12-151-0/+6
| | * | ARM: omap2plus_defconfig: Update for moved DSI command mode panelSebastian Reichel2020-12-151-1/+1
* | | | Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-02-211-0/+8
|\ \ \ \
| * | | | media: mach-pxa: Register the camera sensor fixed-rate clockEzequiel Garcia2021-02-061-0/+8
* | | | | Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-2131-281/+833
|\ \ \ \ \
| * | | | | um: irq.h: include <asm-generic/irq.h>Johannes Berg2021-02-121-0/+1
| * | | | | um: io.h: include <linux/types.h>Johannes Berg2021-02-121-0/+1
| * | | | | um: add a pseudo RTCJohannes Berg2021-02-127-1/+339
| * | | | | um: remove process stub VMAJohannes Berg2021-02-129-139/+11
| * | | | | um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-129-48/+75
| * | | | | um: separate child and parent errors in clone stubJohannes Berg2021-02-125-27/+27
| * | | | | um: defer killing userspace on page table update failuresJohannes Berg2021-02-123-4/+8
| * | | | | um: mm: check more comprehensively for stub changesJohannes Berg2021-02-121-1/+11
| * | | | | um: print register names in wait_for_stubJohannes Berg2021-02-121-2/+53
| * | | | | mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2021-02-121-1/+0
| * | | | | um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King2021-02-121-1/+1
| * | | | | um: virtio: allow devices to be configured for wakeupJohannes Berg2021-02-121-3/+16
| * | | | | um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-125-69/+267
| * | | | | um: virtio: disable VQs during suspendJohannes Berg2021-02-121-0/+36
| * | | | | um: virtio: fix handling of messages without payloadJohannes Berg2021-02-121-0/+3
| * | | | | um: virtio: clean up a commentJohannes Berg2021-02-121-2/+1
* | | | | | Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-2171-1379/+1187
|\ \ \ \ \ \
| * | | | | | s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann2021-02-131-4/+0
| * | | | | | s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann2021-02-131-0/+1
| * | | | | | s390/time: remove get_tod_clock_ext()Heiko Carstens2021-02-131-12/+3
| * | | | | | s390/crypto: use store_tod_clock_ext()Heiko Carstens2021-02-131-1/+1
| * | | | | | s390/hypfs: use store_tod_clock_ext()Heiko Carstens2021-02-132-3/+3
| * | | | | | s390/debug: use union tod_clockHeiko Carstens2021-02-131-3/+3
| * | | | | | s390/kvm: use union tod_clockHeiko Carstens2021-02-131-15/+9
| * | | | | | s390/vdso: use union tod_clockHeiko Carstens2021-02-131-3/+3
| * | | | | | s390/time: convert tod_clock_base to unionHeiko Carstens2021-02-135-40/+24
| * | | | | | s390/time: introduce new store_tod_clock_ext()Heiko Carstens2021-02-131-0/+5
| * | | | | | s390/time: rename store_tod_clock_ext() and use union tod_clockHeiko Carstens2021-02-132-6/+5
| * | | | | | s390/time: introduce union tod_clockHeiko Carstens2021-02-131-0/+19
| * | | | | | s390,alpha: switch to 64-bit ino_tHeiko Carstens2021-02-133-0/+6
| * | | | | | s390: split cleanup_sieSven Schnelle2021-02-131-10/+7
| * | | | | | s390: use r13 in cleanup_sie as temp registerSven Schnelle2021-02-131-2/+2
| * | | | | | s390: fix kernel asce loading when sie is interruptedSven Schnelle2021-02-131-2/+1
| * | | | | | s390: add stack for machine check handlerSven Schnelle2021-02-135-25/+41
| * | | | | | s390: use WRITE_ONCE when re-allocating async stackSven Schnelle2021-02-131-1/+1
| * | | | | | s390: open code SWITCH_KERNEL macroSven Schnelle2021-02-131-28/+46
| * | | | | | s390/vtime: use cpu alternative for stck/stckfHeiko Carstens2021-02-091-11/+8
| * | | | | | s390/alternatives: add alternative_input() / alternative_io()Heiko Carstens2021-02-091-0/+16
| * | | | | | s390/entry: use cpu alternative for stck/stckfHeiko Carstens2021-02-091-5/+3
| * | | | | | s390/time: use stcke instead of stckHeiko Carstens2021-02-092-7/+9
| * | | | | | s390/cpum_cf_diag: use get_tod_clock_fast()Heiko Carstens2021-02-091-1/+1