index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-21
device property: Add fwnode_iomap()
Anand Ashok Dumbre
1
-0
/
+16
2021-12-17
device property: Drop fwnode_graph_get_remote_node()
Sakari Ailus
1
-38
/
+0
2021-12-17
device property: Use fwnode_graph_for_each_endpoint() macro
Sakari Ailus
1
-4
/
+4
2021-12-17
device property: Implement fwnode_graph_get_endpoint_count()
Sakari Ailus
1
-10
/
+39
2021-12-17
device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLED
Sakari Ailus
1
-2
/
+2
2021-12-17
device property: Fix fwnode_graph_devcon_match() fwnode leak
Sakari Ailus
1
-1
/
+3
2021-12-17
PM: sleep: Fix error handling in dpm_prepare()
Rafael J. Wysocki
1
-1
/
+1
2021-12-17
PM: runtime: Add safety net to supplier device release
Rafael J. Wysocki
2
-13
/
+31
2021-12-17
PM: runtime: Capture device status before disabling runtime PM
Rafael J. Wysocki
1
-20
/
+25
2021-12-16
platform-msi: Simplify platform device MSI code
Thomas Gleixner
1
-70
/
+18
2021-12-16
platform-msi: Let core code handle MSI descriptors
Thomas Gleixner
1
-64
/
+48
2021-12-16
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
1
-3
/
+0
2021-12-16
platform-msi: Use msi_desc::msi_index
Thomas Gleixner
1
-5
/
+5
2021-12-16
platform-msi: Store platform private data pointer in msi_device_data
Thomas Gleixner
1
-47
/
+32
2021-12-16
platform-msi: Rename functions and clarify comments
Thomas Gleixner
1
-15
/
+21
2021-12-16
platform-msi: Let the core code handle sysfs groups
Thomas Gleixner
1
-10
/
+1
2021-12-16
platform-msi: Allocate MSI device data on first use
Thomas Gleixner
1
-1
/
+7
2021-12-16
device: Move MSI related data into a struct
Thomas Gleixner
1
-6
/
+6
2021-12-16
rtc: Check return value from mc146818_get_time()
Mateusz Jończyk
1
-1
/
+5
2021-12-09
x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node
Jarkko Sakkinen
1
-0
/
+3
2021-12-09
PCI/MSI: Move msi_lock to struct pci_dev
Thomas Gleixner
1
-1
/
+0
2021-12-03
device property: Check fwnode->secondary when finding properties
Daniel Scally
1
-2
/
+11
2021-12-03
Documentation/auxiliary_bus: Move the text into the code
Ira Weiny
1
-0
/
+141
2021-12-03
Documentation/auxiliary_bus: Clarify the release of devices from find device
Ira Weiny
1
-0
/
+2
2021-12-03
Documentation/auxiliary_bus: Clarify __auxiliary_driver_register
Ira Weiny
1
-0
/
+5
2021-12-03
Documentation/auxiliary_bus: Clarify auxiliary_device creation
Ira Weiny
1
-2
/
+2
2021-12-03
topology/sysfs: rework book and drawer topology ifdefery
Heiko Carstens
1
-6
/
+6
2021-12-03
topology/sysfs: export cluster attributes only if an architectures has support
Heiko Carstens
1
-0
/
+8
2021-12-03
topology/sysfs: export die attributes only if an architectures has support
Heiko Carstens
1
-0
/
+8
2021-11-27
driver core: platform: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-2
/
+3
2021-11-24
device property: Remove device_add_properties() API
Heikki Krogerus
1
-48
/
+0
2021-11-24
driver core: Don't call device_remove_properties() from device_del()
Heikki Krogerus
1
-1
/
+0
2021-11-23
arch_topology: Remove unused topology_set_thermal_pressure() and related
Lukasz Luba
1
-12
/
+5
2021-11-23
arch_topology: Introduce thermal pressure update function
Lukasz Luba
1
-1
/
+42
2021-11-15
regmap: allow to define reg_update_bits for no bus configuration
Ansuel Smith
1
-0
/
+1
2021-11-11
arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()
Wang ShaoBo
1
-0
/
+2
2021-11-10
Merge tag 'pm-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-27
/
+58
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-22
/
+81
2021-11-06
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
2
-6
/
+5
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-2
/
+2
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-1
/
+1
2021-11-06
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
1
-1
/
+1
2021-11-06
arch_numa: simplify numa_distance allocation
Mike Rapoport
1
-4
/
+2
2021-11-06
arm64: support page mapping percpu first chunk allocator
Kefeng Wang
1
-10
/
+72
2021-11-05
PM: sleep: Avoid calling put_device() under dpm_list_mtx
Rafael J. Wysocki
1
-27
/
+57
2021-11-04
PM: sleep: Fix runtime PM based cpuidle support
Ulf Hansson
1
-0
/
+1
2021-11-04
Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
9
-82
/
+147
2021-11-02
Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
4
-34
/
+94
2021-11-02
Merge branch 'pm-sleep'
Rafael J. Wysocki
4
-34
/
+94
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-66
/
+3
[prev]
[next]