index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/fail_function: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
1
-4
/
+1
*
kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
1
-4
/
+1
*
kernel/time/test_udelay.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
1
-1
/
+1
*
samples/kobject: make kobj_type structure constant
Thomas Weißschuh
2023-02-08
1
-1
/
+1
*
driver core: make kobj_type structures constant
Thomas Weißschuh
2023-02-08
4
-6
/
+6
*
kobject: make dynamic_kobj_ktype and kset_ktype const
Thomas Weißschuh
2023-02-08
1
-2
/
+2
*
const_structs.checkpatch.pl: add kobj_type
Thomas Weißschuh
2023-02-08
1
-0
/
+1
*
drivers: base: dd: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
1
-1
/
+1
*
drivers: base: component: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
1
-1
/
+1
*
devtmpfs: convert to pr_fmt
Longlong Xia
2023-02-02
1
-8
/
+8
*
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
2023-02-01
3
-2
/
+6
*
driver core: platform: simplify __platform_driver_probe()
Greg Kroah-Hartman
2023-02-01
1
-11
/
+15
*
driver core: platform: removed unneeded variable from __platform_driver_probe()
Greg Kroah-Hartman
2023-02-01
1
-4
/
+4
*
maple: remove unneeded maple_bus_uevent() callback.
Greg Kroah-Hartman
2023-02-01
1
-7
/
+0
*
cacheinfo: Remove unused check in init_cache_level()
Pierre Gondois
2023-01-31
1
-3
/
+0
*
cacheinfo: Make default acpi_get_cache_info() return an error
Pierre Gondois
2023-01-31
2
-2
/
+2
*
cacheinfo: Initialize variables in fetch_cache_info()
Pierre Gondois
2023-01-31
1
-1
/
+1
*
container_of: Update header inclusions
Andy Shevchenko
2023-01-31
1
-1
/
+1
*
driver core: soc: remove layering violation for the soc_bus
Greg Kroah-Hartman
2023-01-31
1
-1
/
+3
*
driver core: fixup for "driver core: make struct bus_type.uevent() take a con...
Stephen Rothwell
2023-01-30
3
-3
/
+3
*
kobject: kset_uevent_ops: make uevent() callback take a const *
Greg Kroah-Hartman
2023-01-27
4
-8
/
+8
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
81
-160
/
+160
*
xen/xenbus: move to_xenbus_device() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
1
-4
/
+1
*
mcb: move to_mcb_device() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
1
-4
/
+1
*
drm/mipi-dsi: move to_mipi_dsi_device() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
1
-4
/
+1
*
virtio: move dev_to_virtio() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
1
-4
/
+1
*
drivers: hv: move device_to_hv_device to use container_of_const()
Greg Kroah-Hartman
2023-01-27
1
-4
/
+1
*
platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...
Greg Kroah-Hartman
2023-01-27
1
-9
/
+2
*
vio: move to_vio_dev() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
2
-8
/
+2
*
driver core: device_get_devnode() should take a const *
Greg Kroah-Hartman
2023-01-27
3
-3
/
+3
*
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
2023-01-27
7
-13
/
+13
*
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
25
-54
/
+53
*
firewire: move fw_device() and fw_unit() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
1
-12
/
+3
*
platform/surface: aggregator: move to_ssam_device() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
1
-4
/
+1
*
i3c: move dev_to_i3cdev() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
2
-13
/
+8
*
of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
2023-01-27
6
-8
/
+28
*
docs: embargoed-hardware-issues: add embargoed HW contact for Samsung
Luis Chamberlain
2023-01-27
1
-0
/
+1
*
driver core: class: Clear private pointer on registration failures
Rafael J. Wysocki
2023-01-23
1
-5
/
+11
*
Merge 6.2-rc5 into driver-core-next
Greg Kroah-Hartman
2023-01-22
764
-6101
/
+7689
|
\
|
*
Linux 6.2-rc5
v6.2-rc5
Linus Torvalds
2023-01-22
1
-1
/
+1
|
*
Merge tag 'io_uring-6.2-2023-01-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-01-22
1
-1
/
+5
|
|
\
|
|
*
io_uring/poll: don't reissue in case of poll race on multishot request
Jens Axboe
2023-01-20
1
-1
/
+5
|
*
|
Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-01-21
12
-91
/
+122
|
|
\
\
|
|
*
|
VMCI: Use threaded irqs instead of tasklets
Vishnu Dasa
2023-01-20
1
-30
/
+19
|
|
*
|
misc: fastrpc: Pass bitfield into qcom_scm_assign_mem
Elliot Berman
2023-01-20
1
-9
/
+6
|
|
*
|
gsmi: fix null-deref in gsmi_get_variable
Khazhismel Kumykov
2023-01-20
1
-3
/
+4
|
|
*
|
misc: fastrpc: Fix use-after-free race condition for maps
Ola Jeppsson
2023-01-20
1
-3
/
+5
|
|
*
|
misc: fastrpc: Don't remove map on creater_process and device_release
Abel Vesa
2023-01-20
1
-9
/
+9
|
|
*
|
misc: fastrpc: Fix use-after-free and race in fastrpc_map_find
Abel Vesa
2023-01-20
1
-20
/
+21
|
|
*
|
misc: fastrpc: fix error code in fastrpc_req_mmap()
Dan Carpenter
2023-01-20
1
-1
/
+0
[next]