summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-162-3/+33
|\
| * Merge branch 'misc-2.6.33' into releaseLen Brown2009-12-161-1/+1
| |\
| | * ACPI: add const to acpi_check_resource_conflict()Jean Delvare2009-12-091-1/+1
| * | Merge branch 'osc' into releaseLen Brown2009-12-161-2/+19
| |\ \
| | * | ACPI: Add platform-wide _OSC support.Shaohua Li2009-12-161-0/+7
| | * | ACPI: cleanup pci_root _OSC code.Shaohua Li2009-12-161-2/+3
| | * | ACPI: Add a generic API for _OSC -v2Shaohua Li2009-12-161-0/+9
| | |/
| * | Merge branch 'ipmi' into releaseLen Brown2009-12-161-0/+13
| |\ \
| | * | PNP: add interface to retrieve ACPI device from a PNPACPI deviceBjorn Helgaas2009-12-151-0/+13
| | |/
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-161-9/+3
|\ \ \
| * | | perf_events: Fix perf_event_attr layoutPeter Zijlstra2009-12-151-9/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-167-70/+22
|\ \ \ \
| * | | | cleanup blockdev_direct_IO lockingChristoph Hellwig2009-12-161-14/+8
| * | | | make generic_acl slightly more genericChristoph Hellwig2009-12-162-47/+10
| * | | | sanitize xattr handler prototypesChristoph Hellwig2009-12-161-6/+7
| * | | | Untangling ima mess, part 3: kill dead code in imaAl Viro2009-12-161-10/+2
| * | | | fs: move get_empty_filp() deffinition to internal.hEric Paris2009-12-161-1/+0
| * | | | fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro2009-12-161-1/+0
| * | | | switch alloc_file() to passing struct pathAl Viro2009-12-161-2/+3
| * | | | get rid of init_file()Al Viro2009-12-161-3/+0
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-12-161-0/+2
|\ \ \ \
| * | | | PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven2009-12-151-0/+2
| |/ / /
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-163-6/+7
|\ \ \ \
| * | | | tracing: Fix return of trace_dump_stack()Steven Rostedt2009-12-151-0/+1
| * | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-12-141-0/+2
| |\ \ \ \
| | * | | | tracing: Add trace_dump_stack()Steven Rostedt2009-12-111-0/+2
| * | | | | Merge branch 'linus' into tracing/urgentIngo Molnar2009-12-1468-341/+1007
| |\ \ \ \ \
| * | | | | | tracing: Change event->profile_count to be int typeLi Zefan2009-12-132-3/+1
| * | | | | | tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-131-1/+0
| * | | | | | tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-132-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-12-161-1/+13
|\ \ \ \ \ \
| * | | | | | rpc: add a new priority in RPC taskAlexandros Batsakis2009-12-151-1/+12
| * | | | | | rpc: add rpc_queue_empty functionAlexandros Batsakis2009-12-151-0/+1
* | | | | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-161-2/+4
|\ \ \ \ \ \ \
| * | | | | | | module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins2009-12-151-2/+4
| |/ / / / / /
* | | | | | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-1615-2227/+22
|\ \ \ \ \ \ \
| * | | | | | | nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields2009-12-151-199/+0
| * | | | | | | nfsd: remove unused field rq_reffhJ. Bruce Fields2009-12-151-4/+0
| * | | | | | | nfsd: enable V4ROOT exportsJ. Bruce Fields2009-12-151-1/+1
| * | | | | | | nfsd: introduce export flag for v4 pseudorootSteve Dickson2009-12-151-0/+10
| * | | | | | | nfsd: let "insecure" flag vary by pseudoflavorJ. Bruce Fields2009-12-141-2/+2
| * | | | | | | nfsd: new interface to advertise export featuresJ. Bruce Fields2009-12-141-1/+2
| * | | | | | | nfsd: Move private headers to source directoryBoaz Harrosh2009-12-146-1915/+0
| * | | | | | | nfsd: Headers Independence and include cleanupsBoaz Harrosh2009-12-148-22/+8
| * | | | | | | nfsd: Fix independence of a few nfsd related headersBoaz Harrosh2009-12-142-0/+2
| * | | | | | | sunrpc: Clean never used include filesBoaz Harrosh2009-12-142-3/+2
| * | | | | | | nfsd: Remove unused dprintkBoaz Harrosh2009-12-141-4/+0
| * | | | | | | Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-2326-44/+104
| |\ \ \ \ \ \ \
| * | | | | | | | Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields2009-11-231-3/+0
| * | | | | | | | nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-86/+1