summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfs: Miscellaneous fixesDavid Howells2021-04-271-3/+3
* iov_iter: Four fixes for ITER_XARRAYDavid Howells2021-04-262-1/+5
* fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-2312-3/+600
* netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells2021-04-232-2/+70
* netfs: Define an interface to talk to a cacheDavid Howells2021-04-233-1/+295
* netfs: Add write_begin helperDavid Howells2021-04-235-4/+185
* netfs: Gather statsDavid Howells2021-04-236-2/+128
* netfs: Add tracepointsDavid Howells2021-04-233-0/+226
* netfs: Provide readahead and readpage netfs helpersDavid Howells2021-04-236-0/+877
* netfs, mm: Add set/end/wait_on_page_fscache() aliasesDavid Howells2021-04-231-0/+57
* netfs, mm: Move PG_fscache helper funcs to linux/netfs.hDavid Howells2021-04-232-10/+30
* netfs: Documentation for helper libraryDavid Howells2021-04-232-0/+527
* netfs: Make a netfs helper moduleDavid Howells2021-04-231-0/+8
* mm: Implement readahead_control pageset expansionDavid Howells2021-04-232-0/+77
* mm/readahead: Handle ractl nr_pages being modifiedMatthew Wilcox (Oracle)2021-04-231-2/+2
* fs: Document file_ra_stateMatthew Wilcox (Oracle)2021-04-231-10/+14
* mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-237-29/+30
* mm: Add set/end/wait functions for PG_private_2David Howells2021-04-232-0/+81
* iov_iter: Add ITER_XARRAYDavid Howells2021-04-232-23/+301
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-243-12/+16
|\
| * clk: qcom: gcc-sc7180: Use floor ops for the correct sdcc1 clkDouglas Anderson2021-03-131-2/+2
| * clk: qcom: rcg2: Rectify clk_gfx3d rate rounding without mux divisionMarijn Suijten2021-03-131-8/+9
| * clk: qcom: rpmh: Update the XO clock source for SC7280Taniya Das2021-03-131-2/+5
* | Merge tag 'platform-drivers-x86-v5.12-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-03-2412-109/+190
|\ \
| * | platform/x86: intel_pmc_core: Ignore GBE LTR on Tiger Lake platformsDavid E. Box2021-03-231-15/+35
| * | platform/x86: intel_pmc_core: Update KconfigDavid E. Box2021-03-231-3/+8
| * | platform/x86: intel_pmt_crashlog: Fix incorrect macrosDavid E. Box2021-03-231-7/+6
| * | platform/x86: intel_pmt_class: Initial resource to 0David E. Box2021-03-231-1/+1
| * | platform/x86: intel-vbtn: Stop reporting SW_DOCK eventsHans de Goede2021-03-211-2/+10
| * | platform/x86: dell-wmi-sysman: Cleanup create_attributes_level_sysfs_files()Hans de Goede2021-03-211-9/+7
| * | platform/x86: dell-wmi-sysman: Make sysman_init() return -ENODEV of the inter...Hans de Goede2021-03-211-5/+7
| * | platform/x86: dell-wmi-sysman: Cleanup sysman_init() error-exit handlingHans de Goede2021-03-211-29/+16
| * | platform/x86: dell-wmi-sysman: Fix release_attributes_data() getting called t...Hans de Goede2021-03-211-1/+0
| * | platform/x86: dell-wmi-sysman: Make it safe to call exit_foo_attributes() mul...Hans de Goede2021-03-214-0/+12
| * | platform/x86: dell-wmi-sysman: Fix possible NULL pointer deref on exitHans de Goede2021-03-211-9/+2
| * | platform/x86: dell-wmi-sysman: Fix crash caused by calling kset_unregister twiceHans de Goede2021-03-211-0/+1
| * | platform/x86: thinkpad_acpi: Disable DYTC CQL mode around switching to balanc...Hans de Goede2021-03-211-2/+7
| * | platform/x86: thinkpad_acpi: Allow the FnLock LED to change stateEsteve Varela Colominas2021-03-211-1/+7
| * | platform/x86: thinkpad_acpi: check dytc version for lapmode sysfsMark Pearson2021-03-181-26/+65
| * | platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2Alban Bedel2021-03-061-0/+7
| |/
* | Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-03-244-7/+21
|\ \
| * | afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)2021-03-231-2/+1
| * | mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)2021-03-232-0/+17
| * | fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)2021-03-232-5/+3
* | | cachefiles: do not yet allow on idmapped mountsChristian Brauner2021-03-241-0/+6
* | | Merge tag 'linux-kselftest-kunit-fixes-5.12-rc5.1' of git://git.kernel.org/pu...Linus Torvalds2021-03-232-1/+3
|\ \ \
| * | | kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow2021-03-111-0/+2
| * | | kunit: tool: Fix a python tuple typing errorDavid Gow2021-03-111-1/+1
| | |/ | |/|
* | | Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-223-41/+59
|\ \ \ | |_|/ |/| |
| * | selinuxfs: unify policy load error reportingOndrej Mosnacek2021-03-191-6/+3