index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
9
-11
/
+22
2019-11-25
libbpf: Fix usage of u32 in userspace code
Andrii Nakryiko
1
-1
/
+1
2019-11-25
mm: Implement no-MMU variant of vmalloc_user_node_flags
Andrii Nakryiko
1
-2
/
+13
2019-11-25
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
5
-6
/
+21
2019-11-25
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
14
-328
/
+208
2019-11-25
Merge tag 'affs-for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-16
/
+10
2019-11-25
Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
66
-2619
/
+2780
2019-11-25
Merge tag 'mtd/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
48
-1023
/
+4525
2019-11-25
Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
22
-412
/
+433
2019-11-25
Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-156
/
+135
2019-11-25
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
15
-702
/
+427
2019-11-25
Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-20
/
+341
2019-11-25
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
48
-400
/
+783
2019-11-25
slip: Fix use-after-free Read in slip_open
Jouni Hogander
1
-0
/
+1
2019-11-25
Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
51
-800
/
+1398
2019-11-25
Merge tag 'for-5.5/libata-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
23
-83
/
+138
2019-11-25
net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
Oleksij Rempel
1
-5
/
+5
2019-11-25
macvlan: schedule bc_work even if error
Menglong Dong
1
-1
/
+2
2019-11-25
enetc: add support Credit Based Shaper(CBS) for hardware offload
Po Liu
5
-2
/
+138
2019-11-25
net: phy: add helpers phy_(un)lock_mdio_bus
Heiner Kallweit
2
-14
/
+24
2019-11-25
mdio_bus: don't use managed reset-controller
David Bauer
1
-2
/
+4
2019-11-25
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-725
/
+3089
2019-11-25
Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmdd
Linus Torvalds
22
-887
/
+1371
2019-11-25
vfs: properly and reliably lock f_pos in fdget_pos()
Linus Torvalds
3
-8
/
+2
2019-11-25
vfs: mark pipes and sockets as stream-like file descriptors
Linus Torvalds
2
-2
/
+5
2019-11-25
writeback: fix -Wformat compilation warnings
Qian Cai
1
-24
/
+24
2019-11-25
Merge branch 'for-5.5/system-state' into for-linus
Petr Mladek
15
-21
/
+901
2019-11-25
Merge branch 'for-5.5/selftests' into for-linus
Petr Mladek
1
-0
/
+1
2019-11-25
Merge branch 'sched/rt' into sched/core, to pick up commit
Ingo Molnar
1
-1
/
+1
2019-11-25
Merge tag 'kvm-ppc-next-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-15
/
+29
2019-11-25
x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
Andy Lutomirski
1
-3
/
+18
2019-11-25
lkdtm: Remove references to CONFIG_REFCOUNT_FULL
Will Deacon
1
-2
/
+1
2019-11-25
locking/refcount: Remove unused 'refcount_error_report()' function
Will Deacon
2
-18
/
+0
2019-11-25
locking/refcount: Consolidate implementations of refcount_t
Will Deacon
11
-308
/
+59
2019-11-25
locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitions
Will Deacon
1
-7
/
+2
2019-11-25
locking/refcount: Move saturation warnings out of line
Will Deacon
2
-19
/
+48
2019-11-25
locking/refcount: Improve performance of generic REFCOUNT_FULL code
Will Deacon
1
-56
/
+75
2019-11-25
locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...
Will Deacon
2
-246
/
+229
2019-11-25
locking/refcount: Remove unused refcount_*_checked() variants
Will Deacon
2
-43
/
+36
2019-11-25
locking/refcount: Ensure integer operands are treated as signed
Will Deacon
2
-10
/
+10
2019-11-25
locking/refcount: Define constants for saturation and max refcount values
Will Deacon
3
-26
/
+29
2019-11-25
Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...
Ingo Molnar
12
-13
/
+128
2019-11-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
195
-4088
/
+3382
2019-11-25
Merge branch 'x86/build' into x86/asm, to pick up completed topic branch
Ingo Molnar
38
-179
/
+163
2019-11-25
x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...
Ingo Molnar
3
-10
/
+14
2019-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
50
-548
/
+2031
2019-11-24
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
7
-7
/
+42
2019-11-24
ax88179_178a: add ethtool_op_get_ts_info()
Andreas K. Besslein
1
-0
/
+1
2019-11-24
Merge branch 'mlxsw-Two-small-updates'
Jakub Kicinski
1
-4
/
+40
2019-11-24
mlxsw: spectrum_router: Fix use of uninitialized adjacency index
Amit Cohen
1
-3
/
+2
[prev]
[next]