summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-07-06x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski-24/+0
2015-07-06x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmc...Andy Lutomirski-8/+2
2015-07-06x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski-1/+1
2015-07-06x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...Andy Lutomirski-8/+6
2015-07-06x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski-40/+34
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski-50/+59
2015-07-06x86/asm/tsc: Remove rdtscl()Andy Lutomirski-3/+0
2015-07-06x86/asm/tsc, drivers/input/gameport: Replace rdtscl() with native_read_tsc()Andy Lutomirski-2/+2
2015-07-06x86/asm/tsc, input/joystick/analog: Switch from rdtscl() to native_read_tsc()Andy Lutomirski-2/+2
2015-07-06x86/asm/tsc, staging/lirc_serial: Remove TSC-based timingAndy Lutomirski-59/+4
2015-07-06x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_re...Andy Lutomirski-1/+1
2015-07-06x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski-3/+3
2015-07-06x86/asm/tsc: Use the full 64-bit TSC in delay_tsc()Andy Lutomirski-4/+4
2015-07-06x86/asm/tsc: Remove the rdtscp() and rdtscpll() macrosAndy Lutomirski-9/+0
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski-28/+22
2015-07-06x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski-51/+8
2015-07-06x86/asm/tsc, kvm: Remove vget_cycles()Andy Lutomirski-14/+1
2015-07-06x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski-17/+9
2015-07-06x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko-8/+5
2015-07-05Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-21/+47
2015-07-05Linux 4.2-rc1v4.2-rc1Linus Torvalds-2/+2
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds-45/+1004
2015-07-05ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko-11/+5
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-553/+784
2015-07-04bluetooth: fix list handlingLinus Torvalds-2/+3
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-6312/+3163
2015-07-04Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds-2816/+5545
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro-1/+2
2015-07-04dax: bdev_direct_access() may sleepMatthew Wilcox-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox-2/+8
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox-1/+1
2015-07-04dax: Add block size note to documentationMatthew Wilcox-2/+4
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-16/+54
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang-465/+465
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe-0/+600
2015-07-04NTB: Add ping pong test clientAllen Hubbe-1/+289
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe-19/+68
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe-8/+28
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe-2/+1