summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* scsi: qed: Send BW update notifications to the protocol driversSudarsana Reddy Kalluru2020-04-171-0/+1
* Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-04-121-5/+18
|\
| * locking/refcount: Document interaction with PID_MAX_LIMITJann Horn2020-04-081-5/+18
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-107-15/+73
|\ \
| * | change email address for Pali RohárPali Rohár2020-04-101-1/+1
| * | mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-0/+3
| * | mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-8/+8
| * | mm/memory_hotplug: drop the flags field from struct mhp_restrictionsLogan Gunthorpe2020-04-101-2/+0
| * | mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-0/+12
| * | mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+5
| * | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-0/+14
| * | mm/memory.c: add vm_insert_pages()Arjun Roy2020-04-101-0/+2
| * | mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+12
| * | mm: cma: NUMA node interfaceAslan Bakirov2020-04-102-2/+15
| * | docs: mm: slab.h: fix a broken cross-referenceMauro Carvalho Chehab2020-04-101-1/+1
* | | printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-04-101-5/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-101-0/+1
|\ \ \
| * | | proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-0/+1
* | | | Merge tag 'pwm/for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-102-91/+3
|\ \ \ \
| * | | | pwm: omap-dmtimer: Drop unused header fileLokesh Vutla2020-03-301-90/+0
| * | | | pwm: Implement some checks for lowlevel driversUwe Kleine-König2020-03-301-1/+3
* | | | | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-102-30/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'nvme-5.7' of git://git.infradead.org/nvme into block-5.7Jens Axboe2020-04-081-4/+0
| |\ \ \ \
| | * | | | nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-4/+0
| * | | | | blkcg: don't offline parent blkcg firstTejun Heo2020-04-011-1/+5
| * | | | | blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo2020-04-011-26/+13
* | | | | | Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-04-084-33/+17
|\ \ \ \ \ \
| * | | | | | ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-301-0/+1
| * | | | | | ceph: attempt to do async create when possibleJeff Layton2020-03-301-0/+3
| * | | | | | ceph: cap tracking for async directory operationsJeff Layton2020-03-301-0/+6
| * | | | | | ceph: track primary dentry linkJeff Layton2020-03-301-0/+3
| * | | | | | ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-301-2/+3
| * | | | | | ceph: move to a dedicated slabcache for mds requestsJeff Layton2020-03-301-0/+1
| * | | | | | ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li2020-03-301-17/+0
| * | | | | | libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov2020-03-301-14/+0
* | | | | | | Merge tag 'linux-watchdog-5.7-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-04-081-1/+0
|\ \ \ \ \ \ \
| * | | | | | | watchdog: wm831x_wdt: Remove GPIO handlingLinus Walleij2020-03-181-1/+0
* | | | | | | | Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-04-086-92/+206
|\ \ \ \ \ \ \ \
| * | | | | | | | iio: cros_ec: Use Hertz as unit for sampling frequencyGwendal Grignou2020-03-301-3/+3
| * | | | | | | | iio: cros_ec: Report hwfifo_watermark_maxGwendal Grignou2020-03-281-0/+3
| * | | | | | | | iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou2020-03-281-3/+1
| * | | | | | | | iio: cros_ec: Remove pm functionGwendal Grignou2020-03-281-5/+0
| * | | | | | | | iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou2020-03-281-1/+9
| * | | | | | | | iio: expose iio_device_set_clockGwendal Grignou2020-03-281-0/+2
| * | | | | | | | iio: cros_ec: Move function description to .c fileGwendal Grignou2020-03-281-80/+0
| * | | | | | | | platform/chrome: cros_ec_sensorhub: Add median filterGwendal Grignou2020-03-281-4/+89
| * | | | | | | | platform/chrome: cros_ec_sensorhub: Add FIFO supportGwendal Grignou2020-03-281-0/+76
| * | | | | | | | platform/chrome: cros_ec_sensorhub: Add the number of sensors in sensorhubGwendal Grignou2020-03-281-0/+2
| * | | | | | | | platform/chrome: cros_ec: Query EC protocol version if EC transitions between...Yicheng Li2020-02-111-0/+4
| * | | | | | | | platform/chrome: wilco_ec: Platform data shouldn't include kernel.hAndy Shevchenko2020-02-111-2/+6