aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds5-11/+13
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-1/+8
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-6/+2
2020-06-02Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+24
2020-06-02capabilities: add description for CAP_SETFCAPStefan Hajnoczi1-0/+2
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+14
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds9-118/+364
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds21-124/+484
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds34-210/+747
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-72/+39
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-1/+6
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-27/+19
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds5-4/+81
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds8-29/+93
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-83/+352
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-2/+0
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel1-0/+16
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel3-2/+72
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig1-1/+0
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig1-2/+2
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig1-9/+0
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-0/+4
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-2/+1
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-6/+4
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig1-1/+1
2020-06-02mm: remove __get_vm_areaChristoph Hellwig1-2/+0
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price1-0/+1
2020-06-02mm/memcg: automatically penalize tasks with high swap useJakub Kicinski1-0/+1
2020-06-02mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski2-3/+8
2020-06-02include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin1-1/+0
2020-06-02swap: reduce lock contention on swap cache from swap slots allocationHuang Ying1-0/+1
2020-06-02mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang1-5/+10
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard1-0/+2
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2-5/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-1/+2
2020-06-02mm_types.h: change set_page_private to inline functionGuoqing Jiang1-1/+5
2020-06-02buffer_head.h: remove attach_page_buffersGuoqing Jiang1-8/+0
2020-06-02include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang1-0/+37
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-2/+1
2020-06-02f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)1-3/+3
2020-06-02erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)1-3/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-2/+2
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)1-0/+3
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)1-0/+2
2020-06-02mm: add new readahead_control APIMatthew Wilcox (Oracle)1-0/+140
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)2-19/+8
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton2-1/+20
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds8-7/+45
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+17
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-19/+4
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds20-54/+143
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-1/+6
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-13/+167
2020-06-01Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+0
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+1
2020-06-01Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-17/+6
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+16
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+11
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-2/+156
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-45/+239
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-0/+78
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-3/+2
2020-06-01Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds1-8/+11
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds3-90/+132
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-5/+196
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds13-41/+66
2020-06-01Merge tag 'regulator-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds5-22/+94
2020-06-01Merge tag 'regmap-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-39/+70
2020-06-01Merge tag 'hwmon-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds3-0/+123
2020-06-01Merge tag 'tpmdd-next-20200522' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds1-1/+1
2020-06-01block: mark bio_wouldblock_error() bio with BIO_QUIETJens Axboe1-0/+1
2020-06-01Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Rafael J. Wysocki2-0/+4
2020-06-01Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-dbg', 'acpi-misc' and 'ac...Rafael J. Wysocki1-0/+1
2020-06-01Merge branches 'acpica' and 'acpi-tables'Rafael J. Wysocki1-1/+1
2020-06-01Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki3-26/+18
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusMark Brown5-22/+94
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek885-8044/+23750
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao2-0/+44
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao1-0/+28
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao2-5/+10
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-26/+122
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao1-0/+2
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao1-1/+3
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao1-0/+2
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao1-0/+51
2020-05-30pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao1-0/+44
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook1-1/+1
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin1-0/+7
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook1-0/+7
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin1-0/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook1-3/+1
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook1-1/+1
2020-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2020-05-29default csum_and_copy_to_user(): don't bother with access_ok()Al Viro1-4/+2
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2-15/+2
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-1/+2
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2-0/+11
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig1-1/+1
2020-05-29blk-mq: blk-mq: provide forced completion methodKeith Busch1-0/+1
2020-05-29regulator: core: Add regulator bypass trace pointsCharles Keepax1-0/+32
2020-05-29PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki1-2/+2
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Mark Brown1-0/+8
2020-05-29regulator: extract voltage balancing code to the separate functionMarek Szyprowski1-0/+8
2020-05-29Merge remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown1-39/+70
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown1-0/+36
2020-05-29Merge series "New DSA driver for VSC9953 Seville switch" from Vladimir Oltean...Mark Brown1-0/+8
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski1-0/+36
2020-05-29regmap: add helper for per-port regfield initializationVladimir Oltean1-0/+8
2020-05-29mmc: sdio: Sort all SDIO IDs in common include filePali Rohár1-21/+22
2020-05-29mmc: sdio: Fix Cypress SDIO IDs macros in common include filePali Rohár1-3/+3
2020-05-29mmc: sdio: Move SDIO IDs from b43-sdio driver to common include filePali Rohár1-0/+4
2020-05-29mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár1-0/+2
2020-05-29mmc: sdio: Move SDIO IDs from ath6kl driver to common include filePali Rohár1-0/+10
2020-05-29mmc: sdio: Move SDIO IDs from smssdio driver to common include filePali Rohár1-0/+5
2020-05-29mmc: sdio: Move SDIO IDs from btmtksdio driver to common include filePali Rohár1-0/+2
2020-05-29mmc: sdio: Move SDIO IDs from btmrvl driver to common include filePali Rohár1-0/+8
2020-05-29mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár1-0/+10
2020-05-29mmc: sdio: Change macro names for Marvell 8688 modulesPali Rohár1-2/+2
2020-05-28net: be more gentle about silly gso requests coming from userEric Dumazet1-8/+9
2020-05-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+14
2020-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2020-05-28include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann1-1/+1
2020-05-28mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov1-2/+13
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon4-0/+83
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon4-4/+61
2020-05-28hwmon: Add notification supportGuenter Roeck1-0/+3
2020-05-28block: fix a warning when blkdev.h is included for !CONFIG_BLOCK buildsChristoph Hellwig1-1/+1
2020-05-28fs: remove dio_end_io()Goldwyn Rodrigues1-2/+0
2020-05-28mmc: sdio: Fix macro name for Marvell device with ID 0x9134Pali Rohár1-1/+1
2020-05-28m68k: mcf5441x: add support for esdhc mmc controllerAngelo Dureghello1-0/+17
2020-05-28mmc: fix compilation of user APIJérôme Pouiller1-0/+1
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+0
2020-05-28memstick: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-28mmc: sdhci-esdhc: update contact emailWolfram Sang1-1/+1
2020-05-28mmc: core: expose info about enhanced rpmb supportKrishna Konda2-0/+2
2020-05-28mmc: host: Introduce the request_atomic() for the hostBaolin Wang1-0/+3
2020-05-28mm/swap: Use local_lock for protectionIngo Molnar1-0/+1
2020-05-28radix-tree: Use local_lock for protectionSebastian Andrzej Siewior2-2/+11
2020-05-28locking: Introduce local_lock()Thomas Gleixner2-0/+144
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar81-238/+500
2020-05-27Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+5
2020-05-27RDMA/core: Fix double destruction of uobjectJason Gunthorpe1-1/+1
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein1-2/+1
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli1-0/+6
2020-05-27netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso1-1/+1
2020-05-27block: use __this_cpu_add() instead of access by smp_processor_id()Konstantin Khlebnikov1-1/+1
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov1-2/+2
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig2-57/+11
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig1-6/+0
2020-05-27block: add disk/bio-based accounting helpersChristoph Hellwig1-0/+28
2020-05-27nvme: add Metadata Capabilities enumerationsIsrael Rukshin1-0/+6
2020-05-27block: always define struct blk_integrity in genhd.hMax Gurtovoy1-4/+0
2020-05-27nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-26net: check untrusted gso_size at kernel entryWillem de Bruijn1-2/+12
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2-0/+35
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2-0/+35
2020-05-26nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov1-0/+1
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner2-0/+7
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney1-12/+17
2020-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2020-05-25Merge tag 'mac80211-for-net-2020-05-25' of git://git.kernel.org/pub/scm/linux...David S. Miller1-1/+1
2020-05-25mailmap: change email for Ricardo RibaldaRicardo Ribalda Delgado1-1/+1
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav1-0/+4
2020-05-25netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso1-1/+1
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-1/+3
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar86-244/+518
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues1-0/+2
2020-05-25fs: export generic_file_buffered_read()Goldwyn Rodrigues1-0/+2
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana1-0/+1
2020-05-25btrfs: remove more obsolete v0 extent ref declarationsDavid Sterba1-9/+0
2020-05-25block: add bio_for_each_bvec_all()Omar Sandoval1-0/+8
2020-05-25printk: Remove pr_cont_once()Tetsuo Handa1-2/+1
2020-05-25ieee80211: Fix incorrect mask for default PE durationPradeep Kumar Chitrapu1-1/+1
2020-05-24Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+11
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-13/+61
2020-05-22net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha1-0/+9
2020-05-22net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha1-0/+6
2020-05-22net/mlx5: Add command entry handling completionMoshe Shemesh1-0/+1
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2-11/+43
2020-05-22Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Borislav Petkov2-0/+11
2020-05-22tpm: eventlog: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-3/+2
2020-05-22Merge tag 'ib-mfd-hwmon-v5.8' into hwmon-nextGuenter Roeck2-0/+120
2020-05-22regulator: max8998: Add charger regulatorJonathan Bakker1-0/+1
2020-05-22drm: Generalized NV Block Linear DRM format modJames Jones1-8/+114
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+0
2020-05-21block: remove ioctl_by_bdevChristoph Hellwig1-1/+0
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland1-0/+9
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen1-0/+21
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen1-2/+8
2020-05-21firmware: smccc: Fix missing prototype warning for arm_smccc_version_initSudeep Holla1-0/+3