summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-07-141-60/+81
* checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesJoe Perches2018-07-141-3/+3
* mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-07-142-19/+12
* mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko2018-07-141-1/+2
* fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-141-3/+2
* x86/purgatory: add missing FORCE to Makefile targetPhilipp Rudo2018-07-141-1/+1
* net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun2018-07-141-1/+2
* mm: allow arch to supply p??_free_tlb functionsNicholas Piggin2018-07-141-0/+8
* autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli2018-07-141-9/+13
* fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-141-1/+2
* mm: do not drop unused pages when userfaultd is runningChristian Borntraeger2018-07-141-1/+7
* 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-121-3/+3