summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18clocksource/drivers/arch_arm_timer: Move workaround synchronisation aroundtimers/drivers/armv8.6_arch_timerMarc Zyngier
2021-10-18clocksource/drivers/arm_arch_timer: Fix masking for high freq countersOliver Upton
2021-10-17clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programmingMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL programming ...Marc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Work around broken CVAL implementationsMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core codeMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVALMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Fix MMIO base address vs callback orderin...Marc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Move drop _tval from erratum function namesMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Move system register timer programming ov...Marc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...Marc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier
2021-10-17clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...Marc Zyngier
2021-07-25Linux 5.14-rc3Linus Torvalds
2021-07-25smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds
2021-07-25Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-25Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-25Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-07-25Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-07-25Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-07-25Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-07-24Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-07-24Merge tag 'riscv-for-linus-5.14-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-24ACPI: fix NULL pointer dereferenceLinus Torvalds
2021-07-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-07-24Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-24Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto
2021-07-23hugetlbfs: fix mount mode command line processingMike Kravetz
2021-07-23mm: fix the deadlock in finish_fault()Qi Zheng
2021-07-23mm: mmap_lock: fix disabling preemption directlyMuchun Song
2021-07-23mm/secretmem: wire up ->set_page_dirtyMike Rapoport
2021-07-23writeback, cgroup: do not reparent dax inodesRoman Gushchin
2021-07-23writeback, cgroup: remove wb from offline list before releasing refcntRoman Gushchin
2021-07-23memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport
2021-07-23mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich
2021-07-23mm: use kmap_local_page in memzero_pageChristoph Hellwig
2021-07-23mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig
2021-07-23kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko
2021-07-23kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko
2021-07-23kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang
2021-07-23selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne
2021-07-23userfaultfd: do not untag user pointersPeter Collingbourne
2021-07-23riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang
2021-07-23io_uring: explicitly catch any illegal async queue attemptJens Axboe