summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-071-0/+4
|\
| * KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-8/+1Star
|\ \
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-8/+1Star
* | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-051-0/+60
|\ \ \
| * | | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-301-0/+60
* | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-055-17/+29
|\ \ \ \
| * | | | X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-285-17/+29
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-041-0/+13
|\ \ \ \ \
| * | | | | perf/x86/p4: Add format attributesPeter Zijlstra2012-04-031-0/+13
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-042-25/+6Star
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-03-301-24/+0Star
| * | | | | Merge branch 'linus' into x86/urgentIngo Molnar2012-03-3041-164/+450
| |\ \ \ \ \
| * | | | | | x86: Preserve lazy irq disable semantics in fixup_irqs()Liu, Chuansheng2012-03-291-1/+6
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-315-1/+90
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-2646-258/+578
| |\ \ \ \ \ \
| * | | | | | | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-1/+9
| * | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-03-235-0/+81
| |\ \ \ \ \ \ \
| | * | | | | | | perf: Adding sysfs group format attribute for pmu deviceJiri Olsa2012-03-165-0/+81
* | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-313-5/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'tboot' into releaseLen Brown2012-03-301-3/+6
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k...Len Brown2012-03-221-3/+6
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | tboot: Add return values for tboot_sleepKonrad Rzeszutek Wilk2012-03-131-9/+4Star
| | | * | | | | | | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.Tang Liang2012-03-131-0/+8
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown2012-03-302-2/+5
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | | * | | | | | | | ACPI: Fix use-after-free in acpi_map_lsapicPetr Vandrovec2012-03-301-1/+2
| | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky2012-03-301-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-307-69/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-136-13/+14
| * | | | | | | | | Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-139-30/+312
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Use enum instead of literals for trap valuesKees Cook2012-03-102-59/+66
* | | | | | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-309-30/+312
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | x32: Add ptrace for x32H.J. Lu2012-03-061-0/+99
| * | | | | | | | | | x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-011-4/+6
| * | | | | | | | | | x32: Only clear TIF_X32 flag onceBobby Powers2012-02-261-1/+0Star
| * | | | | | | | | | x32: Make sure TS_COMPAT is cleared for x32 tasksBobby Powers2012-02-261-0/+3
| * | | | | | | | | | x32: If configured, add x32 system calls to system call tablesH. Peter Anvin2012-02-202-2/+11
| * | | | | | | | | | x32: Handle process creationH. Peter Anvin2012-02-203-8/+34
| * | | | | | | | | | x32: Signal-related system callsH. Peter Anvin2012-02-202-1/+136
| * | | | | | | | | | x32: Handle the x32 system call flagH. Peter Anvin2012-02-201-0/+10
| * | | | | | | | | | x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2012-02-201-6/+4Star
| * | | | | | | | | | x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-201-9/+1Star
| * | | | | | | | | | x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin2012-02-202-0/+5
| * | | | | | | | | | x32: Add a thread flag for x32 processesH. Peter Anvin2012-02-201-0/+2
| * | | | | | | | | | x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-202-3/+5
* | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-5/+0Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/x86/smp: Do not enable IRQs over calibrate_delay()Peter Zijlstra2012-03-271-5/+0Star
* | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-2913-227/+253
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | x86/apic/amd: Be more verbose about LVT offset assignmentsRobert Richter2012-03-281-4/+9
| * | | | | | | | | | | x86, tls: Off by one limit checkDan Carpenter2012-03-281-2/+2