aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter2-1/+26
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-26/+38
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2-46/+54
2019-09-07mm/mmu_notifiers: annotate with might_sleep()Daniel Vetter1-0/+5
2019-09-07mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter1-2/+12
2019-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2019-09-06Input: elan_i2c - remove Lenovo Legion Y7000 PnpIDBenjamin Tissoires1-1/+1
2019-09-06clk: Add support for AST2600 SoCJoel Stanley1-0/+113
2019-09-06kexec_elf: remove parsing of section headersSven Schnelle1-1/+0
2019-09-06kexec: add KEXEC_ELFSven Schnelle1-0/+24
2019-09-06ipc: fix semtimedop for generic 32-bit architecturesArnd Bergmann1-1/+1
2019-09-06vfs: subtype handling moved to fuseDavid Howells1-1/+0
2019-09-06Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Miklos Szeredi2-1/+14
2019-09-06Merge tag 'iommu-fixes-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui1-0/+3
2019-09-06Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui1-0/+3
2019-09-06Drivers: hv: vmbus: Add a helper function is_sub_channel()Dexuan Cui1-1/+9
2019-09-06io_uring: expose single mmap capabilityJens Axboe1-1/+7
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-8/+187
2019-09-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+0
2019-09-06net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai1-0/+2
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2-0/+16
2019-09-06Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner3-4/+37
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar1-1/+1
2019-09-05block: Delay default elevator initializationDamien Le Moal1-1/+2
2019-09-05block: Introduce elevator featuresDamien Le Moal2-0/+12
2019-09-05net/mlx5: Expose HW capability bits for port buffer per priority congestion c...Aya Levin2-5/+25
2019-09-05PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov1-0/+1
2019-09-05posix-cpu-timers: Always clear head pointer on dequeueThomas Gleixner1-6/+3
2019-09-05make shmem_fill_super() staticAl Viro1-1/+2
2019-09-05make ramfs_fill_super() staticAl Viro1-2/+0
2019-09-05mtd: Kill mount_mtd()David Howells1-3/+0
2019-09-05mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells1-0/+3
2019-09-05vfs: Add a single-or-reconfig keying to vfs_get_super()David Howells1-0/+4
2019-09-05vfs: Create fs_context-aware mount_bdev() replacementDavid Howells1-0/+5
2019-09-05new helper: get_tree_keyed()Al Viro1-1/+6
2019-09-05PCI: Add pci_info_ratelimited() to ratelimit PCI separatelyKrzysztof Wilczynski1-0/+3
2019-09-05erofs: use erofs_inode namingGao Xiang1-7/+7
2019-09-05Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad1-0/+2
2019-09-05habanalabs: stop using the acronym KMDOded Gabbay1-11/+11
2019-09-05habanalabs: add uapi to retrieve aggregate H/W eventsOded Gabbay1-0/+3
2019-09-05habanalabs: add uapi to retrieve device utilizationOded Gabbay1-15/+34
2019-09-05habanalabs: Make the Coresight timestamp perpetualTomer Tayar1-1/+1
2019-09-05habanalabs: explicitly set the queue-id enumerated numbersDotan Barak1-14/+14
2019-09-05habanalabs: add comments on INFO IOCTLOded Gabbay1-1/+13
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp2-4/+5
2019-09-05include: mdio: Add driver data helpersHarini Katakam1-0/+11
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller5-8/+201
2019-09-05net: fixed_phy: Add forward declaration for struct gpio_desc;Moritz Fischer1-0/+1
2019-09-05Merge tag 'v5.3-rc7' into develLinus Walleij138-538/+600