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
path:
root
/
block
/
blk-ioc.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-25
lib/raid6: align AVX512 constants to 512 bits, not bytes
Denys Vlasenko
1
-1
/
+1
2017-08-25
raid5: remove raid5_build_block
Guoqing Jiang
1
-10
/
+1
2017-08-25
md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_show
Song Liu
1
-2
/
+10
2017-08-25
md: replace seq_release_private with seq_release
Cihangir Akturk
1
-1
/
+1
2017-08-25
md: notify about new spare disk in the container
Alexey Obitotskiy
1
-0
/
+2
2017-08-25
md/raid1/10: reset bio allocated from mempool
Shaohua Li
2
-4
/
+50
2017-08-24
md/raid5: release/flush io in raid5_do_work()
Song Liu
1
-0
/
+4
2017-08-24
md/bitmap: copy correct data for bitmap super
Shaohua Li
1
-2
/
+2
2017-08-23
Revert "pty: fix the cached path of the pty slave file descriptor in the master"
Linus Torvalds
3
-9
/
+4
2017-08-22
arm64: kaslr: Adjust the offset to avoid Image across alignment boundary
Catalin Marinas
1
-7
/
+3
2017-08-22
arm64: kaslr: ignore modulo offset when validating virtual displacement
Ard Biesheuvel
2
-4
/
+9
2017-08-22
arm64: mm: abort uaccess retries upon fatal signal
Mark Rutland
1
-1
/
+4
2017-08-22
arm64: fpsimd: Prevent registers leaking across exec
Dave Martin
1
-0
/
+2
2017-08-22
Revert "mfd: da9061: Fix to remove BBAT_CONT register from chip model"
Lee Jones
1
-0
/
+6
2017-08-21
sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()
Thomas Petazzoni
1
-1
/
+1
2017-08-21
pids: make task_tgid_nr_ns() safe
Oleg Nesterov
3
-32
/
+34
2017-08-21
rtc: ds1307: fix regmap config
Heiner Kallweit
1
-1
/
+0
2017-08-20
ipv6: repair fib6 tree in failure case
Wei Wang
1
-13
/
+11
2017-08-20
net_sched: fix order of queue length updates in qdisc_replace()
Konstantin Khlebnikov
1
-1
/
+4
2017-08-20
tools lib bpf: improve warning
Eric Leblond
1
-1
/
+2
2017-08-20
switchdev: documentation: minor typo fixes
Chris Packham
1
-2
/
+2
2017-08-20
bpf, doc: also add s390x as arch to sysctl description
Daniel Borkmann
1
-0
/
+1
2017-08-20
Linux 4.13-rc6
Linus Torvalds
1
-1
/
+1
2017-08-20
Sanitize 'move_pages()' permission checks
Linus Torvalds
1
-8
/
+3
2017-08-20
genirq/ipi: Fixup checks against nr_cpu_ids
Alexey Dobriyan
1
-2
/
+2
2017-08-18
net: sched: fix NULL pointer dereference when action calls some targets
Xin Long
1
-0
/
+2
2017-08-18
rxrpc: Fix oops when discarding a preallocated service call
David Howells
1
-0
/
+1
2017-08-18
irda: do not leak initialized list.dev to userspace
Colin Ian King
1
-1
/
+1
2017-08-18
net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabled
Huy Nguyen
1
-2
/
+2
2017-08-18
PCI: Allow PCI express root ports to find themselves
Thierry Reding
1
-5
/
+4
2017-08-18
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
1
-2
/
+1
2017-08-18
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
Roopa Prabhu
1
-2
/
+9
2017-08-18
ipv6: reset fn->rr_ptr when replacing route
Wei Wang
1
-0
/
+4
2017-08-18
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
1
-0
/
+2
2017-08-18
tipc: fix use-after-free
Eric Dumazet
1
-2
/
+4
2017-08-18
tun: handle register_netdevice() failures properly
Eric Dumazet
1
-0
/
+3
2017-08-18
mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
Kees Cook
2
-4
/
+4
2017-08-18
mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
Laura Abbott
1
-5
/
+8
2017-08-18
mm/mempolicy: fix use after free when calling get_mempolicy
zhong jiang
1
-5
/
+0
2017-08-18
mm/cma_debug.c: fix stack corruption due to sprintf usage
Prakash Gupta
1
-1
/
+1
2017-08-18
signal: don't remove SIGNAL_UNKILLABLE for traced tasks.
Jamie Iles
1
-1
/
+5
2017-08-18
mm, oom: fix potential data corruption when oom_reaper races with writer
Michal Hocko
3
-34
/
+64
2017-08-18
mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
Michal Hocko
1
-1
/
+11
2017-08-18
slub: fix per memcg cache leak on css offline
Vladimir Davydov
1
-1
/
+2
2017-08-18
mm: discard memblock data later
Pavel Tatashin
4
-39
/
+25
2017-08-18
test_kmod: fix description for -s -and -c parameters
Luis R. Rodriguez
1
-2
/
+2
2017-08-18
kmod: fix wait on recursive loop
Luis R. Rodriguez
1
-2
/
+23
2017-08-18
wait: add wait_event_killable_timeout()
Luis R. Rodriguez
1
-0
/
+37
2017-08-18
kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdog
Nicholas Piggin
2
-2
/
+2
2017-08-18
mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
Johannes Weiner
3
-17
/
+51
[next]