summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coda: kill redundant cast in coda_alloc_inode()Jesper Juhl2010-12-101-1/+1
* Kill off a bunch of warning: ‘inline’ is not at beginning of declarationJesper Juhl2010-11-284-10/+10
* SCSI: improve two error messagesAlan Stern2010-11-261-2/+4
* kdump: update kexec-tools URL and Vivek's emailSimon Horman2010-11-251-6/+9
* Fix "forcably" comment typoRobert P. J. Day2010-11-211-1/+1
* Don't touch blackfin with printk typo fixesJiri Kosina2010-11-193-3/+3
* suspend: constify platform_suspend_opsLionel Debroux2010-11-1629-32/+32
* backlight: constify backlight_opsLionel Debroux2010-11-1624-26/+26
* hibernation: constify platform_hibernation_opsLionel Debroux2010-11-163-6/+6
* Docs/Kconfig: Update: osdl.org -> linuxfoundation.orgMichael Witten2010-11-1512-21/+30
* infiniband: Only include mutex.h once in drivers/infiniband/hw/cxgb4/iw_cxgb4.hJesper Juhl2010-11-151-1/+0
* ARM, mm: Don't include smp_plat.h twice in flush.cJesper Juhl2010-11-151-1/+0
* ext4: fix redirty_page_for_writepage() typo in commentWu Fengguang2010-11-151-1/+1
* spelling fix in drivers/misc/KconfigJonathan Neuschäfer2010-11-151-1/+1
* audit: error message typo correctionRoss Kirk2010-11-031-1/+1
* powerpc: remove cast from void*matt mooney2010-11-031-1/+1
* drivers: scsi: fix typo in commentAndrea Gelmini2010-11-031-1/+1
* Kconfig: typo: boad -> boardMichael Witten2010-11-021-1/+1
* Docs: typo: Complete -> CompletelyMichael Witten2010-11-021-1/+1
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01207-261/+261
* Kconfig: typo: and -> anMichael Witten2010-11-011-1/+1
* VIA Chrome camera: remove duplicate includesJesper Juhl2010-10-301-2/+0
* Merge branch 'master' into for-nextJiri Kosina2010-10-305837-334788/+681438
|\
| * Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-10-3012-64/+219
| |\
| | * Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo2010-10-301-4/+5
| | * make fanotify_read() restartable across signalsLino Sanfilippo2010-10-301-1/+1
| | * fsnotify: remove alignment padding from fsnotify_mark on 64 bit buildsRichard Kennedy2010-10-281-1/+1
| | * fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton2010-10-281-3/+2
| | * fanotify: Fix FAN_CLOSE commentsStefan Hajnoczi2010-10-281-2/+2
| | * fanotify: do not recalculate the mask if the ignored mask changedEric Paris2010-10-281-3/+3
| | * fanotify: ignore events on directories unless specifically requestedEric Paris2010-10-283-2/+25
| | * fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris2010-10-283-13/+13
| | * fanotify: do not send events for irregular filesEric Paris2010-10-281-5/+6
| | * fanotify: limit number of listeners per userEric Paris2010-10-284-1/+25
| | * fanotify: allow userspace to override max marksEric Paris2010-10-282-2/+11
| | * fanotify: limit the number of marks in a single fanotify groupEric Paris2010-10-282-0/+10
| | * fanotify: allow userspace to override max queue depthEric Paris2010-10-282-3/+11
| | * fsnotify: implement a default maximum queue depthEric Paris2010-10-282-1/+4
| | * fanotify: ignore fanotify ignore marks if open writersEric Paris2010-10-281-0/+10
| | * fanotify: allow userspace to flush all marksEric Paris2010-10-281-1/+2
| | * fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-283-11/+21
| | * fsnotify: correctly handle return codes from listenersEric Paris2010-10-282-8/+14
| | * fanotify: use __aligned_u64 in fanotify userspace metadataEric Paris2010-10-281-2/+2
| | * fanotify: implement fanotify listener orderingEric Paris2010-10-282-2/+34
| | * fsnotify: implement ordering between notifiersEric Paris2010-10-283-3/+20
| | * fanotify: allow fanotify to be builtEric Paris2010-10-282-1/+2
| | |
| | \
| *-. \ Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-10-3012-82/+153
| |\ \ \
| | | * | x86: Check irq_remapped instead of remapping_enabled in destroy_irq()Yinghai Lu2010-10-301-1/+1
| | * | | Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2010-10-305744-270289/+411314
| | |\ \ \
| | | * | | jump label: Add work around to i386 gcc asm goto bugSteven Rostedt2010-10-293-2/+27