index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
class.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-15
virtio_balloon: transitional interface
Michael S. Tsirkin
2
-10
/
+43
2015-04-13
virtio_ring: Update weak barriers to use dma_wmb/rmb
Alexander Duyck
1
-19
/
+4
2015-04-01
virtio_pci_modern: switch to type-safe io accessors
Michael S. Tsirkin
1
-41
/
+42
2015-04-01
virtio_pci_modern: type-safe io accessors
Michael S. Tsirkin
1
-0
/
+37
2015-04-01
lguest: handle traps on the "interrupt suppressed" iret instruction.
Rusty Russell
1
-27
/
+72
2015-04-01
virtio: drop a useless config read
Michael S. Tsirkin
1
-1
/
+0
2015-04-01
virtio_config: reorder functions
Michael S. Tsirkin
1
-8
/
+7
2015-03-29
Add virtio-input driver.
Gerd Hoffmann
7
-0
/
+479
2015-03-24
lguest: suppress interrupts for single insn, not range.
Rusty Russell
7
-26
/
+18
2015-03-24
lguest: simplify lguest_iret
Denys Vlasenko
1
-10
/
+9
2015-03-24
lguest: rename i386_head.S in the comments
Alexander Kuleshov
1
-2
/
+2
2015-03-24
lguest: explicitly set miscdevice's private_data NULL
Martin Kepplinger
1
-0
/
+8
2015-03-20
lguest: fix pending interrupt test.
Rusty Russell
1
-1
/
+1
2015-03-17
pagemap: do not leak physical addresses to non-privileged userspace
Kirill A. Shutemov
1
-0
/
+3
2015-03-17
virtio_mmio: fix access width for mmio
Michael S. Tsirkin
1
-8
/
+71
2015-03-16
regulator: tps65910: Add missing #include <linux/of.h>
Geert Uytterhoeven
1
-0
/
+1
2015-03-16
Revert "x86/mm/ASLR: Propagate base load address calculation"
Borislav Petkov
7
-61
/
+17
2015-03-16
Linux 4.0-rc4
v4.0-rc4
Linus Torvalds
1
-1
/
+1
2015-03-15
[PATCH] drm/mm: Fix support 4 GiB and larger ranges
Krzysztof Kolasa
1
-1
/
+1
2015-03-14
locks: fix generic_delete_lease tracepoint to use victim pointer
Jeff Layton
1
-1
/
+1
2015-03-14
arm/arm64: KVM: Keep elrsr/aisr in sync with software model
Christoffer Dall
4
-0
/
+33
2015-03-14
arm64: put __boot_cpu_mode label after alignment instead of before
Ard Biesheuvel
1
-1
/
+1
2015-03-14
efi/arm64: use UEFI for system reset and poweroff
Ard Biesheuvel
2
-0
/
+17
2015-03-14
arm64: Invalidate the TLB corresponding to intermediate page table levels
Catalin Marinas
2
-0
/
+16
2015-03-13
MAINTAINERS: Add myself as co-maintainer to the legacy support of the mvebu SoCs
Gregory CLEMENT
1
-0
/
+1
2015-03-13
of/platform: Fix sparc:allmodconfig build
Guenter Roeck
1
-1
/
+1
2015-03-13
KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode
Wincy Van
1
-4
/
+7
2015-03-13
x86/fpu: Drop_fpu() should not assume that tsk equals current
Oleg Nesterov
1
-1
/
+1
2015-03-13
x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...
Oleg Nesterov
1
-3
/
+4
2015-03-13
arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create()
Wei Yongjun
1
-2
/
+4
2015-03-13
perf: Fix context leak in put_event()
Leon Yu
1
-1
/
+1
2015-03-13
ALSA: hda - Don't access stereo amps for mono channel widgets
Takashi Iwai
1
-8
/
+22
2015-03-13
uapi/virtio_scsi: allow overriding CDB/SENSE size
Michael S. Tsirkin
1
-2
/
+10
2015-03-13
virtio_mmio: generation support
Michael S. Tsirkin
1
-0
/
+11
2015-03-13
virtio_rpmsg: set DRIVER_OK before using device
Michael S. Tsirkin
1
-1
/
+16
2015-03-13
9p/trans_virtio: fix hot-unplug
Michael S. Tsirkin
1
-4
/
+20
2015-03-13
memcg: disable hierarchy support if bound to the legacy cgroup hierarchy
Vladimir Davydov
1
-1
/
+3
2015-03-13
mm: reorder can_do_mlock to fix audit denial
Jeff Vander Stoep
1
-2
/
+2
2015-03-13
kasan, module: move MODULE_ALIGN macro into <linux/moduleloader.h>
Andrey Ryabinin
2
-4
/
+8
2015-03-13
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
5
-7
/
+16
2015-03-13
fanotify: fix event filtering with FAN_ONDIR set
Suzuki K. Poulose
1
-1
/
+2
2015-03-13
mm/nommu.c: export symbol max_mapnr
gchen gchen
1
-0
/
+1
2015-03-13
arch/c6x/include/asm/pgtable.h: define dummy pgprot_writecombine for !MMU
Chen Gang
1
-0
/
+5
2015-03-13
nilfs2: fix deadlock of segment constructor during recovery
Ryusuke Konishi
1
-3
/
+4
2015-03-13
mm: cma: fix CMA aligned offset calculation
Danesh Petigara
1
-5
/
+7
2015-03-13
mm, hugetlb: close race when setting PageTail for gigantic pages
David Rientjes
1
-1
/
+3
2015-03-13
mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabled
Michal Hocko
1
-1
/
+2
2015-03-13
drivers/rtc/rtc-s3c.c: add .needs_src_clk to s3c6410 RTC data
Javier Martinez Canillas
1
-0
/
+1
2015-03-13
ocfs2: make append_dio an incompat feature
Mark Fasheh
2
-8
/
+9
2015-03-13
kvm: x86: i8259: return initialized data on invalid-size read
Petr Matousek
1
-0
/
+1
[next]