summaryrefslogtreecommitdiffstats
path: root/fs/exportfs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-15Remove unneeded version.h include from drivers/uwb/Jesper Juhl1-1/+0
2011-09-15Remove unneeded version.h includes (and add where needed) for drivers/usb/Jesper Juhl3-2/+1
2011-09-15Remove unneeded version.h includes from drivers/target/Jesper Juhl16-16/+0
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl12-12/+0
2011-09-15Remove unneeded version.h includes from drivers/block/Jesper Juhl2-2/+0
2011-09-15Remove unneeded version.h includes from arch/arm/Jesper Juhl2-2/+0
2011-09-15Remove unneeded version.h include from arch/x86/Jesper Juhl1-1/+0
2011-09-15Remove unneeded version.h includes from include/Jesper Juhl2-2/+0
2011-09-15Remove unneeded version.h include from lib/Jesper Juhl1-1/+0
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock11-13/+13
2011-09-15futex: Fix spelling in a source code commentBart Van Assche1-1/+1
2011-09-15libertas_tf: deb_defs.h: Fix typo in include guardKartik Mohta1-1/+1
2011-09-15futex: uninitialized warning correctionsVitaliy Ivanov1-4/+4
2011-09-15async: uninitialized warning correctionsVitaliy Ivanov1-2/+2
2011-09-15ipw2x00: comment typo fix encryptiong to encryptionJustin P. Mattock1-1/+1
2011-09-15sched: x86_32 Fix typo in switch_to() descriptionKamalesh Babulal1-1/+1
2011-09-15treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov11-18/+18
2011-09-15Kconfig: Copyedit: DEBUG_SECTION_MISMATCHMichael Witten1-19/+19
2011-09-15scsi/sg: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-8/+10
2011-09-15drivers/char/rtc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-4/+3
2011-09-15aix94xx: Use angle brackets for system includesJoe Perches1-1/+1
2011-09-15drbd: Use angle brackets for system includesJoe Perches3-4/+4
2011-09-15net: Convert vmalloc/memset to vzallocJoe Perches2-7/+4
2011-09-15mm: Convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches4-18/+7
2011-09-15isdn: Convert vmalloc/memset to vzallocJoe Perches3-8/+5
2011-09-15char: Convert vmalloc/memset to vzallocJoe Perches2-4/+2
2011-09-15drbd: Convert vmalloc/memset to vzallocJoe Perches1-3/+2
2011-09-15atm: Convert vmalloc/memset to vzallocJoe Perches2-7/+7
2011-09-15s390: Convert vmalloc/memset to vzallocJoe Perches2-4/+2
2011-09-15mm: account skipped entries to avoid looping in find_get_pagesShaohua Li1-2/+4
2011-09-15drivers/gpio/gpio-generic.c: fix build errorsRussell King2-20/+10
2011-09-15workqueue: lock cwq access in drain_workqueueThomas Tuttle1-1/+6
2011-09-15MAINTAINERS: update e-mail address of Benny HalevyBenny Halevy1-1/+1
2011-09-15drivers/cpufreq/pcc-cpufreq.c: avoid NULL pointer dereferenceNaga Chumbalkar1-0/+3
2011-09-15drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interruptDonggeun Kim1-0/+26
2011-09-15drivers/leds/ledtrig-timer.c: fix broken sysfs delay handlingJohan Hovold1-0/+2
2011-09-15drivers/misc/pti.c: give 'comm' function scope in pti_control_frame_built_and...Jesper Juhl1-7/+5
2011-09-15cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong1-2/+2
2011-09-15mm: sync vmalloc address space page tables in alloc_vm_area()David Vrabel1-0/+8
2011-09-15memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner5-303/+18
2011-09-15mm: vmscan: fix force-scanning small targets without swapJohannes Weiner1-15/+12
2011-09-15drivers/rtc/rtc-imxdi.c needs linux/sched.hAxel Lin1-0/+1
2011-09-15alpha, gpio: GENERIC_GPIO default must be nBen Hutchings1-1/+1
2011-09-15um: fix strrchr() problemsAl Viro1-1/+1
2011-09-15um: clean arch_ptrace() up a bitAl Viro5-46/+31
2011-09-15um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchAl Viro2-14/+14
2011-09-15um: fix free_winch() messAl Viro1-14/+24
2011-09-15um: winch_interrupt() can happen inside of free_winch()Al Viro1-2/+4
2011-09-15um: fix oopsable race in line_close()Al Viro2-13/+13