]> git.karo-electronics.de Git - karo-tx-linux.git/history - arch
x86/nmi: Remove the 'b2b' parameter from nmi_handle()
[karo-tx-linux.git] / arch /
2015-07-21 Andy Lutomirskix86/nmi: Remove the 'b2b' parameter from nmi_handle()
2015-07-17 Andy Lutomirskix86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare...
2015-07-08 Andy Lutomirskix86/entry/64: Fix IRQ state confusion and related warni...
2015-07-07 Andy Lutomirskix86/irq, context_tracking: Document how IRQ context...
2015-07-07 Andy Lutomirskix86/entry: Remove SCHEDULE_USER and asm/context-tracking.h
2015-07-07 Andy Lutomirskix86/entry: Remove exception_enter() from most trap...
2015-07-07 Andy Lutomirskix86/asm/entry/64: Migrate error and IRQ exit work to...
2015-07-07 Andy Lutomirskix86/asm/entry/64: Simplify IRQ stack pt_regs handling
2015-07-07 Andy Lutomirskix86/asm/entry/64: Save all regs on interrupt entry
2015-07-07 Andy Lutomirskix86/entry/64: Migrate 64-bit and compat syscalls to...
2015-07-07 Andy Lutomirskix86/entry/64: Really create an error-entry-from-usermod...
2015-07-07 Andy Lutomirskix86/entry: Add new, comprehensible entry and exit handl...
2015-07-07 Andy Lutomirskix86/entry: Add enter_from_user_mode() and use it in...
2015-07-07 Andy Lutomirskix86/traps, context_tracking: Assert that we're in CONTE...
2015-07-07 Andy Lutomirskix86/entry: Move C entry and exit code to arch/x86/entry...
2015-07-07 Ingo Molnarum: Fix do_signal() prototype
2015-07-07 Andy Lutomirskix86/entry/64/compat: Fix bad fast syscall arg failure...
2015-07-06 Brian Gerstx86/compat: Separate ia32 and x32 compat ABIs
2015-07-06 Brian Gerstx86/compat: Clean up HAVE_UID16 config
2015-07-06 Brian Gerstx86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for...
2015-07-06 Brian Gerstx86/compat: Remove unneeded #include
2015-07-06 Brian Gerstx86/compat, x86/perf: Don't build perf_callchain_user32...
2015-07-06 Brian Gerstx86/compat: Check for both 32-bit compat and x32 in...
2015-07-06 Brian Gerstx86/compat: Don't build the 32-bit VDSO if not needed
2015-07-06 Brian Gerstx86/compat: Factor out ia32 compat code from compat_arc...
2015-07-06 Brian Gerstx86/compat: Rename 'start_thread_ia32' to 'compat_start...
2015-07-06 Brian Gerstx86/compat: Move ucontext_x32 to sigframe.h
2015-07-06 Brian Gerstx86/compat: Make mmap_is_ia32() common compat
2015-07-06 Brian Gerstx86/compat: Move copy_siginfo_*_user32() to signal_compat.c
2015-07-06 George Spelvinx86/asm/tsc: Save an instruction in DECLARE_ARGS users
2015-07-06 Andy Lutomirskix86/asm/tsc: Remove rdtsc_barrier()
2015-07-06 Andy Lutomirskix86/asm/tsc, x86/kvm: Drop open-coded barrier and use...
2015-07-06 Andy Lutomirskix86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead...
2015-07-06 Andy Lutomirskix86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp...
2015-07-06 Andy Lutomirskix86/asm/tsc: Add rdtsc_ordered() and use it in trivial...
2015-07-06 Andy Lutomirskix86/asm/tsc: Rename native_read_tsc() to rdtsc()
2015-07-06 Andy Lutomirskix86/asm/tsc: Remove rdtscl()
2015-07-06 Andy Lutomirskix86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to...
2015-07-06 Andy Lutomirskix86/asm/tsc: Use the full 64-bit TSC in delay_tsc()
2015-07-06 Andy Lutomirskix86/asm/tsc: Remove the rdtscp() and rdtscpll() macros
2015-07-06 Andy Lutomirskix86/asm/tsc: Replace rdtscll() with native_read_tsc()
2015-07-06 Andy Lutomirskix86/asm/tsc, x86/paravirt: Remove read_tsc() and read_t...
2015-07-06 Andy Lutomirskix86/asm/tsc, kvm: Remove vget_cycles()
2015-07-06 Andy Lutomirskix86/asm/tsc: Inline native_read_tsc() and remove __nati...
2015-07-06 Denys Vlasenkox86/asm/entry/32: Replace RESTORE_RSI_RDI with open...
2015-07-05 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
2015-07-05 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.2-2' of git://git...
2015-07-05 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-04 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2015-07-04 Linus TorvaldsMerge tag 'ntb-4.2' of git://github.com/jonmason/ntb
2015-07-04 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2015-07-04 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git.kernel...
2015-07-04 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2015-07-04 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2015-07-04 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2015-07-04 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2015-07-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-04 Ingo Molnarx86/fpu: Fix boot crash in the early FPU code
2015-07-03 Linus TorvaldsMerge tag 'topic/drm-fixes-2015-07-04' of git://anongit...
2015-07-03 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2015-07-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-03 Linus TorvaldsMerge tag 'remoteproc-4.2' of git://git.kernel.org...
2015-07-03 Linus TorvaldsMerge tag 'hwspinlock-4.2' of git://git.kernel.org...
2015-07-03 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2015-07-03 Linus TorvaldsMerge tag 'nios2-v4.2' of git://git.rocketboards.org...
2015-07-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2015-07-03 Linus TorvaldsMerge tag 'fbdev-fixes-4.2' of git://git.kernel.org...
2015-07-03 Linus TorvaldsMerge tag 'edac_urgent_for_4.2' of git://git.kernel...
2015-07-03 Andrey Smetaninkvm: add hyper-v crash msrs values
2015-07-03 Nicolas IoossKVM: x86: remove data variable from kvm_get_msr_common
2015-07-03 Radim KrčmářKVM: x86: keep track of LVT0 changes under APICv
2015-07-03 Radim KrčmářKVM: x86: properly restore LVT0
2015-07-03 Radim KrčmářKVM: x86: make vapics_in_nmi_mode atomic
2015-07-03 Suzuki K. Poulosearm64: Fix show_unhandled_signal_ratelimited usage
2015-07-03 Hanjun GuoARM64 / SMP: Switch pr_err() to pr_debug() for disabled...
2015-07-03 Linus TorvaldsMerge tag 'acpica-4.2-rc1' of git://git.kernel.org...
2015-07-02 Linus TorvaldsMerge branch 'kbuild' of git://git.kernel.org/pub/scm...
2015-07-02 Linus TorvaldsMerge branch 'kconfig' of git://git.kernel.org/pub...
2015-07-02 Linus TorvaldsMerge tag 'hwmon-for-linus-v4.2-rc1' of git://git.kerne...
2015-07-02 Linus TorvaldsMerge tag 'please-pull-put_kernel_page' of git://git...
2015-07-02 Linus TorvaldsMerge tag 'armsoc-late' of git://git.kernel.org/pub...
2015-07-02 Linus TorvaldsMerge branch 'drm-next-4.2' of git://people.freedesktop...
2015-07-02 Linus TorvaldsMerge tag 'drm-intel-next-fixes-2015-07-02' of git...
2015-07-02 Tony Luck[IA64] Drop debug test/printk that some special pages...
2015-07-02 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-02 Linus TorvaldsMerge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org...
2015-07-02 Linus TorvaldsMerge branch 'overlayfs-next' of git://git.kernel.org...
2015-07-02 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-02 Linus TorvaldsMerge tag 'module-misc-v4.1-rc8' of git://git.kernel...
2015-07-02 Linus TorvaldsMerge tag 'module-builtin_driver-v4.1-rc8' of git:...
2015-07-02 Linus TorvaldsMerge tag 'module_init-alternate_initcall-v4.1-rc8...
2015-07-02 Linus TorvaldsMerge tag 'module_init-device_initcall-v4.1-rc8' of...
2015-07-02 Linus TorvaldsMerge tag 'module-implicit-v4.1-rc8' of git://git.kerne...
2015-07-02 Linus TorvaldsMerge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org...
2015-07-02 Jisheng Zhangarm64: cpuidle: add __init section marker to arm_cpuidl...
2015-07-02 Linus TorvaldsMerge tag 'devicetree-for-linus' of git://git.kernel...
2015-07-02 Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
2015-07-02 Linus TorvaldsMerge tag 'clk-for-linus-4.2' of git://git.kernel.org...
2015-07-02 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2015-07-02 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.2-1' of git://git...
next