summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä2016-10-221-7/+9
| * | | | | | sched/core, x86: Make struct thread_info arch specific againHeiko Carstens2016-10-202-11/+9
| * | | | | | x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov2016-10-201-3/+0
| * | | | | | x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updatesAlex Thorlton2016-10-201-1/+9
| * | | | | | x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc2016-10-194-0/+8
| * | | | | | x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin2016-10-191-0/+5
| |/ / / / /
* | | | | | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-228-71/+30
|\ \ \ \ \ \
| * | | | | | mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-203-3/+5
| * | | | | | fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-203-63/+20
| * | | | | | fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2016-10-201-4/+5
| * | | | | | mm/numa: Remove duplicated include from mprotect.cWei Yongjun2016-10-191-1/+0
| |/ / / / /
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-226-10/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'gic-fixes-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner2016-10-213-7/+7
| |\ \ \ \ \ \
| | * | | | | | irqchip/gic: Add missing \n to CPU IF adjustment messageMarc Zyngier2016-10-201-1/+1
| | * | | | | | irqchip/gic-v3-its: Fix entry size mask for GITS_BASERVladimir Murzin2016-10-171-1/+1
| | * | | | | | irqchip/gic-v3-its: Fix 64bit GIC{R,ITS}_TYPER accessesMarc Zyngier2016-10-171-5/+5
| | | |_|/ / / | | |/| | | |
| * | | | | | kernel/irq: Export irq_set_parent()Sudip Mukherjee2016-10-211-0/+1
| * | | | | | irqchip/jcore: Don't show Kconfig menu item for driverRich Felker2016-10-201-2/+2
| * | | | | | irqchip/eznps: Drop pointless static qualifier in nps400_of_init()Wei Yongjun2016-10-191-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-222-3/+5
|\ \ \ \ \ \
| * | | | | | efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel2016-10-191-2/+3
| * | | | | | MAINTAINERS: Add myself as EFI maintainerArd Biesheuvel2016-10-181-1/+2
* | | | | | | Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-2213-50/+148
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Ignore the pkey system calls for nowStephen Rothwell2016-10-191-0/+4
| * | | | | | | powerpc: Fix numa topology console printAneesh Kumar K.V2016-10-191-5/+5
| * | | | | | | powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman2016-10-191-36/+0
| * | | | | | | cxl: Prevent adapter reset if an active context existsVaibhav Jain2016-10-199-7/+121
| * | | | | | | powerpc/boot: Fix boot on systems with uncompressed kernel imageHeiner Kallweit2016-10-191-2/+16
| * | | | | | | powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat2016-10-191-0/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-226-10/+24
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvm-arm-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2016-10-212-5/+13
| |\ \ \ \ \ \ \
| | * | | | | | | arm/arm64: KVM: Map the BSS at HYPMarc Zyngier2016-10-211-0/+7
| | * | | | | | | arm64: KVM: Take S1 walks into account when determining S2 write faultsWill Deacon2016-10-211-5/+6
| | |/ / / / / /
| * | | | | | | Merge tag 'kvm-s390-master-4.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář2016-10-201-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger2016-10-201-2/+7
| | |/ / / / / /
| * | | | | | | Merge tag 'kvm_mips_4.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář2016-10-201-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: MIPS: Add missing uaccess.h includeJames Hogan2016-10-191-0/+1
| | |/ / / / / /
| * | | | | | | kvm: x86: memset whole irq_eoiJiri Slaby2016-10-201-1/+1
| * | | | | | | kvm/x86: Fix unused variable warning in kvm_timer_init()Borislav Petkov2016-10-201-2/+2
| |/ / / / / /
* | | | | | | Merge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-222-2/+3
|\ \ \ \ \ \ \
| * | | | | | | nfs4: fix missing-braces warningArnd Bergmann2016-10-191-1/+1
| * | | | | | | pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington2016-10-131-1/+2
* | | | | | | | Merge tag 'acpi-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-10-222-1/+5
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'acpi-wdat' and 'acpi-cppc'Rafael J. Wysocki2016-10-212-1/+5
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | | * | | | | | | mailbox: PCC: Fix return value of pcc_mbox_request_channel()Hoan Tran2016-10-171-1/+1
| | * | | | | | | | watchdog: wdat_wdt: Ping the watchdog on resumeMika Westerberg2016-10-211-0/+4
* | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-10-214-11/+6
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-10-164-11/+6
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | scsi: ipr: Fix async error WARN_ONBrian King2016-10-141-2/+1
| | * | | | | | | | | scsi: zfcp: spin_lock_irqsave() is not nestableDan Carpenter2016-10-141-1/+1