summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-02-1436-130/+634
|\
| * [PATCH] x86-64: Remove mk_pte_phys()Andi Kleen2007-02-131-9/+0
| * [PATCH] i386: Remove extern declaration from mm/discontig.c, put in header.Rusty Russell2007-02-131-0/+2
| * [PATCH] i386: Rename cpu_gdt_descr and remove extern declaration from smpboot.cRusty Russell2007-02-131-1/+1
| * [PATCH] i386: Move mce_disabled to asm/mce.hRusty Russell2007-02-131-0/+2
| * [PATCH] x86: Don't require the vDSO for handling a.out signalsAndi Kleen2007-02-131-0/+1
| * [PATCH] i386: Remove fastcall in paravirt.[ch]Andi Kleen2007-02-131-67/+67
| * [PATCH] x86-64: Fix wrong gcc check in bitops.hAndi Kleen2007-02-131-1/+1
| * [PATCH] x86-64: update IO-APIC dest field to 8-bit for xAPICBenjamin Romer2007-02-131-12/+2
| * [PATCH] x86: fix laptop bootup hang in init_acpi()Ingo Molnar2007-02-131-1/+8
| * [PATCH] x86-64: define dma noncoherent API functionsJeff Garzik2007-02-131-0/+3
| * [PATCH] x86-64: Fix preprocessor conditionJosef 'Jeff' Sipek2007-02-131-1/+1
| * [PATCH] x86-64: remove get_pmd()Jan Beulich2007-02-131-5/+0
| * [PATCH] x86-64: Allow to run a program when a machine check event is detectedAndi Kleen2007-02-131-0/+2
| * [PATCH] x86-64: Remove fastcall references in x86_64 codeGlauber de Oliveira Costa2007-02-132-4/+4
| * [PATCH] x86-64: Fix fake numa for x86_64 machines with big IO holeRohit Seth2007-02-132-0/+6
| * [PATCH] i386: improve sched_clock() on i686Ingo Molnar2007-02-131-1/+1
| * [PATCH] i386: add idle notifierStephane Eranian2007-02-132-0/+22
| * [PATCH] i386: Profile pc badnessZachary Amsden2007-02-132-6/+17
| * [PATCH] i386: vMI timer patchesZachary Amsden2007-02-135-0/+120
| * [PATCH] i386: vMI backend for paravirt-opsZachary Amsden2007-02-132-0/+263
| * [PATCH] i386: SMP boot hook for paravirtZachary Amsden2007-02-132-0/+14
| * [PATCH] i386: paravirt CPU hypercall batching modeZachary Amsden2007-02-132-0/+28
| * [PATCH] MM: page allocation hooks for VMI backendZachary Amsden2007-02-132-4/+40
| * [PATCH] x86-64: get rid of ARCH_HAVE_XTIME_LOCKEric Dumazet2007-02-132-6/+1
| * [PATCH] i386: Convert i386 PDA code to use %fsJeremy Fitzhardinge2007-02-135-14/+14
| * [PATCH] x86-64: Allocate the NUMA hash function nodemap dynamicallyAmul Shah2007-02-132-6/+8
| * [PATCH] x86-64: Add __copy_from_user_nocacheAndi Kleen2007-02-131-0/+14
* | [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tablesEric W. Biederman2007-02-141-1/+0
* | [PATCH] sysctl: add a parent entry to ctl_table and set the parent entryEric W. Biederman2007-02-141-0/+1
* | [PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman2007-02-142-4/+0
* | [PATCH] sysctl: allow sysctl_perm to be called from outside of sysctl.cEric W. Biederman2007-02-141-0/+2
* | [PATCH] sysctl: factor out sysctl_head_next from do_sysctlEric W. Biederman2007-02-141-0/+4
* | [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-2/+2
* | [PATCH] sysctl: remove support for CTL_ANYEric W. Biederman2007-02-141-1/+0
* | [PATCH] sysctl: register the ocfs2 sysctl numbersEric W. Biederman2007-02-141-0/+1
* | [PATCH] sysctl: register the sysctl number used by the arlan driverEric W. Biederman2007-02-141-0/+1
* | [PATCH] sysctl: s390: move sysctl definitions to sysctl.hEric W. Biederman2007-02-141-0/+7
* | [PATCH] sysctl: move CTL_FRV into sysctl.h where it belongsEric W. Biederman2007-02-141-0/+1
* | [PATCH] sysctl: move CTL_PM into sysctl.h where it belongsEric W. Biederman2007-02-141-0/+1
* | [PATCH] sysctl: move CTL_SUNRPC to sysctl.h where it belongsEric W. Biederman2007-02-142-2/+2
* | [PATCH] knfsd: add some new fsid typesNeilBrown2007-02-143-38/+80
* | [PATCH] fix PNX8550 serial breakageVitaly Wool2007-02-143-82/+82
* | [PATCH] ia64: fix noncoherent DMA API so devres buildsRoland Dreier2007-02-141-2/+13
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-1324-72/+543
|\ \
| * \ Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-131-4/+4
| |\ \
| | * | [IPSEC]: changing API of xfrm6_tunnel_registerKazunori MIYAZAWA2007-02-131-2/+2
| | * | [IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA2007-02-131-2/+2
| | |/
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2007-02-138-29/+135
| |\ \
| | * | [POWERPC] Use udbg_early_init() on ppc32David Gibson2007-02-141-0/+1