aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-30Linux 3.15.3v3.15.3Greg Kroah-Hartman1-1/+1
2014-06-30efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski1-1/+1
2014-06-30builddeb: use $OBJCOPY variable instead of objcopyFathi Boudra1-3/+3
2014-06-30random: fix nasty entropy accounting bugTheodore Ts'o1-8/+9
2014-06-30epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov1-2/+2
2014-06-30x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8
2014-06-30lz4: fix another possible overrunGreg Kroah-Hartman1-1/+3
2014-06-30Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg1-2/+8
2014-06-30Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg2-3/+19
2014-06-30btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-30Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo3-15/+24
2014-06-30Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-06-30Btrfs: don't check nodes for extent itemsJosef Bacik1-2/+3
2014-06-30fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-06-30btrfs: allocate raid type kobjects dynamicallyJeff Mahoney3-16/+36
2014-06-30Btrfs: send, use the right limits for xattr names and valuesFilipe Manana1-7/+23
2014-06-30Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-06-30Btrfs: set right total device count for seeding supportWang Shilong1-1/+0
2014-06-30Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo1-0/+2
2014-06-30Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo1-4/+8
2014-06-30Btrfs: make sure there are not any read requests before stopping workersWang Shilong1-0/+5
2014-06-30Btrfs: send, account for orphan directories when building path stringsFilipe Manana1-24/+9
2014-06-30Btrfs: output warning instead of error when loading free space cache failedMiao Xie1-2/+2
2014-06-30btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo1-2/+24
2014-06-30Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana1-1/+2
2014-06-30Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-06-30Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana1-1/+19
2014-06-30CIFS: Fix memory leaks in SMB2_openPavel Shilovsky1-1/+6
2014-06-30aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise1-0/+3
2014-06-30aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise1-2/+1
2014-06-30genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner3-6/+108
2014-06-30Revert "offb: Add palette hack for little endian"Benjamin Herrenschmidt1-10/+1
2014-06-30Revert "drm/radeon: use variable UVD clocks"Alex Deucher2-1/+5
2014-06-30x86, x32: Use compat shims for io_{setup,submit}Mike Frysinger1-2/+4
2014-06-30x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin1-5/+0
2014-06-30arm64: mm: remove broken &= operator from pmd_mknotpresentWill Deacon1-1/+1
2014-06-30arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macroSuravee Suthikulpanit1-2/+0
2014-06-30arm64: uid16: fix __kernel_old_{gid,uid}_t definitionsWill Deacon2-1/+10
2014-06-30ARM: mvebu: DT: fix OpenBlocks AX3-4 RAM sizeJason Cooper1-1/+1
2014-06-30f2fs: submit bio at the reclaim pathJaegeuk Kim1-0/+2
2014-06-30TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg2-5/+25
2014-06-30libiscsi, iser: Adjust data_length to include protection informationSagi Grimberg2-33/+19
2014-06-30scsi_cmnd: Introduce scsi_transfer_length helperSagi Grimberg1-0/+17
2014-06-30target: Report correct response length for some commandsRoland Dreier4-5/+26
2014-06-30Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg3-6/+13
2014-06-30Target/iser: Fix a wrong dereference in case discovery session is over iserSagi Grimberg1-1/+3
2014-06-30iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger1-2/+1
2014-06-30target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger1-3/+3
2014-06-30target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger1-0/+6
2014-06-30Target/iser: Gracefully reject T10-PI enabled connect request if not supportedSagi Grimberg1-2/+3
2014-06-30Target/iser: Wait for proper cleanup before unloadingSagi Grimberg1-0/+1
2014-06-30Target/iser: Improve cm events handlingSagi Grimberg2-12/+15
2014-06-30Target/iser: Fix hangs in connection teardownSagi Grimberg2-22/+10
2014-06-30Target/iser: Bail from accept_np if np_thread is trying to closeSagi Grimberg1-2/+7
2014-06-30Bluetooth: Fix missing check for FIPS security levelJohan Hedberg1-1/+2
2014-06-30Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg1-3/+4
2014-06-30Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg1-0/+1
2014-06-30Bluetooth: Fix L2CAP deadlockJukka Taimisto1-1/+4
2014-06-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen1-30/+35
2014-06-30bluetooth: hci_ldisc: fix deadlock conditionFelipe Balbi2-5/+20
2014-06-30PM / OPP: fix incorrect OPP count handling in of_init_opp_tableChander Kashyap1-3/+1
2014-06-30ARM: OMAP2+: gpmc: enable BCH_HW ecc-scheme for AM43xx platformsPekon Gupta1-1/+1
2014-06-30ARM: 8037/1: mm: support big-endian page tablesJianguo Wu1-5/+13
2014-06-30ARM: stacktrace: avoid listing stacktrace functions in stacktraceRussell King1-5/+13
2014-06-30media: saa7134: fix regression with tvtimeHans Verkuil1-6/+3
2014-06-30media: radio-bcm2048: fix wrong overflow checkPali Rohár1-1/+1
2014-06-30media: uvcvideo: Fix clock param realtime settingOlivier Langlois1-5/+10
2014-06-30rtmutex: Plug slow unlock raceThomas Gleixner1-6/+109
2014-06-30rtmutex: Handle deadlock detection smarterThomas Gleixner3-5/+38
2014-06-30rtmutex: Detect changes in the pi lock chainThomas Gleixner1-24/+71
2014-06-30ACPI / ia64 / sba_iommu: Restore the working initialization orderingRafael J. Wysocki1-27/+37
2014-06-30ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2-18/+52
2014-06-30ACPI: Fix conflict between customized DSDT and DSDT local copyLv Zheng1-0/+7
2014-06-30ACPICA: utstring: Check array index bound before use.David Binderman1-1/+1
2014-06-30ACPI: add dynamic_debug supportBjørn Mork2-14/+72
2014-06-30media: exynos4-is: Fix compilation for !CONFIG_COMMON_CLKSylwester Nawrocki2-1/+5
2014-06-30media: exynos4-is: Free FIMC-IS CPU memory only when allocatedSylwester Nawrocki1-0/+3
2014-06-30media: stk1160: Avoid stack-allocated buffer for control URBsEzequiel Garcia2-2/+9
2014-06-30media: ivtv: Fix Oops when no firmware is loadedTakashi Iwai1-0/+6
2014-06-30USB: serial: fix potential runtime pm imbalance at device removeJohan Hovold1-3/+11
2014-06-30usb: qcserial: add additional Sierra Wireless QMI devicesAleksander Morgado1-0/+18
2014-06-30usb: qcserial: add Netgear AirCard 341UAleksander Morgado1-0/+3
2014-06-30USB: sierra: fix remote wakeupJohan Hovold1-2/+5
2014-06-30USB: sierra: fix urb and memory leak on disconnectJohan Hovold1-0/+13
2014-06-30USB: sierra: fix urb and memory leak in resume error pathJohan Hovold1-2/+6
2014-06-30USB: sierra: fix use after free at suspend/resumeJohan Hovold1-0/+6
2014-06-30USB: sierra: fix AA deadlock in open error pathJohan Hovold1-8/+13
2014-06-30USB: usb_wwan: fix potential blocked I/O after resumeJohan Hovold1-8/+17
2014-06-30USB: usb_wwan: fix potential NULL-deref at resumeJohan Hovold1-24/+19
2014-06-30USB: usb_wwan: fix urb leak at shutdownJohan Hovold1-12/+22
2014-06-30USB: usb_wwan: fix write and suspend raceJohan Hovold1-8/+5
2014-06-30USB: usb_wwan: fix race between write and resumexiao jin1-6/+2
2014-06-30USB: usb_wwan: fix urb leak in write error pathxiao jin1-1/+3
2014-06-30matroxfb: perform a dummy read of M_STATUSMikulas Patocka1-1/+1
2014-06-30ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi1-1/+1
2014-06-30ext4: fix ZERO_RANGE test failure in data journallingNamjae Jeon1-0/+7
2014-06-30ext4: fix zeroing of page during writebackJan Kara1-13/+11
2014-06-30ext4: fix data integrity sync in ordered modeNamjae Jeon5-11/+29
2014-06-30regulator: s2mpa01: Fix accidental enable of buck4 ramp delayKrzysztof Kozlowski1-5/+9
2014-06-30regulator: s2mps11: Fix accidental enable of buck6 ramp delayKrzysztof Kozlowski1-5/+10
2014-06-30regulator: s2mpa01: Use correct register for buck1 ramp delayKrzysztof Kozlowski1-1/+0
2014-06-30s390/lowcore: reserve 96 bytes for IRB in lowcoreChristian Borntraeger1-5/+6
2014-06-30s390/time: cast tv_nsec to u64 prior to shift in update_vsyscallMartin Schwidefsky1-1/+1
2014-06-30idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan1-5/+3
2014-06-30arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky1-9/+19
2014-06-30arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon1-0/+4
2014-06-30ptrace: fix fork event messages across pid namespacesMatthew Dempsky2-3/+39
2014-06-30mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-30HID: core: fix validation of report id 0Kees Cook1-1/+11
2014-06-30mm: fix sleeping function warning from __put_anon_vmaHugh Dickins1-3/+5
2014-06-30zram: correct offset usage in zram_bio_discardWeijie Yang1-2/+2
2014-06-30mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi2-13/+48
2014-06-30mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck1-9/+12
2014-06-30mm/memory-failure.c-failure: send right signal code to correct threadTony Luck1-2/+2
2014-06-30mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman3-27/+68
2014-06-30memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko1-1/+2
2014-06-30mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman1-6/+37
2014-06-30kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa1-2/+2
2014-06-30hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi15-73/+18
2014-06-30tools/vm/page-types.c: catch sigbus if raced with truncateKonstantin Khlebnikov1-3/+32
2014-06-30USB: option: fix runtime PM handlingJohan Hovold1-1/+10
2014-06-30USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern1-3/+16
2014-06-30ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAPPaul Bolle5-5/+5
2014-06-30usb: dwc3: gadget: clear stall when disabling endpointFelipe Balbi1-0/+4
2014-06-30usb: gadget: rename CONFIG_USB_GADGET_PXA25XPaul Bolle1-1/+1
2014-06-30USB: usbtest: add a timeout for scatter-gather testsAlan Stern1-1/+15
2014-06-30usb: usbtest: fix unlink write error with pattern 1Huang Rui1-0/+10
2014-06-30applicom: dereferencing NULL on error pathDan Carpenter1-1/+0
2014-06-30staging/mt29f_spinand: Terminate of match tableStephen Boyd1-0/+1
2014-06-30Staging: rtl8188eu: overflow in update_sta_support_rate()Dan Carpenter1-1/+6
2014-06-30staging: tidspbridge: check for CONFIG_SND_OMAP_SOC_MCBSPPaul Bolle1-2/+2
2014-06-30phy: exynos-mipi-video: fix check on array indexAntoine Ténart1-1/+1
2014-06-30printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers2-0/+2
2014-06-30w1: do not unlock unheld list_mutex in __w1_remove_master_device()Alexey Khoroshilov2-0/+6
2014-06-30extcon: max14577: Properly handle regmap_irq_get_virq errorKrzysztof Kozlowski1-1/+1
2014-06-30extcon: max14577: Fix probe failure on successful work queueKrzysztof Kozlowski1-6/+1
2014-06-30extcon: max77693: Fix two NULL pointer exceptions on missing pdataKrzysztof Kozlowski1-2/+2
2014-06-30extcon: max8997: Fix NULL pointer exception on missing pdataKrzysztof Kozlowski1-1/+1
2014-06-30block: virtio_blk: don't hold spin lock during world switchMing Lei1-3/+6
2014-06-30imx-drm: fix hdmi hotplug detection initial stateRussell King1-6/+3
2014-06-26Linux 3.15.2v3.15.2Greg Kroah-Hartman1-1/+1
2014-06-26slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim1-19/+71
2014-06-26tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins1-0/+3
2014-06-26ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen1-0/+3
2014-06-26ALSA: control: Handle numid overflowLars-Peter Clausen1-0/+4
2014-06-26ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen1-5/+10
2014-06-26ALSA: control: Fix replacing user controlsLars-Peter Clausen1-16/+9
2014-06-26ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen3-6/+28
2014-06-26ALSA: hda - Add quirk for external mic on Lifebook U904David Henningsson1-0/+9
2014-06-26ALSA: hda - verify pin:converter connection on unsol event for HSW and VLVMengdong Lin1-1/+9
2014-06-26ALSA: hda/realtek - Add more entry for enable HP mute ledKailang Yang1-0/+14
2014-06-26ALSA: hda/realtek - Add support of ALC891 codecKailang Yang1-0/+1
2014-06-26ALSA: compress: Cancel the optimization of compiler and fix the size of struc...Wang, Xiaoming1-1/+1
2014-06-26lz4: ensure length does not wrapGreg Kroah-Hartman1-0/+2
2014-06-26lzo: properly check for overrunsGreg Kroah-Hartman1-21/+41
2014-06-26iio: Fix two mpl3115 issues in measurement conversionPeter Meerwald1-3/+3
2014-06-26iio: Fix endianness issue in ak8975_read_axis()Peter Meerwald1-8/+1
2014-06-26iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()Dan Carpenter1-8/+8
2014-06-26iio: mxs-lradc: fix dividerRobert Hodaszi1-4/+8
2014-06-26iio: adc: checking for NULL instead of IS_ERR() in probeDan Carpenter1-2/+2
2014-06-26staging: iio: tsl2x7x_core: fix proximity tresholdMario Schuknecht1-2/+6
2014-06-26iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and ma...Jonathan Cameron1-8/+8
2014-06-26ASoC: tlv320aci3x: Fix custom snd_soc_dapm_put_volsw_aic3x() functionPeter Ujfalusi1-1/+1
2014-06-26ASoC: max98090: Fix reset at resume timeLiam Girdwood1-0/+3
2014-06-26ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()Lars-Peter Clausen1-13/+10
2014-06-26hv: use correct order when freeing monitor_pagesRadim Krčmář1-2/+2
2014-06-26Drivers: hv: balloon: Ensure pressure reports are posted regularlyK. Y. Srinivasan1-3/+26
2014-06-26USB: cdc-acm: fix runtime PM imbalance at shutdownJohan Hovold1-2/+4
2014-06-26USB: cdc-acm: fix I/O after failed openJohan Hovold1-0/+3
2014-06-26USB: cdc-acm: fix failed open not being detectedJohan Hovold1-6/+8
2014-06-26USB: cdc-acm: fix open and suspend raceJohan Hovold1-4/+3
2014-06-26USB: cdc-acm: fix potential urb leak and PM imbalance in writeJohan Hovold1-1/+7
2014-06-26USB: cdc-acm: fix shutdown and suspend raceJohan Hovold1-2/+1
2014-06-26USB: cdc-acm: fix runtime PM for control messagesJohan Hovold1-1/+11
2014-06-26USB: cdc-acm: fix broken runtime suspendJohan Hovold2-11/+23
2014-06-26USB: cdc-acm: fix write and resume raceJohan Hovold1-14/+9
2014-06-26USB: cdc-acm: fix write and suspend raceJohan Hovold1-9/+6
2014-06-26MIPS: KVM: Allocate at least 16KB for exception handlersJames Hogan1-1/+1
2014-06-26KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger3-2/+5
2014-06-26KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini1-19/+43
2014-06-26ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON1-9/+13
2014-06-26udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet1-0/+4
2014-06-26vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-4/+3
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-26sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-26ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2014-06-26sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2-5/+24
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2-4/+4
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet4-4/+4
2014-06-26net: qmi_wwan: add Olivetti Olicard modemsBjørn Mork1-1/+6
2014-06-26net: filter: fix sparc32 typoAlexei Starovoitov1-1/+1
2014-06-26net: filter: fix typo in sparc BPF JITAlexei Starovoitov1-4/+4
2014-06-26sh_eth: fix SH7619/771x supportSergei Shtylyov1-0/+21
2014-06-26sh_eth: use RNC mode for packet receptionBen Dooks2-11/+2
2014-06-26net: tunnels - enable module autoloadingTom Gundersen3-0/+3
2014-06-26ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener1-4/+4
2014-06-26evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar1-2/+10
2014-06-26ima: introduce ima_kernel_read()Dmitry Kasatkin1-1/+31
2014-06-26ima: audit log files opened with O_DIRECT flagMimi Zohar5-4/+20
2014-06-26iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger1-0/+10