summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coresight: Use %px to print pcsr instead of %pLeo Yan2018-03-141-1/+1
* parport: Replace short License header by SPDX identifierAndy Shevchenko2018-03-141-7/+1
* parport: Sort headers alphabeticallyAndy Shevchenko2018-03-141-5/+5
* parport: Switch to use module_pci_driver() macroAndy Shevchenko2018-03-141-15/+1
* parport: Convert printk(KERN_WARN) to dev_warn()Andy Shevchenko2018-03-141-6/+5
* parport: Don't shadow error codes in ->probe()Andy Shevchenko2018-03-141-6/+6
* parport: Convert to use managed functions pcim_* and devm_*Andy Shevchenko2018-03-141-10/+5
* parport: PCI core handles power state for usAndy Shevchenko2018-03-141-28/+12
* parport: Add support for BrainBoxes PX272/PX306 MIO cardAndy Shevchenko2018-03-141-0/+12
* parport: ax88796: Delete an unnecessary variable initialisation in parport_ax...Markus Elfring2018-03-141-1/+1
* parport: ax88796: Improve a size determination in parport_ax88796_probe()Markus Elfring2018-03-141-1/+1
* parport: ax88796: Delete an error message for a failed memory allocation in p...Markus Elfring2018-03-141-3/+1
* pps: generator: use new parport device modelSudip Mukherjee2018-03-141-3/+9
* pps: client: use new parport device modelSudip Mukherjee2018-03-141-3/+18
* parport_pc: Add support for WCH CH382L PCI-E single parallel port card.Alexander Gerasiov2018-03-141-0/+4
* w1: use put_device() if device_register() failArvind Yadav2018-03-141-0/+1
* lkdtm: Add missing SPDX-License-Identifier lineKees Cook2018-03-061-0/+1
* lkdtm: Relocate code to subdirectoryKees Cook2018-03-0611-20/+22
* uio_hv_generic: support sub-channelsStephen Hemminger2018-03-063-0/+101
* hv_balloon: trace post_statusVitaly Kuznetsov2018-03-063-0/+55
* hv_balloon: fix bugs in num_pages_onlined accountingVitaly Kuznetsov2018-03-061-13/+69
* hv_balloon: simplify hv_online_page()/hv_page_online_one()Vitaly Kuznetsov2018-03-061-22/+5
* hv_balloon: fix printk loglevelVitaly Kuznetsov2018-03-061-6/+6
* Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-0610-5/+131
* hv_vmbus: Correct the stale comments regarding cpu affinityHaiyang Zhang2018-03-062-5/+3
* tools: hv: include string.h in hv_fcopy_daemonOlaf Hering2018-03-061-0/+1
* tools: hv: fix compiler warnings about major/target_fnameDexuan Cui2018-03-062-1/+3
* hv: Synthetic typo correctionJoe Perches2018-03-061-1/+1
* hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai2018-03-061-1/+1
* tools/hv: Fix IP reporting by KVP daemon with SRIOVHaiyang Zhang2018-03-061-73/+65
* Linux 4.16-rc4v4.16-rc4Linus Torvalds2018-03-041-1/+1
* Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-03-046-18/+21
|\
| * Documentation, x86, resctrl: Make text and sample command matchLi RongQing2018-02-281-1/+1
| * x86/platform/intel-mid: Handle Intel Edison reboot correctlySebastian Panceac2018-02-281-1/+1
| * x86/asm: Add instruction suffixes to bitopsJan Beulich2018-02-282-14/+17
| * x86/entry/64: Add instruction suffixJan Beulich2018-02-281-1/+1
| * x86/refcounts: Switch to UD2 for exceptionsKees Cook2018-02-281-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-048-26/+53
|\ \
| * | x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-016-25/+32
| * | objtool: Fix another switch table detection issueJosh Poimboeuf2018-02-281-1/+5
| * | x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross2018-02-281-0/+16
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-044-5/+16
|\ \ \
| * | | timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-02-281-0/+6
| * | | clocksource/drivers/arc_timer: Update some commentsVineet Gupta2018-02-281-3/+8
| * | | clocksource/drivers/mips-gic-timer: Use correct shift count to extract dataFelix Fietkau2018-02-281-1/+1
| * | | clocksource/drivers/fsl_ftm_timer: Fix error return checkingColin Ian King2018-02-261-1/+1
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-041-0/+1
|\ \ \ \
| * | | | dt-bindings/irqchip/renesas-irqc: Document R-Car M3-N supportGeert Uytterhoeven2018-02-281-0/+1
* | | | | Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-0410-47/+191
|\ \ \ \ \
| * | | | | Btrfs: fix log replay failure after unlink and link combinationFilipe Manana2018-03-013-22/+139