summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers2008-10-141-0/+45
* tracing: Kernel TracepointsMathieu Desnoyers2008-10-143-1/+149
* Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2008-10-1322-148/+92Star
|\
| *-. Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4Ingo Molnar2008-10-132-11/+5Star
| |\ \
| | | * Merge commit 'v2.6.27' into timers/hpetIngo Molnar2008-10-1032-109/+371
| | | |\
| | | * \ Merge commit 'v2.6.27-rc6' into timers/hpetIngo Molnar2008-09-142673-279840/+3570Star
| | | |\ \
| | | * | | hpet: /dev/hpet - fixes and cleanupDavid Brownell2008-07-311-10/+1Star
| | | * | | Merge branch 'linus' into timers/hpetIngo Molnar2008-07-311881-72529/+38794Star
| | | |\ \ \
| | | * \ \ \ Merge branch 'linus' into timers/hpetIngo Molnar2008-06-1694-209/+487
| | | |\ \ \ \
| | | * | | | | x86: get irq for hpet timerKevin Hao2008-06-021-1/+2
| | * | | | | | Merge branch 'linus' into oprofile-v2Ingo Molnar2008-10-134128-376906/+14386Star
| | |\ \ \ \ \ \
| | * | | | | | | OProfile: add IBS code macrosRobert Richter2008-07-261-0/+2
| | * | | | | | | x86: add PCI IDs for AMD Barcelona PCI devicesRobert Richter2008-07-261-0/+5
| * | | | | | | | x86: change early_ioremap to use slots instead of nestingYinghai Lu2008-10-132-4/+4
| * | | | | | | | traps: x86: various noop-changes preparing for unification of traps_xx.cAlexander van Heukelum2008-10-131-4/+0Star
| * | | | | | | | traps: i386: expand clear_mem_error and remove from mach_traps.hAlexander van Heukelum2008-10-131-6/+0Star
| * | | | | | | | traps: x86: converge trap_init functionsAlexander van Heukelum2008-10-132-9/+11
| * | | | | | | | x86, traps: converge do_debug handlersAlexander van Heukelum2008-10-131-4/+0Star
| * | | | | | | | x86, traps: introduce dotraplinkageAlexander van Heukelum2008-10-131-37/+36Star
| * | | | | | | | x86, traps: split out math_error and simd_math_errorAlexander van Heukelum2008-10-131-3/+3
| * | | | | | | | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum2008-10-132-3/+9
| * | | | | | | | x86: __show_registers() and __show_regs() API unificationPekka Enberg2008-10-131-2/+1Star
| * | | | | | | | x86: move prefill_possible_map calling early, fix, V2Chuck Ebbert2008-10-131-5/+3Star
| * | | | | | | | x86: merge winchip-2 and winchip-2a cpu choicesKrzysztof Helt2008-10-131-2/+0Star
| * | | | | | | | traps: x86: remove trace_hardirqs_fixup from pagefault handlerAlexander van Heukelum2008-10-131-21/+0Star
| * | | | | | | | x86: remove SEGMENT_IS_FLAT_CODEGlauber Costa2008-10-131-3/+0Star
| * | | | | | | | x86: use user_mode macroGlauber Costa2008-10-131-3/+0Star
| * | | | | | | | x86: make mm/gup.c more virtualization friendlyJan Beulich2008-10-131-1/+1
| * | | | | | | | x86: add memory clobber in switch_to()Vegard Nossum2008-10-131-1/+4
| * | | | | | | | x86: check dsdt before find oem table for es7000, v2Yinghai Lu2008-10-131-0/+1
| * | | | | | | | x86: add early_memremap()Jeremy Fitzhardinge2008-10-131-0/+1
| * | | | | | | | x86: remove duplicate early_ioremap declarationsJeremy Fitzhardinge2008-10-132-17/+0Star
| * | | | | | | | x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge2008-10-131-2/+12
| * | | | | | | | i386: remove kprobes' restore_interrupts in favour of conditional_stiAlexander van Heukelum2008-10-131-9/+0Star
| * | | | | | | | x86-64: reduce boot fixmap spaceJan Beulich2008-10-131-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | tty: some ICANON magic is in the wrong placesAlan Cox2008-10-131-1/+1
* | | | | | | | Add an instance parameter devpts interfacesSukadev Bhattiprolu2008-10-132-11/+23
* | | | | | | | tty: extract the pty init time special casesAlan Cox2008-10-131-0/+5
* | | | | | | | tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox2008-10-131-2/+2
* | | | | | | | tty: More driver operationsAlan Cox2008-10-131-0/+16
* | | | | | | | tty: kref the tty driver objectAlan Cox2008-10-131-4/+11
* | | | | | | | tty: Clean up the tty_init_dev changes furtherAlan Cox2008-10-131-0/+9
* | | | | | | | tty: Remove more special casing and out of place codeAlan Cox2008-10-132-1/+7
* | | | | | | | tty: shutdown methodAlan Cox2008-10-132-1/+8
* | | | | | | | tty: the vhangup syscall is racyAlan Cox2008-10-131-0/+1
* | | | | | | | tty: usb-serial krefsAlan Cox2008-10-131-0/+3
* | | | | | | | tty: Add termioxAlan Cox2008-10-134-0/+29
* | | | | | | | tty: Cris has a nice RS485 ioctl so we should steal itAlan Cox2008-10-132-0/+18
* | | | | | | | tty: Add a kref countAlan Cox2008-10-131-0/+18
* | | | | | | | pps: Reserve a line discipline number for PPSAlan Cox2008-10-131-1/+2