summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-1412-15/+371
|\
| * Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar2008-07-1012-15/+371
| |\
| | * Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-253-56/+175
| | |\
| | * | ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-235-19/+19
| | * | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-235-13/+22
| | |\ \
| | * | | ftrace: build fix with gcc 4.3Ingo Molnar2008-06-171-1/+1
| | * | | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-1620-61/+173
| | |\ \ \
| | * | | | ftrace: remove ftrace_ip_converted()Abhishek Sagar2008-06-101-10/+0
| | * | | | ftrace: use the new kbuild CFLAGS_REMOVE for x86/kernel directorySteven Rostedt2008-05-231-0/+7
| | * | | | ftrace: fix mcount export bugIngo Molnar2008-05-232-3/+17
| | * | | | x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepablePekka Paalanen2008-05-231-9/+9
| | * | | | ftrace: fix the fault label in updating codeSteven Rostedt2008-05-231-2/+2
| | * | | | ftrace: fix kexecIngo Molnar2008-05-232-0/+8
| | * | | | ftrace: use dynamic patching for updating mcount callsSteven Rostedt2008-05-233-5/+150
| | * | | | ftrace: move memory management out of arch codeSteven Rostedt2008-05-231-154/+29
| | * | | | ftrace: use nops instead of jmpSteven Rostedt2008-05-232-18/+26
| | * | | | ftrace: dynamic enabling/disabling of function callsSteven Rostedt2008-05-232-0/+238
| | * | | | ftrace: trace preempt off critical timingsSteven Rostedt2008-05-231-0/+3
| | * | | | ftrace: trace irq disabled critical timingsSteven Rostedt2008-05-231-0/+3
| | * | | | ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo2008-05-232-0/+64
| | * | | | x86: add notrace annotations to vsyscall.Steven Rostedt2008-05-231-1/+2
* | | | | | x86: make 64bit hpet_set_mapping to use ioremap too, v2Yinghai Lu2008-07-141-16/+4
* | | | | | x86: get x86_phys_bits earlyYinghai Lu2008-07-143-26/+8
* | | | | | x86: max_low_pfn_mapped fix #4Yinghai Lu2008-07-141-5/+2
* | | | | | x86: change _node_to_cpumask_ptr to return const ptrMike Travis2008-07-131-4/+4
* | | | | | x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki2008-07-133-21/+0
* | | | | | x86: fix numaq_tsc_disable callingYinghai Lu2008-07-133-3/+16
* | | | | | x86, e820: remove end_user_pfnYinghai Lu2008-07-131-17/+2
* | | | | | x86: max_low_pfn_mapped fix, #2Yinghai Lu2008-07-131-0/+1
* | | | | | x86: max_low_pfn_mapped fix, #1Yinghai Lu2008-07-131-0/+11
* | | | | | Merge branch 'linus' into x86/coreIngo Molnar2008-07-121-0/+1
|\ \ \ \ \ \
| * | | | | | arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it s...Daniel Guilak2008-07-101-0/+1
| |/ / / / /
* | | | | | x86_64: fix delayed signalsRoland McGrath2008-07-121-4/+3
* | | | | | x86: remove conflicting nx6325 and nx6125 quirksRafael J. Wysocki2008-07-121-47/+0
* | | | | | Merge branch 'x86/generalize-visws' into x86/coreIngo Molnar2008-07-116-3/+741
|\ \ \ \ \ \
| * | | | | | x86, VisWS: build fixIngo Molnar2008-07-101-0/+2
| * | | | | | x86, VisWS: turn into generic arch, clean upIngo Molnar2008-07-104-369/+372
| * | | | | | x86, VisWS: turn into generic arch, clean upIngo Molnar2008-07-102-1/+1
| * | | | | | x86, VisWS: turn into generic arch, IO-APIC setup fixIngo Molnar2008-07-101-0/+7
| * | | | | | x86, VisWS: turn into generic arch, flip over VISWS to generic archIngo Molnar2008-07-101-0/+1
| * | | | | | x86, VisWS: turn into generic arch, copy visws filesIngo Molnar2008-07-103-0/+697
| * | | | | | x86, VisWS: turn into generic arch, make VisWS boot on a regular PCIngo Molnar2008-07-101-1/+1
| * | | | | | x86: add early quirk supportIngo Molnar2008-07-103-2/+30
* | | | | | | x86: Recover timer_ack lost in the merge of the NMI watchdogMaciej W. Rozycki2008-07-111-0/+3
* | | | | | | x86: I/O APIC: Never configure IRQ2Maciej W. Rozycki2008-07-112-18/+32
* | | | | | | x86: L-APIC: Always fully configure IRQ0Maciej W. Rozycki2008-07-112-18/+26
* | | | | | | x86: L-APIC: Set IRQ0 as edge-triggeredMaciej W. Rozycki2008-07-111-3/+3
* | | | | | | x86: use matching CFI_ENDPROCGlauber Costa2008-07-111-0/+1
* | | | | | | x86_64: add pseudo-features for 32-bit compat syscallJeremy Fitzhardinge2008-07-113-0/+7
* | | | | | | x86: fix tsc unification buglet with ftrace and stackprotectorIngo Molnar2008-07-111-1/+1
OpenPOWER on IntegriCloud