summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin2022-12-071-1/+1
* firmware_loader: fix up to_fw_sysfs() to preserve constGreg Kroah-Hartman2022-12-061-5/+1
* usb.h: take advantage of container_of_const()Greg Kroah-Hartman2022-12-061-40/+2
* device.h: move kobj_to_dev() to use container_of_const()Greg Kroah-Hartman2022-12-061-20/+1
* container_of: add container_of_const() that preserves const-ness of the pointerGreg Kroah-Hartman2022-12-061-0/+13
* driver core: fix up missed drivers/s390/char/hmcdrv_dev.c class.devnode() con...Stephen Rothwell2022-11-301-1/+1
* driver core: fix up missed scsi/cxlflash class.devnode() conversion.Stephen Rothwell2022-11-301-1/+1
* driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman2022-11-293-3/+3
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-2424-29/+29
* driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-2418-33/+33
* cacheinfo: Remove of_node_put() for fw_tokenPierre Gondois2022-11-231-2/+0
* device property: Add a blank line in Kconfig of testsAndy Shevchenko2022-11-231-0/+1
* device property: Rename goto label to be more preciseAndy Shevchenko2022-11-231-2/+3
* device property: Move PROPERTY_ENTRY_BOOL() a bit downAndy Shevchenko2022-11-231-8/+8
* device property: Get rid of __PROPERTY_ENTRY_ARRAY_EL*SIZE*()Andy Shevchenko2022-11-231-20/+14
* kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap2022-11-236-48/+74
* driver core: pass a const * into of_device_uevent()Greg Kroah-Hartman2022-11-222-5/+5
* kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman2022-11-222-3/+3
* kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman2022-11-225-6/+6
* kobject: make kobject_namespace take a const *Greg Kroah-Hartman2022-11-223-6/+6
* kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-228-22/+22
* Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-211696-47263/+54933
|\
| * Linux 6.1-rc6v6.1-rc6Linus Torvalds2022-11-211-1/+1
| * Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-214-20/+45
| |\
| | * tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)2022-11-181-1/+1
| | * tracing/eprobe: Fix warning in filter creationRafael Mendonca2022-11-181-1/+1
| | * kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei2022-11-181-1/+7
| | * rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
| | * tracing/eprobe: Fix memory leak of filter stringRafael Mendonca2022-11-181-0/+1
| | * tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-181-0/+4
| | * tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-181-16/+28
| * | Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-219-46/+74
| |\ \
| | * | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-201-0/+3
| | * | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-181-4/+5
| | * | tracing: Remove unused __bad_type_size() methodQiujun Huang2022-11-181-2/+0
| | * | tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-181-3/+2
| | * | tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-171-10/+6
| | * | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
| | * | ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-171-2/+2
| | * | ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-171-1/+1
| | * | ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-171-1/+1
| | * | tracing: Fix warning on variable 'struct trace_array'Aashish Sharma2022-11-171-2/+2
| | * | tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-171-0/+1
| | |/
| | * ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)2022-11-171-0/+12
| | * tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-163-21/+38
| * | Merge tag 'x86_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-202-1/+4
| |\ \
| | * | x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman2022-11-101-1/+1
| | * | x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski2022-11-081-0/+3
| * | | Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-11-202-19/+52
| |\ \ \
| | * | | sched: Fix race in task_call_func()Peter Zijlstra2022-11-141-17/+35