summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* performance counters: core codeThomas Gleixner2008-12-0810-0/+1189
*-. Merge branches 'x86/signal' and 'x86/irq' into perfcounters/coreIngo Molnar2008-12-0824-1796/+1584
|\ \
| | * x86: ret_from_fork - get rid of jump backIngo Molnar2008-11-281-15/+16
| | * Merge branch 'x86/debug' into x86/irqIngo Molnar2008-11-28209-1731/+2519
| | |\
| | | * x86, debug: remove the confusing entry in call tracejia zhang2008-11-232-0/+2
| | | * x86: clean up stack overflow debug checkIngo Molnar2008-11-231-15/+10
| | | * x86_64: fix the check in stack_overflow_checkjia zhang2008-11-231-3/+4
| | | * Merge commit 'v2.6.28-rc6' into x86/debugIngo Molnar2008-11-231646-16112/+30101
| | | |\
| | | * | x86: warn of incorrect cpu_khz on AMD systemsPrarit Bhargava2008-11-121-0/+2
| | | * | x86 debug: mark early_printk.o as notraceIngo Molnar2008-11-041-0/+1
| | | * | x86: add two missing unwind annotationsJan Beulich2008-10-301-0/+2
| | * | | x86: entry_64.S - trivial: space, comments fixupCyrill Gorcunov2008-11-281-46/+48
| | * | | x86: uv bau interrupt -- use proper interrupt numberCyrill Gorcunov2008-11-281-1/+1
| | * | | x86: entry_64.S - use ENTRY to define child_ripCyrill Gorcunov2008-11-271-1/+1
| | * | | x86: entry_64.S - use X86_EFLAGS_IF instead of hardcoded numbergorcunov@gmail.com2008-11-271-1/+1
| | * | | i386: get rid of the use of KPROBE_ENTRY / KPROBE_ENDAlexander van Heukelum2008-11-272-222/+224
| | * | | x86_64: get rid of the use of KPROBE_ENTRY / KPROBE_ENDAlexander van Heukelum2008-11-271-224/+220
| | * | | x86: introduce ENTRY(KPROBE_ENTRY)_X86 assembly helpers to catch unbalanced d...Cyrill Gorcunov2008-11-231-0/+60
| | * | | x86: KPROBE_ENTRY should be paired wth KPROBE_ENDAlexander van Heukelum2008-11-231-9/+7
| | * | | x86: include ENTRY/END in entry handlers in entry_64.SAlexander van Heukelum2008-11-231-150/+109
| | * | | x86: move dwarf2 related macro to dwarf2.hCyrill Gorcunov2008-11-232-54/+66
| | * | | x86: split out some macro's and move common code to paranoid_exit, fixAlexander van Heukelum2008-11-221-2/+5
| | * | | x86: entry_64.S: split out some macro's and move common code to paranoid_exitAlexander van Heukelum2008-11-211-51/+51
| | * | | x86: entry_64.S: factor out save_paranoid and paranoid_exitAlexander van Heukelum2008-11-211-49/+102
| | * | | x86: introduce save_rest and restructure the PTREGSCALL macro in entry_64.SAlexander van Heukelum2008-11-211-38/+53
| | * | | x86: entry_64.S: renameIngo Molnar2008-11-211-35/+36
| | * | | x86: clean up after: move entry_64.S register saving out of the macros, fixIngo Molnar2008-11-211-27/+27
| | * | | x86: clean up after: move entry_64.S register saving out of the macrosAlexander van Heukelum2008-11-201-108/+112
| | * | | x86: move entry_64.S register saving out of the macrosAlexander van Heukelum2008-11-201-134/+166
| | * | | Merge branch 'x86/cleanups' into x86/irqIngo Molnar2008-11-20311-1658/+10342
| | |\ \ \
| | | * \ \ Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2008-11-187-23/+45
| | | |\ \ \
| | | * | | | x86: entry_64.S: remove whitespace at end of linesAlexander van Heukelum2008-11-171-95/+95
| | | * | | | Merge commit 'v2.6.28-rc5' into x86/cleanupsIngo Molnar2008-11-17482-5116/+17028
| | | |\ \ \ \
| | | * | | | | x86: x86_32 has its own irq_regs definitionHarvey Harrison2008-11-101-0/+2
| | | * | | | | Merge commit 'v2.6.28-rc4' into x86/cleanupsIngo Molnar2008-11-1026-68/+833
| | | |\ \ \ \ \
| | | * | | | | | x86: clean up vget_cycles()Ingo Molnar2008-11-091-2/+0
| | | * | | | | | x86: clean up rdtsc_barrier() useIngo Molnar2008-11-082-5/+10
| | | * | | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-11-081259-10977/+14455
| | | |\ \ \ \ \ \
| | | * | | | | | | x86: Implement change_bit with immediate operand as "lock xorb"Uros Bizjak2008-11-051-1/+9
| | | * | | | | | | x86: avoid duplicate running of pud_offset and pmd_offset in one_md_table_init()Zhaolei2008-10-311-0/+2
| | | * | | | | | | x86: simplify X86_MPPARSE config optionJan Beulich2008-10-301-10/+2
| | | * | | | | | | x86: use the new byteorder headersHarvey Harrison2008-10-281-45/+29
| | | * | | | | | | x86: remove dead IRQBALANCE codeDan McGee2008-10-271-4/+0
| | | * | | | | | | x86, signals: remove duplicated register setup code in ia32 signal deliveryMikael Pettersson2008-10-271-5/+0
| | * | | | | | | | x86: irq: fix apicinterrupts on 64 bitsAlexander van Heukelum2008-11-131-2/+6
| | * | | | | | | | x86: fix up the new IRQ code for older versions of gasH. Peter Anvin2008-11-122-4/+4
| | * | | | | | | | x86: 64 bits: shrink and align IRQ stubsH. Peter Anvin2008-11-113-71/+45
| | * | | | | | | | x86: 32 bits: shrink and align IRQ stubsH. Peter Anvin2008-11-111-12/+22
| | * | | | | | | | x86: 32 bit: interrupt stub consistency with 64 bitH. Peter Anvin2008-11-114-6/+7
| * | | | | | | | | x86: signal: change type of paramter for sys_rt_sigreturn()Hiroshi Shimamoto2008-12-082-5/+3
OpenPOWER on IntegriCloud