summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-07-132-3/+2
|\
| * clocksource: arm_arch_timer: Set arch_mem_timer cpumask to cpu_possible_maskSudeep Holla2018-07-101-1/+1
| * Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla2018-07-101-2/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-1314-81/+84
|\ \
| * \ Merge tag 'perf-urgent-for-mingo-4.18-20180711' of git://git.kernel.org/pub/s...Ingo Molnar2018-07-1214-81/+84
| |\ \
| | * | perf tools: Use python-config --includes rather than --cflagsJeremy Cline2018-07-111-2/+1
| | * | perf script python: Fix dict reference countingJanne Huttunen2018-07-111-6/+2
| | * | perf stat: Fix --interval_clear optionJiri Olsa2018-07-111-1/+1
| | * | perf tools: Fix compilation errors on gcc8Jiri Olsa2018-07-112-2/+3
| | * | perf test shell: Prevent temporary editor files from being considered test sc...Kim Phillips2018-07-111-1/+1
| | * | perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips2018-07-111-3/+3
| | * | perf test shell: Make perf's inet_pton test more portableKim Phillips2018-07-111-16/+21
| | * | perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips2018-07-111-1/+1
| | * | perf scripts python: Add Python 3 support to EventClass.pyJeremy Cline2018-07-111-1/+3
| | * | perf scripts python: Add Python 3 support to sched-migration.pyJeremy Cline2018-07-111-5/+9
| | * | perf scripts python: Add Python 3 support to Util.pyJeremy Cline2018-07-111-5/+6
| | * | perf scripts python: Add Python 3 support to SchedGui.pyJeremy Cline2018-07-111-1/+1
| | * | perf scripts python: Add Python 3 support to Core.pyJeremy Cline2018-07-111-23/+17
| | * | perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline2018-07-111-14/+15
| |/ /
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-131-9/+3
|\ \ \
| * | | efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Ard Biesheuvel2018-07-111-9/+3
| |/ /
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-134-117/+100
|\ \ \
| * | | rseq/selftests: cleanup: Update comment above rseq_prepare_unloadMathieu Desnoyers2018-07-101-6/+7
| * | | rseq: Remove unused types_32_64.h uapi headerMathieu Desnoyers2018-07-101-50/+0
| * | | rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers2018-07-103-15/+38
| * | | rseq: uapi: Update uapi commentsMathieu Desnoyers2018-07-102-34/+37
| * | | rseq: Use get_user/put_user rather than __get_user/__put_userMathieu Desnoyers2018-07-101-7/+7
| * | | rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers2018-07-102-7/+13
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-07-138-27/+39
|\ \ \
| * | | RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error pathKamal Heib2018-07-111-6/+12
| * | | RDMA/uverbs: Don't fail in creation of multiple flowsLeon Romanovsky2018-07-031-1/+1
| * | | IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl2018-06-265-9/+9
| * | | RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flowLeon Romanovsky2018-06-251-11/+12
| * | | RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky2018-06-251-0/+5
| * | | iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise2018-06-251-1/+1
* | | | Merge tag 'vfio-v4.18-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-07-131-1/+3
|\ \ \ \
| * | | | sample: vfio-mdev: avoid deadlock in mdev_access()Alexey Khoroshilov2018-07-111-1/+3
| | |/ / | |/| |
* | | | Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-07-1315-50/+63
|\ \ \ \
| * | | | kbuild: suppress warnings from 'getconf LFS_*'Masahiro Yamada2018-07-131-3/+3
| * | | | scripts/tags.sh: add __ro_after_initConstantine Shulyupin2018-07-131-1/+1
| * | | | tools: build: Use HOSTLDFLAGS with fixdepLaura Abbott2018-07-131-1/+1
| * | | | tools: build: Fixup host c flagsLaura Abbott2018-07-132-2/+2
| * | | | tools build: fix # escaping in .cmd files for future MakePaul Menzel2018-07-131-2/+2
| * | | | scripts: teach extract-vmlinux about LZ4 and ZSTDAdam Borowski2018-07-081-0/+2
| * | | | kbuild: remove duplicated comments about PHONYMasahiro Yamada2018-07-066-21/+0
| * | | | kbuild: .PHONY is not a variable, but PHONY isUlf Magnusson2018-07-061-1/+1
| * | | | kbuild: do not drop -I without parameterMasahiro Yamada2018-07-061-1/+1
| * | | | kbuild: document the KBUILD_KCONFIG env. variableRandy Dunlap2018-07-061-0/+5
| * | | | kconfig: update user kconfig tools doc.Randy Dunlap2018-07-061-8/+43
| * | | | kbuild: delete INSTALL_FW_PATH from kbuild documentationRandy Dunlap2018-07-061-9/+0