Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | x86: simplify X86_MPPARSE config option | Jan Beulich | 2008-10-30 | 1 | -10/+2 | |
| | | * | | | | | | x86: use the new byteorder headers | Harvey Harrison | 2008-10-28 | 1 | -45/+29 | |
| | | * | | | | | | x86: remove dead IRQBALANCE code | Dan McGee | 2008-10-27 | 1 | -4/+0 | |
| | | * | | | | | | x86, signals: remove duplicated register setup code in ia32 signal delivery | Mikael Pettersson | 2008-10-27 | 1 | -5/+0 | |
| | * | | | | | | | x86: irq: fix apicinterrupts on 64 bits | Alexander van Heukelum | 2008-11-13 | 1 | -2/+6 | |
| | * | | | | | | | x86: fix up the new IRQ code for older versions of gas | H. Peter Anvin | 2008-11-12 | 2 | -4/+4 | |
| | * | | | | | | | x86: 64 bits: shrink and align IRQ stubs | H. Peter Anvin | 2008-11-11 | 3 | -71/+45 | |
| | * | | | | | | | x86: 32 bits: shrink and align IRQ stubs | H. Peter Anvin | 2008-11-11 | 1 | -12/+22 | |
| | * | | | | | | | x86: 32 bit: interrupt stub consistency with 64 bit | H. Peter Anvin | 2008-11-11 | 4 | -6/+7 | |
| * | | | | | | | | x86: signal: change type of paramter for sys_rt_sigreturn() | Hiroshi Shimamoto | 2008-12-08 | 2 | -5/+3 | |
| * | | | | | | | | x86: signal: unify signal_{32|64}.c | Hiroshi Shimamoto | 2008-11-26 | 3 | -916/+1 | |
| * | | | | | | | | x86: signal: unify signal_{32|64}.c, prepare | Hiroshi Shimamoto | 2008-11-26 | 2 | -1/+121 | |
| * | | | | | | | | x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra... | Hiroshi Shimamoto | 2008-11-26 | 2 | -242/+536 | |
| * | | | | | | | | x86: signal: move {setup|restore}_sigcontext() | Hiroshi Shimamoto | 2008-11-26 | 2 | -209/+210 | |
| * | | | | | | | | x86: signal: cosmetic unification of sys_rt_sigreturn() | Hiroshi Shimamoto | 2008-11-23 | 2 | -0/+16 | |
| * | | | | | | | | x86: signal: cosmetic unification of sys_sigaltstack() | Hiroshi Shimamoto | 2008-11-23 | 2 | -0/+24 | |
| * | | | | | | | | x86: signal: cosmetic unification of including headers | Hiroshi Shimamoto | 2008-11-23 | 2 | -13/+21 | |
| * | | | | | | | | x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3 | Hiroshi Shimamoto | 2008-11-21 | 2 | -8/+8 | |
| * | | | | | | | | x86: ia32_signal: change order of storing in setup_sigcontext() | Hiroshi Shimamoto | 2008-11-18 | 1 | -2/+2 | |
| * | | | | | | | | x86: ia32_signal: remove using temporary variable | Hiroshi Shimamoto | 2008-11-18 | 1 | -4/+2 | |
| * | | | | | | | | x86: ia32_signal: cleanup macro RELOAD_SEG | Hiroshi Shimamoto | 2008-11-18 | 1 | -10/+11 | |
| * | | | | | | | | x86: ia32_signal: introduce COPY_SEG_CPL3 | Hiroshi Shimamoto | 2008-11-18 | 1 | -4/+8 | |
| * | | | | | | | | x86: ia32_signal: cleanup macro COPY | Hiroshi Shimamoto | 2008-11-18 | 1 | -4/+2 | |
| * | | | | | | | | x86: ia32_signal: remove unnecessary padding | Hiroshi Shimamoto | 2008-11-12 | 1 | -4/+1 | |
| * | | | | | | | | x86: signal_32: introduce retcode and rt_retcode | Hiroshi Shimamoto | 2008-11-12 | 1 | -6/+24 | |
| * | | | | | | | | x86: signal: cosmetic unification of setup_sigcontext() | Hiroshi Shimamoto | 2008-11-08 | 2 | -9/+56 | |
| * | | | | | | | | x86: signal_64: make setup_sigcontext() similar | Hiroshi Shimamoto | 2008-11-06 | 1 | -7/+5 | |
| * | | | | | | | | x86: signal_64: setup fpstate in setup_sigcontext() | Hiroshi Shimamoto | 2008-11-06 | 1 | -4/+6 | |
| * | | | | | | | | x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe() | Hiroshi Shimamoto | 2008-11-06 | 1 | -6/+3 | |
| * | | | | | | | | x86: signal_32: do save_i387_xstate() at get_sigframe() | Hiroshi Shimamoto | 2008-11-06 | 1 | -5/+3 | |
| * | | | | | | | | x86: signal_64: remove unused code in __setup_rt_frame() | Hiroshi Shimamoto | 2008-11-04 | 1 | -5/+1 | |
| * | | | | | | | | x86: signal: cosmetic unification of NR_restart_syscall | Hiroshi Shimamoto | 2008-10-30 | 2 | -0/+11 | |
| * | | | | | | | | x86: signal: cosmetic unification of macros for setup_rt_frame() | Hiroshi Shimamoto | 2008-10-30 | 2 | -2/+24 | |
| * | | | | | | | | x86: signal: cosmetic unification of signr_convert() | Hiroshi Shimamoto | 2008-10-30 | 2 | -0/+8 | |
| * | | | | | | | | x86: signal_64.c: get_stack() doesn't need entire regs | Hiroshi Shimamoto | 2008-10-27 | 1 | -6/+4 | |
| * | | | | | | | | x86: signal: cosmetic unification of restore_sigcontext() | Hiroshi Shimamoto | 2008-10-27 | 2 | -0/+37 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | MIPS: Fix incorrect use of loose in vpe.c | Nick Andrew | 2008-12-05 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p... | Linus Torvalds | 2008-12-04 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigs | Anton Vorontsov | 2008-12-04 | 2 | -2/+2 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-12-04 | 3 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sparc64: Sync FPU state in VIS emulation handler. | Hong H. Pham | 2008-12-04 | 1 | -0/+2 | |
| * | | | | | | | | | sparc64: Fix VIS emulation bugs | Joseph Myers | 2008-12-03 | 1 | -2/+2 | |
| * | | | | | | | | | sparc: asm/bitops.h should define __fls | Rusty Russell | 2008-12-03 | 1 | -0/+1 | |
| * | | | | | | | | | sparc64: Fix bug in PTRACE_SETFPREGS64 handling. | Chris Torek | 2008-12-03 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-12-04 | 7 | -39/+41 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86: fix early panic with boot option "nosmp" | Andi Kleen | 2008-12-04 | 1 | -0/+3 | |
| * | | | | | | | | | | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2008-12-03 | 2 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | x86/oprofile: fix Intel cpu family 6 detection | William Cohen | 2008-12-03 | 1 | -3/+2 | |
| | * | | | | | | | | | | oprofile: fix CPU unplug panic in ppro_stop() | Eric Dumazet | 2008-12-03 | 1 | -0/+4 | |
| * | | | | | | | | | | | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2008-12-03 | 90 | -840/+3162 | |
| |\ \ \ \ \ \ \ \ \ \ \ |