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
*
driver core: remove devm_device_remove_groups()
Greg Kroah-Hartman
2022-11-10
2
-19
/
+0
*
blkdev: make struct block_device_operations.devnode() take a const *
Greg Kroah-Hartman
2022-11-10
2
-2
/
+2
*
driver core: class: make namespace and get_ownership take const *
Greg Kroah-Hartman
2022-11-09
7
-15
/
+15
*
sysfs: update Documentation
Randy Dunlap
2022-11-09
1
-17
/
+24
*
debugfs: small Documentation cleaning
Randy Dunlap
2022-11-09
1
-4
/
+4
*
devres: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
2022-11-09
1
-0
/
+3
*
Documentation: devres: add missing MEM helper
Yang Yingliang
2022-11-09
1
-0
/
+1
*
class: fix possible memory leak in __class_register()
Yang Yingliang
2022-11-09
1
-0
/
+5
*
kset: fix memory leak when kset_register() returns error
Yang Yingliang
2022-10-25
1
-1
/
+8
*
linux/container_of.h: Warn about loss of constness
Sakari Ailus
2022-10-25
1
-0
/
+1
*
container_of: remove container_of_safe()
Greg Kroah-Hartman
2022-10-25
1
-16
/
+0
*
device property: Constify parameter in device_dma_supported() and device_get_...
Andy Shevchenko
2022-10-22
2
-5
/
+4
*
device property: Constify device child node APIs
Andy Shevchenko
2022-10-22
2
-9
/
+9
*
device property: Constify parameter in fwnode_graph_is_endpoint()
Andy Shevchenko
2022-10-22
1
-1
/
+1
*
device property: Constify fwnode connection match APIs
Andy Shevchenko
2022-10-22
5
-14
/
+14
*
device property: Allow const parameter to dev_fwnode()
Andy Shevchenko
2022-10-22
2
-3
/
+15
*
kobject: make get_ktype() take a const pointer
Greg Kroah-Hartman
2022-10-22
1
-1
/
+1
*
kobject: modify kobject_get_path() to take a const *
Greg Kroah-Hartman
2022-10-22
2
-6
/
+6
*
kernfs: dont take i_lock on revalidate
Ian Kent
2022-10-20
1
-7
/
+17
*
kernfs: dont take i_lock on inode attr read
Ian Kent
2022-10-20
1
-4
/
+0
*
USB: make devnode() callback in usb_class_driver take a const *
Greg Kroah-Hartman
2022-10-20
5
-5
/
+5
*
USB: allow some usb functions to take a const pointer.
Greg Kroah-Hartman
2022-10-20
1
-3
/
+52
*
driver core: allow kobj_to_dev() to take a const pointer
Greg Kroah-Hartman
2022-10-20
1
-1
/
+17
*
Linux 6.1-rc1
v6.1-rc1
Linus Torvalds
2022-10-17
1
-2
/
+2
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-17
185
-421
/
+378
|
\
|
*
prandom: remove unused functions
Jason A. Donenfeld
2022-10-12
3
-23
/
+5
|
*
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-12
19
-24
/
+24
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-12
71
-100
/
+100
|
*
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-12
6
-6
/
+6
|
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-12
21
-34
/
+34
|
*
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
2022-10-12
4
-19
/
+8
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
89
-218
/
+204
*
|
Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2022-10-17
36
-71
/
+1265
|
\
\
|
*
|
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
2022-10-15
1
-0
/
+18
|
*
|
perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
Qi Liu
2022-10-15
7
-0
/
+396
|
*
|
perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver
Qi Liu
2022-10-15
7
-1
/
+273
|
*
|
perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()
Qi Liu
2022-10-15
1
-19
/
+34
|
*
|
perf tests stat+json_output: Include sanity check for topology
Athira Rajeev
2022-10-15
1
-4
/
+39
|
*
|
perf tests stat+csv_output: Include sanity check for topology
Athira Rajeev
2022-10-15
1
-4
/
+39
|
*
|
perf intel-pt: Fix system_wide dummy event for hybrid
Adrian Hunter
2022-10-15
1
-1
/
+1
|
*
|
perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
Adrian Hunter
2022-10-15
1
-2
/
+7
|
*
|
perf test: Fix attr tests for PERF_FORMAT_LOST
James Clark
2022-10-15
6
-11
/
+11
|
*
|
perf test: test_intel_pt.sh: Add 9 tests
Ammy Yi
2022-10-15
1
-1
/
+194
|
*
|
perf inject: Fix GEN_ELF_TEXT_OFFSET for jit
Adrian Hunter
2022-10-15
1
-1
/
+3
|
*
|
perf test: test_intel_pt.sh: Add jitdump test
Adrian Hunter
2022-10-15
1
-0
/
+162
|
*
|
perf test: test_intel_pt.sh: Tidy some alignment
Adrian Hunter
2022-10-15
1
-3
/
+3
|
*
|
perf test: test_intel_pt.sh: Print a message when skipping kernel tracing
Adrian Hunter
2022-10-15
1
-1
/
+8
|
*
|
perf test: test_intel_pt.sh: Tidy some perf record options
Adrian Hunter
2022-10-15
1
-4
/
+12
|
*
|
perf test: test_intel_pt.sh: Fix return checking again
Adrian Hunter
2022-10-15
1
-4
/
+3
|
*
|
perf: Skip and warn on unknown format 'configN' attrs
Rob Herring
2022-10-14
5
-13
/
+26
[next]