summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi_debug: switch to uuid_tChristoph Hellwig2017-06-051-5/+5
| * nvme: switch to uuid_tChristoph Hellwig2017-06-056-10/+10
| * sysctl: switch to use uuid_tChristoph Hellwig2017-06-051-2/+2
| * partitions/ldm: switch to use uuid_tChristoph Hellwig2017-06-052-9/+7
| * overlayfs: use uuid_t instead of uuid_beChristoph Hellwig2017-06-052-2/+2
| * fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-0514-36/+23
| * ima/policy: switch to use uuid_tChristoph Hellwig2017-06-051-6/+5
| * block: remove blk_part_pack_uuidChristoph Hellwig2017-06-052-13/+1
| * xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-056-65/+8
| * xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig2017-06-053-27/+4
| * S390/sysinfo: use uuid_is_null instead of opencoding itChristoph Hellwig2017-06-052-3/+3
| * uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig2017-06-053-8/+19
| * uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2017-06-054-15/+22
| * uuid: don't export guid_index and uuid_indexChristoph Hellwig2017-06-051-2/+0
| * uuid: rename uuid typesChristoph Hellwig2017-06-056-62/+73
| * uuid: remove uuid_be defintions from the uapi headerChristoph Hellwig2017-06-052-16/+15
| * nfsd: namespace-prefix uuid_parseChristoph Hellwig2017-06-051-2/+2
| * md: namespace private helper namesAmir Goldstein2017-06-051-4/+4
| * xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig2017-06-052-4/+3
| * xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein2017-06-051-6/+2
| * uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig2017-06-054-34/+19
* | ovl: don't set origin on broken lower hardlinkMiklos Szeredi2017-06-281-3/+8
* | ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi2017-06-281-12/+12
* | Linux 4.12-rc7v4.12-rc7Linus Torvalds2017-06-261-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-251-2/+1
|\ \
| * | x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner2017-06-241-2/+1
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-257-33/+55
|\ \ \
| * \ \ Merge branch 'clockevents/4.12-fixes' of https://git.linaro.org/people/daniel...Thomas Gleixner2017-06-203-2/+4
| |\ \ \
| | * | | clocksource: Explicitly include linux/clocksource.h when neededStephen Rothwell2017-06-132-0/+2
| | * | | clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableFrank Rowand2017-06-121-2/+2
| * | | | arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon2017-06-202-3/+3
| * | | | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-202-11/+12
| * | | | time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-202-17/+36
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-06-253-4/+4
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-urgent-for-mingo-4.12-20170622' of git://git.kernel.org/pub/s...Ingo Molnar2017-06-231-1/+1
| |\ \ \ \ \
| | * | | | | perf probe: Fix probe definition for inlined functionsBjörn Töpel2017-06-221-1/+1
| |/ / / / /
| * | | | | perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang2017-06-221-2/+2
| * | | | | perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner2017-06-211-1/+1
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-251-3/+3
|\ \ \ \ \ \
| * | | | | | irqchip/mips-gic: Mark count and compare accessors notraceMarcin Nowakowski2017-06-201-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-06-253-16/+28
|\ \ \ \ \ \
| * | | | | | Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan2017-06-231-10/+7
| * | | | | | Input: i8042 - add Fujitsu Lifebook AH544 to notimeout listDaniel Drake2017-06-201-0/+7
| * | | | | | Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede2017-06-191-6/+14
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-06-254-14/+35
|\ \ \ \ \ \ \
| * | | | | | | iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger2017-06-091-0/+12
| * | | | | | | iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger2017-06-091-2/+8
| * | | | | | | target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-093-12/+15
* | | | | | | | Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-06-257-12/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | kconfig: fix sparse warnings in nconfigRandy Dunlap2017-06-222-8/+8