summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-27Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-27Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-06-27Merge tag 'sound-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-06-27Merge tag 'mfd-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2014-06-27Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-06-27nfsd: fix rare symlink decoding bugJ. Bruce Fields
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin
2014-06-27iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger
2014-06-27lz4: fix another possible overrunGreg Kroah-Hartman
2014-06-27Merge tag 'usb-serial-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2014-06-27usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irqThomas Gleixner
2014-06-27usb: gadget: gr_udc: Fix check for invalid number of microframesAndreas Larsson
2014-06-27usb: musb: Fix panic upon musb_am335x module removalEzequiel Garcia
2014-06-27usb: gadget: f_fs: resurect usb_functionfs_descs_head structureMichal Nazarewicz
2014-06-27Revert "tools: ffs-test: convert to new descriptor format fixing compilation ...Felipe Balbi
2014-06-27Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2014-06-27Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2014-06-27efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski
2014-06-27Merge tag 'drm-intel-fixes-2014-06-26' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2014-06-26tcm_loop: Fix memory leak in tcm_loop_submission_work error pathNicholas Bellinger
2014-06-26iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger
2014-06-26target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger
2014-06-26iscsi-target; Enforce 1024 byte maximum for CHAP_C key valueNicholas Bellinger
2014-06-26iscsi-target: Convert chap_server_compute_md5 to use kstrtoulNicholas Bellinger
2014-06-26staging: tidspbridge: fix an erroneous removal of parenthesesSuman Anna
2014-06-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-26Fix 32-bit regression in block device read(2)Al Viro
2014-06-26ext4: Fix hole punching for files with indirect blocksJan Kara
2014-06-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara
2014-06-26ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon
2014-06-26ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controllerMengdong Lin
2014-06-26MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle
2014-06-26mfd: ab8500: Fix dt irq mappingGrygorii Strashko
2014-06-26mfd: davinci: Voicecodec needs regmap_mmioArnd Bergmann
2014-06-26mfd: STw481x: Allow modular buildArnd Bergmann
2014-06-26mfd: UCB1x00: Enable modular buildArnd Bergmann
2014-06-26video: omapdss: Fix potential null pointer dereferenceSachin Kamat
2014-06-26video: vt8500lcdfb: Remove kfree call since devm_kzalloc() is usedEmil Goode
2014-06-26TC: Handle device_register() errors.Levente Kurusa
2014-06-26MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras
2014-06-26MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras