summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+17
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-43/+91
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+0
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-3222/+94
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds3-18/+40
2021-06-28Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-06-28Merge tag 'hwmon-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+30
2021-06-28Merge tag 'spi-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds7-35/+156
2021-06-28Merge tag 'regulator-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-14/+1199
2021-06-28Merge tag 'regmap-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-0/+40
2021-06-28Merge tag 'mmc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-1/+28
2021-06-28Merge tag 'for-5.14/libata-2021-06-27' of git://git.kernel.dk/linux-blockLinus Torvalds4-1629/+11
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2-2/+0
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-22/+8
2021-06-25userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definitionGleb Fotengauer-Malinovskiy1-2/+2
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+3
2021-06-25Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown7-35/+156
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul1-0/+1
2021-06-25mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2-22/+7
2021-06-25mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda1-0/+1
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov1-1/+3
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov1-1/+1
2021-06-24sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flagBeata Michalska1-0/+10
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown12-14/+1199
2021-06-22futex: Provide FUTEX_LOCK_PI2 to support clock selectionThomas Gleixner1-0/+2
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra1-0/+2
2021-06-22spi: add ancillary device supportSebastian Reichel1-0/+2
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown50-102/+481
2021-06-21regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2-4/+63
2021-06-21regulator: IRQ based event/error notification helpersMatti Vaittinen1-0/+135
2021-06-21regulator: move rdev_print helpers to internal.hMatti Vaittinen2-5/+10
2021-06-21regulator: add warning flagsMatti Vaittinen1-0/+14
2021-06-21reboot: Add hardware protection power-offMatti Vaittinen1-0/+1
2021-06-19Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-10/+42
2021-06-18icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen1-0/+3
2021-06-18Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+0
2021-06-18sched: Change task_struct::statePeter Zijlstra3-18/+17
2021-06-18sched: Add get_current_state()Peter Zijlstra1-0/+2
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-0/+2
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar29-61/+195
2021-06-17Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2-4/+14
2021-06-17hwmon: (pmbus) Add support for reading direct mode coefficientsErik Rosen1-0/+8
2021-06-17hwmon: (pmbus) Add new pmbus flag NO_WRITE_PROTECTErik Rosen1-0/+9
2021-06-17hwmon: (pmbus) Add new flag PMBUS_READ_STATUS_AFTER_FAILED_CHECKErik Rosen1-0/+13
2021-06-17net/mlx5e: Don't create devices during unload flowDmytro Linkin1-0/+4
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins1-0/+3
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins1-0/+1
2021-06-16mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins1-1/+7
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-0/+2