summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka2014-06-271-6/+7
| * | | | | iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2014-06-274-60/+59
| * | | | | iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger2014-06-271-1/+1
| * | | | | tcm_loop: Fix memory leak in tcm_loop_submission_work error pathNicholas Bellinger2014-06-261-0/+1
| * | | | | iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger2014-06-261-0/+2
| * | | | | target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger2014-06-261-0/+1
| * | | | | iscsi-target; Enforce 1024 byte maximum for CHAP_C key valueNicholas Bellinger2014-06-261-0/+4
| * | | | | iscsi-target: Convert chap_server_compute_md5 to use kstrtoulNicholas Bellinger2014-06-261-3/+7
| |/ / / /
* | | | | Merge tag 'iommu-fixes-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-272-11/+16
|\ \ \ \ \
| * | | | | iommu/amd: Fix small race between invalidate_range_end/startJoerg Roedel2014-06-201-5/+13
| * | | | | iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu2014-06-201-6/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2014-06-2714-129/+302
|\ \ \ \ \
| * \ \ \ \ Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-06-273-5/+5
| |\ \ \ \ \
| | * | | | | efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski2014-06-271-1/+1
| | * | | | | efi: Fix compiler warnings (unused, const, type)Catalin Marinas2014-06-192-4/+4
| | |/ / / /
| * | | | | x86/vdso: Error out in vdso2c if DT_RELA is presentAndy Lutomirski2014-06-241-1/+1
| * | | | | x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski2014-06-242-4/+3
| * | | | | x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski2014-06-231-1/+1
| * | | | | x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski2014-06-231-2/+8
| * | | | | x86/vdso: Create .build-id links for unstripped vdso filesAndy Lutomirski2014-06-201-3/+13
| * | | | | x86/vdso: Remove some redundant in-memory section headersAndy Lutomirski2014-06-193-24/+26
| * | | | | x86/vdso: Improve the fake section headersAndy Lutomirski2014-06-198-67/+237
| * | | | | x86/vdso2c: Use better macros for ELF bitnessAndy Lutomirski2014-06-192-40/+25
| * | | | | x86/vdso: Discard the __bug_table sectionAndy Lutomirski2014-06-191-0/+1
| |/ / / /
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-2719-499/+211
|\ \ \ \ \
| * | | | | MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle2014-06-261-0/+1
| * | | | | TC: Handle device_register() errors.Levente Kurusa2014-06-261-2/+8
| * | | | | MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras2014-06-261-1/+1
| * | | | | MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras2014-06-261-1/+4
| * | | | | MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras2014-06-261-1/+13
| * | | | | MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras2014-06-261-2/+10
| * | | | | MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras2014-06-261-4/+12
| * | | | | MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras2014-06-261-21/+1
| * | | | | MIPS: bpf: Fix is_range() semanticsMarkos Chandras2014-06-261-7/+5
| * | | | | MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras2014-06-261-2/+2
| * | | | | MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras2014-06-261-2/+5
| * | | | | MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras2014-06-261-1/+1
| * | | | | MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras2014-06-261-1/+1
| * | | | | MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras2014-06-261-0/+2
| * | | | | MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras2014-06-261-2/+2
| * | | | | MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras2014-06-261-0/+23
| * | | | | MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras2014-06-261-1/+1
| * | | | | MIPS: mm: uasm: Fix lh micro-assembler instructionMarkos Chandras2014-06-261-1/+1
| * | | | | MIPS: uasm: Add SLT uasm instructionMarkos Chandras2014-06-265-1/+6
| * | | | | MIPS: uasm: Add s3s1s2 instruction builderMarkos Chandras2014-06-262-0/+10
| * | | | | recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesAlex Smith2014-06-261-2/+2
| * | | | | MIPS: BPF JIT: Fix build error.Daniel Borkmann2014-06-261-74/+69
| * | | | | Revert "MIPS: Save/restore MSA context around signals"Paul Burton2014-06-266-363/+16
| * | | | | MIPS: math-emu: Reduce code duplication.Ralf Baechle2014-06-261-13/+6
| * | | | | MIPS: math-emu: Work around limitations of older GCC.Ralf Baechle2014-06-161-3/+15
OpenPOWER on IntegriCloud