summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix undefined packet handlingDavid Howells2018-04-042-0/+12
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-0415-455/+346
|\
| * ipc/shm: Fix pid freeing.Eric W. Biederman2018-03-281-2/+2
| * ipc/shm: fix up for struct file no longer being available in shm.hStephen Rothwell2018-03-281-0/+2
| * ipc/smack: Tidy up from the change in type of the ipc security hooksEric W. Biederman2018-03-271-139/+58
| * ipc: Directly call the security hook in ipc_ops.associateEric W. Biederman2018-03-273-27/+3
| * ipc/sem: Fix semctl(..., GETPID, ...) between pid namespacesEric W. Biederman2018-03-271-10/+12
| * ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespacesEric W. Biederman2018-03-271-10/+13
| * ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.Eric W. Biederman2018-03-271-10/+15
| * ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman2018-03-242-0/+20
| * ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman2018-03-242-2/+1
| * msg: Move struct msg_queue into ipc/msg.cEric W. Biederman2018-03-242-18/+17
| * shm: Move struct shmid_kernel into ipc/shm.cEric W. Biederman2018-03-242-22/+22
| * sem: Move struct sem and struct sem_array into ipc/sem.cEric W. Biederman2018-03-232-39/+35
| * msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-236-65/+62
| * shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-236-56/+52
| * sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-236-57/+53
| * pidns: simpler allocation of pid_* cachesAlexey Dobriyan2018-03-211-43/+24
* | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-045-34/+93
|\ \
| * | workqueue: remove the comment about the old manager_arb mutexLai Jiangshan2018-03-201-1/+0
| * | workqueue: fix the comments of nr_idleLai Jiangshan2018-03-201-3/+2
| * | fs/aio: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-15/+6
| * | cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-192-15/+8
| * | RCU, workqueue: Implement rcu_workTejun Heo2018-03-192-0/+77
* | | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-04-0423-135/+995
|\ \ \
| * | | ahci: imx: add the imx8qm ahci sata supportRichard Zhu2018-03-291-0/+332
| * | | libata: ensure host is free'd on error exit pathsColin Ian King2018-03-271-1/+3
| * | | ata: ahci-platform: add reset control supportKunihiko Hayashi2018-03-263-3/+23
| * | | ahci: imx: fix the build warningRichard Zhu2018-03-211-0/+3
| * | | ata: add Amiga Gayle PATA controller driverBartlomiej Zolnierkiewicz2018-03-193-0/+232
| * | | ahci: imx: add the imx6qp ahci sata supportRichard Zhu2018-03-193-4/+35
| * | | ata: change Tegra124 to TegraPreetham Ramchandra2018-03-141-2/+2
| * | | ata: ahci_tegra: Add AHCI support for Tegra210Preetham Ramchandra2018-03-141-1/+9
| * | | ata: ahci_tegra: disable DIPMPreetham Ramchandra2018-03-141-1/+1
| * | | ata: ahci_tegra: disable devslp for Tegra124Preetham Ramchandra2018-03-141-0/+26
| * | | ata: ahci_tegra: initialize regulators from soc structPreetham Ramchandra2018-03-141-10/+23
| * | | ata: ahci_tegra: Update initialization sequencePreetham Ramchandra2018-03-141-64/+224
| * | | dt-bindings: Tegra210: add binding documentationPreetham Ramchandra2018-03-141-12/+24
| * | | libata: add refcounting to ata_hostTaras Kondratiuk2018-03-134-8/+43
| * | | pata_bk3710: clarify license version and use SPDX headerBartlomiej Zolnierkiewicz2018-03-011-5/+3
| * | | pata_falcon: clarify license version and use SPDX headerBartlomiej Zolnierkiewicz2018-03-011-5/+3
| * | | pata_it821x: Delete an error message for a failed memory allocation in it821x...Markus Elfring2018-02-181-3/+3
| * | | pata_macio: Delete an error message for a failed memory allocation in two fun...Markus Elfring2018-02-181-8/+4
| * | | pata_mpc52xx: Delete an error message for a failed memory allocation in mpc52...Markus Elfring2018-02-181-1/+0
| * | | sata_dwc_460ex: Delete an error message for a failed memory allocation in sat...Markus Elfring2018-02-181-1/+0
| * | | pata_samsung_cf: Delete an error message for a failed memory allocation in pa...Markus Elfring2018-02-181-3/+1
| * | | pata_arasan_cf: Delete an unnecessary variable initialisation in arasan_cf_pr...Markus Elfring2018-02-181-1/+1
| * | | pata_arasan_cf: Delete an error message for a failed memory allocation in ara...Markus Elfring2018-02-181-3/+1
* | | | Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-04-04572-21327/+37792
|\ \ \ \
| * | | | media: v4l2-ioctl: rename a temp var that stores _IOC_SIZE(cmd)Mauro Carvalho Chehab2018-03-261-8/+8