Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | mm,thp: stats for file backed THP | Song Liu | 2019-09-25 | 1 | -0/+6 | |
* | drivers/base/memory.c: don't store end_section_nr in memory blocks | David Hildenbrand | 2019-09-25 | 2 | -6/+5 | |
* | driver/base/memory.c: validate memory block size early | David Hildenbrand | 2019-09-25 | 1 | -22/+9 | |
* | drivers/base/memory.c: fixup documentation of removable/phys_index/block_size... | David Hildenbrand | 2019-09-25 | 1 | -5/+6 | |
* | drivers/base/node.c: simplify unregister_memory_block_under_nodes() | David Hildenbrand | 2019-09-25 | 2 | -24/+16 | |
* | Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-09-19 | 1 | -9/+29 | |
|\ | ||||||
| * | vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API | David Howells | 2019-09-13 | 1 | -10/+6 | |
| * | make shmem_fill_super() static | Al Viro | 2019-09-05 | 1 | -1/+1 | |
| * | devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single() | Al Viro | 2019-09-05 | 1 | -6/+30 | |
* | | Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2019-09-18 | 2 | -33/+47 | |
|\ \ | ||||||
| * \ | Merge generic_lookup_helpers into usb-next | Greg Kroah-Hartman | 2019-09-03 | 4 | -39/+46 | |
| |\ \ | ||||||
| * | | | device connection: Add fwnode_connection_find_match() | Heikki Krogerus | 2019-09-03 | 1 | -12/+31 | |
| * | | | driver core: initialize a default DMA mask for platform device | Christoph Hellwig | 2019-08-22 | 1 | -21/+16 | |
| * | | | Merge 5.3-rc5 into usb-next | Greg Kroah-Hartman | 2019-08-19 | 1 | -1/+1 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Merge 5.3-rc4 into usb-next | Greg Kroah-Hartman | 2019-08-12 | 2 | -3/+59 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge tag 'dev_groups_all_drivers' of git://git.kernel.org/pub/scm/linux/kern... | Greg Kroah-Hartman | 2019-08-06 | 1 | -0/+14 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-09-18 | 5 | -99/+177 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | driver core: platform: Export platform_get_irq_optional() | Thierry Reding | 2019-08-29 | 1 | -0/+1 | |
| * | | | | | | driver core: platform: Introduce platform_get_irq_optional() | Thierry Reding | 2019-08-28 | 1 | -0/+22 | |
| * | | | | | | Revert "driver core: Add support for linking devices during device addition" | Greg Kroah-Hartman | 2019-08-27 | 1 | -83/+0 | |
| * | | | | | | Revert "driver core: Add edit_links() callback for drivers" | Greg Kroah-Hartman | 2019-08-27 | 2 | -51/+2 | |
| * | | | | | | Revert "driver core: Add sync_state driver/bus callback" | Greg Kroah-Hartman | 2019-08-27 | 1 | -65/+0 | |
| * | | | | | | devcoredump: fix typo in comment | Akinobu Mita | 2019-08-15 | 1 | -1/+1 | |
| * | | | | | | devcoredump: use memory_read_from_buffer | Akinobu Mita | 2019-08-15 | 1 | -10/+1 | |
| * | | | | | | Merge 5.3-rc4 into driver-core-next | Greg Kroah-Hartman | 2019-08-12 | 3 | -13/+83 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge tag 'dev_groups_all_drivers' into driver-core-next | Greg Kroah-Hartman | 2019-08-02 | 1 | -0/+14 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | * | | | | | driver core: add dev_groups to all drivers | Dmitry Torokhov | 2019-08-02 | 1 | -0/+14 | |
| * | | | | | | driver core: Add sync_state driver/bus callback | Saravana Kannan | 2019-08-01 | 1 | -0/+65 | |
| * | | | | | | driver core: Add edit_links() callback for drivers | Saravana Kannan | 2019-08-01 | 2 | -2/+51 | |
| * | | | | | | driver core: Add support for linking devices during device addition | Saravana Kannan | 2019-08-01 | 1 | -0/+83 | |
| * | | | | | | driver core: platform: Add an error message to platform_get_irq*() | Stephen Boyd | 2019-07-30 | 1 | -8/+34 | |
| * | | | | | | Merge branch 'generic_lookup_helpers' into driver-core-next | Greg Kroah-Hartman | 2019-07-30 | 4 | -39/+46 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | driver core: Fix creation of device links with PM-runtime flags | Rafael J. Wysocki | 2019-07-30 | 1 | -2/+4 | |
| * | | | | | | driver core: Remove device link creation limitation | Rafael J. Wysocki | 2019-07-25 | 2 | -79/+101 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-09-18 | 1 | -1/+38 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | software node: Initialize the return value in software_node_find_by_name() | Heikki Krogerus | 2019-09-11 | 1 | -1/+1 | |
| * | | | | | | software node: Initialize the return value in software_node_to_swnode() | Heikki Krogerus | 2019-09-04 | 1 | -1/+1 | |
| * | | | | | | software node: Add software_node_find_by_name() | Heikki Krogerus | 2019-08-26 | 1 | -0/+37 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2019-09-18 | 8 | -66/+308 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools' | Rafael J. Wysocki | 2019-09-17 | 1 | -15/+10 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | / | | | | |_|_|_|/ | | | |/| | | | | ||||||
| | | | * | | | | PM / Domains: Verify PM domain type in dev_pm_genpd_set_performance_state() | Ulf Hansson | 2019-09-02 | 1 | -2/+2 | |
| | | | * | | | | PM / Domains: Simplify genpd_lookup_dev() | Ulf Hansson | 2019-09-02 | 1 | -13/+8 | |
| | | |/ / / / | ||||||
| * | | | | | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2019-09-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'pm-cpufreq-qos' | Rafael J. Wysocki | 2019-09-05 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY | Viresh Kumar | 2019-08-26 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| * | | | | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2019-09-17 | 6 | -50/+297 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Merge suspend-to-idle rework material for v5.4. | Rafael J. Wysocki | 2019-09-17 | 2 | -24/+13 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end() | Rafael J. Wysocki | 2019-07-23 | 1 | -18/+12 | |
| | | * | | | | | PM: sleep: Simplify suspend-to-idle control flow | Rafael J. Wysocki | 2019-07-23 | 1 | -5/+0 | |
| | | * | | | | | PM: sleep: Fix possible overflow in pm_system_cancel_wakeup() | Rafael J. Wysocki | 2019-07-23 | 1 | -1/+1 | |
| | | | |/ / / | | | |/| | | |