aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
| * | jffs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
| * | sysv: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
| * | bfs: remove unnecessary dentry_unhash on dir renameSage Weil2011-05-281-3/+0
| * | fs: cosmetic inode.c cleanupsChristoph Hellwig2011-05-271-49/+5
| * | vfs: Improve the bio_add_page() and bio_add_pc_page() descriptionsAndreas Gruenbacher2011-05-271-8/+8
| * | xattr: Fix error results for non-existent / invisible attributesAndreas Gruenbacher2011-05-271-6/+10
| * | fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-2719-23/+21
| * | Lift the check for automount points into do_lookup()Al Viro2011-05-271-5/+5
| * | Trim excessive arguments of follow_mount_rcu()Al Viro2011-05-271-18/+8
| * | split __follow_mount_rcu() into normal and .. casesAl Viro2011-05-271-9/+26
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-2816-1194/+2284
|\ \ \
| * | | x86, asm: Clean up desc.h a bitIngo Molnar2011-05-271-76/+76
| * | | x86, amd: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky2011-05-261-2/+5
| * | | x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro2011-05-261-15/+20
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2011-05-26932-12293/+51041
| |\ \ \
| * | | | x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett2011-05-254-3/+55
| * | | | x86: Remove unnecessary check in detect_ht()Nikhil P Rao2011-05-251-7/+0
| * | | | x86: Reorder mm_context_t to remove x86_64 alignment padding and thus shrink ...Richard Kennedy2011-05-251-2/+2
| * | | | x86, UV: Clean up uv_tlb.cCliff Wickman2011-05-252-899/+1099
| * | | | x86, UV: Add support for SGI UV2 hub chipJack Steiner2011-05-256-238/+1075
| * | | | x86, cpufeature: Update CPU feature RDRND to RDRANDKees Cook2011-05-241-1/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-288-27/+65
|\ \ \ \ \
| * | | | | cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-285-12/+24
| * | | | | sched: Fix ->min_vruntime calculation in dequeue_entity()Peter Zijlstra2011-05-281-2/+3
| * | | | | sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2011-05-281-9/+28
| * | | | | sched: More sched_domain iterations fixesXiaotian Feng2011-05-282-4/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-288-151/+147
|\ \ \ \ \
| * | | | | rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2011-05-282-0/+3
| * | | | | rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra2011-05-283-39/+17
| * | | | | rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2011-05-282-9/+8
| * | | | | atomic: Add atomic_or()Paul E. McKenney2011-05-281-0/+13
| * | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-05-286-103/+74
| |\ \ \ \ \
| | * | | | | rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-265-89/+67
| | * | | | | rcu: Make rcu_enter_nohz() pay attention to nestingPaul E. McKenney2011-05-261-2/+2
| | * | | | | rcu: Don't do reschedule unless in irqPaul E. McKenney2011-05-261-2/+3
| | * | | | | rcu: Remove old memory barriers from rcu_process_callbacks()Paul E. McKenney2011-05-261-14/+0
| | * | | | | rcu: Add memory barriersPaul E. McKenney2011-05-261-0/+6
| | * | | | | rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker2011-05-261-1/+1
| * | | | | | Documentation: Add statistics about nested locksJuri Lelli2011-05-281-2/+34
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-2834-106/+359
|\ \ \ \ \ \
| * | | | | | perf: Fix SIGIO handlingPeter Zijlstra2011-05-281-0/+8
| * | | | | | perf top: Don't stop if no kernel symtab is foundArnaldo Carvalho de Melo2011-05-271-5/+15
| * | | | | | perf top: Handle kptr_restrictArnaldo Carvalho de Melo2011-05-271-0/+15
| * | | | | | perf top: Remove unused macroArnaldo Carvalho de Melo2011-05-271-2/+0
| * | | | | | perf events: initialize fd array to -1 instead of 0David Ahern2011-05-271-0/+10
| * | | | | | perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo2011-05-272-21/+15
| * | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-2717-41/+148
| |\ \ \ \ \ \
| | * | | | | | ftrace: Add internal recursive checksSteven Rostedt2011-05-254-7/+33
| | * | | | | | tracing: Update btrfs's tracepoints to use u64 interfaceliubo2011-05-251-2/+2