index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
misc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-07-26
xen/balloon: memory hotplug support for Xen balloon driver
Daniel Kiper
3
-2
/
+171
2011-07-26
mm: extend memory hotplug API to allow memory hotplug in virtual machines
Daniel Kiper
2
-5
/
+74
2011-07-26
backlight: set backlight type and max_brightness before backlights are regist...
Axel Lin
3
-8
/
+18
2011-07-26
backlight: add ams369fg06 amoled driver
Jingoo Han
4
-1
/
+653
2011-07-26
drivers/video/backlight/adp8860_bl.c: remove a redundant assignment for max_b...
Axel Lin
1
-2
/
+1
2011-07-26
drivers/video/backlight/ld9040.c: small fixes
Axel Lin
1
-3
/
+6
2011-07-26
mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()
Peter Zijlstra
1
-0
/
+1
2011-07-26
drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULL
Alexander Stein
1
-1
/
+4
2011-07-26
xtensa: fix a build error in arch/xtensa/include/asm/uaccess.h
WANG Cong
1
-0
/
+1
2011-07-26
xtensa: prevent arbitrary read in ptrace
Dan Rosenberg
1
-0
/
+3
2011-07-26
mm: use const struct page for r/o page-flag accessor methods
Ian Campbell
1
-2
/
+2
2011-07-26
mm: make some struct page's const
Ian Campbell
2
-7
/
+7
2011-07-26
hugetlb: add phys addr to struct huge_bootmem_page
Becky Bruce
2
-1
/
+12
2011-07-26
fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bit
Becky Bruce
1
-1
/
+1
2011-07-26
ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMID
Manfred Spraul
1
-2
/
+11
2011-07-25
gma500: udlay(20000) is too large
Stephen Rothwell
1
-1
/
+1
2011-07-24
bnx2x: use pci_pcie_cap()
Vladislav Zolotarov
1
-1
/
+1
2011-07-24
bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_task
Vladislav Zolotarov
1
-11
/
+25
2011-07-24
bnx2x: enable internal target-read for 57712 and up only
Shmulik Ravid
1
-3
/
+6
2011-07-24
bnx2x: count statistic ramrods on EQ to prevent MC assert
Vladislav Zolotarov
1
-31
/
+32
2011-07-24
bnx2x: fix loopback for non 10G link
Yaniv Rosner
1
-6
/
+18
2011-07-24
bnx2x: dcb - send all unmapped priorities to same COS as L2
Dmitry Kravkov
1
-6
/
+33
2011-07-24
iwlwifi: Fix build with CONFIG_PM disabled.
David S. Miller
1
-0
/
+6
2011-07-24
Documentation: Update augmented rbtree documentation
Sasha Levin
1
-9
/
+14
2011-07-24
XZ: Fix missing <linux/kernel.h> include
Lasse Collin
1
-1
/
+1
2011-07-24
modpost: Fix modpost's license checking V3
Alessio Igor Bogani
1
-1
/
+28
2011-07-24
module: add /sys/module/<name>/uevent files
Kay Sievers
3
-0
/
+22
2011-07-24
module: change attr callbacks to take struct module_kobject
Kay Sievers
3
-23
/
+24
2011-07-24
modules: make arch's use default loader hooks
Jonas Bonn
26
-777
/
+12
2011-07-24
modules: add default loader hook implementations
Jonas Bonn
2
-1
/
+55
2011-07-24
param: fix return value handling in param_set_*
Satoru Moriya
1
-2
/
+2
2011-07-24
KVM: IOMMU: Disable device assignment without interrupt remapping
Alex Williamson
1
-0
/
+18
2011-07-24
KVM: MMU: trace mmio page fault
Xiao Guangrong
4
-1
/
+80
2011-07-24
KVM: MMU: mmio page fault support
Xiao Guangrong
6
-14
/
+255
2011-07-24
KVM: MMU: reorganize struct kvm_shadow_walk_iterator
Xiao Guangrong
1
-1
/
+1
2011-07-24
KVM: MMU: lockless walking shadow page table
Xiao Guangrong
2
-8
/
+132
2011-07-24
KVM: MMU: do not need atomicly to set/clear spte
Xiao Guangrong
1
-15
/
+71
2011-07-24
KVM: MMU: introduce the rules to modify shadow page table
Xiao Guangrong
1
-34
/
+69
2011-07-24
KVM: MMU: abstract some functions to handle fault pfn
Xiao Guangrong
2
-18
/
+41
2011-07-24
KVM: MMU: filter out the mmio pfn from the fault pfn
Xiao Guangrong
3
-4
/
+21
2011-07-24
KVM: MMU: remove bypass_guest_pf
Xiao Guangrong
7
-132
/
+33
2011-07-24
KVM: MMU: split kvm_mmu_free_page
Xiao Guangrong
1
-3
/
+18
2011-07-24
KVM: MMU: count used shadow pages on prepareing path
Xiao Guangrong
1
-5
/
+5
2011-07-24
KVM: MMU: rename 'pt_write' to 'emulate'
Xiao Guangrong
2
-13
/
+13
2011-07-24
KVM: MMU: cleanup for FNAME(fetch)
Xiao Guangrong
1
-2
/
+2
2011-07-24
KVM: MMU: optimize to handle dirty bit
Xiao Guangrong
2
-34
/
+25
2011-07-24
KVM: MMU: cache mmio info on page fault path
Xiao Guangrong
6
-21
/
+96
2011-07-24
KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code
Xiao Guangrong
1
-11
/
+31
2011-07-24
KVM: MMU: do not update slot bitmap if spte is nonpresent
Xiao Guangrong
1
-8
/
+7
2011-07-24
KVM: MMU: fix walking shadow page table
Xiao Guangrong
1
-4
/
+5
[next]