aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-06x86/compat: Separate ia32 and x32 compat ABIsBrian Gerst1-1/+1
2015-07-06x86/compat: Clean up HAVE_UID16 configBrian Gerst1-2/+1
2015-07-06x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compatBrian Gerst1-1/+1
2015-07-06x86/compat: Remove unneeded #includeBrian Gerst1-1/+0
2015-07-06x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst1-1/+1
2015-07-06x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()Brian Gerst1-1/+1
2015-07-06x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst3-6/+9
2015-07-06x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst1-64/+74
2015-07-06x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2-4/+4
2015-07-06x86/compat: Move ucontext_x32 to sigframe.hBrian Gerst2-9/+10
2015-07-06x86/compat: Make mmap_is_ia32() common compatBrian Gerst1-8/+3
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst3-93/+96
2015-07-06x86/asm/tsc: Save an instruction in DECLARE_ARGS usersGeorge Spelvin1-4/+3
2015-07-06x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski2-24/+0
2015-07-06x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmclockAndy Lutomirski1-8/+2
2015-07-06x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski1-1/+1
2015-07-06x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriersAndy Lutomirski1-8/+6
2015-07-06x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski5-40/+34
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski25-50/+59
2015-07-06x86/asm/tsc: Remove rdtscl()Andy Lutomirski1-3/+0
2015-07-06x86/asm/tsc, drivers/input/gameport: Replace rdtscl() with native_read_tsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc, input/joystick/analog: Switch from rdtscl() to native_read_tsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc, staging/lirc_serial: Remove TSC-based timingAndy Lutomirski1-59/+4
2015-07-06x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_read_tsc()Andy Lutomirski1-1/+1
2015-07-06x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski1-3/+3
2015-07-06x86/asm/tsc: Use the full 64-bit TSC in delay_tsc()Andy Lutomirski1-4/+4
2015-07-06x86/asm/tsc: Remove the rdtscp() and rdtscpll() macrosAndy Lutomirski1-9/+0
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski14-28/+22
2015-07-06x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski6-51/+8
2015-07-06x86/asm/tsc, kvm: Remove vget_cycles()Andy Lutomirski2-14/+1
2015-07-06x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski7-17/+9
2015-07-06x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko2-8/+5
2015-07-05Linux 4.2-rc1Linus Torvalds1-2/+2
2015-07-05ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-07-04bluetooth: fix list handlingLinus Torvalds2-2/+3
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-07-04dax: bdev_direct_access() may sleepMatthew Wilcox1-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox2-2/+8
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox1-1/+1
2015-07-04dax: Add block size note to documentationMatthew Wilcox1-2/+4
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang3-465/+465
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12