summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* spi: Enhance and export helpers for ACPI resourcesMark Brown2022-02-011-0/+20
|\
| * spi: Add API to count spi acpi resourcesStefan Binding2022-02-011-0/+1
| * spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding2022-02-011-1/+2
| * spi: Create helper API to lookup ACPI info for spi deviceStefan Binding2022-02-011-0/+6
| * spi: Make spi_alloc_device and spi_add_device public againStefan Binding2022-02-011-0/+12
* | spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij2022-01-311-1/+0
* | spi: s3c24xx: Convert to GPIO descriptorsLinus Walleij2022-01-241-5/+0
* | spi: s3c64xx: Convert to use GPIO descriptorsLinus Walleij2022-01-241-2/+0
* | spi: s3c64xx: Drop custom gpio setup argumentLinus Walleij2022-01-241-3/+1
* | spi: s3c64xx: Delete unused boardfile helpersLinus Walleij2022-01-241-8/+0
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-234-77/+409
|\
| * bitmap: unify find_bit operationsYury Norov2022-01-152-33/+56
| * find: micro-optimize for_each_{set,clear}_bit()Yury Norov2022-01-151-2/+2
| * include/linux: move for_each_bit() macros from bitops.h to find.hYury Norov2022-01-152-34/+34
| * cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-0/+16
| * cpumask: use find_first_and_bit()Yury Norov2022-01-151-10/+20
| * lib: add find_first_and_bit()Yury Norov2022-01-151-0/+27
| * arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-13/+0
| * include: move find.h from asm_generic to linuxYury Norov2022-01-152-0/+269
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2228-260/+127
|\ \
| * | frontswap: remove support for multiple opsChristoph Hellwig2022-01-221-2/+1
| * | mm: mark swap_lock and swap_active_head staticChristoph Hellwig2022-01-221-2/+0
| * | frontswap: remove frontswap_testChristoph Hellwig2022-01-221-11/+0
| * | mm: simplify try_to_unuseChristoph Hellwig2022-01-223-10/+1
| * | frontswap: simplify frontswap_initChristoph Hellwig2022-01-221-8/+1
| * | frontswap: remove frontswap_curr_pagesChristoph Hellwig2022-01-221-1/+0
| * | frontswap: remove frontswap_shrinkChristoph Hellwig2022-01-221-1/+0
| * | frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2022-01-221-2/+0
| * | frontswap: remove frontswap_writethroughChristoph Hellwig2022-01-221-1/+0
| * | mm: remove cleancacheChristoph Hellwig2022-01-222-129/+0
| * | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-222-9/+18
| * | proc: remove PDE_DATA() completelyMuchun Song2022-01-222-4/+2
| * | fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-221-1/+12
| * | locking/rwlocks: introduce write_lock_nestedMinchan Kim2022-01-224-0/+25
| * | kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2022-01-221-6/+0
| * | fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-221-4/+6
| * | printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2022-01-221-4/+0
| * | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
| * | fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-221-3/+0
| * | sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+24
| * | fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-222-4/+6
| * | fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-1/+0
| * | fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-4/+0
| * | sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-0/+3
| * | fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-222-12/+0
| * | fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-221-3/+0
| * | fs: move inode sysctls to its own fileLuis Chamberlain2022-01-221-3/+0
| * | sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-0/+6
| * | stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni2022-01-221-5/+0
| * | sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+7