| Commit message (Expand) | Author | Age |
| * | x86/asm/entry/64: Save all regs on interrupt entry | Andy Lutomirski | 2015-07-07 |
| * | x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and... | Andy Lutomirski | 2015-07-07 |
| * | x86/entry/64: Really create an error-entry-from-usermode code path | Andy Lutomirski | 2015-07-07 |
| * | x86/entry: Add new, comprehensible entry and exit handlers written in C | Andy Lutomirski | 2015-07-07 |
| * | x86/entry: Add enter_from_user_mode() and use it in syscalls | Andy Lutomirski | 2015-07-07 |
| * | x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception... | Andy Lutomirski | 2015-07-07 |
| * | x86/entry: Move C entry and exit code to arch/x86/entry/common.c | Andy Lutomirski | 2015-07-07 |
| * | notifiers, RCU: Assert that RCU is watching in notify_die() | Andy Lutomirski | 2015-07-07 |
| * | context_tracking: Add ct_state() and CT_WARN_ON() | Andy Lutomirski | 2015-07-07 |
| * | um: Fix do_signal() prototype | Ingo Molnar | 2015-07-07 |
| * | x86/entry/64/compat: Fix bad fast syscall arg failure path | Andy Lutomirski | 2015-07-07 |
| * | x86/entry, selftests/x86: Add a test for 32-bit fast syscall arg faults | Andy Lutomirski | 2015-07-07 |
| * | x86/compat: Separate ia32 and x32 compat ABIs | Brian Gerst | 2015-07-06 |
| * | x86/compat: Clean up HAVE_UID16 config | Brian Gerst | 2015-07-06 |
| * | x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compat | Brian Gerst | 2015-07-06 |
| * | x86/compat: Remove unneeded #include | Brian Gerst | 2015-07-06 |
| * | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32 | Brian Gerst | 2015-07-06 |
| * | x86/compat: Check for both 32-bit compat and x32 in get_gate_vma() | Brian Gerst | 2015-07-06 |
| * | x86/compat: Don't build the 32-bit VDSO if not needed | Brian Gerst | 2015-07-06 |
| * | x86/compat: Factor out ia32 compat code from compat_arch_ptrace() | Brian Gerst | 2015-07-06 |
| * | x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread' | Brian Gerst | 2015-07-06 |
| * | x86/compat: Move ucontext_x32 to sigframe.h | Brian Gerst | 2015-07-06 |
| * | x86/compat: Make mmap_is_ia32() common compat | Brian Gerst | 2015-07-06 |
| * | x86/compat: Move copy_siginfo_*_user32() to signal_compat.c | Brian Gerst | 2015-07-06 |
| * | x86/asm/tsc: Save an instruction in DECLARE_ARGS users | George Spelvin | 2015-07-06 |
| * | x86/asm/tsc: Remove rdtsc_barrier() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmc... | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr... | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc: Rename native_read_tsc() to rdtsc() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc: Remove rdtscl() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc, drivers/input/gameport: Replace rdtscl() with native_read_tsc() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc, input/joystick/analog: Switch from rdtscl() to native_read_tsc() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc, staging/lirc_serial: Remove TSC-based timing | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_re... | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc: Use the full 64-bit TSC in delay_tsc() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc: Remove the rdtscp() and rdtscpll() macros | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc: Replace rdtscll() with native_read_tsc() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc, kvm: Remove vget_cycles() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() | Andy Lutomirski | 2015-07-06 |
| * | x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads | Denys Vlasenko | 2015-07-06 |
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-07-05 |
| |\ |
|
| | * | ext4: replace open coded nofail allocation in ext4_free_blocks() | Michal Hocko | 2015-07-05 |
| | * | ext4: correctly migrate a file with a hole at the beginning | Eryu Guan | 2015-07-04 |
| | * | ext4: be more strict when migrating to non-extent based file | Eryu Guan | 2015-07-03 |
| | * | ext4: fix reservation release on invalidatepage for delalloc fs | Lukas Czerner | 2015-07-03 |
| | * | ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp | Nikolay Borisov | 2015-07-02 |