Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | mm: Rename pmd_read_atomic() | Peter Zijlstra | 2022-12-15 | 1 | -7/+2 | |
| | * | | | | | | | | | | | | | mm: Rename GUP_GET_PTE_LOW_HIGH | Peter Zijlstra | 2022-12-15 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | mm: Fix pmd_read_atomic() | Peter Zijlstra | 2022-12-15 | 1 | -10/+37 | |
| | * | | | | | | | | | | | | | mm: Update ptep_get_lockless()'s comment | Peter Zijlstra | 2022-12-15 | 1 | -9/+6 | |
| | * | | | | | | | | | | | | | x86/mm: Implement native set_memory_rox() | Peter Zijlstra | 2022-12-15 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | mm: Introduce set_memory_rox() | Peter Zijlstra | 2022-12-15 | 2 | -2/+9 | |
| | * | | | | | | | | | | | | | x86/mm: Use mm_alloc() in poking_init() | Peter Zijlstra | 2022-12-15 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | mm: Move mm_cachep initialization to mm_init() | Peter Zijlstra | 2022-12-15 | 1 | -0/+1 | |
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge tag 'linux-watchdog-6.2-rc1' of git://www.linux-watchdog.org/linux-watc... | Linus Torvalds | 2022-12-17 | 1 | -0/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | watchdog: rn5t618: add support for read out bootstatus | Marcus Folkesson | 2022-11-19 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-12-16 | 10 | -87/+87 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | usb.h: take advantage of container_of_const() | Greg Kroah-Hartman | 2022-12-06 | 1 | -40/+2 | |
| | * | | | | | | | | | | | | | | device.h: move kobj_to_dev() to use container_of_const() | Greg Kroah-Hartman | 2022-12-06 | 1 | -20/+1 | |
| | * | | | | | | | | | | | | | | container_of: add container_of_const() that preserves const-ness of the pointer | Greg Kroah-Hartman | 2022-12-06 | 1 | -0/+13 | |
| | * | | | | | | | | | | | | | | driver core: make struct class.devnode() take a const * | Greg Kroah-Hartman | 2022-11-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | driver core: make struct class.dev_uevent() take a const * | Greg Kroah-Hartman | 2022-11-24 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | device property: Move PROPERTY_ENTRY_BOOL() a bit down | Andy Shevchenko | 2022-11-23 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | device property: Get rid of __PROPERTY_ENTRY_ARRAY_EL*SIZE*() | Andy Shevchenko | 2022-11-23 | 1 | -20/+14 | |
| | * | | | | | | | | | | | | | | driver core: pass a const * into of_device_uevent() | Greg Kroah-Hartman | 2022-11-22 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | kobject: kset_uevent_ops: make name() callback take a const * | Greg Kroah-Hartman | 2022-11-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | kobject: kset_uevent_ops: make filter() callback take a const * | Greg Kroah-Hartman | 2022-11-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | kobject: make kobject_namespace take a const * | Greg Kroah-Hartman | 2022-11-22 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | | kobject: make kobject_get_ownership() take a constant kobject * | Greg Kroah-Hartman | 2022-11-22 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | Merge 6.1-rc6 into driver-core-next | Greg Kroah-Hartman | 2022-11-21 | 30 | -109/+204 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | resource: Convert DEFINE_RES_NAMED() to be compound literal | Andy Shevchenko | 2022-11-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | driver core: remove devm_device_remove_group() | Greg Kroah-Hartman | 2022-11-10 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | driver core: remove devm_device_remove_groups() | Greg Kroah-Hartman | 2022-11-10 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | blkdev: make struct block_device_operations.devnode() take a const * | Greg Kroah-Hartman | 2022-11-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | driver core: class: make namespace and get_ownership take const * | Greg Kroah-Hartman | 2022-11-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | 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 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | device property: Constify device child node APIs | Andy Shevchenko | 2022-10-22 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | 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 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | device property: Allow const parameter to dev_fwnode() | Andy Shevchenko | 2022-10-22 | 1 | -1/+6 | |
| | * | | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | USB: make devnode() callback in usb_class_driver take a const * | Greg Kroah-Hartman | 2022-10-20 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | 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 | |
| | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-16 | 9 | -18/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/j... | Greg Kroah-Hartman | 2022-11-27 | 1 | -6/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | iio: imu: adis: Remove adis_initial_startup function | Ramona Bolboaca | 2022-11-23 | 1 | -12/+0 | |
| | | * | | | | | | | | | | | | | | iio: adis: add '__adis_enable_irq()' implementation | Ramona Bolboaca | 2022-11-23 | 1 | -1/+12 | |
| | * | | | | | | | | | | | | | | | Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 2022-11-25 | 9 | -12/+24 | |
| | |\| | | | | | | | | | | | | | | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Merge remote-tracking branch 'i2c/i2c/client_device_id_helper-immutable' into... | Jonathan Cameron | 2022-11-23 | 1 | -0/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | iio: Don't silently expect attribute types | Matti Vaittinen | 2022-11-23 | 3 | -5/+6 | |
| | | * | | | | | | | | | | | | | iio: Add IIO_STATIC_CONST_DEVICE_ATTR | Matti Vaittinen | 2022-11-23 | 1 | -0/+11 | |
| | | * | | | | | | | | | | | | | iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable() | Jonathan Cameron | 2022-11-23 | 1 | -4/+0 |