summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-12mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5Sascha Hauer1-2/+3
2012-03-12alpha: fix 32/64-bit bug in futex supportAndrew Morton1-1/+1
2012-03-12Move Logitech Harmony 900 from cdc_ether to zaurusScott Talbert2-0/+14
2012-03-12ARM: S3C24XX: DMA resume regression fixGusakov Andrey1-1/+1
2012-03-12genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner1-6/+38
2012-03-12mfd: Fix ACPI conflict checkJean Delvare1-1/+1
2012-03-12regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-12regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin2-1/+7
2012-03-12ALSA: hda - Always set HP pin in unsol handler for STAC/IDT codecsTakashi Iwai1-1/+1
2012-03-12ALSA: hda - Add a fake mute featureTakashi Iwai3-3/+30
2012-03-12S390: KEYS: Enable the compat keyctl wrapper on s390xDavid Howells1-0/+3
2012-03-12regulator: fix the ldo configure according to 88pm860x specJett.Zhou1-3/+3
2012-03-12i2c: mxs: only flag completion when queue is completely doneWolfram Sang1-3/+10
2012-03-12watchdog: hpwdt: clean up set_memory_x call for 32 bitMaxim Uvarov1-2/+3
2012-03-12ARM: LPC32xx: Fix irq on GPI_28Roland Stigge2-1/+5
2012-03-12ARM: LPC32xx: Fix interrupt controller initRoland Stigge1-4/+6
2012-03-12ARM: LPC32xx: irq.c: Clear latched eventRoland Stigge1-1/+10
2012-03-12ARM: LPC32xx: serial.c: Fixed loop limitRoland Stigge1-1/+1
2012-03-12ARM: LPC32xx: serial.c: HW bug workaroundRoland Stigge1-0/+18
2012-03-12drm/i915: Prevent a machine hang by checking crtc->active before loading lutAlban Browaeys1-1/+1
2012-03-12compat: fix compile breakage on s390Heiko Carstens12-14/+9
2012-03-12Fix autofs compile without CONFIG_COMPATLinus Torvalds1-0/+4
2012-03-12autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2012-03-01Linux 3.0.23v3.0.23Greg Kroah-Hartman1-1/+1
2012-03-01cdrom: use copy_to_user() without the underscoresDan Carpenter1-7/+1
2012-03-01epoll: limit pathsJason Baron3-25/+211
2012-03-01epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2-4/+32
2012-03-01epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov5-2/+25
2012-03-01hwmon: (f75375s) Fix register write order when setting fans to full speedNikolaus Schulz1-2/+3
2012-03-01hdpvr: fix race conditon during start of streamingJanne Grunau1-1/+2
2012-03-01builddeb: Don't create files in /tmp with predictable namesBen Hutchings1-6/+6
2012-03-01davinci_emac: Do not free all rx dma descriptors during initChristian Riesch1-2/+4
2012-03-01jme: Fix FIFO flush issueGuo-Fu Tseng2-10/+2
2012-03-01ipvs: fix matching of fwmark templates during schedulingSimon Horman1-1/+1
2012-03-01scsi_pm: Fix bug in the SCSI power management handlerAlan Stern2-0/+17
2012-03-01scsi_scan: Fix 'Poison overwritten' warning caused by using freed 'shost'Huajun Li1-2/+2
2012-03-01genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2012-03-01genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2012-03-01ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin1-1/+1
2012-03-01x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann1-8/+36
2012-03-01USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp3-3/+13
2012-03-01usb-storage: fix freezing of the scanning threadAlan Stern2-61/+35
2012-03-01i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-03-01i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-03-01i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16
2012-03-01i387: do not preload FPU state at task switch timeLinus Torvalds4-68/+11
2012-03-01i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds4-23/+58
2012-03-01i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-03-01i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds3-8/+45
2012-03-01i387: fix sense of sanity checkLinus Torvalds1-1/+1