summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/alternatives: No need for alternatives-asm.h to re-invent stuff already i...Jan Beulich2009-12-021-7/+3
* x86/alternatives: Check replacementlen <= instrlen at build timeJan Beulich2009-12-021-0/+1
* x86, 64-bit: Set data segments to null after switching to 64-bit modeBrian Gerst2009-11-261-2/+2
* x86: Clean up the loadsegment() macroIngo Molnar2009-11-261-13/+15
* x86: Optimize loadsegment()Brian Gerst2009-11-261-7/+8
* x86: Add missing might_fault() checks to copy_{to,from}_user()Frederic Weisbecker2009-11-163-4/+12
* x86-64: __copy_from_user_inatomic() adjustmentsJan Beulich2009-11-153-9/+5
* x86: Remove unused thread_return label from switch_to()Masami Hiramatsu2009-11-081-2/+0
* x86, 64-bit: Fix bstep_iret jumpBrian Gerst2009-11-031-1/+1
* x86: Don't use the strict copy checks when branch profiling is in useArjan van de Ven2009-10-121-1/+1
* x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst2009-10-123-35/+8
* x86: Generate cmpxchg build failuresPeter Zijlstra2009-10-092-275/+177
* x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven2009-10-024-1/+21
* x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven2009-10-014-3/+22
* x86: Use __builtin_memset and __builtin_memcpy for memset/memcpyArjan van de Ven2009-09-281-0/+9
* x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven2009-09-267-7/+47
* Merge branch 'x86/asm' into x86/urgentIngo Molnar2009-09-257-76/+25
|\
| * x86: Cleanup linker script using new linker script macros.Tim Abbott2009-09-181-44/+3
| * x86: Use section .data.page_aligned for the idt_table.Tim Abbott2009-09-182-5/+2
| * x86: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-09-183-11/+5
| * x86: convert compressed loader to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-09-183-4/+8
| * x86: fix fragile computation of vsyscall addressAnders Kaseorg2009-09-181-12/+7
* | x86: Remove redundant non-NUMA topology functionsRusty Russell2009-09-241-10/+0
* | x86: early_printk: Protect against using the same device twiceJason Wessel2009-09-241-0/+5
* | Merge branch 'linus' into x86/urgentIngo Molnar2009-09-241467-22115/+71938
|\ \
| * \ Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-09-233-11/+18
| |\ \
| | * | Add MAINTAINERS entry for ARM/INTEL IXP4xx arch support.Krzysztof Hałasa2009-09-211-0/+7
| | * | ixp4xx: arch_idle() documentation fixupMikael Pettersson2009-09-211-2/+4
| | * | ixp4xx: timer and clocks cleanupsMikael Pettersson2009-09-211-9/+7
| * | | serial core: fix new kernel-doc warningsRandy Dunlap2009-09-232-4/+4
| * | | MN10300: Handle removal of struct uart_infoDavid Howells2009-09-233-9/+9
| * | | FRV: Use asm/generic-hardirq.hChristoph Hellwig2009-09-232-17/+4
| * | | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-231-14/+8
| |\ \ \
| | * | | x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath2009-09-221-14/+8
| * | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-09-2315-66/+1331
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2009-09-238898-484095/+930914
| | |\ \ \ \ | | | |/ / /
| | * | | | power_supply: Add driver for the PMU on WM831x PMICsMark Brown2009-09-044-0/+976
| | * | | | ds2760_battery: Fix integer overflow for time_to_empty_nowDaniel Mack2009-09-041-3/+3
| | * | | | wm97xx_battery: Convert to dev_pm_opsMarek Vasut2009-09-041-7/+10
| | * | | | wm97xx_battery: Use irq to detect charger stateMarek Vasut2009-09-041-6/+24
| | * | | | wm97xx_battery: Use platform_dataMarek Vasut2009-09-043-19/+49
| | * | | | wm97xx-core: Pass platform_data to batteryMarek Vasut2009-09-041-0/+3
| | * | | | ds2760_battery: implement set_charged() featureDaniel Mack2009-07-301-0/+52
| | * | | | power_supply: get_by_name and set_charged functionalityDaniel Mack2009-07-302-0/+31
| | * | | | power_supply: EXPORT_SYMBOL cleanupsDaniel Mack2009-07-301-9/+7
| | * | | | ds2760_battery: add current_accum module parameterDaniel Mack2009-07-301-14/+27
| | * | | | ds2760_battery: handle full_active_uAh == 0 case correctlyDaniel Mack2009-07-301-2/+7
| | * | | | ds2760_battery: add rated_capacity module parameterDaniel Mack2009-07-301-0/+19
| | * | | | ds2760_battery: export more featuresDaniel Mack2009-07-301-0/+8
| | * | | | ds2760_battery: delay power supply registrationDaniel Mack2009-07-301-6/+6
OpenPOWER on IntegriCloud