summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Fix boot problem related to APEI with acpi_disabled setRafael J. Wysocki2011-01-162-5/+5
* PCI / ACPI: Fix build of the AER driver for CONFIG_ACPI unsetRafael J. Wysocki2011-01-161-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-1640-854/+1009
|\
| * sanitize vfsmount refcounting changesAl Viro2011-01-1610-117/+75
| * fix old umount_tree() breakageAl Viro2011-01-161-3/+5
| * autofs4: Merge the remaining dentry ops tablesDavid Howells2011-01-153-20/+4
| * Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-158-89/+101
| * Allow d_manage() to be used in RCU-walk modeDavid Howells2011-01-155-12/+22
| * Remove a further kludge from __do_follow_link()David Howells2011-01-151-6/+2
| * autofs4: Bump versionIan Kent2011-01-151-1/+1
| * autofs4: Add v4 pseudo direct mount supportIan Kent2011-01-151-0/+58
| * autofs4: Fix wait validationIan Kent2011-01-151-1/+16
| * autofs4: Clean up autofs4_free_ino()Ian Kent2011-01-152-22/+0
| * autofs4: Clean up dentry operationsIan Kent2011-01-153-29/+26
| * autofs4: Clean up inode operationsIan Kent2011-01-153-21/+1
| * autofs4: Remove unused codeIan Kent2011-01-152-250/+0
| * autofs4: Add d_manage() dentry operationIan Kent2011-01-154-40/+159
| * autofs4: Add d_automount() dentry operationIan Kent2011-01-154-112/+189
| * Remove the automount through follow_link() kludge code from pathwalkDavid Howells2011-01-151-14/+3
| * CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-154-67/+80
| * NFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-155-48/+46
| * AFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-154-30/+19
| * Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells2011-01-154-1/+12
| * Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-1515-50/+126
| * Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-156-58/+198
| * do_lookup() fixAl Viro2011-01-151-0/+3
* | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2011-01-155-7/+17
|\ \
| * | Update Pekka's email address in MAINTAINERSPekka Enberg2011-01-151-2/+2
| * | mm/slab.c: make local symbols staticH Hartley Sweeten2011-01-151-3/+3
| * | Merge branch 'slub/hotplug' into slab/urgentPekka Enberg2011-01-153-2/+12
| |\ \
| | * | slub: Avoid use of slub_lock in show_slab_objects()Christoph Lameter2011-01-111-2/+2
| | * | memory hotplug: one more lock on memory hotplugKAMEZAWA Hiroyuki2011-01-112-0/+10
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2011-01-1518-79/+84
|\ \ \ \ \ \ \
| | | | * \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-01-152-21/+22
| | | | |\ \ \ \
| | | | | * | | | tracing: Remove syscall_exit_fieldsLai Jiangshan2011-01-141-21/+12
| | | | | * | | | tracing: Only process module tracepoints onceSteven Rostedt2011-01-141-0/+10
| | | | * | | | | perf record: Add "nodelay" mode, disabled by defaultKirill Smelkov2011-01-132-0/+11
| | | | * | | | | perf sched: Fix list of events, dropping unsupported ':r' modifierStephane Eranian2011-01-131-9/+9
| | | | |/ / / /
| | | | * | | | Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"Arnaldo Carvalho de Melo2011-01-112-5/+0
| | | | * | | | perf top: Fix annotate segvArnaldo Carvalho de Melo2011-01-111-0/+2
| | | | * | | | perf evsel: Fix order of event list deletionArnaldo Carvalho de Melo2011-01-114-2/+3
| | | * | | | | timekeeping: Make local variables staticH Hartley Sweeten2011-01-121-2/+2
| | | * | | | | time: Rename misnamed minsec argument of clocks_calc_mult_shift()Nicolas Pitre2011-01-121-4/+4
| | * | | | | | x86, olpc: Add missing Kconfig dependenciesH. Peter Anvin2011-01-141-0/+1
| | * | | | | | x86, mrst: Set correct APB timer IRQ affinity for secondary cpuJacob Pan2011-01-141-6/+8
| | * | | | | | x86: tsc: Fix calibration refinement conditionals to avoid divide by zeroJohn Stultz2011-01-141-2/+2
| | * | | | | | x86, ia64, acpi: Clean up x86-ism in drivers/acpi/numa.cTony Luck2011-01-121-6/+2
| * | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2011-01-143-18/+15
| |\ \ \ \ \ \ \
| | * | | | | | | rcu: avoid pointless blocked-task warningsPaul E. McKenney2011-01-141-1/+2
| | * | | | | | | rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter statusPaul E. McKenney2011-01-142-17/+13