index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-29
modules: catch concurrent module loads, treat them as idempotent
Linus Torvalds
1
-2
/
+71
2023-06-29
module: split up 'finit_module()' into init_module_from_file() helper
Linus Torvalds
1
-15
/
+27
2023-06-28
x86/mem_encrypt: Remove stale mem_encrypt_init() declaration
Linus Torvalds
1
-1
/
+0
2023-06-28
mm: fix __access_remote_vm() GUP failure case
Linus Torvalds
1
-0
/
+1
2023-06-28
Revert "nios2: Convert __pte_free_tlb() to use ptdescs"
Dinh Nguyen
1
-4
/
+4
2023-06-27
net: scm: introduce and use scm_recv_unix helper
Alexander Mikhalitsyn
2
-12
/
+27
2023-06-27
af_unix: Skip SCM_PIDFD if scm->pid is NULL.
Kuniyuki Iwashima
1
-1
/
+3
2023-06-27
net: lan743x: Simplify comparison
Moritz Fischer
1
-1
/
+1
2023-06-27
gup: add warning if some caller would seem to want stack expansion
Linus Torvalds
1
-2
/
+10
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
17
-116
/
+169
2023-06-27
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
3
-4
/
+16
2023-06-27
net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses
Vladimir Oltean
5
-31
/
+74
2023-06-27
Revert "af_unix: Call scm_recv() only after scm_set_cred()."
Kuniyuki Iwashima
1
-1
/
+1
2023-06-27
phylink: ReST-ify the phylink_pcs_neg_mode() kdoc
Jakub Kicinski
1
-4
/
+6
2023-06-27
libceph: Partially revert changes to support MSG_SPLICE_PAGES
David Howells
2
-39
/
+107
2023-06-27
net: phy: mscc: fix packet loss due to RGMII delays
Vladimir Oltean
1
-2
/
+2
2023-06-27
net: mana: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-06-27
net: enetc: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-27
ionic: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-27
pds_core: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-27
gve: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-06-27
octeon_ep: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-06-27
net: usb: qmi_wwan: add u-blox 0x1312 composition
Davide Tronchin
1
-0
/
+1
2023-06-27
perf trace: fix MSG_SPLICE_PAGES build error
Matthieu Baerts
1
-0
/
+3
2023-06-27
ipvlan: Fix return value of ipvlan_queue_xmit()
Cambda Zhu
1
-3
/
+6
2023-06-26
netfilter: nf_tables: fix underflow in chain reference counter
Pablo Neira Ayuso
1
-1
/
+3
2023-06-26
netfilter: nf_tables: unbind non-anonymous set if rule construction fails
Pablo Neira Ayuso
1
-0
/
+2
2023-06-26
netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...
Ilia.Gavrilov
1
-1
/
+1
2023-06-26
HID: wacom: Use ktime_t rather than int when dealing with timestamps
Jason Gerecke
2
-4
/
+4
2023-06-26
hwmon: max31827: Switch back to use struct i2c_driver::probe
Uwe Kleine-König
1
-1
/
+1
2023-06-26
ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook
Andy Chi
1
-3
/
+3
2023-06-26
linux/netfilter.h: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-06-26
netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...
Florian Westphal
1
-3
/
+49
2023-06-26
lib/ts_bm: reset initial match offset for every block of text
Jeremy Sowden
1
-1
/
+3
2023-06-26
thermal/drivers/qcom/temp-alarm: Use dev_err_probe
Luca Weiss
1
-20
/
+14
2023-06-26
thermal/drivers/generic-adc: Register thermal zones as hwmon sensors
Chen-Yu Tsai
1
-0
/
+4
2023-06-26
thermal/drivers/mediatek/lvts_thermal: Remove redundant msg in lvts_ctrl_start()
Yangtao Li
1
-2
/
+1
2023-06-26
thermal/drivers/qcom: Remove redundant msg at probe time
Yangtao Li
3
-9
/
+3
2023-06-26
thermal/drivers/ti-soc: Remove redundant msg in ti_thermal_expose_sensor()
Yangtao Li
1
-2
/
+1
2023-06-26
thermal/drivers/qoriq: Remove redundant msg in qoriq_tmu_register_tmu_zone()
Yangtao Li
1
-3
/
+1
2023-06-26
thermal/drivers/tegra: Remove redundant msg in tegra_tsensor_register_channel()
Yangtao Li
1
-2
/
+1
2023-06-26
drivers/thermal/k3: Remove redundant msg in k3_bandgap_probe()
Yangtao Li
1
-2
/
+1
2023-06-26
thermal/drivers/imx: Remove redundant msg in imx8mm_tmu_probe() and imx_sc_th...
Yangtao Li
2
-4
/
+2
2023-06-26
thermal/drivers/amlogic: Remove redundant msg in amlogic_thermal_probe()
Yangtao Li
1
-2
/
+1
2023-06-26
thermal/drivers/sun8i: Remove redundant msg in sun8i_ths_register()
Yangtao Li
1
-3
/
+1
2023-06-26
thermal/hwmon: Add error information printing for devm_thermal_add_hwmon_sysfs()
Yangtao Li
1
-1
/
+4
2023-06-26
thermal/drivers/stm32: Convert to platform remove callback returning void
Uwe Kleine-König
3
-7
/
+5
2023-06-26
net/mlx5: Update the driver with the recent thermal changes
Daniel Lezcano
1
-7
/
+8
2023-06-26
thermal/drivers/armada: Add support for AP807 thermal data
Alex Leibovich
1
-2
/
+30
2023-06-26
dt-bindings: armada-thermal: Add armada-ap807-thermal compatible
Alex Leibovich
1
-0
/
+1
[next]