index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
/
ee1004.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
eeprom: ee1004: Factor out setting page to ee1004_set_current_page
Heiner Kallweit
1
-22
/
+30
2021-05-27
eeprom: ee1004: Cache current page at initialization of first device only
Heiner Kallweit
1
-8
/
+7
2021-05-27
eeprom: ee1004: Switch to i2c probe_new callback
Heiner Kallweit
1
-3
/
+2
2021-05-27
eeprom: ee1004: Improve creating dummy devices
Heiner Kallweit
1
-7
/
+6
2021-05-27
eeprom: ee1004: Improve check for SMBUS features
Heiner Kallweit
1
-18
/
+4
2021-05-27
eeprom: ee1004: Remove usage of i2c_adapter_id in adapter comparison
Heiner Kallweit
1
-2
/
+1
2021-05-27
eeprom: ee1004: Remove not needed check in ee1004_eeprom_read
Heiner Kallweit
1
-3
/
+1
2021-05-27
eeprom: ee1004: Remove not needed check in ee1004_read
Heiner Kallweit
1
-3
/
+0
2021-05-27
eeprom: ee1004: Use kobj_to_i2c_client to simplify the code
Heiner Kallweit
1
-2
/
+1
2021-05-27
misc/pvpanic: Make 'pvpanic_probe()' resource managed
Christophe JAILLET
4
-42
/
+18
2021-05-27
misc/pvpanic-mmio: Use GFP_KERNEL instead of GFP_ATOMIC
Christophe JAILLET
1
-1
/
+1
2021-05-27
misc/pvpanic-mmio: Fix error handling in 'pvpanic_mmio_probe()'
Christophe JAILLET
1
-2
/
+1
2021-05-27
misc/pvpanic-pci: Use GFP_KERNEL instead of GFP_ATOMIC
Christophe JAILLET
1
-1
/
+1
2021-05-27
misc/pvpanic-pci: Fix error handling in 'pvpanic_pci_probe()'
Christophe JAILLET
1
-6
/
+3
2021-05-27
xprtrdma: Revert 586a0787ce35
Chuck Lever
1
-9
/
+18
2021-05-27
NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config
Zhang Xiaoxu
1
-1
/
+1
2021-05-27
char: pcmcia: scr24x_cs: Fix redundant fops
Nijam Haider
1
-1
/
+0
2021-05-27
char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()
Yu Kuai
1
-0
/
+4
2021-05-27
dyndbg: display KiB of data memory used.
Jim Cromie
1
-3
/
+3
2021-05-27
ipac: tpci200: fix kernel-doc syntax and remove filename from file header
Aditya Srivastava
2
-6
/
+2
2021-05-27
ipac: ipoctal: fix kernel-doc syntax and remove filename from file headers
Aditya Srivastava
2
-7
/
+3
2021-05-27
ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe
Lv Yunlong
1
-1
/
+4
2021-05-27
char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)
Eli Billauer
3
-0
/
+2275
2021-05-27
char: xillybus: Move class-related functions to new xillybus_class.c
Eli Billauer
6
-169
/
+324
2021-05-27
KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
Marcelo Tosatti
4
-0
/
+17
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
6
-6
/
+11
2021-05-27
KVM: x86: add start_assignment hook to kvm_x86_ops
Marcelo Tosatti
3
-1
/
+4
2021-05-27
KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switch
Wanpeng Li
1
-3
/
+11
2021-05-27
selftests: kvm: do only 1 memslot_perf_test run by default
Paolo Bonzini
1
-1
/
+1
2021-05-27
KVM: X86: Use _BITUL() macro in UAPI headers
Joe Richey
2
-4
/
+6
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
4
-4
/
+33
2021-05-27
KVM: selftests: allow using UFFD minor faults for demand paging
Axel Rasmussen
1
-33
/
+79
2021-05-27
KVM: selftests: create alias mappings when using shared memory
Axel Rasmussen
3
-0
/
+52
2021-05-27
KVM: selftests: add shmem backing source type
Axel Rasmussen
3
-1
/
+22
2021-05-27
KVM: selftests: refactor vm_mem_backing_src_type flags
Axel Rasmussen
2
-18
/
+20
2021-05-27
KVM: selftests: allow different backing source types
Axel Rasmussen
1
-4
/
+11
2021-05-27
KVM: selftests: compute correct demand paging size
Axel Rasmussen
1
-4
/
+7
2021-05-27
KVM: selftests: simplify setup_demand_paging error handling
Axel Rasmussen
1
-32
/
+18
2021-05-27
KVM: selftests: Print a message if /dev/kvm is missing
David Matlack
4
-32
/
+39
2021-05-27
KVM: selftests: trivial comment/logging fixes
Axel Rasmussen
2
-3
/
+3
2021-05-27
KVM: selftests: Fix hang in hardware_disable_test
David Matlack
1
-1
/
+31
2021-05-27
KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_test
David Matlack
1
-0
/
+5
2021-05-27
KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
David Matlack
4
-10
/
+16
2021-05-27
KVM: selftests: add a memslot-related performance benchmark
Maciej S. Szmigiero
3
-0
/
+1039
2021-05-27
KVM: selftests: Keep track of memslots more efficiently
Maciej S. Szmigiero
4
-35
/
+124
2021-05-27
selftests: kvm: fix potential issue with ELF loading
Paolo Bonzini
1
-5
/
+4
2021-05-27
selftests: kvm: make allocation of extra memory take effect
Zhenzhong Duan
1
-1
/
+1
2021-05-27
KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()
Wanpeng Li
1
-0
/
+8
2021-05-27
KVM: X86: Fix vCPU preempted state from guest's point of view
Wanpeng Li
1
-0
/
+2
2021-05-27
KVM: X86: Bail out of direct yield in case of under-committed scenarios
Wanpeng Li
1
-0
/
+3
[prev]
[next]