summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-12-226-8/+36
|\
| * tracing: Fix endianness bug in histogram triggerSven Schnelle2019-12-211-1/+20
| * samples/trace_printk: Wait for IRQ work to finishSven Schnelle2019-12-211-0/+1
| * tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-212-4/+12
| * tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2019-12-201-2/+2
| * tracing: Avoid memory leak in process_system_preds()Keita Suzuki2019-12-201-1/+1
* | Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-222-0/+7
|\ \
| * | tools/testing/nvdimm: Fix mock support for ioremapDan Williams2019-12-122-0/+7
* | | Merge tag 's390-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-12-216-11/+32
|\ \ \
| * | | s390/ftrace: save traced function callerVasily Gorbik2019-12-181-0/+1
| * | | s390/unwind: stop gracefully at user mode pt_regs in irq stackVasily Gorbik2019-12-181-4/+11
| * | | s390/purgatory: do not build purgatory with kcov, kasan and friendsChristian Borntraeger2019-12-182-2/+7
| * | | s390/purgatory: Make sure we fail the build if purgatory has missing symbolsHans de Goede2019-12-182-3/+11
| * | | s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle2019-12-181-2/+2
| | |/ | |/|
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-12-212-3/+15
|\ \ \
| * | | sched/cfs: fix spurious active migrationVincent Guittot2019-12-171-1/+8
| * | | sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot2019-12-171-0/+4
| * | | psi: Fix a division error in psi poll()Johannes Weiner2019-12-171-1/+1
| * | | sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner2019-12-171-1/+2
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-213-10/+27
|\ \ \ \
| * | | | perf/core: Add SRCU annotation for pmus list walkSebastian Andrzej Siewior2019-12-171-1/+1
| * | | | perf/x86/intel: Fix PT PMI handlingAlexander Shishkin2019-12-171-2/+7
| * | | | perf/x86/intel/bts: Fix the use of page_private()Alexander Shishkin2019-12-171-5/+11
| * | | | perf/x86: Fix potential out-of-bounds accessPeter Zijlstra2019-12-171-2/+8
* | | | | Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-219-37/+48
|\ \ \ \ \
| * | | | | kbuild: clarify the difference between obj-y and obj-m w.r.t. descendingMasahiro Yamada2019-12-211-3/+13
| * | | | | kconfig: remove ---help--- from documentationMasahiro Yamada2019-12-181-4/+1
| * | | | | scripts: package: mkdebian: add missing rsync dependencyEnrico Weigelt, metux IT consult2019-12-171-1/+1
| * | | | | kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb2019-12-171-0/+7
| * | | | | scripts/kallsyms: fix offset overflow of kallsyms_relative_baseMasahiro Yamada2019-12-141-20/+18
| * | | | | mkcompile_h: use printf for LINUX_COMPILE_BYMasahiro Yamada2019-12-141-1/+1
| * | | | | mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}Masahiro Yamada2019-12-141-6/+4
| * | | | | x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin2019-12-142-2/+3
| * | | | | kbuild: fix 'No such file or directory' warning when cleaningMasahiro Yamada2019-12-091-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'parisc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-215-10/+11
|\ \ \ \ \
| * | | | | parisc: Fix compiler warnings in debug_core.cHelge Deller2019-12-201-2/+8
| * | | | | parisc: soft_offline_page() now takes the pfnHelge Deller2019-12-201-2/+1
| * | | | | parisc: add missing __init annotationSven Schnelle2019-12-151-1/+1
| * | | | | parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle2019-12-152-5/+1
| |/ / / /
* | | | | Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-219-73/+83
|\ \ \ \ \
| * | | | | xen/grant-table: remove multiple BUG_ON on gnttab_interfaceAditya Pakki2019-12-201-4/+0
| * | | | | xen-blkback: support dynamic unbind/bindPaul Durrant2019-12-201-18/+38
| * | | | | xen/interface: re-define FRONT/BACK_RING_ATTACH()Paul Durrant2019-12-201-20/+9
| * | | | | xenbus: limit when state is forced to closedPaul Durrant2019-12-202-2/+11
| * | | | | xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant2019-12-204-27/+23
| * | | | | xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2019-12-201-2/+2
* | | | | | Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-2112-36/+62
|\ \ \ \ \ \
| * | | | | | KVM: PPC: Book3S HV: Fix regression on big endian hostsMarcus Comstedt2019-12-171-2/+2
| * | | | | | powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan2019-12-163-7/+12
| * | | | | | powerpc/pseries/cmm: fix managed page counts when migrating pages between zonesDavid Hildenbrand2019-12-161-0/+10