Age | Commit message (Expand) | Author | Files | Lines |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+3 |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+7 |
2024-07-19 | Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -11/+20 |
2024-07-10 | swiotlb: reduce swiotlb pool lookups | Michael Kelley | 1 | -11/+20 |
2024-07-03 | mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste... | David Hildenbrand | 1 | -2/+7 |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 2 | -3/+3 |
2024-07-02 | xen: privcmd: Fix possible access to a freed kirqfd instance | Viresh Kumar | 1 | -1/+9 |
2024-07-02 | xen: privcmd: Switch from mutex to spinlock for irqfds | Viresh Kumar | 1 | -10/+15 |
2024-07-02 | xen: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 4 | -0/+4 |
2024-07-01 | xen/manage: Constify struct shutdown_handler | Christophe JAILLET | 1 | -1/+1 |
2024-05-24 | Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -21/+29 |
2024-05-23 | drivers/xen: Improve the late XenStore init protocol | Henry Wang | 1 | -13/+23 |
2024-05-20 | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -1/+1 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+2 |
2024-05-17 | xen/xenbus: Use *-y instead of *-objs in Makefile | Andy Shevchenko | 1 | -8/+6 |
2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -1/+5 |
2024-05-07 | swiotlb: remove alloc_size argument to swiotlb_tbl_map_single() | Michael Kelley | 1 | -1/+1 |
2024-04-25 | change alloc_pages name in dma_map_ops to avoid name conflicts | Suren Baghdasaryan | 2 | -2/+2 |
2024-03-19 | Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -15/+21 |
2024-03-17 | xen/events: increment refcnt only if event channel is refcounted | Juergen Gross | 1 | -9/+13 |
2024-03-17 | xen/evtchn: avoid WARN() when unbinding an event channel | Juergen Gross | 1 | -0/+6 |
2024-03-13 | x86/xen: attempt to inflate the memory balloon on PVH | Roger Pau Monne | 1 | -2/+0 |
2024-03-13 | xen/grant-dma-iommu: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-11 | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2024-02-13 | xen/events: close evtchn after mapping cleanup | Maximilian Heyne | 1 | -2/+6 |
2024-02-13 | xen/gntalloc: Replace UAPI 1-element array | Kees Cook | 1 | -1/+1 |
2024-02-13 | xen: balloon: make balloon_subsys const | Ricardo B. Marliere | 1 | -1/+1 |
2024-02-13 | xen: pcpu: make xen_pcpu_subsys const | Ricardo B. Marliere | 1 | -1/+1 |
2024-02-13 | xen/privcmd: Use memdup_array_user() in alloc_ioreq() | Markus Elfring | 1 | -10/+5 |
2024-02-12 | xen/xenbus: document will_handle argument for xenbus_watch_path() | SeongJae Park | 1 | -6/+9 |
2024-01-31 | x86/traps: Add sysvec_install() to install a system interrupt handler | Xin Li | 1 | -1/+1 |
2024-01-17 | Merge tag 'for-linus-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -50/+59 |
2024-01-10 | xen/gntdev: Fix the abuse of underlying struct page in DMA-buf import | Oleksandr Tyshchenko | 1 | -25/+25 |
2024-01-09 | xen/xenbus: client: fix kernel-doc comments | Randy Dunlap | 1 | -25/+34 |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner | 1 | -1/+1 |
2023-11-28 | xen/events: fix error code in xen_bind_pirq_msi_to_irq() | Dan Carpenter | 1 | -1/+3 |
2023-11-17 | xen: privcmd: Replace zero-length array with flex-array member and use __coun... | Gustavo A. R. Silva | 1 | -1/+1 |
2023-11-17 | swiotlb-xen: provide the "max_mapping_size" method | Keith Busch | 1 | -0/+1 |
2023-11-15 | xen/events: remove some info_for_irq() calls in pirq handling | Juergen Gross | 1 | -49/+68 |
2023-11-15 | xen/events: modify internal [un]bind interfaces | Juergen Gross | 1 | -135/+124 |
2023-11-15 | xen/events: drop xen_allocate_irqs_dynamic() | Juergen Gross | 1 | -30/+44 |
2023-11-14 | xen/events: remove some simple helpers from events_base.c | Juergen Gross | 1 | -59/+38 |
2023-11-14 | xen/events: reduce externally visible helper functions | Juergen Gross | 3 | -9/+13 |
2023-11-13 | xen/events: remove unused functions | Juergen Gross | 1 | -30/+0 |
2023-11-13 | xen/events: fix delayed eoi list handling | Juergen Gross | 1 | -1/+3 |
2023-11-13 | xen/shbuf: eliminate 17 kernel-doc warnings | Randy Dunlap | 1 | -17/+17 |
2023-11-13 | acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 | Roger Pau Monne | 1 | -0/+22 |
2023-11-13 | xen/events: avoid using info_for_irq() in xen_send_IPI_one() | Juergen Gross | 1 | -4/+8 |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+10 |