index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
bounce.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
fsnotify: generalize send_to_group()
Amir Goldstein
1
-25
/
+23
2018-05-18
fsnotify: generalize iteration of marks by object type
Amir Goldstein
4
-39
/
+72
2018-05-18
fsnotify: introduce marks iteration helpers
Amir Goldstein
1
-25
/
+49
2018-05-18
fsnotify: remove redundant arguments to handle_event()
Amir Goldstein
11
-50
/
+58
2018-05-18
fsnotify: use type id to identify connector object type
Amir Goldstein
4
-26
/
+32
2018-05-17
kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIME
Michael S. Tsirkin
3
-8
/
+8
2018-05-17
proc: do not access cmdline nor environ from file-backed areas
Willy Tarreau
3
-4
/
+8
2018-05-16
vsprintf: Replace memory barrier with static_key for random_ptr_key update
Steven Rostedt (VMware)
1
-11
/
+15
2018-05-15
KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
Andre Przywara
2
-4
/
+4
2018-05-15
KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
Andre Przywara
3
-7
/
+40
2018-05-15
KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
Andre Przywara
1
-2
/
+3
2018-05-15
KVM: arm/arm64: Properly protect VGIC locks from IRQs
Andre Przywara
3
-14
/
+23
2018-05-15
KVM: X86: Lower the default timer frequency limit to 200us
Wanpeng Li
1
-1
/
+1
2018-05-15
s390/qdio: don't release memory in qdio_setup_irq()
Julian Wiedmann
1
-8
/
+2
2018-05-15
s390/qdio: fix access to uninitialized qdio_q fields
Julian Wiedmann
1
-1
/
+1
2018-05-15
ALSA: usb-audio: Use Class Specific EP for UAC3 devices.
Jorge Sanjuan
1
-1
/
+8
2018-05-15
drm: set FMODE_UNSIGNED_OFFSET for drm files
Dave Airlie
1
-0
/
+1
2018-05-14
tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...
Steven Rostedt (VMware)
3
-22
/
+2
2018-05-14
selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()
Alexey Kodanev
1
-1
/
+2
2018-05-14
selinux: fix address family in bind() and connect() to match address/port
Alexey Kodanev
1
-11
/
+7
2018-05-14
selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()
Alexey Kodanev
1
-10
/
+19
2018-05-14
afs: Fix the non-encryption of calls
David Howells
1
-0
/
+7
2018-05-14
afs: Fix CB.CallBack handling
David Howells
1
-28
/
+7
2018-05-14
afs: Fix whole-volume callback handling
David Howells
10
-32
/
+63
2018-05-14
afs: Fix afs_find_server search loop
Marc Dionne
1
-13
/
+0
2018-05-14
afs: Fix the handling of an unfound server in CM operations
David Howells
2
-27
/
+12
2018-05-14
afs: Add a tracepoint to record callbacks from unlisted servers
David Howells
2
-3
/
+51
2018-05-14
afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
David Howells
1
-3
/
+3
2018-05-14
afs: Fix VNOVOL handling in address rotation
David Howells
1
-2
/
+2
2018-05-14
afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibility
David Howells
1
-8
/
+21
2018-05-14
afs: Fix server rotation's handling of fileserver probe failure
David Howells
1
-2
/
+10
2018-05-14
afs: Fix refcounting in callback registration
David Howells
4
-22
/
+52
2018-05-14
afs: Fix giving up callbacks on server destruction
David Howells
3
-4
/
+11
2018-05-14
afs: Fix address list parsing
David Howells
1
-10
/
+15
2018-05-14
afs: Fix directory page locking
David Howells
4
-24
/
+22
2018-05-14
Linux 4.17-rc5
v4.17-rc5
Linus Torvalds
1
-1
/
+1
2018-05-13
ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
Jeremy Soller
1
-0
/
+1
2018-05-13
ALSA: usb: mixer: volume quirk for CM102-A+/102S+
Federico Cuello
1
-0
/
+8
2018-05-13
hwmon: (k10temp) Use API function to access System Management Network
Guenter Roeck
2
-6
/
+7
2018-05-13
x86/amd_nb: Add support for Raven Ridge CPUs
Guenter Roeck
1
-0
/
+6
2018-05-13
ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
Hans de Goede
1
-0
/
+2
2018-05-13
ALSA: control: fix a redundant-copy issue
Wenwen Wang
1
-2
/
+1
2018-05-12
swiotlb: silent unwanted warning "buffer is full"
Jean Delvare
1
-1
/
+1
2018-05-12
Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...
Mel Gorman
1
-56
/
+1
2018-05-12
rbtree: include rcu.h
Sebastian Andrzej Siewior
2
-0
/
+2
2018-05-12
scripts/faddr2line: fix error when addr2line output contains discriminator
Changbin Du
1
-1
/
+4
2018-05-12
ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
Ashish Samant
1
-2
/
+12
2018-05-12
mm, oom: fix concurrent munlock and oom reaper unmap, v3
David Rientjes
3
-56
/
+71
2018-05-12
mm: migrate: fix double call of radix_tree_replace_slot()
Naoya Horiguchi
1
-3
/
+1
2018-05-12
proc/kcore: don't bounds check against address 0
Laura Abbott
1
-7
/
+16
[next]