platform/kernel/linux-starfive.git
2023-02-14 Mike Snitzerdm: remove flush_scheduled_work() during local_exit()
2023-02-14 Heinz Mauelshagendm clone: prefer kvmalloc_array()
2023-02-14 Heinz Mauelshagendm: declare variables static when sensible
2023-02-14 Heinz Mauelshagendm: fix suspect indent whitespace
2023-02-14 Heinz Mauelshagendm ioctl: prefer strscpy() instead of strlcpy()
2023-02-14 Heinz Mauelshagendm: avoid void function return statements
2023-02-14 Heinz Mauelshagendm integrity: change macros min/max() -> min_t/max_t...
2023-02-14 Heinz Mauelshagendm: fix use of sizeof() macro
2023-02-14 Heinz Mauelshagendm: avoid 'do {} while(0)' loop in single statement...
2023-02-14 Heinz Mauelshagendm log: avoid multiple line dereference
2023-02-14 Heinz Mauelshagendm log: avoid trailing semicolon in macro
2023-02-14 Heinz Mauelshagendm ioctl: have constant on the right side of the test
2023-02-14 Heinz Mauelshagendm: don't indent labels
2023-02-14 Heinz Mauelshagendm: avoid inline filenames
2023-02-14 Heinz Mauelshagendm: add missing blank line after declarations/fix those
2023-02-14 Heinz Mauelshagendm: avoid useless 'else' after 'break' or return'
2023-02-14 Heinz Mauelshagendm: favour __packed versus "__attribute__ ((packed))"
2023-02-14 Heinz Mauelshagendm: favour __aligned(N) versus "__attribute__ (aligned...
2023-02-14 Heinz Mauelshagendm: avoid using symbolic permissions
2023-02-14 Heinz Mauelshagendm: prefer '"%s...", __func__'
2023-02-14 Heinz Mauelshagendm: adjust EXPORT_SYMBOL() to follow functions immediately
2023-02-14 Heinz Mauelshagendm: avoid split of quoted strings where possible
2023-02-14 Heinz Mauelshagendm: remove unnecessary braces from single statement...
2023-02-14 Heinz Mauelshagendm: add missing empty lines
2023-02-14 Heinz Mauelshagendm: add argument identifier names
2023-02-14 Heinz Mauelshagendm: avoid spaces before function arguments or in favour...
2023-02-14 Heinz Mauelshagendm block-manager: avoid not required parentheses
2023-02-14 Heinz Mauelshagendm crypt: correct 'foo*' to 'foo *'
2023-02-14 Heinz Mauelshagendm: fix trailing statements
2023-02-14 Heinz Mauelshagendm: fix undue/missing spaces
2023-02-14 Heinz Mauelshagendm: correct block comments format.
2023-02-14 Heinz Mauelshagendm: address indent/space issues
2023-02-14 Heinz Mauelshagendm: address space issues relative to switch/while/for/...
2023-02-14 Heinz Mauelshagendm: avoid initializing static variables
2023-02-14 Heinz Mauelshagendm: enclose complex macros into parentheses where possible
2023-02-14 Heinz Mauelshagendm: avoid assignment in if conditions
2023-02-14 Heinz Mauelshagendm: change "unsigned" to "unsigned int"
2023-02-14 Heinz Mauelshagendm: use fsleep() instead of msleep() for deterministic...
2023-02-14 Heinz Mauelshagendm: prefer kmap_local_page() instead of deprecated...
2023-02-14 Heinz Mauelshagendm: add missing SPDX-License-Indentifiers
2023-02-14 Mikulas Patockadm: send just one event on resize, not two
2023-02-12 Benjamin Marzinskidm table: check that a dm device doesn't reference...
2023-02-12 Yu Zhedm raid: fix some spelling mistakes in comments
2023-02-02 Nathan Huckleberrydm verity: stop using WQ_UNBOUND for verify_wq
2023-02-02 Jiapeng Chongdm integrity: Remove bi_sector that's only used by...
2023-02-02 Christophe... dm crypt: Slightly simplify crypt_set_keyring_key()
2023-02-02 Sergey Shtylyovdm ioctl: drop always-false condition
2023-02-02 Mikulas Patockadm flakey: fix logic when corrupting a bio
2023-02-01 Mikulas Patockadm flakey: fix a bug with 32-bit highmem systems
2023-02-01 Mikulas Patockadm flakey: don't corrupt the zero page
2023-01-30 Joe Thornberdm cache: Add some documentation to dm-cache-background...
2023-01-30 Joe Thornberdm cache: free background tracker's queued work in...
2023-01-30 Mike Snitzerdm: improve shrinker debug names
2023-01-30 Ulf Hanssonblock: Default to use cgroup support for BFQ
2023-01-30 Kemeng Shiblock, bfq: remove unused bfq_wr_max_time in struct...
2023-01-30 Kemeng Shiblock, bfq: remove unnecessary goto tag in bfq_dispatch...
2023-01-30 Kemeng Shiblock, bfq: remove redundant check in bfq_put_cooperator
2023-01-30 Kemeng Shiblock, bfq: remove unnecessary dereference to get async...
2023-01-30 Kemeng Shiblock, bfq: use helper macro RQ_BFQQ to get bfqq of...
2023-01-30 Kemeng Shiblock, bfq: initialize bfqq->decrease_time_jif correctly
2023-01-30 Kemeng Shiblock, bfq: remove unsed parameter reason in bfq_bfqq_i...
2023-01-30 Kemeng Shiblock, bfq: correctly raise inject limit in bfq_choose_...
2023-01-30 Kemeng Shisbitmap: correct wake_batch recalculation to avoid...
2023-01-30 Kemeng Shisbitmap: add sbitmap_find_bit to remove repeat code...
2023-01-30 Kemeng Shisbitmap: rewrite sbitmap_find_bit_in_index to reduce...
2023-01-30 Kemeng Shisbitmap: remove redundant check in __sbitmap_queue_get_...
2023-01-30 Kemeng Shisbitmap: remove unnecessary calculation of alloc_hint...
2023-01-29 Yu Kuaiblk-cgroup: synchronize pd_free_fn() from blkg_free_wor...
2023-01-29 Yu Kuaiblk-cgroup: support to track if policy is online
2023-01-29 Yu Kuaiblk-cgroup: dropping parent refcount after pd_free_fn...
2023-01-29 Zhong Jinghuablk-mq: cleanup unused methods: blk_mq_hw_sysfs_store
2023-01-29 Christoph Hellwigs390/dcssblk:: don't call bio_split_to_limits
2023-01-29 Christoph Hellwigps3vram: remove bio splitting
2023-01-29 Jens Axboeblock: treat poll queue enter similarly to timeouts
2023-01-29 Li Nanblk-iocost: change div64_u64 to DIV64_U64_ROUND_UP...
2023-01-29 Li Nanblk-iocost: fix divide by 0 error in calc_lcoefs()
2023-01-29 Yu Kuaiblk-iocost: read params inside lock in sysfs apis
2023-01-29 Yu Kuaiblk-iocost: don't allow to configure bio based device
2023-01-29 Yu Kuaiblk-iocost: check return value of match_u64()
2023-01-29 Arnd Bergmannblk-iocost: avoid 64-bit division in ioc_timer_fn
2023-01-29 Ming Leiblock: ublk: fix doc build warning
2023-01-29 Pankaj Raghavblock: introduce bdev_zone_no helper
2023-01-29 Pankaj Raghavblock: add a new helper bdev_{is_zone_start, offset_fro...
2023-01-29 Pankaj Raghavblock: remove superfluous check for request queue in...
2023-01-29 Anuj Guptablock: extend bio-cache for non-polled requests
2023-01-29 Anuj Guptanvme: set REQ_ALLOC_CACHE for uring-passthru request
2023-01-29 Ming Leiublk_drv: add mechanism for supporting unprivileged...
2023-01-29 Ming Leiublk_drv: add module parameter of ublks_max for limitin...
2023-01-29 Ming Leiublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT
2023-01-29 Ming Leiublk_drv: move ublk_get_device_from_id into ublk_ctrl_u...
2023-01-29 Ming Leiublk_drv: don't probe partitions if the ubq daemon...
2023-01-29 Ming Leiublk_drv: remove nr_aborted_queues from ublk_device
2023-01-29 Jens Axboeblock: don't allow multiple bios for IOCB_NOWAIT issue
2023-01-29 Andreas Gruenbacherdrbd: drbd_insert_interval(): Clarify comment
2023-01-29 Lars Ellenbergdrbd: interval tree: make removing an "empty" interval...
2023-01-29 Christoph BöhmwalderMAINTAINERS: add drbd headers
2023-01-29 Christoph Böhmwalderdrbd: remove macros using require_context
2023-01-29 Christoph Böhmwalderdrbd: remove unnecessary assignment in vli_encode_bits
2023-01-29 Christoph Böhmwalderdrbd: make limits unsigned
2023-01-29 Robert Altnoederdrbd: fix DRBD_VOLUME_MAX 65535 -> 65534
next