summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | 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
| * | | | | | | | | | kbuild: update ARCH alias info for sparcRandy Dunlap2018-07-061-1/+1
| * | | | | | | | | | kbuild: update ARCH alias info for shRandy Dunlap2018-07-061-0/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-07-132-14/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64: neon: Fix function may_use_simd() return error statusYandong Zhao2018-07-111-12/+7
| * | | | | | | | | | Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"Laura Abbott2018-07-101-2/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-07-132-1/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)2018-07-111-0/+9
| * | | | | | | | | | ARM: 8775/1: NOMMU: Use instr_sync instead of plain isb in common codeVladimir Murzin2018-07-111-1/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-132-6/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-122-6/+7
* | | | | | | | | | | Merge tag 'sound-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-07-133-7/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ALSA: hda/ca0132: Update a pci quirk device nameAlastair Bridgewater2018-07-121-1/+1
| * | | | | | | | | | | ALSA: hda/ca0132: Add Recon3Di quirk for Gigabyte G1.Sniper Z97Alastair Bridgewater2018-07-121-0/+1