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
2022-01-27
nvmem: core: set size for sysfs bin file
Srinivas Kandagatla
1
-0
/
+2
2022-01-27
w1: Misuse of get_user()/put_user() reported by sparse
Christophe Leroy
1
-20
/
+6
2022-01-27
KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
Alexey Kardashevskiy
1
-1
/
+1
2022-01-27
KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
Alexey Kardashevskiy
1
-2
/
+6
2022-01-27
powerpc/powermac: Add missing lockdep_register_key()
Christophe Leroy
1
-0
/
+1
2022-01-27
clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB
Martin Blumenstingl
1
-3
/
+41
2022-01-27
i2c: mpc: Correct I2C reset procedure
Joakim Tjernlund
1
-8
/
+15
2022-01-27
powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
Michael Ellerman
1
-0
/
+2
2022-01-27
i2c: i801: Don't silently correct invalid transfer size
Heiner Kallweit
1
-10
/
+5
2022-01-27
powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
Nicholas Piggin
1
-1
/
+40
2022-01-27
powerpc/btext: add missing of_node_put
Julia Lawall
1
-1
/
+3
2022-01-27
powerpc/cell: add missing of_node_put
Julia Lawall
1
-0
/
+1
2022-01-27
powerpc/powernv: add missing of_node_put
Julia Lawall
1
-0
/
+1
2022-01-27
powerpc/6xx: add missing of_node_put
Julia Lawall
1
-0
/
+1
2022-01-27
x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
Ingo Molnar
2
-0
/
+2
2022-01-27
parisc: Avoid calling faulthandler_disabled() twice
John David Anglin
1
-1
/
+1
2022-01-27
random: do not throw away excess input to crng_fast_load
Jason A. Donenfeld
1
-7
/
+12
2022-01-27
serial: core: Keep mctrl register state and cached copy in sync
Lukas Wunner
1
-1
/
+2
2022-01-27
serial: pl010: Drop CR register reset on set_termios
Lukas Wunner
1
-3
/
+0
2022-01-27
regulator: qcom_smd: Align probe function with rpmh-regulator
Konrad Dybcio
1
-30
/
+70
2022-01-27
net: gemini: allow any RGMII interface mode
Russell King (Oracle)
1
-3
/
+6
2022-01-27
net: phy: marvell: configure RGMII delays for 88E1118
Russell King (Oracle)
1
-0
/
+6
2022-01-27
mlxsw: pci: Avoid flow control for EMAD packets
Danielle Ratson
2
-1
/
+17
2022-01-27
dm space map common: add bounds check to sm_ll_lookup_bitmap()
Joe Thornber
1
-0
/
+5
2022-01-27
dm btree: add a defensive bounds check to insert_at()
Joe Thornber
1
-3
/
+5
2022-01-27
mac80211: allow non-standard VHT MCS-10/11
Ping-Ke Shih
1
-1
/
+1
2022-01-27
net: mdio: Demote probed message to debug print
Florian Fainelli
1
-1
/
+1
2022-01-27
btrfs: remove BUG_ON(!eie) in find_parent_nodes
Josef Bacik
1
-3
/
+11
2022-01-27
btrfs: remove BUG_ON() in find_parent_nodes()
Josef Bacik
1
-1
/
+6
2022-01-27
ACPI: battery: Add the ThinkPad "Not Charging" quirk
Thomas Weißschuh
1
-0
/
+22
2022-01-27
amdgpu/pm: Make sysfs pm attributes as read-only for VFs
Marina Nikolic
1
-0
/
+6
2022-01-27
drm/amdgpu: fixup bad vram size on gmc v8
Zongmin Zhou
1
-3
/
+10
2022-01-27
ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5
Kirill A. Shutemov
3
-4
/
+6
2022-01-27
ACPICA: Fix wrong interpretation of PCC address
Sudeep Holla
1
-6
/
+1
2022-01-27
ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()
Rafael J. Wysocki
1
-1
/
+2
2022-01-27
ACPICA: Utilities: Avoid deleting the same object twice in a row
Rafael J. Wysocki
1
-0
/
+1
2022-01-27
ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions
Mark Langsdorf
1
-2
/
+8
2022-01-27
jffs2: GC deadlock reading a page that is used in jffs2_write_begin()
Kyeong Yoo
1
-15
/
+25
2022-01-27
drm/etnaviv: consider completed fence seqno in hang check
Lucas Stach
2
-1
/
+4
2022-01-27
xfrm: rate limit SA mapping change message to user space
Antony Antony
5
-4
/
+49
2022-01-27
Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES
Luiz Augusto von Dentz
1
-0
/
+2
2022-01-27
ath11k: Fix napi related hang
Ben Greear
3
-7
/
+19
2022-01-27
um: registers: Rename function names to avoid conflicts and build problems
Randy Dunlap
4
-6
/
+7
2022-01-27
iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ
Luca Coelho
1
-1
/
+6
2022-01-27
iwlwifi: mvm: Fix calculation of frame length
Ilan Peer
1
-0
/
+27
2022-01-27
iwlwifi: remove module loading failure message
Johannes Berg
1
-8
/
+1
2022-01-27
iwlwifi: fix leaks/bad data after failed firmware load
Johannes Berg
1
-0
/
+8
2022-01-27
PM: AVS: qcom-cpr: Use div64_ul instead of do_div
Changcheng Deng
1
-1
/
+1
2022-01-27
rtw88: 8822c: update rx settings to prevent potential hw deadlock
Po-Hao Huang
4
-4
/
+4
2022-01-27
ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream
Zekun Shen
1
-0
/
+7
[next]