index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-10
USB: usb-skeleton: drop redundant in-urb check
Johan Hovold
1
-2
/
+1
2019-10-10
USB: usb-skeleton: fix use-after-free after driver unbind
Johan Hovold
1
-0
/
+1
2019-10-10
USB: usb-skeleton: fix NULL-deref on disconnect
Johan Hovold
1
-3
/
+4
2019-10-10
Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
Greg Kroah-Hartman
16
-182
/
+290
2019-10-10
drm/bridge: tc358767: fix max_tu_symbol value
Tomi Valkeinen
1
-1
/
+6
2019-10-10
PM: sleep: include <linux/pm_runtime.h> for pm_wq
Ben Dooks
1
-0
/
+1
2019-10-10
cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown
Rafael J. Wysocki
2
-10
/
+3
2019-10-10
ACPI: PM: Drop Dell XPS13 9360 from LPS0 Idle _DSM blacklist
Mario Limonciello
1
-13
/
+0
2019-10-10
s390/cio: fix virtio-ccw DMA without PV
Halil Pasic
3
-2
/
+8
2019-10-09
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
4
-4
/
+5
2019-10-09
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
5
-5
/
+7
2019-10-09
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
6
-10
/
+10
2019-10-09
tcp: annotate lockless access to tcp_memory_pressure
Eric Dumazet
2
-3
/
+3
2019-10-09
net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head
Eric Dumazet
3
-4
/
+4
2019-10-09
net: avoid possible false sharing in sk_leave_memory_pressure()
Eric Dumazet
1
-2
/
+2
2019-10-09
tun: remove possible false sharing in tun_flow_update()
Eric Dumazet
1
-2
/
+2
2019-10-09
netfilter: conntrack: avoid possible false sharing
Eric Dumazet
1
-2
/
+2
2019-10-09
netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
Nicolas Dichtel
1
-6
/
+11
2019-10-09
scsi: ch: Make it possible to open a ch device multiple times again
Bart Van Assche
1
-1
/
+0
2019-10-09
scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE
Thomas Bogendoerfer
1
-1
/
+1
2019-10-09
scsi: sni_53c710: fix compilation error
Thomas Bogendoerfer
1
-3
/
+1
2019-10-09
scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitions
Hannes Reinecke
1
-5
/
+16
2019-10-09
scsi: qla2xxx: fix a potential NULL pointer dereference
Allen Pais
1
-0
/
+4
2019-10-09
null_blk: Fix zoned command return code
Keith Busch
1
-2
/
+1
2019-10-09
net: usb: qmi_wwan: add Telit 0x1050 composition
Daniele Palmas
1
-0
/
+1
2019-10-09
libfs: take cursors out of list when moving past the end of directory
Al Viro
1
-24
/
+25
2019-10-09
vfs: add missing blkdev_put() in get_tree_bdev()
Ian Kent
1
-1
/
+4
2019-10-09
shmem: fix LSM options parsing
Al Viro
1
-0
/
+6
2019-10-09
act_mirred: Fix mirred_init_module error handling
YueHaibing
1
-1
/
+5
2019-10-09
net: taprio: Fix returning EINVAL when configuring without flags
Vinicius Costa Gomes
1
-0
/
+4
2019-10-09
Merge branch 's390-qeth-fixes'
Jakub Kicinski
1
-8
/
+15
2019-10-09
s390/qeth: Fix initialization of vnicc cmd masks during set online
Alexandra Winter
1
-4
/
+8
2019-10-09
s390/qeth: Fix error handling during VNICC initialization
Alexandra Winter
1
-4
/
+7
2019-10-09
phylink: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2019-10-09
RISC-V: entry: Remove unneeded need_resched() loop
Valentin Schneider
1
-2
/
+1
2019-10-09
sctp: add chunks to sk_backlog when the newsk sk_socket is not set
Xin Long
2
-3
/
+14
2019-10-09
bonding: fix potential NULL deref in bond_update_slave_arr
Eric Dumazet
1
-1
/
+1
2019-10-09
net: stmmac: fix disabling flexible PPS output
Antonio Borneo
1
-0
/
+1
2019-10-09
net: stmmac: fix length of PTP clock's name string
Antonio Borneo
1
-1
/
+1
2019-10-09
ARM: mm: alignment: use "u32" for 32-bit instructions
Russell King
1
-14
/
+14
2019-10-09
ARM: mm: fix alignment handler faults under memory pressure
Russell King
1
-8
/
+36
2019-10-09
ARM: dts: Use level interrupt for omap4 & 5 wlcore
Tony Lindgren
5
-5
/
+5
2019-10-09
drivers/amba: fix reset control error handling
Russell King
1
-3
/
+11
2019-10-09
drm/i915/gt: execlists->active is serialised by the tasklet
Chris Wilson
3
-9
/
+27
2019-10-09
drm/i915/execlists: Protect peeking at execlists->active
Chris Wilson
1
-2
/
+5
2019-10-09
drm/i915: Fixup preempt-to-busy vs reset of a virtual request
Chris Wilson
2
-4
/
+6
2019-10-09
io_uring: only flush workqueues on fileset removal
Jens Axboe
1
-1
/
+5
2019-10-09
drm/i915: Only enqueue already completed requests
Chris Wilson
3
-38
/
+74
2019-10-09
drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)
Chris Wilson
1
-1
/
+0
2019-10-09
drm/i915/cml: Add second PCH ID for CMP
Matt Roper
2
-0
/
+2
[prev]
[next]