summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-187-18/+27
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-187-43/+104
* x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski2015-07-172-0/+27
* x86/nmi/64: Make the "NMI executing" variable more consistentAndy Lutomirski2015-07-171-6/+5
* x86/nmi/64: Minor asm simplificationAndy Lutomirski2015-07-171-2/+1
* x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski2015-07-171-4/+25
* x86/nmi/64: Reorder nested NMI checksAndy Lutomirski2015-07-171-16/+18
* x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-172-68/+94
* x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski2015-07-171-4/+58
* x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski2015-07-171-17/+0
* x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski2015-07-171-71/+52
* Merge tag 'pm+acpi-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-164-20/+32
|\
| *---. Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'Rafael J. Wysocki2015-07-164-20/+32
| |\ \ \
| | | | * ACPI / PCI: Fix regressions caused by resource_size_t overflow with 32-bit ke...Jiang Liu2015-07-101-9/+15
| | | * | cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar2015-07-102-9/+9
| | | * | cpufreq: Initialize the governor again while restoring policyViresh Kumar2015-07-101-0/+1
| | | |/
| | * | suspend-to-idle: Prevent RCU from complaining about tick_freeze()Rafael J. Wysocki2015-07-091-2/+7
| | |/
* | | Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-164-111/+176
|\ \ \
| * | | intel_scu_ipc: move local memory initialization out of a mutexChristophe JAILLET2015-07-141-3/+3
| * | | intel_pmc_ipc: Update kerneldoc formattingqipeng.zha2015-07-092-49/+35
| * | | dell-laptop: Do not cache hwswitch statePali Rohár2015-07-061-24/+61
| * | | dell-laptop: Check return value of each SMBIOS callPali Rohár2015-07-061-25/+58
| * | | dell-laptop: Clear buffer before each SMBIOS callPali Rohár2015-07-061-1/+10
| * | | intel_pmc_ipc: Fix compiler casting warningsqipeng.zha2015-07-061-13/+13
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2015-07-1610-128/+45
|\ \ \
| * | | m68k: enable PCI support for m5475evb defconfigGreg Ungerer2015-07-131-0/+1
| * | | m68k: fix io functions for ColdFire/MMU/PCI caseGreg Ungerer2015-07-131-1/+2
| * | | m68knommu: update defconfig for ColdFire m5475evbGreg Ungerer2015-07-131-8/+0
| * | | m68knommu: update defconfig for ColdFire m5407c3Greg Ungerer2015-07-131-15/+2
| * | | m68knommu: update defconfig for ColdFire m5307c3Greg Ungerer2015-07-131-18/+3
| * | | m68knommu: update defconfig for ColdFire m5275evbGreg Ungerer2015-07-131-17/+2
| * | | m68knommu: update defconfig for ColdFire m5272c3Greg Ungerer2015-07-131-12/+2
| * | | m68knommu: update defconfig for ColdFire m5249evbGreg Ungerer2015-07-131-15/+2
| * | | m68knommu: update defconfig for m5208evbGreg Ungerer2015-07-131-19/+3
| * | | m68knommu: make ColdFire SoC selection a choiceGreg Ungerer2015-07-131-9/+18
| * | | m68knommu: improve the clock configuration defaultsGreg Ungerer2015-07-131-0/+8
| * | | m68knommu: force setting of CONFIG_CLOCK_FREQ for ColdFireGreg Ungerer2015-07-132-14/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-1610-79/+113
|\ \ \
| * | | blk-mq: set default timeout as 30 secondsMing Lei2015-07-161-1/+1
| * | | NVMe: Reread partitions on metadata formatsKeith Busch2015-07-151-2/+11
| * | | bcache: don't embed 'return' statements in closure macrosJens Axboe2015-07-114-6/+14
| * | | blkcg: fix blkcg_policy_data allocation bugTejun Heo2015-07-092-44/+44
| * | | blkcg: implement all_blkcgs listTejun Heo2015-07-092-5/+13
| * | | blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_po...Tejun Heo2015-07-091-0/+4
| * | | blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methodsTejun Heo2015-07-091-19/+21
| * | | block/blk-cgroup.c: free per-blkcg data when freeing the blkcgArianna Avanzini2015-07-071-3/+6
| * | | block: use FIELD_SIZEOF to calculate size of a fieldManinder Singh2015-07-071-1/+1
| * | | bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer2015-07-071-2/+2
* | | | Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2015-07-163-17/+16
|\ \ \ \
| * | | | jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp2015-07-151-14/+13
OpenPOWER on IntegriCloud