summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-6/+7
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-143-0/+20
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-143-0/+20
* | Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-141-0/+2
|\ \
| * | Revert "fs: remove dio_end_io()"David Sterba2020-06-091-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-4/+8
|\ \ \
| * | | net: change addr_list_lock back to static keyCong Wang2020-06-091-4/+8
* | | | Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-06-133-53/+11
|\ \ \ \
| * | | | i2c: smbus: Add a way to instantiate SPD EEPROMs automaticallyJean Delvare2020-05-291-1/+7
| * | | | i2c: avoid confusing naming in headerWolfram Sang2020-05-281-4/+4
| * | | | Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2020-05-221-2/+0
| * | | | Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang2020-05-2047-113/+101
| |\ \ \ \
| * | | | | i2c: core: support bus regulator controlling in adapterBibby Hsieh2020-05-201-0/+2
| * | | | | i2c: pxa: move private definitions to i2c-pxa.cRussell King2020-05-051-48/+0
* | | | | | Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-135-15/+5
|\ \ \ \ \ \
| * | | | | | x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-112-2/+4
| * | | | | | Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-11412-3253/+11876
| |\ \ \ \ \ \
| * | | | | | | x86/amd_nb: Add AMD family 17h model 60h PCI IDsAlexander Monakov2020-05-221-0/+1
| * | | | | | | EDAC: Drop the EDAC report status checksTony Luck2020-04-141-8/+0
| * | | | | | | x86/mce: Convert the CEC to use the MCE notifierTony Luck2020-04-141-5/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-137-18/+75
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-111-3/+5
| * | | | | | lockdep: __always_inline more for noinstrPeter Zijlstra2020-06-111-1/+1
| * | | | | | x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-111-2/+2
| * | | | | | genirq: Provide __irq_enter/exit_raw()Thomas Gleixner2020-06-111-0/+20
| * | | | | | genirq: Provide irq_enter/exit_rcu()Thomas Gleixner2020-06-111-2/+11
| * | | | | | nmi, tracing: Make hardware latency tracing noinstr safeThomas Gleixner2020-06-111-2/+6
| * | | | | | lib/bsearch: Provide __always_inline variantPeter Zijlstra2020-06-111-2/+24
| * | | | | | context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner2020-06-112-6/+6
* | | | | | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-137-16/+225
|\ \ \ \ \ \ \
| * | | | | | | smack: Implement the watch_key and post_notification hooksDavid Howells2020-05-191-0/+1
| * | | | | | | keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-192-15/+21
| * | | | | | | pipe: Add notification lossage handlingDavid Howells2020-05-191-0/+7
| * | | | | | | pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-05-191-0/+1
| * | | | | | | watch_queue: Add a key/keyring notification facilityDavid Howells2020-05-191-0/+3
| * | | | | | | security: Add hooks to rule on setting a watchDavid Howells2020-05-193-0/+18
| * | | | | | | pipe: Add general notification queue supportDavid Howells2020-05-192-1/+145
| * | | | | | | security: Add a hook for the point of notification insertionDavid Howells2020-05-193-0/+29
* | | | | | | | Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-123-91/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | thermal/drivers/cpuidle_cooling: Change the registration functionDaniel Lezcano2020-05-191-10/+2
| * | | | | | | | powercap/drivers/idle_inject: Specify idle state max latencyDaniel Lezcano2020-05-191-0/+4
| * | | | | | | | thermal: Remove thermal_zone_device_update() stubDaniel Lezcano2020-04-141-3/+0
| * | | | | | | | thermal: Remove stubs for thermal_zone_[un]bind_cooling_deviceDaniel Lezcano2020-04-141-10/+0
| * | | | | | | | thermal: Change IS_ENABLED to IFDEF in the header fileDaniel Lezcano2020-04-141-1/+1
| * | | | | | | | thermal: Move get_thermal_instance to the internal headerDaniel Lezcano2020-04-141-6/+0
| * | | | | | | | thermal: Move get_tz_trend to the internal headerDaniel Lezcano2020-04-141-3/+1
| * | | | | | | | thermal: Move trip point structure definition to private headerDaniel Lezcano2020-04-141-15/+0
| * | | | | | | | thermal: Move internal IPA functionsDaniel Lezcano2020-04-141-24/+0
| * | | | | | | | thermal: Move struct thermal_attr to the private headerDaniel Lezcano2020-04-141-5/+1
| * | | | | | | | thermal: Move default governor config option to the internal headerDaniel Lezcano2020-04-141-11/+0