aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-06Linux 3.15.4v3.15.4Greg Kroah-Hartman1-1/+1
2014-07-06ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controllerMengdong Lin1-7/+58
2014-07-06ALSA: hda - Adjust speaker HPF and add LED support for HP Spectre 13Takashi Iwai2-1/+62
2014-07-06ALSA: hda - hdmi: call overridden init on resumePierre Ossman1-1/+1
2014-07-06ALSA: usb-audio: Fix races at disconnection and PCM closingTakashi Iwai3-6/+25
2014-07-06tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2-0/+17
2014-07-06tracing: Try again for saved cmdline if failed due to lockingSteven Rostedt (Red Hat)1-6/+7
2014-07-06Documentation/SubmittingPatches: describe the Fixes: tagJacob Keller1-1/+21
2014-07-06lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman1-1/+5
2014-07-06ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo2-0/+19
2014-07-06MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu1-0/+1
2014-07-06MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan1-9/+3
2014-07-06cpufreq: unlock when failing cpufreq_update_policy()Aaron Plattner1-6/+4
2014-07-06cpufreq: ppc-corenet-cpu-freq: do_div use quotientEd Swarthout1-4/+5
2014-07-06reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney1-1/+7
2014-07-06xfs: xfs_readsb needs to check for magic numbersDave Chinner1-6/+17
2014-07-06powerpc: Don't skip ePAPR spin-table CPUsScott Wood1-1/+9
2014-07-06powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category supportBenjamin Herrenschmidt2-1/+3
2014-07-06powerpc: Don't setup CPUs with bad statusMichael Neuling1-1/+1
2014-07-06powerpc: fix typo 'CONFIG_PPC_CPU'Paul Bolle1-1/+1
2014-07-06powerpc/perf: Ensure all EBB register state is cleared on fork()Michael Ellerman1-0/+2
2014-07-06powerpc: fix typo 'CONFIG_PMAC'Paul Bolle1-1/+1
2014-07-06powerpc: 64bit sendfile is capped at 2GBAnton Blanchard1-1/+1
2014-07-06powerpc/serial: Use saner flags when creating legacy portsBenjamin Herrenschmidt1-6/+9
2014-07-06powerpc/mm: Check paca psize is up to date for huge mappingsMichael Ellerman1-11/+20
2014-07-06powernv: Fix permissions on sysparam sysfs entriesAnton Blanchard1-2/+2
2014-07-06powerpc/pseries: Fix overwritten PE stateGavin Shan1-0/+1
2014-07-06nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-07-06NFS: populate ->net in mount data when remountingMateusz Guzik1-0/+1
2014-07-06NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_stateTrond Myklebust1-3/+3
2014-07-06NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-07-06nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-07-06nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-07-06pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust1-1/+1
2014-07-06SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust1-0/+2
2014-07-06IB/umad: Fix use-after-free on closeBart Van Assche1-11/+19
2014-07-06IB/umad: Fix error handlingBart Van Assche1-22/+27
2014-07-06IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche1-0/+6
2014-07-06IB/ipath: Translate legacy diagpkt into newer extended diagpktDennis Dalessandro1-0/+4
2014-07-06IB/qib: Fix port in pkey change eventMike Marciniszyn1-1/+1
2014-07-06IB/mlx5: add missing padding at end of struct mlx5_ib_create_srqYann Droneaud2-1/+14
2014-07-06IB/mlx5: add missing padding at end of struct mlx5_ib_create_cqYann Droneaud2-1/+13
2014-07-06kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus1-2/+0
2014-07-06watchdog: kempld-wdt: Use the correct value when configuring the prescaler wi...gundberg1-1/+1
2014-07-06watchdog: ath79_wdt: avoid spurious restarts on AR934xGabor Juhos1-0/+10
2014-07-06watchdog: sp805: Set watchdog_device->timeout from ->set_timeout()Viresh Kumar1-3/+1
2014-07-06RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_respYann Droneaud2-2/+4
2014-07-06RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_respYann Droneaud2-2/+3
2014-07-06RDMA/cxgb4: Fix memory leaks in c4iw_alloc() error pathsChristoph Jaeger1-0/+2
2014-07-06UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang1-1/+0
2014-07-06UBIFS: fix an mmap and fsync race conditionhujianyang1-2/+1
2014-07-06hpsa: add new Smart Array PCI IDs (May 2014)Joe Handzik1-0/+12
2014-07-06MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras1-1/+1
2014-07-06Revert "MIPS: Save/restore MSA context around signals"Paul Burton6-363/+16
2014-07-06recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesAlex Smith1-2/+2
2014-07-06mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P1-2/+2
2014-07-06mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P1-31/+35
2014-07-06mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P1-0/+53
2014-07-06PCI: Fix incorrect vgaarb conditional in WARN_ON()Bjorn Helgaas1-1/+1
2014-07-06PCI: Add new ID for Intel GPU "spurious interrupt" quirkThomas Jarosch1-0/+1
2014-07-06Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is setHans de Goede1-2/+3
2014-07-06Input: elantech - deal with clickpads reporting right button eventsHans de Goede1-4/+18
2014-07-06Input: synaptics - fix resolution for manually provided min/maxBenjamin Tissoires1-9/+10
2014-07-06iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka1-6/+7
2014-07-06iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger1-0/+2
2014-07-06iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger1-1/+1
2014-07-06target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger1-0/+1
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