summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* ARM, mm: Don't include smp_plat.h twice in flush.cJesper Juhl2010-11-151-1/+0Star
* 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-031-1/+1
* Docs: typo: Complete -> CompletelyMichael Witten2010-11-031-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/+0Star
* Merge branch 'master' into for-nextJiri Kosina2010-10-305799-320222/+666872
|\
| * 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/+2Star
| | * 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-305692-251027/+392052
| | |\ \ \
| | | * | | jump label: Add work around to i386 gcc asm goto bugSteven Rostedt2010-10-293-2/+27
| | | * | | x86, ftrace: Use safe noops, drop trap testH. Peter Anvin2010-10-291-54/+15Star
| | | * | | jump_label: Fix unaligned traps on sparc.David Miller2010-10-291-0/+1
| | | * | | jump label: Make arch_jump_label_text_poke_early() optionalSteven Rostedt2010-10-291-0/+7
| | | * | | jump label: Fix error with preempt disable holding mutexSteven Rostedt2010-10-291-13/+13
| | | * | | jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron2010-10-283-12/+32
| | | * | | jump label: Fix module __init section raceJason Baron2010-10-281-1/+40
| | * | | | oprofile: Remove deprecated use of flush_scheduled_work()Tejun Heo2010-10-293-4/+9
| | * | | | oprofile: Fix the hang while taking the cpu offlineSantosh Shilimkar2010-10-291-0/+13
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-3027-519/+2405
| |\ \ \ \ \