summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...Nicholas Bellinger2016-10-201-15/+1
| * | | target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni2016-10-201-4/+12
| * | | target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-203-6/+24
| * | | target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-201-1/+3
| * | | iscsi-target: fix iscsi cmd leakVarun Prakash2016-10-201-0/+4
| * | | iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited"Colin Ian King2016-10-202-3/+3
| * | | target/user: Fix comments to not refer to data ringAndy Grover2016-10-201-7/+5
| * | | target/user: Return an error if cmd data size is too largeAndy Grover2016-10-201-3/+6
| * | | target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover2016-10-201-19/+10
* | | | Merge tag 'hwmon-for-linus-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-242-4/+6
|\ \ \ \
| * | | | hwmon: (max31790) potential ERR_PTR dereferenceDan Carpenter2016-10-171-1/+3
| * | | | hwmon: (adm9240) handle temperature readings below 0Chris Packham2016-10-171-3/+3
| |/ / /
* | | | Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-10-249-5/+560
|\ \ \ \
| * | | | ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi2016-10-031-4/+3
| * | | | ipmi/bt-bmc: remove redundant return value check of platform_get_resource()Wei Yongjun2016-09-301-5/+0
| * | | | ipmi/bt-bmc: add a dependency on ARCH_ASPEEDCédric Le Goater2016-09-301-0/+1
| * | | | ipmi: Fix ioremap error handling in bt-bmcJoel Stanley2016-09-301-2/+2
| * | | | ipmi: add an Aspeed BT IPMI BMC driverAlistair Popple2016-09-308-1/+561
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-10-226-2/+299
|\ \ \ \ \
| * | | | | Revert "clocksource/drivers/timer_sun5i: Replace code by clocksource_mmio_init"Chen-Yu Tsai2016-10-201-2/+14
| * | | | | clocksource: Add J-Core timer/clocksource driverRich Felker2016-10-204-0/+261
| * | | | | of: Add J-Core timer bindingsRich Felker2016-10-201-0/+24
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-2210-22/+40
|\ \ \ \ \ \
| * | | | | | 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