aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-24ext3: add support for .read_iter and .write_iterodirectloopZach Brown2-44/+103
2012-01-24loop: use aio to perform io on the underlying fileZach Brown2-1/+55
2012-01-24bio: add bvec_length(), like iov_length()Zach Brown1-0/+8
2012-01-24aio: add aio support for iov_iter argumentsZach Brown3-0/+69
2012-01-24aio: add aio_kernel_() interfaceZach Brown2-0/+103
2012-01-24fs: pull iov_iter use higher up the stackZach Brown2-68/+187
2012-01-24dio: add __blockdev_direct_IO_bdev()Zach Brown2-3/+121
2012-01-24dio: move direct_io_worker() to its only callerZach Brown1-66/+47
2012-01-24dio: add dio_post_submission() helper functionZach Brown1-19/+31
2012-01-24dio: add dio_lock_and_flush() helperZach Brown1-45/+48
2012-01-24dio: add dio_alloc_init() helper functionZach Brown1-35/+52
2012-01-24dio: create a dio_aligned() helper functionZach Brown1-17/+34
2012-01-24iov_iter: let callers extract iovecs and bio_vecsZach Brown1-0/+18
2012-01-24iov_iter: add a shorten callZach Brown2-0/+19
2012-01-24iov_iter: add bvec supportZach Brown2-0/+141
2012-01-24iov_iter: hide iovec details behind ops function pointersZach Brown2-41/+91
2012-01-24iov_iter: add copy_to_user supportZach Brown2-0/+82
2012-01-24iov_iter: move into its own fileZach Brown3-142/+150
2012-01-12Linux 2.6.32.54Greg Kroah-Hartman1-1/+1
2012-01-12xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2012-01-12xfs: validate acl countChristoph Hellwig1-0/+2
2012-01-12SCSI: scsi_dh: check queuedata pointer before proceeding furtherMoger, Babu1-1/+6
2012-01-12PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat1-0/+74
2012-01-12asix: fix infinite loop in rx_fixup()Aurelien Jacobs1-1/+1
2012-01-12USB: Add USB-ID for Multiplex RC serial adapter to cp210x.cMalte Schröder1-0/+1
2012-01-12USB: omninet: fix write_roomJohan Hovold1-1/+1
2012-01-12USB: add quirk for another cameraOliver Neukum1-1/+4
2012-01-12usb: usb-storage doesn't support dynamic id currently, the patch disables the...Huajun Li1-0/+1
2012-01-12USB: isight: fix kernel bug when loading firmwareGreg Kroah-Hartman1-2/+4
2012-01-12drivers/usb/class/cdc-acm.c: clear dangling pointerJulia Lawall1-0/+4
2012-01-12USB: update documentation for usbmonAlan Stern1-5/+9
2012-01-12reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-12reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-12asix: new device idAurelien Jacobs1-0/+4
2012-01-12offb: Fix bug in calculating requested vram sizeBenjamin Herrenschmidt1-1/+1
2012-01-12offb: Fix setting of the pseudo-palette for >8bppBenjamin Herrenschmidt1-27/+23
2012-01-12firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman1-7/+7
2012-01-12Documentation: Update stable addressJoe Perches2-6/+6
2012-01-12MAINTAINERS: stable: Update addressJoe Perches1-1/+1
2012-01-06Linux 2.6.32.53Greg Kroah-Hartman1-1/+1
2012-01-06ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan1-0/+3
2012-01-06hung_task: fix false positive during vforkMandeep Singh Baines1-4/+10
2012-01-06watchdog: hpwdt: Changes to handle NX secure bit in 32bit pathMingarelli, Thomas1-1/+4
2012-01-06ARM: 7220/1: mmc: mmci: Fixup error handling for dmaUlf Hansson1-1/+5
2012-01-06ARM:imx:fix pwm period valueJason Chen1-0/+9
2012-01-06vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp1-5/+2
2012-01-06MXC PWM: should active during DOZE/WAIT/DBG modeJason Chen1-1/+6
2012-01-06SCSI: mpt2sas: _scsih_smart_predicted_fault uses GFP_KERNEL in interrupt contextAnton Blanchard1-1/+1
2012-01-06cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu1-2/+9
2012-01-03Linux 2.6.32.52Greg Kroah-Hartman1-1/+1
2012-01-03Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-21Linux 2.6.32.51Greg Kroah-Hartman1-1/+1
2011-12-21USB: cdc-acm: add IDs for Motorola H24 HSPA USB module.Krzysztof Hałasa1-0/+10
2011-12-21ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli1-1/+1
2011-12-21oprofile, x86: Fix crash when unloading module (timer mode)Robert Richter1-4/+4
2011-12-21oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter1-4/+42
2011-12-21export __get_user_pages_fast() functionXiao Guangrong1-0/+13
2011-12-21hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-12-21Make TASKSTATS require root accessLinus Torvalds1-0/+1
2011-12-21jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2011-12-21linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds1-1/+0
2011-12-21xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad1-2/+2
2011-12-21percpu: fix chunk range calculationTejun Heo1-13/+19
2011-12-21oprofile: Fix locking dependency in sync_start()Robert Richter1-6/+2
2011-12-21oprofile: Free potentially owned tasks in case of errorsRobert Richter1-4/+9
2011-12-21ARM: davinci: dm646x evm: wrong register used in setup_vpif_input_channel_modeHans Verkuil1-3/+3
2011-12-21ALSA: hda/realtek - Fix Oops in alc_mux_select()Takashi Iwai1-0/+2
2011-12-21ALSA: sis7019 - give slow codecs more time to resetDavid Dillow1-11/+53
2011-12-09Linux 2.6.32.50Greg Kroah-Hartman1-1/+1
2011-12-09clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2011-12-09tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-12-09genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2011-12-09oprofile, x86: Fix crash when unloading module (nmi timer mode)Robert Richter1-2/+5
2011-12-09x86/mpparse: Account for bus types other than ISA and PCIBjorn Helgaas1-1/+1
2011-12-09sched, x86: Avoid unnecessary overflow in sched_clockSalman Qazi1-1/+22
2011-12-09cifs: fix cifs stable patch cifs-fix-oplock-break-handling-try-2.patchSuresh Jayaraman1-0/+3
2011-12-09SCSI: Silencing 'killing requests for dead queue'Hannes Reinecke1-1/+2
2011-12-09SCSI: scsi_lib: fix potential NULL dereferenceJiri Slaby1-3/+6
2011-12-09USB: usb-storage: unusual_devs entry for Kingston DT 101 G2Qinglin Ye1-0/+7
2011-12-09usb: option: add SIMCom SIM5218Veli-Pekka Peltola1-0/+1
2011-12-09usb: ftdi_sio: add PID for Propox ISPcable IIIMarcin Kościelnicki2-0/+2
2011-12-09USB: whci-hcd: fix endian conversion in qset_clear()Dan Carpenter1-1/+1
2011-12-09Staging: comedi: fix signal handling in read and writeFederico Vaga1-2/+2
2011-12-09staging: comedi: fix oops for USB DAQ devices.Bernd Porr1-18/+53
2011-12-09staging: usbip: bugfix for deadlockBart Westgeest1-4/+6
2011-12-09gro: reset vlan_tci on reuseBenjamin Poirier1-0/+1
2011-12-09nl80211: fix MAC address validationEliad Peller1-2/+2
2011-12-09p54spi: Fix workqueue deadlockMichael Büsch1-2/+2
2011-12-09p54spi: Add missing spin_lock_initMichael Büsch1-0/+1
2011-12-09timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2011-12-09SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2011-12-09ALSA: lx6464es - fix device communication via command busTim Blechmann1-4/+12
2011-12-09ARM: 7161/1: errata: no automatic store buffer drainWill Deacon2-0/+15
2011-12-09PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2-4/+4
2011-12-09eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2011-12-09i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu1-2/+2
2011-11-26Linux 2.6.32.49Greg Kroah-Hartman1-1/+1
2011-11-26tty: icount changeover for other main devicesAlan Cox12-296/+297
2011-11-26tty: Make tiocgicount a handlerAlan Cox5-19/+61
2011-11-26USB: quirks: adding more quirky webcams to avoid squeaky audiosordna1-0/+24
2011-11-26USB: add quirk for Logitech C600 web camJosh Boyer1-0/+3
2011-11-26usb-storage: Accept 8020i-protocol commands longer than 12 bytesAlan Stern1-4/+3
2011-11-26USB: Fix Corruption issue in USB ftdi driver ftdi_sio.cAndrew Worsley1-3/+11
2011-11-26USB: serial: pl2303: rm duplicate idwangyanqing2-5/+0
2011-11-26kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek3-2/+19
2011-11-26ipv6: udp: fix the wrong headroom checkShan Wei1-1/+1
2011-11-26mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka2-17/+51
2011-11-26genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell4-8/+41
2011-11-26drm/i915: Rephrase pwrite bounds checking to avoid any potential overflowChris Wilson1-12/+4
2011-11-26drm/i915: Sanity check pread/pwriteChris Wilson1-8/+20
2011-11-26Revert "ALSA: hda: Fix quirk for Dell Inspiron 910"Herton Ronaldo Krzesinski1-1/+0
2011-11-26Remove the old V4L1 v4lgrab.c fileMauro Carvalho Chehab3-210/+1
2011-11-26md/raid5: abort any pending parity operations when array fails.NeilBrown1-12/+20
2011-11-26ASoC: wm8940: Properly set codec->dapm.bias_levelAxel Lin1-0/+1
2011-11-26kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Dave Jones1-0/+3
2011-11-26hfs: add sanity check for file name lengthDan Carpenter1-0/+2
2011-11-26PM / Suspend: Off by one in pm_suspend()Dan Carpenter1-1/+1
2011-11-26mtd: mtdchar: add missing initializer on raw writePeter Wippich1-0/+1
2011-11-26netlink: validate NLA_MSECS lengthJohannes Berg1-0/+1
2011-11-26NFS/sunrpc: don't use a credential with extra groups.NeilBrown1-0/+3
2011-11-26Make scsi_free_queue() kill pending SCSI commandsBart Van Assche2-3/+15
2011-11-26st: fix race in st_scsi_execute_endPetr Uzel1-1/+3
2011-11-08Linux 2.6.32.48Greg Kroah-Hartman1-1/+1
2011-11-08Revert "powerpc/mpic: Fix problem that affinity is not updated"Greg Kroah-Hartman1-5/+12
2011-11-08Revert "ASoC: wm8940: Properly set codec->dapm.bias_level"Greg Kroah-Hartman1-2/+0
2011-11-08Revert "genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier"Greg Kroah-Hartman4-40/+8
2011-11-07Linux 2.6.32.47Greg Kroah-Hartman1-1/+1
2011-11-07USB: Serial: Add PID(0xF7C0) to FTDI SIO driver for a zeitcontrol-deviceArtur Zimmer2-1/+6
2011-11-07USB: Serial: Add device ID for Sierra Wireless MC8305Florian Echtler1-0/+1
2011-11-07ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o3-6/+5
2011-11-07drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine1-2/+2
2011-11-07ext4: fix BUG_ON() in ext4_ext_insert_extent()Zheng Liu1-0/+1
2011-11-07net_sched: Fix qdisc_notify()Eric Dumazet1-7/+7
2011-11-07nl80211: fix overflow in ssid_lenLuciano Coelho1-2/+2
2011-11-07Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg1-1/+1
2011-11-07vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-3/+6
2011-11-07vm: fix vm_pgoff wrap in stack expansionLinus Torvalds1-4/+7
2011-11-07Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian2-0/+2
2011-11-07NLM: Don't hang forever on NLM unlock requestsTrond Myklebust4-3/+13
2011-11-07deal with races in /proc/*/{syscall,stack,personality}Al Viro1-19/+50
2011-11-07scm: lower SCM_MAX_FDEric Dumazet2-6/+9
2011-11-07thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.Manoj Iyer1-2/+5
2011-11-07kcore: fix test for end of listDan Carpenter1-1/+1
2011-11-07watchdog: mtx1-wdt: fix build failureFlorian Fainelli1-2/+3
2011-11-07Revert "MIPS: MTX-1: Make au1000_eth probe all PHYFlorian Fainelli1-9/+0
2011-11-07Revert "usb: musb: restore INDEX register in resume path"Greg Kroah-Hartman1-1/+0
2011-11-07genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell4-8/+40
2011-11-07KVM: x86: Reset tsc_timestamp on TSC writesPhilipp Hahn2-0/+2
2011-11-07xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.Ian Campbell1-1/+3
2011-11-07cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer1-2/+11
2011-11-07cfq-iosched: get rid of the coop_preempt flagJens Axboe1-14/+1
2011-11-07cfq: break apart merged cfqqs if they stop cooperatingJeff Moyer1-3/+76
2011-11-07cfq: change the meaning of the cfqq_coop flagJeff Moyer1-14/+6
2011-11-07cfq: merge cooperating cfq_queuesJeff Moyer1-2/+87
2011-11-07cfq: calculate the seek_mean per cfq_queue not per cfq_io_contextJeff Moyer2-40/+33
2011-11-07um: fix ubd cow sizeRichard Weinberger1-1/+30
2011-11-07plat-mxc: iomux-v3.h: implicitly enable pull-up/down when that's desiredPaul Fertser1-5/+5
2011-11-07tuner_xc2028: Allow selection of the frequency adjustment code for XC3028Mauro Carvalho Chehab1-1/+1
2011-11-07uvcvideo: Set alternate setting 0 on resume if the bus has been resetMing Lei3-3/+11
2011-11-07carminefb: Fix module parameters permissionsJean Delvare1-3/+3
2011-11-07iommu/amd: Fix wrong shift directionJoerg Roedel1-1/+1
2011-11-07ccwgroup: move attributes to attribute groupSebastian Ott1-20/+22
2011-11-07KVM: s390: check cpu_id prior to using itCarsten Otte1-4/+10
2011-11-07ASoC: ak4535: fixup cache register tableAxel Lin1-5/+5
2011-11-07ASoC: ak4642: fixup cache register tableKuninori Morimoto1-11/+11
2011-11-07ASoC: wm8940: Properly set codec->dapm.bias_levelAxel Lin1-0/+2
2011-11-07nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields1-0/+2
2011-11-07nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert1-1/+1
2011-11-07time: Change jiffies_to_clock_t() argument type to unsigned longhank2-2/+2
2011-11-07kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina1-1/+3
2011-11-07kobj_uevent: Ignore if some listeners cannot handle messageMilan Broz1-1/+1
2011-11-07Update email address for stable patch submissionJosh Boyer1-2/+2
2011-11-07QE/FHCI: fixed the CONTROL bugJerry Huang1-4/+15
2011-11-07USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI BoardPeter Stuge2-0/+3
2011-11-07USB: ftdi_sio: add PID for Sony Ericsson UrbanHakan Kvist2-2/+6
2011-11-07USB: pl2303: add id for SMART deviceEric Benoit2-0/+6
2011-11-07USB: add RESET_RESUME for webcams shown to be quirkyOliver Neukum1-0/+21
2011-11-07usb: cdc-acm: Owen SI-30 supportDenis Pershin1-0/+3
2011-11-07USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn1-2/+4
2011-11-07USB: storage: Use normalized sense when emulating autosenseLuben Tuikov1-15/+19
2011-11-07usbmon vs. tcpdump: fix dropped packet countJohannes Stezenbach1-1/+1
2011-11-07epoll: fix spurious lockdep warningsNelson Elhage1-7/+18
2011-11-07x86: Fix compilation bug in kprobes' twobyte_is_boostableJosh Stone1-1/+3
2011-11-07ALSA: HDA: Add new revision for ALC662David Henningsson1-0/+2
2011-11-07libsas: set sas_address and device type of rphyJack Wang1-0/+2
2011-11-07ipr: Always initiate hard reset in kdump kernelAnton Blanchard1-1/+1
2011-11-07xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul1-10/+12
2011-11-07USB: qcserial: add device ID for "HP un2430 Mobile Broadband Module"Rigbert Hamisch1-0/+1
2011-11-07staging: quatech_usb2: Potential lost wakeup scenario in TIOCMIWAITKautuk Consul1-2/+7
2011-11-07x25: Prevent skb overreads when checking call user dataMatthew Daley1-1/+2
2011-11-07hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare1-4/+11
2011-11-07HID: usbhid: Add support for SiGma Micro chipJeremiah Matthey2-0/+4
2011-11-07ahci: Enable SB600 64bit DMA on Asus M3AMark Nelson1-0/+12
2011-11-07libsas: fix panic when single phy is disabled on a wide portMark Salyzyn1-4/+6
2011-11-07splice: direct_splice_actor() should not use pos in sdChangli Gao1-1/+2
2011-11-07cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4
2011-11-07libsas: fix failure to revalidate domain for anything but the first expander ...Mark Salyzyn1-1/+1
2011-11-07aacraid: reset should disable MSI interruptVasily Averin1-0/+2
2011-11-073w-9xxx: fix iommu_iova leakJames Bottomley1-0/+2
2011-11-07ALSA: hda/realtek - Avoid bogus HP-pin assignmentTakashi Iwai1-1/+3