summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86/microcode: Do not exit early from __reload_late()Borislav Petkov2018-04-241-4/+2
| * | x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov2018-04-241-2/+0
| * | x86/jailhouse: Fix incorrect SPDX identifierThomas Gleixner2018-04-232-2/+2
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-297-34/+99
|\ \ \
| * | | x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski2018-04-272-18/+25
| * | | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-253-1/+19
| * | | x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen2018-04-251-0/+10
| * | | x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen2018-04-251-3/+13
| * | | x86/pti: Fix boot warning from Global-bit settingDave Hansen2018-04-251-10/+30
| * | | x86/pti: Fix boot problems from Global-bit settingDave Hansen2018-04-251-2/+2
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-04-2915-109/+119
|\ \ \
| * | | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-2615-104/+114
| * | | tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner2018-04-261-5/+5
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-2913-78/+129
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-4.17-20180425' of git://git.kernel.org/pub/s...Ingo Molnar2018-04-2612-75/+123
| |\ \ \
| | * | | perf stat: Fix duplicate PMU name for interval printKan Liang2018-04-242-1/+5
| | * | | perf evsel: Only fall back group read for leaderKan Liang2018-04-241-1/+2
| | * | | perf stat: Print out hint for mixed PMU group errorKan Liang2018-04-241-1/+34
| | * | | perf pmu: Fix core PMU alias list for X86 platformKan Liang2018-04-241-13/+7
| | * | | perf record: Fix s390 undefined record__auxtrace_init() return valueThomas Richter2018-04-231-0/+1
| | * | | perf mem: Document incorrect and missing optionsSangwon Hong2018-04-231-12/+29
| | * | | perf evsel: Disable write_backward for leader sampling group eventsJiri Olsa2018-04-232-2/+8
| | * | | perf pmu: Fix pmu events parsing ruleJiri Olsa2018-04-231-4/+4
| | * | | perf stat: Keep the / modifier separator in fallbackJiri Olsa2018-04-231-1/+7
| | * | | perf test: Adapt test case record+probe_libc_inet_pton.sh for s390Thomas Richter2018-04-231-4/+2
| | * | | perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter2018-04-233-24/+6
| | * | | perf machine: Set main kernel end address properlyNamhyung Kim2018-04-231-12/+18
| * | | | perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1Kan Liang2018-04-251-3/+6
| | |/ / | |/| |
* | | | Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-284-9/+18
|\ \ \ \
| * | | | ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-04-261-0/+1
| * | | | ext4: fix bitmap position validationLukas Czerner2018-04-241-4/+5
| * | | | ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-04-181-0/+1
| * | | | ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-04-121-5/+11
* | | | | <linux/stringhash.h>: fix end_name_hash() for 64bit longAmir Goldstein2018-04-281-2/+2
* | | | | MAINTAINERS: add myself as maintainer of AFFSDavid Sterba2018-04-281-1/+2
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-284-26/+33
|\ \ \ \ \
| * | | | | i2c: sprd: Fix the i2c count issueBaolin Wang2018-04-271-4/+2
| * | | | | i2c: sprd: Prevent i2c accesses after suspend is calledBaolin Wang2018-04-271-0/+16
| * | | | | i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()Alexander Popov2018-04-271-1/+1
| * | | | | Documentation/i2c: adopt kernel commenting style in examplesSam Hansen2018-04-181-2/+4
| * | | | | Documentation/i2c: sync docs with current state of i2c-toolsSam Hansen2018-04-181-11/+5
| * | | | | Documentation/i2c: whitespace cleanupSam Hansen2018-04-181-6/+6
| * | | | | i2c: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-181-3/+0
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-282-3/+10
|\ \ \ \ \ \
| * | | | | | crypto: drbg - set freed buffers to NULLStephan Mueller2018-04-211-0/+2
| * | | | | | crypto: api - fix finding algorithm currently being testedEric Biggers2018-04-211-3/+8
| |/ / / / /
* | | | | | Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-04-287-54/+59
|\ \ \ \ \ \
| * | | | | | cifs: smbd: Avoid allocating iov on the stackLong Li2018-04-251-24/+12
| * | | | | | cifs: smbd: Don't use RDMA read/write when signing is usedLong Li2018-04-253-6/+19
| * | | | | | SMB311: Fix reconnectSteve French2018-04-251-2/+2