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
2020-04-21
btrfs: rename btrfs_parse_device_options back to btrfs_parse_early_options
btrfs-integrity
Johannes Thumshirn
1
-5
/
+6
2020-04-21
btrfs: add authentication support
Johannes Thumshirn
5
-5
/
+78
2020-04-20
btrfs: drop logs when we've aborted a transaction
Josef Bacik
1
-4
/
+32
2020-04-20
btrfs: discard: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2020-04-20
btrfs: simplify error handling of clean_pinned_extents()
Filipe Manana
1
-12
/
+6
2020-04-20
btrfs: fix memory leak of transaction when deleting unused block group
Filipe Manana
1
-0
/
+4
2020-04-20
btrfs: remove the redundant parameter level in btrfs_bin_search()
Qu Wenruo
4
-15
/
+12
2020-04-20
fixup! btrfs: Reformat btrfs_tree.h comments
David Sterba
1
-121
/
+127
2020-04-20
btrfs: Reformat btrfs_tree.h comments
Qu Wenruo
1
-223
/
+232
2020-04-20
btrfs: move on-disk structure definitions to btrfs_tree.h
Qu Wenruo
4
-331
/
+336
2020-04-20
btrfs: make btrfs_read_disk_super return struct btrfs_disk_super
Nikolay Borisov
1
-24
/
+23
2020-04-20
btrfs: use list_for_each_entry_safe in free_reloc_roots
Nikolay Borisov
1
-11
/
+5
2020-04-20
btrfs: don't force read-only after error in drop snapshot
David Sterba
1
-2
/
+0
2020-04-20
btrfs: remove pointless assertion on reclaim_size counter
Filipe Manana
1
-1
/
+0
2020-04-20
btrfs: tree-checker: remove duplicate definition of 'inode_item_err'
Zheng Wei
1
-4
/
+0
2020-04-20
btrfs: force chunk allocation if our global rsv is larger than metadata
Josef Bacik
2
-0
/
+21
2020-04-20
btrfs: run btrfs_try_granting_tickets if a priority ticket fails
Josef Bacik
1
-4
/
+10
2020-04-20
btrfs: only check priority tickets for priority flushing
Josef Bacik
1
-2
/
+21
2020-04-20
btrfs: account for trans_block_rsv in may_commit_transaction
Josef Bacik
1
-0
/
+6
2020-04-20
btrfs: allow to use up to 90% of the global block rsv for unlink
Josef Bacik
1
-1
/
+1
2020-04-20
btrfs: improve global reserve stealing logic
Josef Bacik
7
-42
/
+46
2020-04-20
btrfs: backref: distinguish reloc and non-reloc use of indirect resolution
Qu Wenruo
1
-2
/
+14
2020-04-20
btrfs: reloc: move error handling of build_backref_tree() to backref.c
Qu Wenruo
3
-47
/
+58
2020-04-20
btrfs: backref: rename and move finish_upper_links()
Qu Wenruo
3
-115
/
+110
2020-04-20
btrfs: backref: rename and move handle_one_tree_block()
Qu Wenruo
3
-355
/
+373
2020-04-20
btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref()
Qu Wenruo
1
-1
/
+5
2020-04-20
btrfs: backref: rename and move should_ignore_root()
Qu Wenruo
2
-4
/
+7
2020-04-20
btrfs: backref: rename and move backref_tree_panic()
Qu Wenruo
2
-20
/
+17
2020-04-20
btrfs: backref: rename and move backref_cache_cleanup()
Qu Wenruo
3
-31
/
+36
2020-04-20
btrfs: backref: rename and move remove_backref_node()
Qu Wenruo
3
-48
/
+53
2020-04-20
btrfs: backref: rename and move drop_backref_node()
Qu Wenruo
2
-38
/
+46
2020-04-20
btrfs: backref: rename and move free_backref_(node|edge)
Qu Wenruo
2
-31
/
+31
2020-04-20
btrfs: backref: rename and move link_backref_edge()
Qu Wenruo
2
-19
/
+20
2020-04-20
btrfs: backref: rename and move alloc_backref_edge()
Qu Wenruo
3
-14
/
+16
2020-04-20
btrfs: backref: rename and move alloc_backref_node()
Qu Wenruo
3
-26
/
+29
2020-04-20
btrfs: backref: rename and move backref_cache_init()
Qu Wenruo
3
-17
/
+21
2020-04-20
btrfs: rename tree_entry to rb_simple_node and export it
Qu Wenruo
3
-79
/
+90
2020-04-20
btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h
Qu Wenruo
2
-113
/
+116
2020-04-20
btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache
Qu Wenruo
1
-137
/
+141
2020-04-20
btrfs: reloc: refactor useless nodes handling into its own function
Qu Wenruo
1
-37
/
+76
2020-04-20
btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()
Qu Wenruo
1
-69
/
+117
2020-04-20
btrfs: reloc: remove the open-coded goto loop for breadth-first search
Qu Wenruo
1
-81
/
+88
2020-04-20
btrfs: reloc: pass essential members for alloc_backref_node()
Qu Wenruo
1
-20
/
+20
2020-04-20
btrfs: reloc: use wrapper to replace open-coded edge linking
Qu Wenruo
1
-16
/
+37
2020-04-20
btrfs: reloc: refactor indirect tree backref processing into its own function
Qu Wenruo
1
-135
/
+159
2020-04-20
btrfs: reloc: refactor direct tree backref processing into its own function
Qu Wenruo
1
-52
/
+78
2020-04-20
btrfs: reloc: make reloc root search-specific for relocation backref cache
Qu Wenruo
2
-11
/
+41
2020-04-20
btrfs: reloc: add backref_cache::fs_info member
Qu Wenruo
1
-2
/
+6
2020-04-20
btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_node
Qu Wenruo
1
-28
/
+46
2020-04-20
btrfs: reloc: rename mark_block_processed and __mark_block_processed
Qu Wenruo
1
-34
/
+22
2020-04-20
btrfs: reloc: use btrfs_backref_iter infrastructure
Qu Wenruo
1
-129
/
+62
2020-04-20
btrfs: backref: implement btrfs_backref_iter_next()
Qu Wenruo
2
-0
/
+94
2020-04-20
btrfs: backref: introduce the skeleton of btrfs_backref_iter
Qu Wenruo
2
-0
/
+148
2020-04-20
btrfs: Add missing annotation for btrfs_tree_lock()
Jules Irenge
1
-0
/
+1
2020-04-20
btrfs: Add missing annotation for btrfs_lock_cluster()
Jules Irenge
1
-0
/
+1
2020-04-19
Linux 5.7-rc2
Linus Torvalds
1
-1
/
+1
2020-04-19
mm: Fix MREMAP_DONTUNMAP accounting on VMA merge
Brian Geffon
1
-1
/
+12
2020-04-19
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-41
/
+35
2020-04-19
Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-53
/
+127
2020-04-19
Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+27
2020-04-19
Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
22
-387
/
+646
2020-04-19
Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-63
/
+51
2020-04-19
Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+21
2020-04-19
Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-04-19
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-18
/
+34
2020-04-19
Merge tag '5.7-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-3
/
+22
2020-04-19
Merge tag 'flexible-array-member-5.7-rc2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
28
-39
/
+39
2020-04-18
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
9
-10
/
+12
2020-04-18
xattr.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
uapi: linux: fiemap.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
uapi: linux: dlm_device.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-04-18
tpm_eventlog.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2020-04-18
ti_wilink_st.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2020-04-18
swap.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
skbuff.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
sched: topology.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
rslib.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
rio.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-04-18
posix_acl.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
platform_data: wilco-ec.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
memcontrol.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-04-18
list_lru.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
lib: cpu_rmap: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
irq.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-04-18
ihex.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
igmp.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
genalloc.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
ethtool.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-04-18
energy_model.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
enclosure.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
dirent.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
digsig.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-04-18
can: dev: peak_canfd.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-04-18
blk_types: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
blk-mq: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
bio: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-18
Merge tag 'hwmon-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-50
/
+134
2020-04-18
Merge tag 'xfs-5.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-20
/
+42
2020-04-18
Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-10
/
+15
2020-04-18
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-40
/
+38
2020-04-18
Merge tag 'drm-fixes-2020-04-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-94
/
+85
2020-04-18
hwmon: (jc42) Fix name to have no illegal characters
Sascha Hauer
1
-1
/
+1
2020-04-18
x86/split_lock: Add Tremont family CPU models
Tony Luck
1
-0
/
+3
2020-04-18
x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architectural
Tony Luck
1
-14
/
+31
2020-04-17
Merge tag 'docs-fixes' of git://git.lwn.net/linux
Linus Torvalds
4
-33
/
+24
2020-04-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+7
2020-04-17
Merge tag 'mtd/fixes-for-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2020-04-17
Merge tag 'linux-watchdog-5.7-rc2' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
1
-0
/
+4
2020-04-17
Merge tag 'devicetree-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
29
-115
/
+162
2020-04-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-13
/
+4
2020-04-17
Merge tag 'for-linus-5.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+9
2020-04-17
x86/resctrl: Preserve CDP enable over CPU hotplug
James Morse
3
-0
/
+16
2020-04-17
Merge tag 'io_uring-5.7-2020-04-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-139
/
+162
2020-04-17
Merge tag 'block-5.7-2020-04-17' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-8
/
+9
2020-04-17
Merge tag 'libata-5.7-2020-04-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-04-17
Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+17
2020-04-17
Merge tag 'pm-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+14
2020-04-17
Merge tag 'sound-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
9
-68
/
+104
2020-04-17
kbuild: check libyaml installation for 'make dt_binding_check'
Masahiro Yamada
1
-1
/
+1
2020-04-17
x86/resctrl: Fix invalid attempt at removing the default resource group
Reinette Chatre
1
-1
/
+2
2020-04-17
blk-wbt: Drop needless newlines from tracepoint format strings
Tommi Rantala
1
-4
/
+4
2020-04-17
blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals
Tommi Rantala
1
-2
/
+2
2020-04-17
s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig
Stefan Haberland
1
-1
/
+0
2020-04-17
of: unittest: kmemleak in duplicate property update
Frank Rowand
2
-10
/
+25
2020-04-17
of: overlay: kmemleak in dup_and_fixup_symbol_prop()
Frank Rowand
1
-0
/
+2
2020-04-17
of: unittest: kmemleak in of_unittest_overlay_high_level()
Frank Rowand
1
-1
/
+4
2020-04-17
of: unittest: kmemleak in of_unittest_platform_populate()
Frank Rowand
1
-2
/
+5
2020-04-17
of: unittest: kmemleak on changeset destroy
Frank Rowand
1
-0
/
+4
2020-04-17
MAINTAINERS: dt: fix pointers for ARM Integrator, Versatile and RealView
Mauro Carvalho Chehab
1
-1
/
+4
2020-04-17
MAINTAINERS: dt: update display/allwinner file entry
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-17
dt-bindings: iio: dac: AD5570R fix bindings errors
Alexandru Tachici
1
-49
/
+44
2020-04-17
btrfs: fix setting last_trans for reloc roots
Josef Bacik
1
-2
/
+17
2020-04-17
x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()
Tony Luck
1
-4
/
+2
2020-04-17
Merge tag 'irqchip-fixes-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Thomas Gleixner
9
-17
/
+51
2020-04-17
Merge branch 'irq/gic-v4.1-fixes-5.7' into irq/irqchip-5.7
Marc Zyngier
3
-4
/
+29
2020-04-17
irqchip/irq-bcm7038-l1: Make bcm7038_l1_of_init() static
Jason Yan
1
-1
/
+1
2020-04-17
irqchip/irq-mvebu-icu: Make legacy_bindings static
Jason Yan
1
-1
/
+1
2020-04-17
irqchip/meson-gpio: Fix HARDIRQ-safe -> HARDIRQ-unsafe lock order
Marc Zyngier
1
-8
/
+10
2020-04-17
irqchip/sifive-plic: Fix maximum priority threshold value
Atish Patra
1
-1
/
+1
2020-04-17
irqchip/ti-sci-inta: Fix processing of masked irqs
Grygorii Strashko
1
-1
/
+2
2020-04-17
irqchip/mbigen: Free msi_desc on device teardown
Zenghui Yu
1
-1
/
+7
2020-04-17
arm/xen: make _xen_start_info static
Jason Yan
1
-1
/
+1
2020-04-16
Merge tag 'nfs-for-5.7-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+2
2020-04-16
Merge tag 'tag-chrome-platform-fixes-for-v5.7-rc2' of git://git.kernel.org/pu...
Linus Torvalds
1
-4
/
+4
2020-04-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
108
-679
/
+1067
2020-04-16
amd-xgbe: Use __napi_schedule() in BH context
Sebastian Andrzej Siewior
1
-1
/
+1
2020-04-16
mISDN: make dmril and dmrim static
Jason Yan
1
-2
/
+2
2020-04-16
net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
Florian Fainelli
1
-0
/
+2
2020-04-16
net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode
DENG Qingfang
2
-6
/
+19
2020-04-16
dt-bindings: Fix misspellings of "Analog Devices"
Geert Uytterhoeven
4
-6
/
+6
2020-04-16
Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+4
2020-04-16
Merge tag 'ceph-for-5.7-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-19
/
+24
2020-04-16
smb3: remove overly noisy debug line in signing errors
Steve French
1
-2
/
+2
2020-04-16
Merge tag 'trace-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-7
/
+3
2020-04-16
keys: Fix proc_keys_next to increase position index
Vasily Averin
1
-0
/
+2
2020-04-16
ahci: Add Intel Comet Lake PCH-U PCI ID
Kai-Heng Feng
1
-0
/
+1
2020-04-16
xfs: move inode flush to the sync workqueue
Darrick J. Wong
2
-19
/
+27
2020-04-16
blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
John Garry
1
-1
/
+3
2020-04-16
proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets
Andrei Vagin
2
-2
/
+27
2020-04-16
irqchip/gic-v4.1: Update effective affinity of virtual SGIs
Marc Zyngier
1
-0
/
+1
2020-04-16
irqchip/gic-v4.1: Add support for VPENDBASER's Dirty+Valid signaling
Marc Zyngier
3
-4
/
+28
2020-04-16
Merge tag 'perf-urgent-for-mingo-5.7-20200414' of git://git.kernel.org/pub/sc...
Ingo Molnar
22
-387
/
+646
2020-04-16
Merge branch 'linux-5.7' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
2
-0
/
+19
2020-04-16
drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE()
Ben Skeggs
2
-0
/
+19
2020-04-15
proc: Handle umounts cleanly
Eric W. Biederman
1
-0
/
+7
2020-04-15
ext4: convert BUG_ON's to WARN_ON's in mballoc.c
Theodore Ts'o
1
-2
/
+4
2020-04-15
ext4: increase wait time needed before reuse of deleted inode numbers
Theodore Ts'o
1
-1
/
+1
2020-04-15
ext4: remove set but not used variable 'es' in ext4_jbd2.c
Jason Yan
1
-3
/
+0
2020-04-15
ext4: remove set but not used variable 'es'
Jason Yan
1
-2
/
+0
2020-04-15
ext4: do not zeroout extents beyond i_disksize
Jan Kara
1
-4
/
+4
2020-04-15
ext4: fix return-value types in several function comments
Josh Triplett
2
-3
/
+3
2020-04-15
ext4: use non-movable memory for superblock readahead
Roman Gushchin
4
-2
/
+21
2020-04-15
ext4: use matching invalidatepage in ext4_writepage
yangerkun
1
-1
/
+1
2020-04-15
cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+
Jones Syue
2
-1
/
+5
2020-04-15
cifs: dump the session id and keys also for SMB2 sessions
Ronnie Sahlberg
1
-0
/
+15
2020-04-16
Merge tag 'amd-drm-fixes-5.7-2020-04-15' of git://people.freedesktop.org/~agd...
Dave Airlie
9
-16
/
+33
2020-04-16
Merge tag 'drm-intel-fixes-2020-04-15' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2
-78
/
+33
2020-04-15
Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-30
/
+61
2020-04-15
tipc: fix incorrect increasing of link window
Tuong Lien
1
-1
/
+1
2020-04-15
Documentation: Fix tcp_challenge_ack_limit default value
Cambda Zhu
1
-1
/
+1
2020-04-15
net: tulip: make early_486_chipsets static
Jason Yan
1
-1
/
+1
2020-04-15
dt-bindings: net: ethernet-phy: add desciption for ethernet-phy-id1234.d400
Johan Jonker
1
-0
/
+3
2020-04-15
ipv6: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2020-04-15
dt-bindings: pwm: Fix cros-ec-pwm example dtc 'reg' warning
Rob Herring
1
-5
/
+12
2020-04-15
selinux: free str on error in str_read()
Ondrej Mosnacek
1
-4
/
+4
2020-04-15
scripts: documentation-file-ref-check: Add line break before exit
Tiezhu Yang
1
-1
/
+1
2020-04-15
scripts/kernel-doc: Add missing close-paren in c:function directives
Peter Maydell
1
-1
/
+1
2020-04-15
docs: admin-guide: merge sections for the kernel.modprobe sysctl
Eric Biggers
1
-28
/
+19
2020-04-15
docs: timekeeping: Use correct prototype for deprecated functions
Chris Packham
1
-3
/
+3
2020-04-15
net/rds: Use ERR_PTR for rds_message_alloc_sgs()
Jason Gunthorpe
4
-21
/
+19
2020-04-15
net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridge
Vladimir Oltean
4
-48
/
+47
2020-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
11
-95
/
+238
2020-04-15
Merge tag 'mac80211-for-net-2020-04-15' of git://git.kernel.org/pub/scm/linux...
David S. Miller
5
-25
/
+38
2020-04-15
i2c: tegra: Synchronize DMA before termination
Dmitry Osipenko
1
-0
/
+9
2020-04-15
i2c: tegra: Better handle case where CPU0 is busy for a long time
Dmitry Osipenko
1
-12
/
+15
2020-04-15
arm64: Delete the space separator in __emit_inst
Fangrui Song
1
-1
/
+3
2020-04-15
selftests/bpf: Check for correct program attach/detach in xdp_attach test
Toke Høiland-Jørgensen
1
-1
/
+29
2020-04-15
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
2
-59
/
+109
2020-04-15
xsk: Add missing check on user supplied headroom size
Magnus Karlsson
1
-3
/
+2
[next]