| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-07-31 | docs: thermal: add it to the driver API | Mauro Carvalho Chehab | 1 | -2/+2 |
| 2019-07-31 | locking/spinlocks: Use CONFIG_PREEMPTION | Thomas Gleixner | 2 | -2/+2 |
| 2019-07-31 | rcu: Use CONFIG_PREEMPTION | Thomas Gleixner | 3 | -3/+3 |
| 2019-07-31 | sched/preempt: Use CONFIG_PREEMPTION where appropriate | Thomas Gleixner | 2 | -6/+6 |
| 2019-07-31 | Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -2/+61 |
| 2019-07-31 | cpuidle: header file stubs must be "static inline" | Stephen Rothwell | 1 | -1/+1 |
| 2019-07-31 | gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.h | Andy Shevchenko | 2 | -51/+57 |
| 2019-07-31 | gpiolib: of: Reshuffle contents of consumer.h for new library layout | Andy Shevchenko | 1 | -30/+48 |
| 2019-07-30 | vsock/virtio: fix locking in virtio_transport_inc_tx_pkt() | Stefano Garzarella | 1 | -1/+1 |
| 2019-07-30 | vsock/virtio: reduce credit update messages | Stefano Garzarella | 1 | -0/+1 |
| 2019-07-30 | vsock/virtio: limit the memory used per-socket | Stefano Garzarella | 1 | -0/+1 |
| 2019-07-30 | hrtimer: Remove task argument from hrtimer_init_sleeper() | Thomas Gleixner | 2 | -3/+2 |
| 2019-07-30 | compat_ioctl: pppoe: fix PPPOEIOCSFWD handling | Arnd Bergmann | 1 | -0/+3 |
| 2019-07-30 | linux: Remove bvec page_offset, use bv_offset | Jonathan Lemon | 2 | -9/+6 |
| 2019-07-30 | linux: Add skb_frag_t page_offset accessors | Jonathan Lemon | 1 | -8/+59 |
| 2019-07-30 | Merge tag 'generic_lookup_helpers' into for-next | Jacek Anaszewski | 2 | -3/+237 |
| 2019-07-30 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -54/+0 |
| 2019-07-30 | loop: Fix mount(2) failure due to race with LOOP_SET_FD | Jan Kara | 1 | -0/+6 |
| 2019-07-30 | SUNRPC: Track writers of the 'channel' file to improve cache_listeners_exist | Dave Wysochanski | 1 | -3/+3 |
| 2019-07-30 | cpuidle-haltpoll: disable host side polling when kvm virtualized | Marcelo Tosatti | 1 | -0/+16 |
| 2019-07-30 | governors: unify last_state_idx | Marcelo Tosatti | 1 | -0/+1 |
| 2019-07-30 | cpuidle: add poll_limit_ns to cpuidle_device structure | Marcelo Tosatti | 1 | -0/+6 |
| 2019-07-30 | PCI: Make pci_set_of_node(), etc private | Kelsey Skunberg | 1 | -8/+0 |
| 2019-07-30 | PCI: Make pci_enable_ptm() private | Kelsey Skunberg | 1 | -7/+0 |
| 2019-07-30 | PCI: Make pcie_set_ecrc_checking(), pcie_ecrc_get_policy() private | Kelsey Skunberg | 1 | -8/+0 |
| 2019-07-30 | PCI: Make pci_ats_init() private | Kelsey Skunberg | 1 | -2/+0 |
| 2019-07-30 | PCI: Make pcie_update_link_speed() private | Kelsey Skunberg | 1 | -1/+0 |
| 2019-07-30 | PCI: Make pci_bus_get(), pci_bus_put() private | Kelsey Skunberg | 1 | -2/+0 |
| 2019-07-30 | PCI: Make pci_hotplug_io_size, mem_size, and bus_size private | Kelsey Skunberg | 1 | -4/+0 |
| 2019-07-30 | PCI: Make pci_save_vc_state(), pci_restore_vc_state(), etc private | Kelsey Skunberg | 1 | -5/+0 |
| 2019-07-30 | PCI: Make pci_get_host_bridge_device(), pci_put_host_bridge_device() private | Kelsey Skunberg | 1 | -3/+0 |
| 2019-07-30 | PCI: Make pci_check_pme_status(), pci_pme_wakeup_bus() private | Kelsey Skunberg | 1 | -2/+0 |
| 2019-07-30 | PCI: Make PCI_PM_* delay times private | Kelsey Skunberg | 1 | -5/+0 |
| 2019-07-30 | Merge branch 'generic_lookup_helpers' into driver-core-next | Greg Kroah-Hartman | 2 | -3/+237 |
| 2019-07-30 | platform/x86: asus-wmi: fix CPU fan control on recent products | Daniel Drake | 1 | -0/+1 |
| 2019-07-30 | platform/x86: asus-wmi: cleanup AGFN fan handling | Daniel Drake | 1 | -2/+2 |
| 2019-07-30 | platform: Add platform_find_device_by_driver() helper | Suzuki K Poulose | 1 | -0/+3 |
| 2019-07-30 | drivers: Add generic helper to match any device | Suzuki K Poulose | 1 | -0/+17 |
| 2019-07-30 | drivers: Introduce device lookup variants by ACPI_COMPANION device | Suzuki K Poulose | 1 | -0/+65 |
| 2019-07-30 | drivers: Introduce device lookup variants by device type | Suzuki K Poulose | 1 | -0/+37 |
| 2019-07-30 | drivers: Introduce device lookup variants by fwnode | Suzuki K Poulose | 1 | -0/+39 |
| 2019-07-30 | drivers: Introduce device lookup variants by of_node | Suzuki K Poulose | 1 | -0/+37 |
| 2019-07-30 | drivers: Introduce device lookup variants by name | Suzuki K Poulose | 1 | -3/+39 |
| 2019-07-30 | ACPI: PM: Set up EC GPE for system wakeup from drivers that need it | Rafael J. Wysocki | 2 | -0/+5 |
| 2019-07-30 | gpio: remove less important #ifdef around declarations | Masahiro Yamada | 1 | -19/+8 |
| 2019-07-29 | xdp: Add devmap_hash map type for looking up devices by hashed index | Toke Høiland-Jørgensen | 2 | -0/+8 |
| 2019-07-29 | include/bpf.h: Remove map_insert_ctx() stubs | Toke Høiland-Jørgensen | 1 | -10/+0 |
| 2019-07-29 | leds: netxbig: remove legacy board-file support | Masahiro Yamada | 1 | -54/+0 |
| 2019-07-29 | Merge tag 'platform-drivers-x86-v5.3-3' of git://git.infradead.org/linux-plat... | Linus Torvalds | 1 | -0/+1 |
| 2019-07-29 | iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() | Will Deacon | 1 | -7/+9 |