aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-08floppy: Correct documentation of driver options when used as a module.for-3.13/driversBen Harris1-3/+3
2013-11-08pktcdvd: debugfs functions return NULL on errorDan Carpenter1-18/+4
2013-11-08xen-blkfront: restore the non-persistent data pathRoger Pau Monne1-25/+100
2013-11-08skd: fix formatting in skd_s1120.hBartlomiej Zolnierkiewicz1-120/+110
2013-11-08skd: reorder construct/destruct codeBartlomiej Zolnierkiewicz1-164/+141
2013-11-08skd: cleanup skd_do_inq_page_da()Bartlomiej Zolnierkiewicz1-26/+13
2013-11-08skd: remove SKD_OMIT_FROM_SRC_DIST ifdefsBartlomiej Zolnierkiewicz1-14/+0
2013-11-08skd: remove redundant skdev->pdev assignment from skd_pci_probe()Bartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: use <asm/unaligned.h>Bartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: remove SCSI subsystem specific includesBartlomiej Zolnierkiewicz1-3/+0
2013-11-08skd: register block device only if some devices are presentBartlomiej Zolnierkiewicz1-21/+12
2013-11-08skd: fix error messages in skd_init()Bartlomiej Zolnierkiewicz1-12/+9
2013-11-08skd: fix error paths in skd_init()Bartlomiej Zolnierkiewicz1-3/+13
2013-11-08skd: fix unregister_blkdev() placementBartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: more removal of bio-based codeMike Snitzer1-71/+20
2013-11-08skd: cleanup the skd_*() function block wrappingJens Axboe1-37/+15
2013-11-08skd: rip out bio pathJens Axboe1-467/+62
2013-11-08skd: fix error return code in skd_pci_probe()Wei Yongjun1-1/+3
2013-11-08s390/dasd: hold request queue sysfs lock when calling elevator_init()Heiko Carstens1-4/+4
2013-11-08cciss: return 0 from driver probe function on success, not 1Stephen M. Cameron1-1/+1
2013-11-08skd: Replaced custom debug PRINTKs with pr_debugrchinthekindi1-284/+407
2013-11-08skd: Fix checkpatch ERRORS and removed unused functionsAkhil Bhansali1-22/+31
2013-11-08rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher2-4/+6
2013-11-08rsxx: Disallow discards from being unmapped.Philip J Kelleher2-12/+17
2013-11-08drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2-2/+5
2013-11-08drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg1-1/+5
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2-2/+3
2013-11-08drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner1-23/+16
2013-11-08drbd: fix NULL pointer deref in module init error pathLars Ellenberg1-10/+9
2013-11-08block: disable cpqarray in KconfigJens Axboe1-1/+1
2013-11-08Add support for sTec's pci-e flash card KronosAkhil Bhansali4-0/+6183
2013-11-08rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher2-21/+24
2013-11-08mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn1-10/+37
2013-11-08mtip32xx: Add SRSI supportAsai Thambi S P2-182/+289
2013-11-08rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher2-47/+28
2013-11-08rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher3-22/+37
2013-11-08loop: fix crash when using unassigned loop deviceMikulas Patocka1-7/+8
2013-11-08xen/blkback: fix reference countingVegard Nossum1-1/+2
2013-11-08xen-blkfront: improve aproximation of required grants per requestRoger Pau Monne1-4/+7
2013-11-08xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne1-4/+29
2013-11-08mg_disk: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2013-11-08block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2013-11-08block: Do not call sector_div() with a 64-bit divisorGeert Uytterhoeven1-6/+4
2013-11-08kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang2-3/+2
2013-11-08block: Consolidate duplicated bio_trim() implementationsKent Overstreet7-108/+61
2013-11-08block: Use rw_copy_check_uvector()Kent Overstreet1-29/+10
2013-11-08block: Enable sysfs nomerge control for I/O requests in the plug listAlireza Haghdoost1-0/+3
2013-11-08block: properly stack underlying max_segment_size to DM deviceMike Snitzer1-0/+1
2013-11-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama1-2/+14
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2-1/+15
2013-11-08block: Replace __get_cpu_var usesChristoph Lameter3-8/+8
2013-11-08bdi: test bdi_init failureMikulas Patocka3-4/+6
2013-11-08block: fix a probe argument to blk_register_regionMikulas Patocka2-2/+2
2013-11-08loop: fix crash if blk_alloc_queue failsMikulas Patocka1-1/+3
2013-11-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka1-1/+3
2013-11-08block: fix race between request completion and timeout handlingJeff Moyer2-2/+2
2013-11-08blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara2-6/+29
2013-11-03Linux 3.12v3.12Linus Torvalds1-1/+1
2013-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-7/+8
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause2-11/+15
2013-11-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+13
2013-11-02ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta1-3/+3
2013-11-02scripts/kallsyms: filter symbols not in kernel address spaceMing Lei2-1/+13
2013-11-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+39
2013-11-01Merge tag 'usb-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-268/+66
2013-11-01Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds4-1/+9
2013-11-01Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds4-4/+25
2013-11-01memcg: remove incorrect underflow checkGreg Thelen1-1/+0
2013-11-01USB: serial: ftdi_sio: add id for Z3X Box deviceАлексей Крамаренко2-0/+7
2013-11-01USB: Maintainers change for usb serial driversGreg KH1-50/+3
2013-11-01Revert "USB: pl2303: restrict the divisor based baud rate encoding method to ...Greg Kroah-Hartman1-5/+1
2013-11-01Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"Greg Kroah-Hartman1-52/+10
2013-11-01Revert "usb: pl2303: do not round to the next nearest standard baud rate for ...Greg Kroah-Hartman1-37/+28
2013-11-01Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"Greg Kroah-Hartman1-2/+2
2013-11-01Revert "usb: pl2303: move the two baud rate encoding methods to separate func...Greg Kroah-Hartman1-114/+101
2013-11-01Revert "usb: pl2303: increase the allowed baud rate range for the divisor bas...Greg Kroah-Hartman1-12/+4
2013-11-01Revert "usb: pl2303: also use the divisor based baud rate encoding method for...Greg Kroah-Hartman1-1/+1
2013-11-01Revert "usb: pl2303: add two comments concerning the supported baud rates wit...Greg Kroah-Hartman1-12/+0
2013-11-01Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_star...Greg Kroah-Hartman1-2/+3
2013-11-01Revert "pl2303: improve the chip type information output on startup"Greg Kroah-Hartman1-10/+5
2013-11-01Revert "pl2303: improve the chip type detection/distinction"Greg Kroah-Hartman1-72/+23
2013-11-01Revert "USB: pl2303: distinguish between original and cloned HX chips"Greg Kroah-Hartman1-32/+11
2013-10-31Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2-30/+27
2013-10-31lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei1-1/+2
2013-10-31mm: memcg: fix test for child groupsJohannes Weiner1-24/+11
2013-10-31mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner1-1/+10
2013-10-31mm: memcg: use proper memcg in limit bypassJohannes Weiner1-4/+4
2013-10-31vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds1-2/+3
2013-10-31i915: fix compiler warningLinus Torvalds1-2/+0
2013-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-63/+81
2013-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-20/+51
2013-10-31Merge tag 'pm+acpi-3.12-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+3
2013-10-31ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King1-0/+4
2013-10-31MIPS: ralink: fix return value check in rt_timer_probe()Wei Yongjun1-1/+1
2013-10-31Input: ALPS - add support for model found on Dell XT2Yunkang Tang1-0/+1
2013-10-31Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie3-3/+4
2013-10-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds4-7/+8
2013-10-30memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend castingGreg Thelen1-1/+1
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen2-5/+6
2013-10-30mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX1-1/+1
2013-10-30mm: list_lru: fix almost infinite loop causing effective livelockRussell King1-1/+2
2013-10-30Merge tag 'tty-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-7/+2
2013-10-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds7-54/+168
2013-10-30Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds3-4/+22
2013-10-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2013-10-30Staging: sb105x: info leak in mp_get_count()Dan Carpenter1-1/+1
2013-10-30Staging: bcm: info leak in ioctlDan Carpenter1-0/+1
2013-10-30staging: wlags49_h2: buffer overflow setting station nameDan Carpenter1-3/+6
2013-10-30aacraid: missing capable() check in compat ioctlDan Carpenter1-0/+2
2013-10-30staging: ozwpan: prevent overflow in oz_cdev_write()Dan Carpenter1-0/+3
2013-10-30uml: check length in exitcode_proc_write()Dan Carpenter1-1/+3
2013-10-30Merge tag 'asoc-fix-v3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai375-2263/+3280
2013-10-30Merge remote-tracking branch 'asoc/fix/wm8994' into asoc-linusMark Brown1-0/+1
2013-10-30ASoC: wm_hubs: Add missing break in hp_supply_event()Takashi Iwai1-0/+1
2013-10-30MIPS: malta: Fix GIC interrupt offsetsMarkos Chandras1-4/+5
2013-10-30Revert "ACPI / hotplug / PCI: Avoid doing too much for spurious notifies"Mika Westerberg1-5/+1
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki1-2/+1
2013-10-30Revert "epoll: use freezable blocking call"Rafael J. Wysocki1-3/+1
2013-10-30ALSA: hda - Add a fixup for ASUS N76VZTakashi Iwai1-0/+1
2013-10-30KVM: use a more sensible error number when debugfs directory creation failsPaolo Bonzini1-1/+1
2013-10-30KVM: Fix modprobe failure for kvm_intel/kvm_amdTim Gardner1-1/+1
2013-10-30drm: allow DRM_IOCTL_VERSION on render-nodesDavid Herrmann1-1/+1
2013-10-30Merge tag 'drm-intel-fixes-2013-10-29' of git://people.freedesktop.org/~danve...Dave Airlie6-53/+167
2013-10-29MIPS: Perf: Fix 74K cache mapDeng-Cheng Zhu1-2/+2
2013-10-29Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds3-49/+17
2013-10-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds22-81/+176
2013-10-29Kconfig: make KOBJECT_RELEASE debugging require timer debuggingLinus Torvalds1-1/+1
2013-10-29drm/i915: Fix the PPT fdi lane bifurcate state handling on ivbDaniel Vetter1-47/+48
2013-10-29perf/x86: Fix NMI measurementsPeter Zijlstra2-5/+5
2013-10-29perf: Fix perf ring buffer memory orderingPeter Zijlstra2-9/+34
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman2-26/+26
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2-44/+34
2013-10-29mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30
2013-10-29mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman1-7/+16
2013-10-29mm: numa: Do not account for a hinting fault if we racedMel Gorman1-1/+4
2013-10-29Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar20-67/+151
2013-10-28Merge tag 'xtensa-next-20131015' of git://github.com/czankel/xtensa-linuxLinus Torvalds3-21/+33
2013-10-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-81/+95
2013-10-28perf tools: Fixup mmap event consumptionZhouyi Zhou14-16/+49
2013-10-28perf top: Split -G and --call-graphJiri Olsa2-23/+18
2013-10-28perf record: Split -g and --call-graphJiri Olsa3-23/+67
2013-10-28perf hists: Add color overhead for stdio output bufferJiri Olsa2-5/+17
2013-10-28drm/i915: No LVDS hardware on Intel D410PT and D425KTRob Pearce1-0/+16
2013-10-28drm/i915/dp: workaround BIOS eDP bpp clamping issueJani Nikula1-0/+20
2013-10-28drm/i915: Add HSW CRT output readout supportVille Syrjälä3-6/+30
2013-10-28ASoC: dapm: Return -ENOMEM in snd_soc_dapm_new_dai_widgets()Takashi Iwai1-0/+2
2013-10-28ASoC: dapm: Fix source list debugfs outputsTakashi Iwai1-1/+1
2013-10-28Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-14/+25
2013-10-28perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo1-1/+1
2013-10-28drm/i915: Add support for pipe_bpp readoutVille Syrjälä2-0/+53
2013-10-27Linux 3.12-rc7v3.12-rc7Linus Torvalds1-1/+1
2013-10-27Merge branch 'parisc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+4
2013-10-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+50
2013-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-20/+19
2013-10-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+16
2013-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds6-24/+50
2013-10-27Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-1/+8
2013-10-27parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller1-0/+4
2013-10-26Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-25/+23
2013-10-26ALSA: hda - Fix silent headphone on Thinkpads with AD1984A codecTakashi Iwai1-1/+17
2013-10-25ALSA: hda - Add missing initial vmaster hook at build_controls callbackTakashi Iwai1-1/+3
2013-10-25Merge tag 'for-linus-20131025' of git://git.infradead.org/linux-mtdLinus Torvalds2-2/+7
2013-10-25vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameterNicholas Bellinger1-1/+1
2013-10-25target/pscsi: fix return value checkWei Yongjun1-4/+4
2013-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+4
2013-10-25mtd: gpmi: fix ECC regressionDavid Woodhouse1-1/+1
2013-10-25seq_file: always update file->f_pos in seq_lseek()Gu Zheng1-0/+2
2013-10-25acpi-cpufreq: Fail initialization if driver cannot be registeredRafael J. Wysocki1-4/+4
2013-10-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+73
2013-10-25[SCSI] Revert "sg: use rwsem to solve race during exclusive open"James Bottomley1-41/+38
2013-10-25[SCSI] Revert "sg: no need sg_open_exclusive_lock"James Bottomley1-5/+29
2013-10-25[SCSI] Revert "sg: checking sdp->detached isn't protected when open"James Bottomley1-9/+8
2013-10-25[SCSI] Revert "sg: push file descriptor list locking down to per-device locking"James Bottomley1-34/+28
2013-10-25Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2013-10-25PM / hibernate: Move software_resume to late_initcall_syncRuss Dill1-1/+1
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia1-1/+6
2013-10-24eCryptfs: fix 32 bit corruption issueColin Ian King1-1/+1
2013-10-24dmaengine: edma: fix another memory leakVinod Koul1-0/+1
2013-10-24dma: edma: Fix memory leakValentin Ilie1-0/+1
2013-10-24perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart1-13/+24
2013-10-24target: Fail XCOPY for non matching source + destination block_sizeNicholas Bellinger1-1/+13
2013-10-24target: Generate failure for XCOPY I/O with non-zero scsi_statusNicholas Bellinger1-1/+2
2013-10-24target: Add missing XCOPY I/O operation sense_bufferNicholas Bellinger1-2/+3
2013-10-24ALSA: hda - Fix unbalanced runtime PM refcount after S3/S4Takashi Iwai1-2/+2
2013-10-24Merge tag 'md/3.12-fixes' of git://neil.brown.name/mdLinus Torvalds4-2/+25
2013-10-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-10/+19
2013-10-23iser-target: check device before dereferencing its variableVu Pham1-1/+1
2013-10-24raid5: avoid finding "discard" stripeShaohua Li1-0/+8
2013-10-24raid5: set bio bi_vcnt 0 for discard requestShaohua Li1-0/+12
2013-10-24md: avoid deadlock when md_set_badblocks.Bian Yu1-2/+3
2013-10-24md: Fix skipping recovery for read-only arrays.Lukasz Dorau2-0/+2
2013-10-23drm/radeon/dpm: fix incompatible casting on big endianAlex Deucher1-2/+2
2013-10-23drm/radeon: disable bapm on KBAlex Deucher1-1/+1
2013-10-23drm/radeon: use sw CTS/N values for audio on DCE4+Alex Deucher1-0/+1
2013-10-23MAINTAINERS: add to ioatdma maintainer listDave Jiang1-1/+4
2013-10-23MAINTAINERS: add the new dmaengine mailing listVinod Koul1-0/+2
2013-10-23[SCSI] sd: call blk_pm_runtime_init before add_diskAaron Lu1-1/+1
2013-10-23[SCSI] qla2xxx: Fix request queue null dereference.Chad Dupuis2-1/+10