Show patches with: State = Action Required       |   427139 patches
« 1 2 ... 564 565 5664271 4272 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/2] migration: Properly apply migration compression level parameters *** Properly apply migration compression level - - - - --- 2024-03-01 Bryan Zhang New
[5/5] migration: Add integration test for 'qatzip' compression method *** Implement using Intel QAT to offload ZLIB - - - - --- 2023-12-31 Bryan Zhang New
[4/5] migration: Implement 'qatzip' methods using QAT *** Implement using Intel QAT to offload ZLIB - - - - --- 2023-12-31 Bryan Zhang New
[3/5] migration: Introduce unimplemented 'qatzip' compression method *** Implement using Intel QAT to offload ZLIB - - - - --- 2023-12-31 Bryan Zhang New
[2/5] migration: Add compression level parameter for QATzip *** Implement using Intel QAT to offload ZLIB - - - - --- 2023-12-31 Bryan Zhang New
[1/5] meson: Introduce 'qatzip' feature to the build system. *** Implement using Intel QAT to offload ZLIB - - - - --- 2023-12-31 Bryan Zhang New
[8/8] added mmu tc, sfc, dfc, and access control registers to the cpu header - - - - --- 2011-08-17 Bryce Lanham New
[7/8] added move16, cinva, pflush instructions, and disabled abort on execution of frestore/fsave - - - - --- 2011-08-17 Bryce Lanham New
[6/8] adds SFC, DFC, MMU TC, access control register, and user stack pointer acces to movec_to/from - - - - --- 2011-08-17 Bryce Lanham New
[5/8] partially working network driver, needs more comparison with real hardware before it can be m… - - - - --- 2011-08-17 Bryce Lanham New
[4/8] next keyboard driver, only supports a subset of modifier keys - - - - --- 2011-08-17 Bryce Lanham New
[3/8] next framebuffer driver, very basic, only supports running under 32 bit color at the moment - - - - --- 2011-08-17 Bryce Lanham New
[2/8] main next driver, needs a bit of cleanup - - - - --- 2011-08-17 Bryce Lanham New
[1/8] added next source files to Makefile.target - - - - --- 2011-08-17 Bryce Lanham New
[111/111] m68k: move from sr can use effective addresse on m68k - - - - --- 2011-08-17 Bryce Lanham New
[110/111] m68k: add movec instruction - - - - --- 2011-08-17 Bryce Lanham New
[109/111] m68k: first draft of q800 emulation (not working) - - - - --- 2011-08-17 Bryce Lanham New
[108/111] m68k: add fatanh instruction - - - - --- 2011-08-17 Bryce Lanham New
[107/111] m68k: add flognp1 instruction - - - - --- 2011-08-17 Bryce Lanham New
[106/111] m68k: add ftanh instruction - - - - --- 2011-08-17 Bryce Lanham New
[105/111] m68k: add fsinh instruction - - - - --- 2011-08-17 Bryce Lanham New
[104/111] m68k: add fsincos instruction - - - - --- 2011-08-17 Bryce Lanham New
[103/111] m68k: add fasin instruction - - - - --- 2011-08-17 Bryce Lanham New
[102/111] m68k: add fcosh instruction - - - - --- 2011-08-17 Bryce Lanham New
[101/111] m68k: correctly load signed word into floating point register - - - - --- 2011-08-17 Bryce Lanham New
[100/111] m68k: use log10l() to compute log10_FP0() - - - - --- 2011-08-17 Bryce Lanham New
[099/111] m68k: use logl() to compute ln_FP0() - - - - --- 2011-08-17 Bryce Lanham New
[098/111] m68k: use exp2l() to compute exp2_FP0() - - - - --- 2011-08-17 Bryce Lanham New
[097/111] m68k: use expl() to compute exp_FP0() - - - - --- 2011-08-17 Bryce Lanham New
[096/111] m68k: correctly convert floatx80<->long double - - - - --- 2011-08-17 Bryce Lanham New
[095/111] m68k: add bkpt instruction - - - - --- 2011-08-17 Bryce Lanham New
[094/111] m68k: define floatx80_default_inf_high and floatx80_default_inf_low - - - - --- 2011-08-17 Bryce Lanham New
[093/111] m68k: add exg instruction - - - - --- 2011-08-17 Bryce Lanham New
[092/111] m68k: gdb FP registers are 96 bits - - - - --- 2011-08-17 Bryce Lanham New
[091/111] m68k: don't call gdb_register_coprocessor() twice. - - - - --- 2011-08-17 Bryce Lanham New
[090/111] m68k: correctly define and manage NaN - - - - --- 2011-08-17 Bryce Lanham New
[089/111] m68k: add ftentox instruction - - - - --- 2011-08-17 Bryce Lanham New
[088/111] m68k: allows bfins to manage correctly width = 32 - - - - --- 2011-08-17 Bryce Lanham New
[087/111] m68k: fcmp correctly compares infinity. - - - - --- 2011-08-17 Bryce Lanham New
[086/111] m68k: correct bfins instruction - - - - --- 2011-08-17 Bryce Lanham New
[085/111] m68k: add fatan instruction - - - - --- 2011-08-17 Bryce Lanham New
[084/111] m68k: correct fmovemx FP registers order. - - - - --- 2011-08-17 Bryce Lanham New
[083/111] m68k: flush flags before negx instruction. - - - - --- 2011-08-17 Bryce Lanham New
[082/111] m68k: add fmod instruction - - - - --- 2011-08-17 Bryce Lanham New
[081/111] m68k: correct fpcr update - - - - --- 2011-08-17 Bryce Lanham New
[080/111] m68k: add fcos instruction - - - - --- 2011-08-17 Bryce Lanham New
[079/111] m68k: add fsin instruction - - - - --- 2011-08-17 Bryce Lanham New
[078/111] m68k: add ftan instruction - - - - --- 2011-08-17 Bryce Lanham New
[077/111] m68k: add facos instruction - - - - --- 2011-08-17 Bryce Lanham New
[076/111] m68k: register source operand is always in extended size - - - - --- 2011-08-17 Bryce Lanham New
[075/111] m68k: better fpu traces - - - - --- 2011-08-17 Bryce Lanham New
[074/111] m68k: add ftwotox instruction - - - - --- 2011-08-17 Bryce Lanham New
[073/111] m68k: add cmpm instruction - - - - --- 2011-08-17 Bryce Lanham New
[072/111] m68k: add flog10 - - - - --- 2011-08-17 Bryce Lanham New
[071/111] m68k: correct cmpa comparison datatype - - - - --- 2011-08-17 Bryce Lanham New
[070/111] m68k: initialize FRegs, define pickNaN() - - - - --- 2011-08-17 Bryce Lanham New
[069/111] m68k: add fetox and flogn - - - - --- 2011-08-17 Bryce Lanham New
[068/111] m68k: correct addsubq - - - - --- 2011-08-17 Bryce Lanham New
[067/111] m68k: add fscale - - - - --- 2011-08-17 Bryce Lanham New
[066/111] m68k: add fgetexp - - - - --- 2011-08-17 Bryce Lanham New
[065/111] m68k: correct compute gen_bitfield_cc() - - - - --- 2011-08-17 Bryce Lanham New
[064/111] m68k: more tests - - - - --- 2011-08-17 Bryce Lanham New
[063/111] m68k: some FPU debugging macros - - - - --- 2011-08-17 Bryce Lanham New
[062/111] m68k: FPU rework (draft) - - - - --- 2011-08-17 Bryce Lanham New
[061/111] m68k: remove useless file m68k-qreg.h - - - - --- 2011-08-17 Bryce Lanham New
[060/111] m68k: remove dead code - - - - --- 2011-08-17 Bryce Lanham New
[059/111] m68k: add m68030 definition - - - - --- 2011-08-17 Bryce Lanham New
[058/111] m68k: correctly compute divul - - - - --- 2011-08-17 Bryce Lanham New
[057/111] m68k: correctly compute divsl - - - - --- 2011-08-17 Bryce Lanham New
[056/111] m68k-linux-user: add '--enable-emulop' - - - - --- 2011-08-17 Bryce Lanham New
[055/111] m68k: Correct bfclr in register case. - - - - --- 2011-08-17 Bryce Lanham New
[054/111] m68k: Added ULL to 64 bit integer in helper.c - - - - --- 2011-08-17 Bryce Lanham New
[053/111] m68k: for bitfield opcodes, correct operands corruption - - - - --- 2011-08-17 Bryce Lanham New
[052/111] m68k: correct flags with negl - - - - --- 2011-08-17 Bryce Lanham New
[051/111] m68k: correct divs.w and divu.w - - - - --- 2011-08-17 Bryce Lanham New
[050/111] m68k: lsl/lsr, clear C flag if shift count is 0 - - - - --- 2011-08-17 Bryce Lanham New
[049/111] m68k: asl/asr, clear C flag if shift count is 0 - - - - --- 2011-08-17 Bryce Lanham New
[048/111] m68k: correct shift side effect for roxrl and roxll - - - - --- 2011-08-17 Bryce Lanham New
[047/111] m68k: use read_imm1() when it is possible - - - - --- 2011-08-17 Bryce Lanham New
[046/111] m68k: improve asl/asr evaluate correclty the missing V flag - - - - --- 2011-08-17 Bryce Lanham New
[045/111] m68k: improve subx, negx instructions Add (byte, word) opsize Add memory access (subx) - - - - --- 2011-08-17 Bryce Lanham New
[044/111] m68k: improve addx instructions Add (byte, word) opsize Add memory access - - - - --- 2011-08-17 Bryce Lanham New
[043/111] m68k: on 0 bit shift, don't update X flag - - - - --- 2011-08-17 Bryce Lanham New
[042/111] m68k: set X flag according size of operand Set X flag correctly for addsub, arith_im, add… - - - - --- 2011-08-17 Bryce Lanham New
[041/111] mm68k: add nbcd instruction - - - - --- 2011-08-17 Bryce Lanham New
[040/111] m68k: add sbcd instruction - - - - --- 2011-08-17 Bryce Lanham New
[039/111] m68k: add abcd instruction - - - - --- 2011-08-17 Bryce Lanham New
[038/111] m68k: add EA support for negx - - - - --- 2011-08-17 Bryce Lanham New
[037/111] Correct invalid use of "const void *" with "const uint8_t *" - - - - --- 2011-08-17 Bryce Lanham New
[036/111] m68k: correct neg condition code flags computation - - - - --- 2011-08-17 Bryce Lanham New
[035/111] m68k: improve CC_OP_LOGIC - - - - --- 2011-08-17 Bryce Lanham New
[034/111] m68k: correct typo on f64_to_i32() return type. - - - - --- 2011-08-17 Bryce Lanham New
[033/111] m68k: Add fmovecr - - - - --- 2011-08-17 Bryce Lanham New
[032/111] m68k: add linkl instruction - - - - --- 2011-08-17 Bryce Lanham New
[031/111] m68k: add single data type to gen_ea - - - - --- 2011-08-17 Bryce Lanham New
[030/111] m68k: add FScc instruction - - - - --- 2011-08-17 Bryce Lanham New
[029/111] m68k: allow fpu to manage double data type with fmove to <ea> - - - - --- 2011-08-17 Bryce Lanham New
[028/111] m68k: allow fpu to manage double data type. - - - - --- 2011-08-17 Bryce Lanham New
[027/111] m68k: add DBcc instruction. - - - - --- 2011-08-17 Bryce Lanham New
[026/111] m68k: define fcntl constants - - - - --- 2011-08-17 Bryce Lanham New
« 1 2 ... 564 565 5664271 4272 »