Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8066ce3b872d0437df904cee4c0edc4501a500de
/
drivers
/
lguest
179e096
drivers/lguest/page_tables.c: rename do_set_pte()
by Andrew Morton
· 11 years ago
cdd77e8
x86, asmlinkage, lguest: Pass in globals into assembler statement
by Andi Kleen
· 11 years ago
46f9c2b
virtio_ring: change host notification API
by Heinz Graalfs
· 11 years ago
98fb4e5
lguest: fix guest kernel stack overflow when TF bit set.
by Rusty Russell
· 11 years ago
4623c28
lguest: fix BUG_ON() in invalid guest page table.
by Rusty Russell
· 11 years ago
80cc38b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
1adfa76
x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED
by H. Peter Anvin
· 12 years ago
e3d1848
lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
by Paul Bolle
· 11 years ago
f616fe4
lguest: clear cached last cpu when guest_set_pgd() called.
by Rusty Russell
· 11 years ago
736a2dd
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
10fdc14
lguest: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
c2ecd51
lguest: improve code readability in lg_cpu_start.
by Cosmin Paraschiv
· 12 years ago
6b39271
lguest: map Switcher below fixmap.
by Rusty Russell
· 12 years ago
6d0cda9
lguest: cache last cpu we ran on.
by Rusty Russell
· 12 years ago
86935fc
lguest: map Switcher text whenever we allocate a new pagetable.
by Rusty Russell
· 12 years ago
3412b6a
lguest: don't share Switcher PTE pages between guests.
by Rusty Russell
· 12 years ago
f1f394b
lguest: expost switcher_pages array (as lg_switcher_pages).
by Rusty Russell
· 12 years ago
17427e0
lguest: extract shadow PTE walking / allocating.
by Rusty Russell
· 12 years ago
e1d1260
lguest: make check_gpte et. al return bool.
by Rusty Russell
· 12 years ago
93a2cdf
lguest: assume Switcher text is a single page.
by Rusty Russell
· 12 years ago
856c608
lguest: rename switcher_page to switcher_pages.
by Rusty Russell
· 12 years ago
c215a8b
lguest: remove RESERVE_MEM constant.
by Rusty Russell
· 12 years ago
68a644d
lguest: check vaddr not pgd for Switcher protection.
by Rusty Russell
· 12 years ago
406a590b
lguest: prepare to make SWITCHER_ADDR a variable.
by Rusty Russell
· 12 years ago
289d105
lguest: fix paths in comments
by Wanlong Gao
· 12 years ago
3c834b6
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
21eaab6
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
9350393
virtio: make config_ops const
by Stephen Hemminger
· 12 years ago
4f73bc4
tty: Added a CONFIG_TTY option to allow removal of TTY
by Joe Millenbach
· 12 years ago
3594ec0
drivers/lguest: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
681f206
lguest: fix typo
by Alex Russell
· 12 years ago
dc92b1f
Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
6457f12
virtio: support reserved vqs
by Michael S. Tsirkin
· 12 years ago
17bb6d4
virtio-ring: move queue_index to vring_virtqueue
by Jason Wang
· 12 years ago
9c6ff8bb
lguest, x86: handle guest TS bit for lazy/non-lazy fpu host models
by Suresh Siddha
· 12 years ago
b6c96c0
lguest: Make sure interrupt is allocated ok by lguest_setup_irq
by Stratos Psomadakis
· 13 years ago
07fe997
lguest: move the lguest tool to the tools directory
by Davidlohr Bueso
· 13 years ago
39082f7
lguest: switch segment-voodoo-numbers to readable symbols
by Jacek Galowicz
· 13 years ago
7b21e34
virtio: harsher barriers for rpmsg.
by Rusty Russell
· 13 years ago
9753dfe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
1cf8343
x86: Fix rflags in FAKE_STACK_FRAME
by Seiichi Ikarashi
· 13 years ago
6684604
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
by Rick Jones
· 13 years ago
39a0e33
lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL
by Paul Gortmaker
· 13 years ago
0acf000
lguest: move process freezing before pending signals check
by Michal Hocko
· 13 years ago
b56e321
lguest: Allow running under paravirt-enabled KVM.
by Rusty Russell
· 13 years ago
996ba96
lguest: Fix in/out emulation
by Rusty Russell
· 13 years ago
9f54288
lguest: update comments
by Rusty Russell
· 13 years ago
3c3ed48
lguest: Simplify device initialization.
by Rusty Russell
· 13 years ago
6d7a5d1
lguest: don't rewrite vmcall instructions
by Rusty Russell
· 13 years ago
5dea1c8
lguest: use a special 1:1 linear pagetable mode until first switch.
by Rusty Russell
· 13 years ago
6151658
Correct occurrences of
by Rob Landley
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ced05dd
lguest: compile fixes
by Rusty Russell
· 14 years ago
c9f2954
lguest: Use this_cpu_ops
by Christoph Lameter
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
091ebf0
lguest: stop using KVM hypercall mechanism
by Rusty Russell
· 15 years ago
5094aea
lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.
by Rusty Russell
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3e27249
lguest: fix bug in setting guest GDT entry
by Rusty Russell
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
390dfd9
percpu: make misc percpu symbols unique
by Tejun Heo
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
1f0918d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
6c189d8
lguest: cleanup for map_switcher()
by Xiao Guangrong
· 15 years ago
fb100d7
lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
by Rusty Russell
· 15 years ago
4c1ea3d
lguest: use set_pte/set_pmd uniformly for real page table entries
by Rusty Russell
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
1842f23
lguest and virtio: cleanup struct definitions to Linux style.
by Rusty Russell
· 15 years ago
a91d74a
lguest: update commentry
by Rusty Russell
· 15 years ago
2e04ef7
lguest: fix comment style
by Rusty Russell
· 15 years ago
f294526
lguest: dereferencing freed mem in add_eventfd()
by Dan Carpenter
· 15 years ago
27de22d
lguest: remove unnecessary forward struct declaration
by Davide Libenzi
· 15 years ago
1338901
eventfd: revised interface and cleanups
by Davide Libenzi
· 15 years ago
7f3591c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest
by Linus Torvalds
· 15 years ago
5dac051
lguest: remove obsolete LHREQ_BREAK call
by Rusty Russell
· 15 years ago
df60aee
lguest: use eventfds for device notification
by Rusty Russell
· 15 years ago
9f155a9
lguest: allow any process to send interrupts
by Rusty Russell
· 15 years ago
92b4d8d
lguest: PAE fixes
by Rusty Russell
· 15 years ago
acdd0b6
lguest: PAE support
by Matias Zabaljauregui
· 15 years ago
ebe0ba8
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD
by Matias Zabaljauregui
· 15 years ago
90603d1
lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated
by Matias Zabaljauregui
· 15 years ago
ed1dc77
lguest: map switcher with executable page table entries
by Matias Zabaljauregui
· 15 years ago
f086122
lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.
by Matias Zabaljauregui
· 15 years ago
81b79b0
lguest: beyond ARRAY_SIZE of cpu->arch.gdt
by Roel Kluin
· 15 years ago
a32a8813
lguest: improve interrupt handling, speed up stream networking
by Rusty Russell
· 15 years ago
abd41f0
lguest: fix race in halt code
by Rusty Russell
· 15 years ago
a6c372d
lguest: fix lguest wake on guest clock tick, or fd activity
by Rusty Russell
· 15 years ago
d2a7ddd
virtio: find_vqs/del_vqs virtio operations
by Michael S. Tsirkin
· 15 years ago
9499f5e
virtio: add names to virtqueue struct, mapping from devices to queues.
by Rusty Russell
· 15 years ago
5643462
lguest: fix on Intel when KVM loaded (unhandled trap 13)
by Rusty Russell
· 15 years ago
a489f0b
lguest: fix guest crash on non-linear addresses in gdt pvops
by Rusty Russell
· 16 years ago
88df781
lguest: fix crash on vmlinux images
by Matias Zabaljauregui
· 16 years ago
df1693a
lguest: use bool instead of int
by Matias Zabaljauregui
· 16 years ago
4cd8b5e
lguest: use KVM hypercalls
by Matias Zabaljauregui
· 16 years ago
6afbdd0
lguest: fix spurious BUG_ON() on invalid guest stack.
by Rusty Russell
· 16 years ago
6e15cf0
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
by Ingo Molnar
· 16 years ago
6db6a5f
lguest: fix for CONFIG_SPARSE_IRQ=y
by Rusty Russell
· 16 years ago
965c7ec
x86: remove the Voyager 32-bit subarch
by Ingo Molnar
· 16 years ago
05dfdbb
lguest: Fix a memory leak with the lg object during launcher close
by Mark Wallis
· 16 years ago
Next »