index
:
kernel/git/jth/linux.git
btrfs-csum-rework
btrfs-csum-rework.v1
btrfs-csum-rework.v2
btrfs-csum-rework.v3
btrfs-csum-rework.v4
btrfs-integrity
btrfs-misc-fixes
btrfs-raid-cleanups
btrfs-xxhash64.v3
btrfs-xxhash64.v4
btrfs_xxhash64
btrfs_xxhash64.v1
btrfs_xxhash64.v2
btrfs_xxhash64.v3
close_fs_devices
close_fs_devices.v1
close_fs_devices.v2
close_fs_devices.v3
close_fs_devices.v4
iscsi_DID_REQUEUE
master
mcb-for-4.14
nvme-tp-fix.v4
s390-kprobes
scsi-results
zone-append.v10
zone-append.v11
zone-append.v5
zone-append.v6
zone-append.v7
zone-append.v8
zone-append.v9
jth kernel tree
Johannes Thumshirn
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-18
btrfs: remove pointless indentation in btrfs_read_sys_array()
btrfs-raid-cleanups
Johannes Thumshirn
1
-35
/
+36
2019-10-18
btrfs: reduce indentation in btrfs_may_alloc_data_chunk
Johannes Thumshirn
1
-20
/
+21
2019-10-17
btrfs: remove pointless local variable in lock_stripe_add()
Johannes Thumshirn
1
-2
/
+3
2019-10-17
btrfs: reduce indentation in lock_stripe_add
Johannes Thumshirn
1
-47
/
+43
2019-10-15
btrfs: use btrfs_block_group_cache_done in update_block_group
Josef Bacik
1
-1
/
+1
2019-10-15
btrfs: check page->mapping when loading free space cache
Josef Bacik
1
-0
/
+6
2019-10-15
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
7
-27
/
+20
2019-10-14
btrfs: don't needlessly create extent-refs kernel thread
David Sterba
2
-8
/
+0
2019-10-14
btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()
Qu Wenruo
1
-0
/
+1
2019-10-14
Btrfs: fix metadata space leak on fixup worker failure to set range as delalloc
Filipe Manana
1
-2
/
+6
2019-10-14
Btrfs: fix negative subv_writers counter and data space leak after buffered w...
Filipe Manana
1
-1
/
+1
2019-10-14
Btrfs: add missing extents release on file extent cluster relocation error
Filipe Manana
1
-0
/
+2
2019-10-14
btrfs: ioctl: Try to use btrfs_fs_info instead of *file
Marcos Paulo de Souza
1
-21
/
+15
2019-10-14
btrfs: use bool argument in free_root_pointers()
Anand Jain
1
-5
/
+5
2019-10-14
btrfs: use better definition of number of compression type
Chengguang Xu
4
-5
/
+7
2019-10-14
btrfs: use enum for extent type defines
Chengguang Xu
2
-6
/
+8
2019-10-14
btrfs: props: remove unnecessary hash_init()
Chengguang Xu
1
-2
/
+0
2019-10-14
btrfs: Rename btrfs_join_transaction_nolock
Nikolay Borisov
3
-8
/
+8
2019-10-14
btrfs: User assert to document transaction requirement
Nikolay Borisov
1
-3
/
+2
2019-10-14
btrfs: opencode extent_buffer_get
David Sterba
7
-19
/
+14
2019-10-14
btrfs: Avoid getting stuck during cyclic writebacks
Tejun Heo
1
-11
/
+1
2019-10-14
btrfs: block-group: Rework documentation of check_system_chunk function
Marcos Paulo de Souza
1
-3
/
+1
2019-10-14
btrfs: Enhance error output for write time tree checker
Qu Wenruo
1
-0
/
+2
2019-10-14
btrfs: tree-checker: Refactor prev_key check for ino into a function
Qu Wenruo
1
-41
/
+72
2019-10-14
Btrfs: extent_write_locked_range() should attach inode->i_wb
Chris Mason
1
-4
/
+6
2019-10-14
Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios
Chris Mason
5
-5
/
+46
2019-10-14
Btrfs: only associate the locked page with one async_chunk struct
Chris Mason
2
-5
/
+22
2019-10-14
Btrfs: delete the entire async bio submission framework
Chris Mason
5
-235
/
+1
2019-10-14
Btrfs: stop using btrfs_schedule_bio()
Chris Mason
5
-63
/
+15
2019-10-14
btrfs: add __pure attribute to functions
David Sterba
9
-14
/
+12
2019-10-14
btrfs: add const function attribute
David Sterba
4
-4
/
+4
2019-10-14
btrfs: add __cold attribute to more functions
David Sterba
4
-6
/
+6
2019-10-14
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
11
-34
/
+31
2019-10-14
btrfs: use refcount_inc_not_zero in kill_all_nodes
Josef Bacik
1
-3
/
+10
2019-10-14
btrfs: print process name and pid that calls device scanning
Anand Jain
1
-4
/
+8
2019-10-14
btrfs: Open-code name_in_log_ref in replay_one_name
Nikolay Borisov
1
-29
/
+25
2019-10-14
btrfs: Properly handle backref_in_log retval
Nikolay Borisov
1
-11
/
+21
2019-10-14
btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_log
Nikolay Borisov
1
-36
/
+12
2019-10-14
btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED
Qu Wenruo
3
-14
/
+4
2019-10-14
btrfs: transaction: describe transaction states and transitions
Qu Wenruo
1
-0
/
+71
2019-10-14
btrfs: use has_single_bit_set for clarity
David Sterba
2
-13
/
+9
2019-10-14
btrfs: add 64bit safe helper for power of two checks
David Sterba
1
-0
/
+11
2019-10-14
btrfs: balance: use term redundancy instead of integrity in message
Anand Jain
1
-6
/
+6
2019-10-14
btrfs: move btrfs_unlock_up_safe to other locking functions
David Sterba
5
-28
/
+28
2019-10-14
btrfs: move btrfs_set_path_blocking to other locking functions
David Sterba
3
-25
/
+28
2019-10-14
btrfs: make btrfs_assert_tree_locked static inline
David Sterba
2
-7
/
+9
2019-10-14
btrfs: make locking assertion helpers static inline
David Sterba
1
-10
/
+10
2019-10-14
btrfs: get rid of pointless wtag variable in async-thread.c
Omar Sandoval
2
-16
/
+11
2019-10-14
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
12
-145
/
+50
2019-10-14
btrfs: don't prematurely free work in scrub_missing_raid56_worker()
Omar Sandoval
1
-2
/
+1
2019-10-14
btrfs: don't prematurely free work in reada_start_machine_worker()
Omar Sandoval
1
-6
/
+4
2019-10-14
btrfs: don't prematurely free work in end_workqueue_fn()
Omar Sandoval
1
-1
/
+1
2019-10-14
btrfs: don't prematurely free work in run_ordered_work()
Omar Sandoval
1
-12
/
+44
2019-10-14
btrfs: get rid of unnecessary memset() of work item
Omar Sandoval
1
-2
/
+0
2019-10-14
btrfs: move the failrec tree stuff into extent-io-tree.h
Josef Bacik
3
-15
/
+22
2019-10-14
btrfs: export find_delalloc_range
Josef Bacik
2
-5
/
+8
2019-10-14
btrfs: move extent_io_tree defs to their own header
Josef Bacik
4
-216
/
+230
2019-10-14
btrfs: separate out the extent io init function
Josef Bacik
3
-8
/
+21
2019-10-14
btrfs: separate out the extent leak code
Josef Bacik
1
-13
/
+18
2019-10-14
btrfs: ctree: Remove stray comment of setting up path lock
Qu Wenruo
1
-4
/
+0
2019-10-14
btrfs: ctree: Reduce one indent level for btrfs_search_old_slot()
Qu Wenruo
1
-34
/
+34
2019-10-14
btrfs: ctree: Reduce one indent level for btrfs_search_slot()
Qu Wenruo
1
-67
/
+64
2019-10-14
btrfs: tree-checker: Add check for INODE_REF
Qu Wenruo
1
-0
/
+53
2019-10-14
btrfs: tree-checker: Try to detect missing INODE_ITEM
Qu Wenruo
1
-2
/
+25
2019-10-14
Btrfs: make btrfs_wait_extents() static
Filipe Manana
2
-3
/
+1
2019-10-14
btrfs: Add assert to catch nested transaction commit
Nikolay Borisov
1
-0
/
+2
2019-10-14
btrfs: simplify inode locking for RWF_NOWAIT
Goldwyn Rodrigues
1
-2
/
+3
2019-10-13
Linux 5.4-rc3
Linus Torvalds
1
-1
/
+1
2019-10-13
Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
15
-132
/
+223
2019-10-13
Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-9
/
+47
2019-10-13
Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+3
2019-10-13
Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+20
2019-10-12
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-12
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-12
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-10-12
recordmcount: Fix nop_mcount() function
Steven Rostedt (VMware)
1
-4
/
+1
2019-10-12
tracing: Do not create tracefs files if tracefs lockdown is in effect
Steven Rostedt (VMware)
1
-0
/
+4
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
10
-4
/
+98
2019-10-12
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
6
-60
/
+81
2019-10-12
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
3
-15
/
+5
2019-10-12
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-10-12
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
1
-9
/
+18
2019-10-12
tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...
Steven Rostedt (VMware)
1
-41
/
+1
2019-10-12
Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-18
/
+60
2019-10-12
Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
38
-2333
/
+695
2019-10-12
Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
15
-19
/
+51
2019-10-12
Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
74
-961
/
+431
2019-10-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-17
/
+25
2019-10-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
43
-131
/
+411
2019-10-12
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-16
/
+36
2019-10-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-26
/
+27
2019-10-12
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-3
/
+3
2019-10-12
Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-9
/
+8
2019-10-12
Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-5
/
+55
2019-10-12
Merge tag 'powerpc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-1
/
+10
2019-10-12
Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-26
/
+34
2019-10-12
Merge tag 's390-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
4
-4
/
+10
2019-10-12
perf/x86/cstate: Add Tiger Lake CPU support
Kan Liang
1
-9
/
+11
2019-10-12
perf/x86/msr: Add Tiger Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/intel: Add Tiger Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/cstate: Update C-state counters for Ice Lake
Kan Liang
1
-11
/
+25
2019-10-12
perf/x86/msr: Add new CPU model numbers for Ice Lake
Kan Liang
1
-0
/
+3
2019-10-12
perf/x86/cstate: Add Comet Lake CPU support
Kan Liang
1
-10
/
+14
2019-10-12
perf/x86/msr: Add Comet Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/intel: Add Comet Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitions
Ingo Molnar
6
-26
/
+27
2019-10-11
Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
5
-81
/
+49
2019-10-11
Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
9
-40
/
+57
2019-10-11
Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-22
/
+27
2019-10-11
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-46
/
+16
2019-10-11
Documentation/process: Add fallthrough pseudo-keyword
Joe Perches
2
-11
/
+24
2019-10-11
compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use
Joe Perches
1
-0
/
+17
2019-10-11
net: sctp: Rename fallthrough label to unhandled
Joe Perches
1
-6
/
+6
2019-10-11
Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
24
-96
/
+234
2019-10-11
Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-55
/
+29
2019-10-11
s390/uaccess: avoid (false positive) compiler warnings
Christian Borntraeger
1
-2
/
+2
2019-10-11
firmware: google: increment VPD key_len properly
Brian Norris
1
-1
/
+1
2019-10-11
MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
Douglas Anderson
1
-0
/
+1
2019-10-11
spufs: fix a crash in spufs_create_root()
Emmanuel Nicolet
1
-0
/
+1
2019-10-10
io_uring: fix sequence logic for timeout requests
Jens Axboe
1
-17
/
+20
2019-10-11
Merge tag 'drm-intel-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
17
-82
/
+188
2019-10-11
Merge tag 'drm-fixes-5.4-2019-10-09' of git://people.freedesktop.org/~agd5f/l...
Dave Airlie
1
-7
/
+7
2019-10-11
Merge tag 'drm-misc-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
6
-7
/
+39
2019-10-10
SUNRPC: fix race to sk_err after xs_error_report
Benjamin Coddington
2
-9
/
+9
2019-10-10
NFSv4: Fix leak of clp->cl_acceptor string
Chuck Lever
1
-0
/
+1
2019-10-10
MIPS: Disable Loongson MMI instructions for kernel build
Paul Burton
2
-0
/
+5
2019-10-10
MIPS: elf_hwcap: Export userspace ASEs
Jiaxun Yang
2
-0
/
+44
2019-10-10
Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
10
-31
/
+29
2019-10-10
nbd: fix possible sysfs duplicate warning
Xiubo Li
1
-1
/
+1
2019-10-10
xen: Stop abusing DT of_dma_configure API
Rob Herring
2
-21
/
+4
2019-10-10
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-0
/
+2
2019-10-10
Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-13
/
+49
2019-10-10
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-66
/
+71
2019-10-10
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-1
/
+10
2019-10-10
MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
Geert Uytterhoeven
2
-4
/
+4
2019-10-10
xen/grant-table: remove unnecessary printing
Fuqian Huang
1
-2
/
+1
2019-10-10
w1: ds250x: Fix build error without CRC16
YueHaibing
1
-0
/
+1
2019-10-10
virt: vbox: fix memory leak in hgcm_call_preprocess_linaddr
Navid Emamdoost
1
-1
/
+2
2019-10-10
binder: Fix comment headers on binder_alloc_prepare_to_free()
Joel Fernandes (Google)
1
-1
/
+1
2019-10-10
binder: prevent UAF read in print_binder_transaction_log_entry()
Christian Brauner
2
-2
/
+4
2019-10-10
USB: yurex: fix NULL-derefs on disconnect
Johan Hovold
1
-4
/
+7
2019-10-10
tty: serial: imx: Use platform_get_irq_optional() for optional IRQs
Anson Huang
1
-2
/
+2
2019-10-10
serial: fix kernel-doc warning in comments
Randy Dunlap
1
-0
/
+2
2019-10-10
USB: iowarrior: use pr_err()
Johan Hovold
1
-1
/
+1
2019-10-10
USB: iowarrior: drop redundant iowarrior mutex
Johan Hovold
1
-12
/
+1
2019-10-10
USB: iowarrior: drop redundant disconnect mutex
Johan Hovold
1
-15
/
+2
2019-10-10
USB: iowarrior: fix use-after-free after driver unbind
Johan Hovold
1
-0
/
+6
2019-10-10
USB: iowarrior: fix use-after-free on release
Johan Hovold
1
-1
/
+2
2019-10-10
USB: iowarrior: fix use-after-free on disconnect
Johan Hovold
1
-4
/
+3
2019-10-10
USB: chaoskey: fix use-after-free on release
Johan Hovold
1
-2
/
+3
2019-10-10
USB: adutux: fix use-after-free on release
Johan Hovold
1
-1
/
+2
2019-10-10
USB: ldusb: fix NULL-derefs on driver unbind
Johan Hovold
1
-12
/
+12
2019-10-10
USB: legousbtower: fix use-after-free on release
Johan Hovold
1
-1
/
+2
2019-10-10
usb: cdns3: Fix for incorrect DMA mask.
Pawel Laszczak
1
-0
/
+7
2019-10-10
usb: cdns3: fix cdns3_core_init_role()
Roger Quadros
1
-1
/
+19
2019-10-10
usb: cdns3: gadget: Fix full-speed mode
Roger Quadros
1
-0
/
+1
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...
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
s390/cio: fix virtio-ccw DMA without PV
Halil Pasic
3
-2
/
+8
2019-10-09
null_blk: Fix zoned command return code
Keith Busch
1
-2
/
+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
RISC-V: entry: Remove unneeded need_resched() loop
Valentin Schneider
1
-2
/
+1
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
2019-10-09
MIPS: fw: sni: Fix out of bounds init of o32 stack
Thomas Bogendoerfer
1
-1
/
+1
2019-10-09
MIPS: include: Mark __xchg as __always_inline
Thomas Bogendoerfer
1
-2
/
+2
2019-10-09
iio: Fix an undefied reference error in noa1305_probe
zhong jiang
1
-0
/
+1
2019-10-09
iio: light: opt3001: fix mutex unlock race
David Frey
1
-1
/
+5
2019-10-09
iio: adc: ad799x: fix probe error handling
Marco Felsch
1
-2
/
+2
2019-10-09
iio: light: add missing vcnl4040 of_compatible
Marco Felsch
1
-0
/
+4
2019-10-09
iio: light: fix vcnl4000 devicetree hooks
Marco Felsch
1
-5
/
+5
2019-10-09
iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controller
Lorenzo Bianconi
1
-1
/
+3
2019-10-09
iio: adc: axp288: Override TS pin bias current for some models
Hans de Goede
1
-0
/
+32
2019-10-09
iio: imu: adis16400: fix memory leak
Navid Emamdoost
1
-1
/
+4
2019-10-09
iio: imu: adis16400: release allocated memory on failure
Navid Emamdoost
1
-1
/
+4
2019-10-09
iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
Fabrice Gasnier
2
-3
/
+41
2019-10-09
iio: adc: stm32-adc: move registers definitions
Fabrice Gasnier
3
-136
/
+136
2019-10-09
iio: accel: adxl372: Perform a reset at start up
Stefan Popa
1
-0
/
+8
2019-10-09
iio: accel: adxl372: Fix push to buffers lost samples
Stefan Popa
1
-2
/
+1
2019-10-09
iio: accel: adxl372: Fix/remove limitation for FIFO samples
Stefan Popa
1
-3
/
+8
2019-10-09
iio: adc: hx711: fix bug in sampling of data
Andreas Klinger
1
-5
/
+5
2019-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
18
-147
/
+154
2019-10-09
drm/amdgpu: fix memory leak
Nirmoy Das
1
-7
/
+7
2019-10-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
16
-104
/
+98
2019-10-09
xfs: move local to extent inode logging into bmap helper
Brian Foster
4
-7
/
+8
2019-10-09
xfs: remove broken error handling on failed attr sf to leaf change
Brian Foster
1
-17
/
+2
2019-10-09
xfs: log the inode on directory sf to block format change
Brian Foster
2
-0
/
+2
2019-10-09
NFS: Remove redundant mirror tracking in O_DIRECT
Trond Myklebust
1
-42
/
+0
2019-10-09
NFS: Fix O_DIRECT accounting of number of bytes read/written
Trond Myklebust
1
-35
/
+43
2019-10-09
perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp
Tom Lendacky
1
-13
/
+17
[next]