summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-1419-1195/+1044
|\
| * utimes: Make utimes y2038 safeDeepa Dinamani2017-09-033-13/+14
| * ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani2017-09-032-8/+8
| * ipc: sem: Make sem_array timestamps y2038 safeDeepa Dinamani2017-09-032-10/+11
| * ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani2017-09-032-6/+7
| * ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2017-09-034-24/+24
| * ipc: Make sys_semtimedop() y2038 safeDeepa Dinamani2017-09-031-6/+6
| * get rid of SYSVIPC_COMPAT on ia64Al Viro2017-07-151-5/+0
| * semtimedop(): move compat to nativeAl Viro2017-07-154-53/+33
| * shmat(2): move compat to nativeAl Viro2017-07-152-16/+19
| * msgrcv(2), msgsnd(2): move compat to nativeAl Viro2017-07-153-47/+43
| * ipc(2): move compat to nativeAl Viro2017-07-152-95/+93
| * ipc: make use of compat ipc_perm helpersAl Viro2017-07-152-50/+8
| * semctl(): move compat to nativeAl Viro2017-07-153-197/+133
| * semctl(): separate all layout-dependent copyin/copyoutAl Viro2017-07-151-98/+94
| * msgctl(): move compat to nativeAl Viro2017-07-152-132/+133
| * msgctl(): split the actual work from copyin/copyoutAl Viro2017-07-151-106/+96
| * ipc: move compat shmctl to nativeAl Viro2017-07-153-235/+231
| * shmctl: split the work from copyin/copyoutAl Viro2017-07-151-175/+172
* | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-1439-11/+14399
|\ \
| * | squashfs: Add zstd supportSean Purcell2017-09-086-0/+178
| * | btrfs: Add zstd supportNick Terrell2017-08-1512-12/+468
| * | lib: Add zstd modulesNick Terrell2017-08-1519-0/+13014
| * | lib: Add xxhash moduleNick Terrell2017-08-154-0/+740
* | | Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-09-146-30/+29
|\ \ \
| * | | kbuild: buildtar: do not print successful message if tar returns errorMasahiro Yamada2017-09-131-16/+13
| * | | kbuild: buildtar: fix tar error when CONFIG_MODULES is disabledMasahiro Yamada2017-09-131-2/+3
| * | | kbuild: Use KCONFIG_CONFIG in buildtarNicolas Porcel2017-09-021-2/+2
| * | | Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn2017-09-011-0/+1
| * | | kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada2017-09-014-11/+11
* | | | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-1423-167/+189
|\ \ \ \
| * | | | dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-118-77/+17
| * | | | dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann2017-09-111-10/+10
| * | | | dm integrity: make blk_integrity_profile structure constBhumika Goyal2017-09-111-1/+1
| * | | | dm integrity: do not check integrity for failed read operationsHyunchul Lee2017-09-111-1/+5
| * | | | dm log writes: fix >512b sectorsize supportJosef Bacik2017-09-111-11/+31
| * | | | dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik2017-09-111-1/+1
| * | | | dm ioctl: constify ioctl lookup tableEric Biggers2017-08-281-1/+1
| * | | | dm: constify argument arraysEric Biggers2017-08-2810-19/+20
| * | | | dm integrity: count and display checksum failuresMikulas Patocka2017-08-281-2/+8
| * | | | dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka2017-08-283-29/+77
| * | | | dm rq: do not update rq partially in each ending bioMing Lei2017-08-282-11/+8
| * | | | dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche2017-08-281-4/+5
| * | | | dm mpath: complain about unsupported __multipath_map_bio() return valuesBart Van Assche2017-08-281-0/+4
| * | | | dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...Bart Van Assche2017-08-281-0/+1
* | | | | Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds2017-09-1494-269/+398
|\ \ \ \ \
| * | | | | video/console: Update BIOS dates list for GPD win console rotation DMI quirkHans de Goede2017-09-071-2/+2
| * | | | | video/console: Add rotated LCD-panel DMI quirk for the VIOS LTH17Hans de Goede2017-09-051-0/+14
| * | | | | video: fbdev: sis: fix duplicated code for different branchesGustavo A. R. Silva2017-09-041-12/+3
| * | | | | video: fbdev: make fb_var_screeninfo constBhumika Goyal2017-09-047-7/+7