Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | x86, kvm: Switch to use hypervisor_cpuid_base() | Jason Wang | 2013-08-05 | 1 | -15/+9 | |
| * | | | | | | | xen: Switch to use hypervisor_cpuid_base() | Jason Wang | 2013-08-05 | 1 | -15/+1 | |
| * | | | | | | | x86: Introduce hypervisor_cpuid_base() | Jason Wang | 2013-08-05 | 1 | -0/+15 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-09-04 | 6 | -26/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86: avoid remapping data in parse_setup_data() | Linn Crosetto | 2013-08-13 | 3 | -13/+13 | |
| * | | | | | | | x86: Use memblock_set_current_limit() to set limit for memblock. | Tang Chen | 2013-08-13 | 1 | -2/+2 | |
| * | | | | | | | mm: Remove unused variable idx0 in __early_ioremap() | Jianguo Wu | 2013-08-13 | 1 | -3/+2 | |
| * | | | | | | | mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by default | Toshi Kani | 2013-07-22 | 2 | -8/+14 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-09-04 | 8 | -40/+97 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86, relocs: Move ELF relocation handling to C | Kees Cook | 2013-08-07 | 8 | -40/+97 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-09-04 | 21 | -327/+545 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | nohz: Include local CPU in full dynticks global kick | Frederic Weisbecker | 2013-08-16 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2013-08-14 | 22 | -328/+544 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | nohz: Optimize full dynticks's sched hooks with static keys | Frederic Weisbecker | 2013-08-14 | 2 | -8/+20 | |
| | * | | | | | | nohz: Optimize full dynticks state checks with static keys | Frederic Weisbecker | 2013-08-14 | 2 | -14/+25 | |
| | * | | | | | | nohz: Rename a few state variables | Frederic Weisbecker | 2013-08-14 | 1 | -22/+22 | |
| | * | | | | | | vtime: Always debug check snapshot source _before_ updating it | Frederic Weisbecker | 2013-08-14 | 1 | -2/+2 | |
| | * | | | | | | vtime: Always scale generic vtime accounting results | Frederic Weisbecker | 2013-08-14 | 1 | -6/+0 | |
| | * | | | | | | vtime: Optimize full dynticks accounting off case with static keys | Frederic Weisbecker | 2013-08-14 | 3 | -31/+67 | |
| | * | | | | | | vtime: Describe overriden functions in dedicated arch headers | Frederic Weisbecker | 2013-08-14 | 7 | -3/+14 | |
| | * | | | | | | m68k: hardirq_count() only need preempt_mask.h | Frederic Weisbecker | 2013-08-14 | 1 | -1/+1 | |
| | * | | | | | | hardirq: Split preempt count mask definitions | Frederic Weisbecker | 2013-08-14 | 2 | -116/+123 | |
| | * | | | | | | context_tracking: Split low level state headers | Frederic Weisbecker | 2013-08-14 | 2 | -30/+40 | |
| | * | | | | | | vtime: Fix racy cputime delta update | Frederic Weisbecker | 2013-08-14 | 1 | -1/+2 | |
| | * | | | | | | vtime: Remove a few unneeded generic vtime state checks | Frederic Weisbecker | 2013-08-14 | 1 | -12/+1 | |
| | * | | | | | | context_tracking: User/kernel broundary cross trace events | Frederic Weisbecker | 2013-08-14 | 2 | -0/+63 | |
| | * | | | | | | context_tracking: Optimize context switch off case with static keys | Frederic Weisbecker | 2013-08-14 | 2 | -5/+12 | |
| | * | | | | | | context_tracking: Optimize guest APIs off case with static key | Frederic Weisbecker | 2013-08-14 | 3 | -23/+21 | |
| | * | | | | | | context_tracking: Optimize main APIs off case with static key | Frederic Weisbecker | 2013-08-14 | 2 | -11/+28 | |
| | * | | | | | | context_tracking: Ground setup for static key use | Frederic Weisbecker | 2013-08-14 | 3 | -6/+29 | |
| | * | | | | | | context_tracking: Remove full dynticks' hacky dependency on wide context trac... | Frederic Weisbecker | 2013-08-13 | 2 | -7/+22 | |
| | * | | | | | | nohz: Only enable context tracking on full dynticks CPUs | Frederic Weisbecker | 2013-08-13 | 3 | -0/+13 | |
| | * | | | | | | context_tracking: Fix runtime CPU off-case | Frederic Weisbecker | 2013-08-13 | 1 | -19/+33 | |
| | * | | | | | | vtime: Update a few comments | Frederic Weisbecker | 2013-08-13 | 2 | -6/+11 | |
| | * | | | | | | context_tracing: Fix guest accounting with native vtime | Frederic Weisbecker | 2013-08-13 | 2 | -32/+26 | |
| | * | | | | | | sched: Consolidate open coded preemptible() checks | Frederic Weisbecker | 2013-08-13 | 2 | -5/+2 | |
* | | | | | | | | Merge branch 'x86-fb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-09-04 | 12 | -330/+666 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fbdev: fbcon: select VT_HW_CONSOLE_BINDING | David Herrmann | 2013-08-02 | 1 | -1/+2 | |
| * | | | | | | | | fbdev: efifb: bind to efi-framebuffer | David Herrmann | 2013-08-02 | 1 | -46/+22 | |
| * | | | | | | | | fbdev: vesafb: bind to platform-framebuffer device | David Herrmann | 2013-08-02 | 1 | -39/+16 | |
| * | | | | | | | | fbdev: simplefb: add common x86 RGB formats | David Herrmann | 2013-08-02 | 1 | -0/+7 | |
| * | | | | | | | | x86: sysfb: move EFI quirks from efifb to sysfb | David Herrmann | 2013-08-02 | 5 | -227/+282 | |
| * | | | | | | | | x86: provide platform-devices for boot-framebuffers | David Herrmann | 2013-08-02 | 5 | -0/+235 | |
| * | | | | | | | | fbdev: simplefb: mark as fw and allocate apertures | David Herrmann | 2013-08-02 | 1 | -1/+9 | |
| * | | | | | | | | fbdev: simplefb: add init through platform_data | David Herrmann | 2013-08-02 | 3 | -16/+93 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-04 | 2 | -7/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86: Fix override new_cpu_data.x86 with 486 | Wang YanQing | 2013-06-28 | 1 | -1/+1 | |
| * | | | | | | | | x86, cpufeature: Use new CC_HAVE_ASM_GOTO | Borislav Petkov | 2013-06-28 | 1 | -6/+11 | |
| * | | | | | | | | Merge remote-tracking branch 'origin/x86/fpu' into queue/x86/cpu | H. Peter Anvin | 2013-06-28 | 1027 | -7461/+13321 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ \ | Merge branches 'x86-boot-for-linus' and 'x86-cleanups-for-linus' of git://git... | Linus Torvalds | 2013-09-04 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ |