linux-2.6-microblaze.git
2021-09-05 Edwin Peerbnxt_en: fix stored FW_PSID version masks
2021-09-05 Linus TorvaldsMerge tag 'perf-tools-for-v5.15-2021-09-04' of git...
2021-09-05 Linus TorvaldsMerge tag 'trace-v5.15' of git://git./linux/kernel...
2021-09-05 Linus TorvaldsMerge tag 'arc-5.15-rc1' of git://git./linux/kernel...
2021-09-05 Linus TorvaldsMerge tag 'riscv-for-linus-5.15-mw0' of git://git....
2021-09-05 Linus TorvaldsEnable '-Werror' by default for all kernel builds
2021-09-05 Linus TorvaldsMerge tag 'usb-5.15-rc1-2' of git://git./linux/kernel...
2021-09-05 Rafał Miłeckinet: dsa: b53: Fix IMP port setup on BCM5301x
2021-09-05 Willem de Bruijnip_gre: validate csum_start only on pull
2021-09-05 Linus TorvaldsMerge tag 'mtd/for-5.15' of git://git./linux/kernel...
2021-09-05 Geert Uytterhoevenbinfmt: a.out: Fix bogus semicolon
2021-09-05 David Decotignybonding: complain about missing route only once for...
2021-09-05 Antonio Quartulliip/ip6_gre: use the same logic as SIT interfaces when...
2021-09-05 Song Yoong... net: stmmac: Fix overall budget calculation for rxtx_napi
2021-09-05 Christophe... iwlwifi: pnvm: Fix a memory leak in 'iwl_pnvm_get_from_...
2021-09-04 Christian Schoenebecknet/9p: increase default msize to 128k
2021-09-04 Christian Schoenebecknet/9p: use macro to define default msize
2021-09-04 Dominique Martinetnet/9p: increase tcp max msize to 1MB
2021-09-04 Yang LiNTB: perf: Fix an error code in perf_setup_inbuf()
2021-09-04 Yang LiNTB: Fix an error code in ntb_msit_probe()
2021-09-04 Dave Jiangntb: intel: remove invalid email address in header...
2021-09-04 Linus TorvaldsMerge tag 'denywrite-for-5.15' of git://github.com...
2021-09-04 Linus TorvaldsMerge git://github.com/Paragon-Software-Group/linux...
2021-09-04 Linus TorvaldsMerge tag 'f2fs-for-5.15-rc1' of git://git./linux/kerne...
2021-09-04 Phillip Pottercdrom: update uniform CD-ROM maintainership in MAINTAIN...
2021-09-04 Linus TorvaldsMerge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org...
2021-09-04 Christophe... octeontx2-af: Fix some memory leaks in the error handli...
2021-09-04 Christophe... octeontx2-af: Add a 'rvu_free_bitmap()' function
2021-09-04 Yang Liethtool: Fix an error code in cxgb2.c
2021-09-04 Dinghao Liuqlcnic: Remove redundant unlock in qlcnic_pinit_from_rom
2021-09-04 Eric Dumazetfq_codel: reject silly quantum parameters
2021-09-04 Vlastimil Babkamm, slub: convert kmem_cpu_slab protection to local_lock
2021-09-04 Vlastimil Babkamm, slub: use migrate_disable() on PREEMPT_RT
2021-09-04 Vlastimil Babkamm, slub: protect put_cpu_partial() with disabled irqs...
2021-09-04 Vlastimil Babkamm, slub: make slab_lock() disable irqs with PREEMPT_RT
2021-09-04 Sebastian Andrzej... mm: slub: make object_map_lock a raw_spinlock_t
2021-09-04 Tetsuo Handaloop: reduce the loop_ctl_mutex scope
2021-09-03 Jakub KicinskiMerge git://git./pub/scm/linux/kernel/git/pablo/nf
2021-09-03 Dan Carpenterionic: fix a sleeping in atomic bug
2021-09-03 Sebastian Andrzej... mm: slub: move flush_cpu_slab() invocations __free_slab...
2021-09-03 Vlastimil Babkamm, slab: split out the cpu offline variant of flush_slab()
2021-09-03 Vlastimil Babkamm, slub: don't disable irqs in slub_cpu_dead()
2021-09-03 Vlastimil Babkamm, slub: only disable irq with spin_lock in __unfreeze...
2021-09-03 Vlastimil Babkamm, slub: separate detaching of partial list in unfreez...
2021-09-03 Vlastimil Babkamm, slub: detach whole partial list at once in unfreeze...
2021-09-03 Vlastimil Babkamm, slub: discard slabs in unfreeze_partials() without...
2021-09-03 Vlastimil Babkamm, slub: move irq control into unfreeze_partials()
2021-09-03 Vlastimil Babkamm, slub: call deactivate_slab() without disabling...
2021-09-03 Vlastimil Babkamm, slub: make locking in deactivate_slab() irq-safe
2021-09-03 Vlastimil Babkamm, slub: move reset of c->page and freelist out of...
2021-09-03 Vlastimil Babkamm, slub: stop disabling irqs around get_partial()
2021-09-03 Vlastimil Babkamm, slub: check new pages with restored irqs
2021-09-03 Vlastimil Babkamm, slub: validate slab from partial list or page alloc...
2021-09-03 Vlastimil Babkamm, slub: restore irqs around calling new_slab()
2021-09-03 Vlastimil Babkamm, slub: move disabling irqs closer to get_partial...
2021-09-03 Vlastimil Babkamm, slub: do initial checks in ___slab_alloc() with...
2021-09-03 Vlastimil Babkamm, slub: move disabling/enabling irqs to ___slab_alloc()
2021-09-03 Vlastimil Babkamm, slub: simplify kmem_cache_cpu and tid setup
2021-09-03 Vlastimil Babkamm, slub: restructure new page checks in ___slab_alloc()
2021-09-03 Vlastimil Babkamm, slub: return slab page from get_partial() and set...
2021-09-03 Vlastimil Babkamm, slub: dissolve new_slab_objects() into ___slab_alloc()
2021-09-03 Vlastimil Babkamm, slub: extract get_partial() from new_slab_objects()
2021-09-03 Jens Axboeio_uring: io_uring_complete() trace should take an...
2021-09-03 Linus TorvaldsMerge tag 'linux-kselftest-next-5.15-rc1' of git:/...
2021-09-03 Linus TorvaldsMerge tag 'kbuild-v5.15' of git://git./linux/kernel...
2021-09-03 Linus TorvaldsMerge branch 'stable/for-linus-5.15-rc0' of git://git...
2021-09-03 Vlastimil Babkamm, slub: remove redundant unfreeze_partials() from...
2021-09-03 Vlastimil Babkamm, slub: don't disable irq for debug_check_no_locks_fr...
2021-09-03 Vlastimil Babkamm, slub: allocate private object map for validate_slab...
2021-09-03 Vlastimil Babkamm, slub: allocate private object map for debugfs listings
2021-09-03 Vlastimil Babkamm, slub: don't call flush_all() from slab_debug_trace_...
2021-09-03 Alyssa Rosenzweigdocs: kernel-hacking: Remove inappropriate text
2021-09-03 Linus TorvaldsMerge tag 'powerpc-5.15-1' of git://git./linux/kernel...
2021-09-03 Linus TorvaldsMerge tag 'for-5.15/parisc-2' of git://git./linux/kerne...
2021-09-03 Linus TorvaldsMerge tag 'mips_5.15' of git://git./linux/kernel/git...
2021-09-03 Linus TorvaldsMerge tag 'for-linus' of git://github.com/openrisc...
2021-09-03 Linus TorvaldsMerge tag 'livepatching-for-5.15' of git://git./linux...
2021-09-03 Linus TorvaldsMerge tag 'iommu-updates-v5.15' of git://git./linux...
2021-09-03 NeilBrownSUNRPC: improve error response to over-size gss credential
2021-09-03 Linus TorvaldsMerge branch 'stable/for-linus-5.15' of git://git....
2021-09-03 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-09-03 zhangkuimm/madvise: add MADV_WILLNEED to process_madvise()
2021-09-03 Miaohe Linmm/vmstat: remove unneeded return value
2021-09-03 Miaohe Linmm/vmstat: simplify the array size calculation
2021-09-03 Miaohe Linmm/vmstat: correct some wrong comments
2021-09-03 Jing Xiangfengmm/percpu,c: remove obsolete comments of pcpu_chunk_pop...
2021-09-03 Zhansaya Bagdauletkyzyselftests: vm: add COW time test for KSM pages
2021-09-03 Zhansaya Bagdauletkyzyselftests: vm: add KSM merging time test
2021-09-03 Zhansaya Bagdauletkyzymm: KSM: fix data type
2021-09-03 Zhansaya Bagdauletkyzyselftests: vm: add KSM merging across nodes test
2021-09-03 Zhansaya Bagdauletkyzyselftests: vm: add KSM zero page merging test
2021-09-03 Zhansaya Bagdauletkyzyselftests: vm: add KSM unmerge test
2021-09-03 Zhansaya Bagdauletkyzyselftests: vm: add KSM merge test
2021-09-03 Randy Dunlapmm/migrate: correct kernel-doc notation
2021-09-03 Suren Baghdasaryanmm: wire up syscall process_mrelease
2021-09-03 Suren Baghdasaryanmm: introduce process_mrelease system call
2021-09-03 Mike Rapoportmemblock: make memblock_find_in_range method private
2021-09-03 Vasily Averinmm/mempolicy.c: use in_task() in mempolicy_slab_node()
2021-09-03 Feng Tangmm/mempolicy: unify the create() func for bind/interlea...
2021-09-03 Ben Widawskymm/mempolicy: advertise new MPOL_PREFERRED_MANY
next