index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
zstd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
Linux 5.7-rc5
v5.7-rc5
Linus Torvalds
1
-1
/
+1
2020-05-10
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
2
-2
/
+2
2020-05-10
gcc-10: avoid shadowing standard library 'free()' in crypto
Linus Torvalds
2
-6
/
+6
2020-05-10
gcc-10: disable 'restrict' warning for now
Linus Torvalds
1
-0
/
+3
2020-05-10
gcc-10: disable 'stringop-overflow' warning for now
Linus Torvalds
1
-0
/
+1
2020-05-10
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-10
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
2020-05-10
bdi: add a ->dev_name field to struct backing_dev_info
Christoph Hellwig
2
-2
/
+4
2020-05-10
bdi: use bdi_dev_name() to get device name
Yufen Yu
4
-8
/
+10
2020-05-09
gcc-10: disable 'array-bounds' warning for now
Linus Torvalds
1
-0
/
+1
2020-05-09
gcc-10: disable 'zero-length-bounds' warning for now
Linus Torvalds
1
-0
/
+3
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
3
-23
/
+3
2020-05-08
ceph: demote quotarealm lookup warning to a debug message
Luis Henriques
1
-2
/
+2
2020-05-08
iommu/virtio: Reverse arguments to list_add
Julia Lawall
1
-1
/
+1
2020-05-08
mm: limit boost_watermark on small zones
Henry Willard
1
-0
/
+8
2020-05-08
ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST
Kees Cook
2
-10
/
+6
2020-05-08
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
Qiwu Chen
1
-1
/
+0
2020-05-08
epoll: atomically remove wait entry on wake up
Roman Penyaev
1
-19
/
+24
2020-05-08
kselftests: introduce new epoll60 testcase for catching lost wakeups
Roman Penyaev
1
-0
/
+146
2020-05-08
percpu: make pcpu_alloc() aware of current gfp context
Filipe Manana
1
-4
/
+10
2020-05-08
mm/slub: fix incorrect interpretation of s->offset
Waiman Long
1
-15
/
+30
2020-05-08
scripts/gdb: repair rb_first() and rb_last()
Aymeric Agon-Rambosson
1
-2
/
+2
2020-05-08
eventpoll: fix missing wakeup for ovflist in ep_poll_callback
Khazhismel Kumykov
1
-9
/
+9
2020-05-08
arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()
Janakarajan Natarajan
1
-1
/
+1
2020-05-08
scripts/decodecode: fix trapping instruction formatting
Ivan Delalande
1
-1
/
+1
2020-05-08
kernel/kcov.c: fix typos in kcov_remote_start documentation
Maciej Grochowski
1
-2
/
+2
2020-05-08
mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
David Hildenbrand
1
-0
/
+1
2020-05-08
mm, memcg: fix error return value of mem_cgroup_css_alloc()
Yafang Shao
1
-6
/
+9
2020-05-08
ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()
Oleg Nesterov
1
-8
/
+26
2020-05-07
io_uring: don't use 'fd' for openat/openat2/statx
Jens Axboe
1
-25
/
+7
2020-05-07
tools/bootconfig: Fix resource leak in apply_xbc()
Yunfeng Ye
1
-3
/
+6
2020-05-07
tracing: Make tracing_snapshot_instance_cond() static
Zou Wei
1
-1
/
+2
2020-05-07
tracing: Fix doc mistakes in trace sample
Wei Yang
1
-1
/
+1
2020-05-07
gpu/trace: Minor comment updates for gpu_mem_total tracepoint
Yiwei Zhang
1
-1
/
+1
2020-05-07
tracing: Add a vmalloc_sync_mappings() for safe measure
Steven Rostedt (VMware)
1
-0
/
+13
2020-05-07
tracing: Wait for preempt irq delay thread to finish
Steven Rostedt (VMware)
1
-6
/
+24
2020-05-07
splice: move f_mode checks to do_{splice,tee}()
Pavel Begunkov
1
-27
/
+18
2020-05-07
objtool: Fix infinite loop in find_jump_table()
Josh Poimboeuf
1
-2
/
+13
2020-05-07
bdi: move bdi_dev_name out of line
Christoph Hellwig
2
-9
/
+10
2020-05-07
vboxsf: don't use the source name in the bdi name
Christoph Hellwig
1
-1
/
+1
2020-05-07
arm64: hugetlb: avoid potential NULL dereference
Mark Rutland
1
-0
/
+2
2020-05-07
usb: chipidea: msm: Ensure proper controller reset using role switch API
Bryan O'Donoghue
1
-1
/
+1
2020-05-07
net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
Pablo Neira Ayuso
3
-4
/
+22
2020-05-07
MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order
Lukas Bulwahn
1
-1
/
+1
2020-05-07
wireguard: send/receive: use explicit unlikely branch instead of implicit coa...
Jason A. Donenfeld
2
-16
/
+12
2020-05-07
wireguard: selftests: initalize ipv6 members to NULL to squelch clang warning
Jason A. Donenfeld
1
-2
/
+2
2020-05-07
wireguard: send/receive: cond_resched() when processing worker ringbuffers
Jason A. Donenfeld
2
-0
/
+6
2020-05-07
wireguard: socket: remove errant restriction on looping to self
Jason A. Donenfeld
2
-15
/
+51
2020-05-07
wireguard: selftests: use normal kernel stack size on ppc64
Jason A. Donenfeld
1
-0
/
+1
2020-05-07
net: ethernet: ti: am65-cpsw-nuss: fix irqs type
Grygorii Strashko
1
-2
/
+3
[next]