summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta
2021-08-24ARC: retire ARC750 supportVineet Gupta
2021-08-24ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variantsVineet Gupta
2021-08-24ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)Vineet Gupta
2021-08-24ARC: cmpxchg/xchg: rewrite as macros to make type safeVineet Gupta
2021-08-24ARC: xchg: !LLSC: remove UP micro-optimization/hackVineet Gupta
2021-08-24ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta
2021-08-24ARC: switch to generic bitopsVineet Gupta
2021-08-24ARC: atomics: implement relaxed variantsVineet Gupta
2021-08-24ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_returnVineet Gupta
2021-08-24ARC: atomic: !LLSC: use int data type consistentlyVineet Gupta
2021-08-24ARC: atomic: !LLSC: remove hack in atomic_set() for for UPVineet Gupta
2021-08-24ARC: atomics: disintegrate headerVineet Gupta
2021-08-24ARC: export clear_user_page() for modulesRandy Dunlap
2021-08-24arch/arc/kernel/: fix misspellings using codespell toolChangcheng Deng
2021-08-22Linux 5.14-rc7v5.14-rc7Linus Torvalds
2021-08-22Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-08-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-21Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-21Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-21Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-21Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-08-21Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe
2021-08-20Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-08-20Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-08-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-08-20Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-08-20Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-20Merge tag 'mmc-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2021-08-20Merge tag 'sound-5.14-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-08-20Merge branch 'acpi-pm'Rafael J. Wysocki
2021-08-20Merge tag 'iommu-fixes-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-20Merge branch 'pm-opp'Rafael J. Wysocki
2021-08-20hugetlb: don't pass page cache pages to restore_reserve_on_errorMike Kravetz
2021-08-20kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZEMarco Elver
2021-08-20mm: vmscan: fix missing psi annotation for node_reclaim()Johannes Weiner
2021-08-20mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi
2021-08-20mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner
2021-08-20MAINTAINERS: update ClangBuiltLinux IRC chatNathan Chancellor
2021-08-20mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON namesMike Rapoport
2021-08-20mm/page_alloc: don't corrupt pcppage_migratetypeDoug Berger
2021-08-20Revert "mm: swap: check if swap backing device is congested or not"Yang Shi
2021-08-20Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi
2021-08-20riscv: Fix a number of free'd resources in init_resources()Petr Pavlu
2021-08-20Merge tag 'amd-drm-fixes-5.14-2021-08-18' of https://gitlab.freedesktop.org/a...Dave Airlie