summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-203-6/+7
* locking/mutex: Improve documentationMatthew Wilcox2018-03-201-7/+30
* Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-192-5/+20
|\
| * cgroup: fix rule checking for threaded mode switchingTejun Heo2018-02-211-0/+10
| * sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo2018-02-121-5/+10
* | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-192-10/+1
|\ \
| * | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-132-9/+0
| * | workqueue: use put_device() instead of kfree()Arvind Yadav2018-03-131-1/+1
* | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-196-40/+74
|\ \ \
| * | | percpu_ref: Update doc to dissuade users from depending on internal RCU grace...Tejun Heo2018-03-192-6/+14
| * | | mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()Kirill Tkhai2018-03-191-2/+11
| * | | percpu: include linux/sched.h for cond_resched()Tejun Heo2018-03-191-0/+1
| * | | percpu: add a schedule point in pcpu_balance_workfn()Eric Dumazet2018-02-231-0/+1
| * | | percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou2018-02-183-12/+10
| * | | percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou2018-02-183-28/+42
| * | | percpu: match chunk allocator declarations with definitionsDennis Zhou2018-02-181-2/+4
| * | | percpu: add Dennis Zhou as a percpu co-maintainerTejun Heo2018-02-121-0/+1
| | |/ | |/|
* | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-1911-102/+337
|\ \ \
| * | | libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 versionHans de Goede2018-03-191-2/+5
| * | | libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versionsHans de Goede2018-03-191-1/+1
| * | | libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDsHans de Goede2018-03-191-0/+8
| * | | libata: Enable queued TRIM for Samsung SSD 860Ju Hyung Park2018-03-141-1/+3
| * | | PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644LHans de Goede2018-03-041-0/+2
| * | | ahci: Add PCI-id for the Highpoint Rocketraid 644L cardHans de Goede2018-03-041-1/+3
| * | | ata: do not schedule hot plug if it is a sas hostJason Yan2018-03-011-1/+2
| * | | libata: disable LPM for Crucial BX100 SSD 500GB driveKai-Heng Feng2018-02-201-0/+3
| * | | libata: Apply NOLPM quirk to Crucial MX100 512GB SSDsHans de Goede2018-02-181-0/+5
| * | | libata: update documentation for sysfs interfacesAishwarya Pant2018-02-132-0/+147
| * | | ata: sata_rcar: Remove unused variable in sata_rcar_init_controller()Geert Uytterhoeven2018-02-131-1/+0
| * | | libata: transport: cleanup documentation of sysfs interfaceAishwarya Pant2018-02-131-71/+100
| * | | sata_rcar: Reset SATA PHY when Salvator-X board resumesKhiem Nguyen2018-02-121-23/+40
| * | | libata: don't try to pass through NCQ commands to non-NCQ devicesEric Biggers2018-02-121-0/+6
| * | | libata: remove WARN() for DMA or PIO command without dataEric Biggers2018-02-121-2/+1
| * | | libata: fix length validation of ATAPI-relayed SCSI commandsEric Biggers2018-02-121-1/+3
| * | | ata: libahci: fix comment indentationBaruch Siach2018-02-121-1/+1
| * | | ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Stefan Roese2018-02-121-0/+10
| * | | libata: Fix compile warning with ATA_DEBUG enabledDong Bo2018-02-121-1/+1
| |/ /
* | | Linux 4.16-rc6v4.16-rc6Linus Torvalds2018-03-191-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-1810-55/+108
|\ \ \
| * | | x86/microcode: Fix CPU synchronization routineBorislav Petkov2018-03-161-27/+41
| * | | x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov2018-03-164-19/+28
| * | | x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev2018-03-161-2/+1
| * | | jump_label: Fix sparc64 warningJosh Poimboeuf2018-03-141-1/+2
| * | | x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft2018-03-141-1/+4
| * | | x86/vm86/32: Fix POPF emulationAndy Lutomirski2018-03-141-1/+2
| * | | selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski2018-03-141-3/+27
| * | | selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski2018-03-141-1/+1
| * | | x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov2018-03-121-0/+1
| * | | x86/cpufeatures: Add Intel Total Memory Encryption cpufeatureKirill A. Shutemov2018-03-121-0/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-181-3/+3
|\ \ \ \