aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.19 compat: bdev_start_io_acct() / bdev_end_io_acct()Brian Behlendorf2022-06-011-28/+55
* Linux 5.19 compat: aops->read_folio()Brian Behlendorf2022-06-012-0/+34
* Linux 5.19 compat: blkdev_issue_secure_erase()Brian Behlendorf2022-06-011-0/+53
* Linux 5.19 compat: bdev_max_secure_erase_sectors()Brian Behlendorf2022-06-011-14/+30
* Linux 5.19 compat: bdev_max_discard_sectors()Brian Behlendorf2022-06-012-5/+29
* rpm: Keep debug symbols if configured with '--enable-debuginfo'Umer Saleem2022-05-271-0/+4
* Fix compiler warnings about zero-length arrays in inline bitopsColeman Kane2022-05-201-3/+9
* Add missing AC_MSG_RESULT(no) to configureBrian Behlendorf2022-05-201-0/+2
* autoconf: Fail when __copy_from_user_inatomic is a non-GPL symbolszubersk2022-05-201-2/+5
* PPC get_user workaroundDamian Szuberski2022-05-202-0/+28
* Adding ZERO_PAGE detectionBrian Atkinson2022-05-202-0/+29
* autoconf: Pretend `CONFIG_MODULES` is always onDamian Szuberski2022-05-202-26/+62
* Strengthen Linux kernel capabilities detectionDamian Szuberski2022-05-202-4/+31
* Python 3.10 fixes, part 2Rich Ercolani2022-05-041-1/+1
* Linux 5.18 compat: replace __set_page_dirty_nobuffersBrian Behlendorf2022-04-282-0/+32
* Linux 5.18 compat: kobj_type.default_attrs replaced with default_groupsнаб2022-04-252-0/+39
* Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCANBrian Behlendorf2022-04-202-0/+60
* Linux 5.18 compat: use address_space_operations->readaheadRiccardo Schirone2022-04-062-0/+27
* Linux 5.18 compat: replace genhd.h with blkdev.h includesнаб2022-04-062-5/+4
* Linux 5.18 compat: 4-argument bio_alloc()наб2022-04-061-0/+37
* Linux 5.11 compat: x86 SIMD: fix kernel_fpu_{begin,end}() detectionAttila Fülöp2022-02-241-2/+4
* Fix Linux kernel directories detectionDamian Szuberski2022-02-231-30/+75
* Propagate KERNEL_* to *.specDamian Szuberski2022-02-161-0/+3
* Add support for $KERNEL_{CC,LD,LLVM} variablesPeter Levine2022-02-161-1/+7
* Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU stateAttila Fülöp2022-02-162-2/+107
* libfetch: unquote @LIBFETCH_SONAME@ substнаб2022-02-161-3/+3
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2022-02-163-4/+4
* autoconf: allow Release to contain hyphenJorgen Lundman2022-02-161-2/+2
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2022-02-163-1/+75
* Linux 5.17 compat: PDE_DATA() renamed to pde_data()наб2022-02-041-7/+9
* Linux 5.17 compat: dequeue_signal() takes a 4th argumentнаб2022-02-041-2/+43
* Linux 5.17 compat: detect complete_and_exit() renameнаб2022-02-042-0/+29
* Add support for FALLOC_FL_ZERO_RANGERich Ercolani2022-02-041-0/+17
* Linux 5.16 compat: Added mapping for iov_iter_fault_in_readableRich Ercolani2022-02-042-3/+20
* Linux 5.16 compat: Added add_disk check for returnRich Ercolani2022-02-042-0/+29
* Linux 5.16 compat: Check slab.h for kvmallocRich Ercolani2022-02-041-0/+1
* Linux 5.16: The blk-cgroup.h header is where struct blkcg_gq is definedColeman Kane2021-12-071-0/+27
* Linux 5.16: bio_set_dev is no longer a helper macroColeman Kane2021-12-071-0/+28
* Linux 5.16: type member of iov_iter renamed iter_typeColeman Kane2021-12-071-0/+22
* Linux 5.16: block_device_operations->submit_bio now returns voidColeman Kane2021-12-071-0/+29
* Linux 5.16 compat: asm/fpu/xcr.h is new location for xgetbv/xsetbvColeman Kane2021-12-071-0/+15
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-061-0/+22
* Linux 5.16: wait_on_page_bit() no longer available to modulesColeman Kane2021-12-062-0/+28
* Linux 5.16 compat: submit_bio()Brian Behlendorf2021-11-051-2/+1
* Use fallthrough macroBrian Behlendorf2021-11-023-0/+25
* Detect HAVE_LARGE_STACKS at compile time (#12584)Kevin Bowling2021-11-012-32/+0
* Correct a flaw in the Python 3 version checking (#12636)Rich Ercolani2021-11-012-6/+42
* Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-141-1/+22
* Linux 5.15 compat: standalone <linux/stdarg.h>Alexander2021-09-142-0/+34
* Linux 5.15 compat: block device readaheadBrian Behlendorf2021-09-141-0/+40