summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-31kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers1-1/+3
2012-07-31drivers/misc/ti-st/st_core.c: missing NULL checkAlan Cox1-0/+5
2012-07-31kernel/sys.c: avoid argv_free(NULL)Andrew Morton1-19/+25
2012-07-31NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda3-2/+30
2012-07-31panic: fix a possible deadlock in panic()Vikram Mulukutla1-0/+8
2012-07-31avr32: fix build error in ATSTK1002 codeFengguang Wu1-1/+1
2012-07-31clk: validate pointer in __clk_disable()Fengguang Wu1-0/+3
2012-07-31arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=nViresh Kumar1-23/+0
2012-07-31usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2-17/+0
2012-07-31gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar2-13/+3
2012-07-31gadget/m66592: remove conditional compilation of clk codeViresh Kumar2-13/+1
2012-07-31net/stmmac: remove conditional compilation of clk codeViresh Kumar2-58/+17
2012-07-31net/c_can: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-31ata/pata_arasan: remove conditional compilation of clk codeViresh Kumar1-13/+1
2012-07-31usb/musb: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-31usb/marvell: remove conditional compilation of clk codeViresh Kumar1-9/+0
2012-07-31i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar1-7/+0
2012-07-31clk: remove redundant depends on from drivers/KconfigViresh Kumar1-1/+0
2012-07-31clk: add non CONFIG_HAVE_CLK routinesViresh Kumar1-59/+109
2012-07-31avr32/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-8/+25
2012-07-31alpha: remove mysterious if zero-ed out includesPaul Bolle1-12/+0
2012-07-31xtensa/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-5/+24
2012-07-31coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook3-7/+45
2012-07-31fs: make dumpable=2 require fully qualified pathKees Cook2-9/+26
2012-07-31fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin1-4/+12
2012-07-31ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao1-17/+0
2012-07-31prctl: remove redunant assignment of "error" to zeroSasikantha babu1-11/+2
2012-07-31pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2012-07-31mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim1-3/+3
2012-07-31[media] lirc: fix non-ANSI function declaration warningEmil Goode1-1/+1
2012-07-31[media] rc: ati_remote.c: code style fixingDu, Changbin1-53/+80
2012-07-31[media] Avoid sysfs oops when an rc_dev's raw device is absentDouglas Bagnall1-2/+3
2012-07-31[media] v4l2-dev.c: Move video_put() after debug printkEzequiel GarcĂ­a1-6/+6
2012-07-31[media] vivi: fix a few format-related compliance issuesHans Verkuil1-17/+6
2012-07-31[media] drivers/staging/media/easycap/easycap_main.c: add missing usb_free_urbJulia Lawall1-0/+1
2012-07-31md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng1-1/+1
2012-07-31md/raid1: don't abort a resync on the first badblock.NeilBrown1-1/+4
2012-07-31[media] az6007: fix incorrect memcpyAlan Cox1-1/+1
2012-07-31md: remove duplicated test on ->openers when calling do_md_stop()NeilBrown1-6/+2
2012-07-31raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng2-2/+13
2012-07-31md/raid1: prevent merging too large requestShaohua Li2-7/+50
2012-07-31md/raid1: read balance chooses idlest disk for SSDShaohua Li1-3/+31
2012-07-31md/raid1: make sequential read detection per disk basedShaohua Li2-34/+12
2012-07-31MD RAID10: Export md_raid10_congestedJonathan Brassow2-22/+37
2012-07-31MD: Move macros from raid1*.h to raid1*.cJonathan Brassow4-29/+29
2012-07-31MD RAID1: rename mirror_info structureJonathan Brassow2-9/+9
2012-07-31MD RAID10: rename mirror_info structureJonathan Brassow2-12/+12
2012-07-31MD RAID10: Fix compiler warning.Jonathan Brassow1-1/+1
2012-07-31[media] cx25821,medusa: incorrect check on decoder typeAlan Cox1-1/+1
2012-07-31[media] ov9640: fix missing breakAlan Cox1-0/+1