index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-20
efi/libstub: Stop parsing arguments at "--"
Arvind Sankar
1
-0
/
+2
2020-08-20
efi: add missed destroy_workqueue when efisubsys_init fails
Li Heng
1
-0
/
+2
2020-08-20
efi/x86: Mark kernel rodata non-executable for mixed mode
Arvind Sankar
1
-0
/
+2
2020-08-20
opp: Enable resources again if they were disabled earlier
Rajendra Nayak
1
-4
/
+7
2020-08-20
Fix build error when CONFIG_ACPI is not set/enabled:
Randy Dunlap
1
-0
/
+1
2020-08-20
efi: avoid error message when booting under Xen
Juergen Gross
1
-1
/
+1
2020-08-20
Merge tag 'vfio-v5.9-rc2' of git://github.com/awilliam/linux-vfio
Linus Torvalds
3
-29
/
+164
2020-08-20
Revert "drm/amdgpu: disable gfxoff for navy_flounder"
Jiansong Chen
1
-3
/
+0
2020-08-20
powerpc/powernv/pci: Fix possible crash when releasing DMA resources
Frederic Barrat
1
-1
/
+1
2020-08-20
net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...
Wang Hai
1
-3
/
+1
2020-08-20
net: atlantic: Use readx_poll_timeout() for large timeout
Sebastian Andrzej Siewior
1
-2
/
+2
2020-08-20
ptp: ptp_clockmatrix: use i2c_master_send for i2c write
Min Li
2
-13
/
+45
2020-08-20
netlink: fix state reallocation in policy export
Johannes Berg
1
-0
/
+3
2020-08-20
Merge branch 'Bug-fixes-for-ENA-ethernet-driver'
David S. Miller
1
-17
/
+18
2020-08-20
net: ena: Make missed_tx stat incremental
Shay Agroskin
1
-1
/
+4
2020-08-20
net: ena: Change WARN_ON expression in ena_del_napi_in_range()
Shay Agroskin
1
-7
/
+4
2020-08-20
net: ena: Prevent reset after device destruction
Shay Agroskin
1
-9
/
+10
2020-08-20
of: address: Work around missing device_type property in pcie nodes
Marc Zyngier
1
-1
/
+15
2020-08-19
dt: writing-schema: Miscellaneous grammar fixes
Geert Uytterhoeven
1
-2
/
+2
2020-08-19
lib/string.c: Use freestanding environment
Arvind Sankar
1
-1
/
+6
2020-08-19
x86/boot/compressed: Use builtin mem functions for decompressor
Arvind Sankar
2
-9
/
+3
2020-08-19
io_uring: use system_unbound_wq for ring exit work
Jens Axboe
1
-1
/
+7
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
13
-29
/
+104
2020-08-19
ext4: reorganize if statement of ext4_mb_release_context()
brookxu
1
-17
/
+16
2020-08-19
ext4: add mb_debug logging when there are lost chunks
brookxu
1
-3
/
+6
2020-08-19
ext4: Fix comment typo "the the".
kyoungho koo
1
-1
/
+1
2020-08-19
jbd2: clean up checksum verification in do_one_pass()
Shijie Luo
1
-34
/
+12
2020-08-19
ALSA: hda: avoid reset of sdo_limit
Sameer Pujar
2
-11
/
+12
2020-08-19
drm/i915/tgl: Make sure TC-cold is blocked before enabling TC AUX power wells
Imre Deak
1
-6
/
+6
2020-08-19
drm/i915/selftests: Avoid passing a random 0 into ilog2
George Spelvin
1
-8
/
+10
2020-08-19
drm/i915: Fix wrong return value in intel_atomic_check()
Tianjia Zhang
1
-1
/
+1
2020-08-19
drm/i915: Update bw_buddy pagemask table
Matt Roper
1
-1
/
+1
2020-08-19
drm/i915/display: Check for an LPSP encoder before dereferencing
Chris Wilson
1
-2
/
+5
2020-08-19
drm/i915: Copy default modparams to mock i915_device
Chris Wilson
1
-0
/
+3
2020-08-19
drm/i915: Provide the perf pmu.module
Chris Wilson
1
-5
/
+2
2020-08-19
Merge tag 'gvt-next-fixes-2020-08-05' of https://github.com/intel/gvt-linux i...
Jani Nikula
5
-4
/
+47
2020-08-19
ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion
Mike Pozulp
1
-0
/
+1
2020-08-19
Merge tag 'asoc-fix-v5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
17
-243
/
+266
2020-08-19
Merge tag 'amd-drm-fixes-5.9-2020-08-12' of git://people.freedesktop.org/~agd...
Dave Airlie
12
-45
/
+114
2020-08-19
Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-0
/
+2
2020-08-19
bpftool: Handle EAGAIN error code properly in pids collection
Yonghong Song
1
-0
/
+2
2020-08-19
bpf: Avoid visit same object multiple times
Yonghong Song
1
-1
/
+2
2020-08-19
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
1
-1
/
+14
2020-08-19
net: ipv4: remove duplicate "the the" phrase in Kconfig text
Colin Ian King
1
-7
/
+7
2020-08-19
net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig text
Colin Ian King
1
-1
/
+1
2020-08-19
Merge branch 'ethtool-netlink-bug-fixes'
David S. Miller
1
-9
/
+10
2020-08-19
ethtool: Don't omit the netlink reply if no features were changed
Maxim Mikityanskiy
1
-7
/
+4
2020-08-19
ethtool: Account for hw_features in netlink interface
Maxim Mikityanskiy
1
-1
/
+2
2020-08-19
ethtool: Fix preserving of wanted feature bits in netlink interface
Maxim Mikityanskiy
1
-4
/
+7
2020-08-19
ipv6: some fixes for ipv6_dev_find()
Xin Long
3
-43
/
+28
[prev]
[next]