summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-123-15/+46
* random,stackprotect: introduce get_random_canary functionRik van Riel2017-07-121-0/+21
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-121-0/+200
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-121-9/+20
* kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-121-11/+16
* kernel/watchdog: remove unused declarationNicholas Piggin2017-07-121-3/+0
* include/linux/sem.h: correctly document sem_ctimeManfred Spraul2017-07-122-2/+2
* ipc: merge ipc_rcu and kern_ipc_permManfred Spraul2017-07-121-0/+3
* ipc/sem.c: remove sem_base, embed struct semManfred Spraul2017-07-121-1/+21
* fault-inject: support systematic fault injectionDmitry Vyukov2017-07-121-0/+1
* kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov2017-07-121-0/+2
* kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-122-0/+13
* sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-121-0/+3
* kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-122-1/+3
* powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-121-1/+0
* kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-121-2/+2
* kernel.h: handle pointers to arrays better in container_of()Ian Abbott2017-07-121-3/+7
* include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell2017-07-121-2/+2
* Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-124-235/+253
|\
| * i2c: Provide a stub for i2c_detect_slave_mode()Andy Shevchenko2017-07-081-0/+2
| * i2c: sh_mobile: remove platform_dataWolfram Sang2017-06-021-11/+0
| * i2c: break out smbus support into separate fileWolfram Sang2017-05-312-224/+251
* | Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-121-0/+20
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...Joerg Roedel2017-06-2817-44/+103
| |\ \ \ \
| | | | * | iommu/vt-d: Helper function to query if a pasid has any active usersCQ Tang2017-05-171-0/+20
| | | |/ / | | |/| |
* | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-121-0/+4
|\ \ \ \ \
| * | | | | vfs: introduce inode 'inuse' lockAmir Goldstein2017-07-041-0/+4
| * | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...Miklos Szeredi2017-07-0410-78/+90
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-114-29/+84
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-101-1/+22
| |\ \ \ \ \ \
| | * | | | | | nvme_fc/nvmet_fc: revise Create Association descriptor lengthJames Smart2017-07-101-1/+22
| * | | | | | | bio-integrity: stop abusing bi_end_ioChristoph Hellwig2017-07-031-9/+0
| * | | | | | | bio: add bvec_iter rewind APIDmitry Monakhov2017-07-032-2/+44
| * | | | | | | block: guard bvec iteration logicDmitry Monakhov2017-07-032-6/+12
| * | | | | | | t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-031-0/+2
| * | | | | | | bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-031-9/+3
| * | | | | | | bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-031-3/+2
* | | | | | | | Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-07-1110-118/+450
|\ \ \ \ \ \ \ \
| * | | | | | | | libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUSIlya Dryomov2017-07-071-0/+6
| * | | | | | | | libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-071-2/+2
| * | | | | | | | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2017-07-071-0/+8
| * | | | | | | | crush: implement weight and id overrides for straw2Ilya Dryomov2017-07-072-5/+62
| * | | | | | | | libceph: pg_upmap[_items] infrastructureIlya Dryomov2017-07-071-1/+9
| * | | | | | | | libceph: ceph_decode_skip_* helpersIlya Dryomov2017-07-071-0/+60
| * | | | | | | | libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-074-0/+53
| * | | | | | | | libceph: make DEFINE_RB_* helpers more generalIlya Dryomov2017-07-071-12/+37
| * | | | | | | | libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2017-07-071-2/+8
| * | | | | | | | libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-071-0/+1
| * | | | | | | | libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2017-07-071-0/+2
| * | | | | | | | libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2017-07-072-1/+20