summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song1-0/+19
2021-07-01mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2-0/+5
2021-07-01mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2-1/+30
2021-07-01mm: hugetlb: gather discrete indexes of tail pageMuchun Song2-10/+30
2021-07-01mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2-27/+40
2021-07-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+42
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar1-0/+1
2021-07-01Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-1/+22
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds59-218/+1681
2021-07-01Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+7
2021-07-01block: return errors from blk_execute_rq()Keith Busch1-1/+3
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2-33/+3
2021-07-01block: mark blk_mq_init_queue_data staticChristoph Hellwig1-2/+0
2021-07-01Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+27
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+17
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds8-26/+58
2021-06-30clk: divider: Add re-usable determine_rate implementationsMartin Blumenstingl1-0/+6
2021-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2-2/+27
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-3/+62
2021-06-30Merge tag 'mailbox-v5.14' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds1-6/+2
2021-06-30cpufreq: Remove ->resolve_freq()Viresh Kumar1-9/+0
2021-06-30pwm: core: Remove unused devm_pwm_put()Andy Shevchenko1-5/+0
2021-06-30cpufreq: Remove the ->stop_cpu() driver callbackViresh Kumar1-1/+0
2021-06-30Merge tag 'spi-nor/for-5.14' into mtd/nextMiquel Raynal20-31/+71
2021-06-30Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina1-0/+18
2021-06-30Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina1-2/+8
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina1-0/+1
2021-06-30Merge tag '5.14-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+8
2021-06-30Merge tag 'fs.openat2.unknown_flags.v5.14' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-4/+0
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-164/+320
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+1
2021-06-30Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+5
2021-06-30Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger3-49/+183
2021-06-29Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-1/+9
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-0/+4
2021-06-29Merge branches 'clk-legacy', 'clk-vc5', 'clk-allwinner', 'clk-nvidia' and 'cl...Stephen Boyd2-26/+79
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+7
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-39/+49
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-2/+43
2021-06-29net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee1-0/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-10/+51
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-0/+5
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman1-1/+19
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport1-2/+2
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport3-8/+8
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-2/+2
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport1-3/+5
2021-06-29mm: drop SECTION_SHIFT in code commentsDong Aisheng1-2/+0
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman1-0/+3