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
2017-05-24
tools/include: Sync kernel ABI headers with tooling headers
Ingo Molnar
10
-19
/
+84
2017-05-24
perf tools: Put caller above callee in --children mode
Namhyung Kim
1
-0
/
+2
2017-05-24
perf report: Do not drop last inlined frame
Milian Wolff
1
-4
/
+14
2017-05-24
perf report: Always honor callchain order for inlined nodes
Milian Wolff
1
-14
/
+4
2017-05-24
perf script: Add --inline option for debugging
Namhyung Kim
3
-0
/
+39
2017-05-24
perf report: Fix off-by-one for non-activation frames
Milian Wolff
2
-1
/
+16
2017-05-24
perf report: Fix memory leak in addr2line when called by addr2inlines
Milian Wolff
1
-10
/
+13
2017-05-24
perf report: Don't crash on invalid maps in `-g srcline` mode
Milian Wolff
1
-4
/
+9
2017-05-23
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+21
2017-05-22
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+39
2017-05-22
Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+11
2017-05-22
Merge tag 'acpi-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
3
-4
/
+25
2017-05-22
Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
11
-303
/
+787
2017-05-22
i2c: designware: Fix bogus sda_hold_time due to uninitialized vars
Jan Kiszka
1
-1
/
+1
2017-05-22
efi-pstore: Fix write/erase id tracking
Kees Cook
1
-6
/
+11
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
33
-133
/
+335
2017-05-22
net: sched: cls_matchall: fix null pointer dereference
Jiri Pirko
1
-1
/
+0
2017-05-22
vsock: use new wait API for vsock_stream_sendmsg()
WANG Cong
1
-13
/
+8
2017-05-22
bonding: fix randomly populated arp target array
Jarod Wilson
1
-3
/
+2
2017-05-22
Merge branches 'pm-sleep' and 'powercap'
Rafael J. Wysocki
4
-8
/
+8
2017-05-22
Merge branches 'acpi-button' and 'acpi-tools'
Rafael J. Wysocki
3
-4
/
+25
2017-05-22
Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'
Rafael J. Wysocki
7
-295
/
+779
2017-05-22
net: Make IP alignment calulations clearer.
David S. Miller
1
-4
/
+8
2017-05-22
bonding: fix accounting of active ports in 3ad
Jarod Wilson
1
-1
/
+1
2017-05-22
net: atheros: atl2: don't return zero on failure path in atl2_probe()
Alexey Khoroshilov
1
-4
/
+4
2017-05-22
ipv6: fix out of bound writes in __ip6_append_data()
Eric Dumazet
1
-7
/
+8
2017-05-22
i2c: designware: Fix bogus sda_hold_time due to uninitialized vars
Jan Kiszka
1
-1
/
+1
2017-05-22
i2c: i2c-tiny-usb: fix buffer not being DMA capable
Sebastian Reichel
1
-4
/
+21
2017-05-21
Linux 4.12-rc2
Linus Torvalds
1
-1
/
+1
2017-05-21
x86: fix 32-bit case of __get_user_asm_u64()
Linus Torvalds
1
-3
/
+3
2017-05-21
Clean up x86 unsafe_get/put_user() type handling
Linus Torvalds
1
-2
/
+3
2017-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-3
/
+5
2017-05-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-1
/
+28
2017-05-21
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-8
/
+11
2017-05-21
bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
Xin Long
2
-1
/
+2
2017-05-21
smsc95xx: Support only IPv4 TCP/UDP csum offload
Nisar Sayed
1
-3
/
+10
2017-05-21
Merge branch 'arp-always-override-existing-neigh-entries-with-gratuitous-ARP'
David S. Miller
1
-17
/
+39
2017-05-21
arp: always override existing neigh entries with gratuitous ARP
Ihar Hrachyshka
1
-4
/
+5
2017-05-21
arp: postpone addr_type calculation to as late as possible
Ihar Hrachyshka
1
-7
/
+17
2017-05-21
arp: decompose is_garp logic into a separate function
Ihar Hrachyshka
1
-12
/
+23
2017-05-21
arp: fixed error in a comment
Ihar Hrachyshka
1
-1
/
+1
2017-05-21
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
1
-0
/
+4
2017-05-21
osf_wait4(): fix infoleak
Al Viro
1
-2
/
+4
2017-05-21
fix unsafe_put_user()
Al Viro
1
-1
/
+1
2017-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
21
-79
/
+249
2017-05-20
Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-11
/
+72
2017-05-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-36
/
+59
2017-05-20
nvmet: release the sq ref on rdma read errors
Vijay Immanuel
3
-0
/
+8
2017-05-20
nvmet-fc: remove target cpu scheduling flag
James Smart
4
-15
/
+3
2017-05-20
nvme-fc: stop queues on error detection
James Smart
1
-0
/
+4
[next]