index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-8
/
+31
2016-04-22
Merge tag 'powerpc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-11
/
+16
2016-04-22
Merge tag 'iommu-fixes-v4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-18
/
+91
2016-04-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
22
-63
/
+126
2016-04-22
Merge tag 'sound-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
9
-20
/
+59
2016-04-22
Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
12
-19
/
+37
2016-04-22
drm: Loongson-3 doesn't fully support wc memory
Huacai Chen
1
-0
/
+2
2016-04-22
Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
1
-0
/
+2
2016-04-22
drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
Ben Skeggs
1
-0
/
+2
2016-04-21
amdgpu/uvd: add uvd fw version for amdgpu
Sonny Jiang
3
-1
/
+5
2016-04-21
drm/amdgpu: forbid mapping of userptr bo through radeon device file
Jérôme Glisse
1
-0
/
+2
2016-04-21
drm/radeon: forbid mapping of userptr bo through radeon device file
Jérôme Glisse
1
-0
/
+2
2016-04-21
drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
Alex Deucher
1
-1
/
+1
2016-04-21
drm/amdgpu: use defines for CRTCs and AMFT blocks
Alex Deucher
1
-2
/
+2
2016-04-22
drm/dp/mst: Validate port in drm_dp_payload_send_msg()
cpaul@redhat.com
1
-1
/
+8
2016-04-22
Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
1
-2
/
+2
2016-04-22
drm/nouveau/kms: fix setting of default values for dithering properties
Ben Skeggs
1
-2
/
+2
2016-04-22
Merge tag 'drm-intel-fixes-2016-04-21' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
6
-41
/
+75
2016-04-21
Merge tag 'rtc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...
Linus Torvalds
2
-6
/
+7
2016-04-21
Merge tag 'pm+acpi-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+7
2016-04-21
rtc: ds1307: Use irq when available for wakeup-source device
Nishanth Menon
1
-1
/
+1
2016-04-21
rtc: ds1307: ds3231 temperature s16 overflow
Zhuang Yuyao
1
-2
/
+2
2016-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
84
-529
/
+1009
2016-04-21
openvswitch: use flow protocol when recalculating ipv6 checksums
Simon Horman
1
-2
/
+2
2016-04-21
Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
Shrikrishna Khare
2
-6
/
+10
2016-04-21
atl2: Disable unimplemented scatter/gather feature
Ben Hutchings
1
-1
/
+1
2016-04-21
Merge branch 'mlx4-fixes'
David S. Miller
8
-22
/
+89
2016-04-21
net/mlx4_en: Split SW RX dropped counter per RX ring
Eran Ben Elisha
4
-3
/
+10
2016-04-21
net/mlx4_core: Don't allow to VF change global pause settings
Eugenia Emantayev
2
-0
/
+15
2016-04-21
net/mlx4_core: Avoid repeated calls to pci enable/disable
Daniel Jurgens
2
-5
/
+41
2016-04-21
net/mlx4_core: Implement pci_resume callback
Daniel Jurgens
1
-15
/
+24
2016-04-21
net: phy: spi_ks8895: Don't leak references to SPI devices
Mark Brown
1
-1
/
+1
2016-04-21
net: ethernet: davinci_emac: Fix platform_data overwrite
Neil Armstrong
1
-2
/
+0
2016-04-21
net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enable
Neil Armstrong
1
-0
/
+1
2016-04-21
Merge branch 'pm-cpufreq-fixes'
Rafael J. Wysocki
2
-0
/
+7
2016-04-21
Merge branch 'qed-fixes'
David S. Miller
1
-57
/
+100
2016-04-21
qede: Fix single MTU sized packet from firmware GRO flow
Manish Chopra
1
-0
/
+13
2016-04-21
qede: Fix setting Skb network header
Manish Chopra
1
-2
/
+2
2016-04-21
qede: Fix various memory allocation error flows for fastpath
Manish Chopra
1
-55
/
+85
2016-04-21
Merge branch 'tcp-coalesce-merge-timestamps'
David S. Miller
3
-0
/
+19
2016-04-21
tcp: Merge tx_flags and tskey in tcp_shifted_skb
Martin KaFai Lau
3
-2
/
+5
2016-04-21
tcp: Merge tx_flags and tskey in tcp_collapse_retrans
Martin KaFai Lau
1
-0
/
+16
2016-04-21
drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open
Grygorii Strashko
1
-2
/
+2
2016-04-21
tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acks
Martin KaFai Lau
1
-1
/
+2
2016-04-21
openvswitch: Orphan skbs before IPv6 defrag
Joe Stringer
1
-0
/
+1
2016-04-21
arm64: Fix EL1/EL2 early init inconsistencies with VHE
Dave Martin
1
-0
/
+10
2016-04-21
ALSA: hda - Fix possible race on regmap bypass flip
Takashi Iwai
3
-18
/
+34
2016-04-21
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
3
-3
/
+4
2016-04-21
ALSA: pcxhr: Fix missing mutex unlock
Takashi Iwai
1
-0
/
+1
2016-04-21
Merge tag 'fbdev-fixes-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-15
/
+12
[next]