All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-16 19:49:57 to 2019-10-16 20:15:36 UTC [more...]

[PATCH v3 bpf-next 00/11] bpf: revolutionize bpf tracing
 2019-10-16 20:15 UTC  (12+ messages)
` [PATCH v3 bpf-next 04/11] bpf: add attach_btf_id attribute to program load
` [PATCH v3 bpf-next 05/11] libbpf: auto-detect btf_id of BTF-based raw_tracepoints
` [PATCH v3 bpf-next 06/11] bpf: implement accurate raw_tp context access via BTF
` [PATCH v3 bpf-next 07/11] bpf: attach raw_tp program with BTF via type name
` [PATCH v3 bpf-next 09/11] bpf: add support for BTF pointers to x86 JIT

[PATCH v8 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-10-16 20:13 UTC  (2+ messages)

[PATCH v2 00/25] PCI host resource consolidation
 2019-10-16 20:06 UTC  (59+ messages)
` [PATCH v2 01/25] resource: Add a resource_list_get_entry_of_type helper
` [PATCH v2 02/25] PCI: Export pci_parse_request_of_pci_ranges()
` [PATCH v2 03/25] PCI: aardvark: Use pci_parse_request_of_pci_ranges()
` [PATCH v2 04/25] PCI: altera: "
` [PATCH v2 05/25] PCI: dwc: "
` [PATCH v2 06/25] PCI: faraday: Use pci_parse_request_of_pci_ranges
` [PATCH v2 07/25] PCI: iproc: Use pci_parse_request_of_pci_ranges()
` [PATCH v2 08/25] PCI: mediatek: "
` [PATCH v2 09/25] PCI: mobiveil: "
` [PATCH v2 10/25] PCI: rockchip: "
` [PATCH v2 11/25] PCI: rockchip: Drop storing driver private outbound resource data
` [PATCH v2 12/25] PCI: v3-semi: Use pci_parse_request_of_pci_ranges()
` [PATCH v2 13/25] PCI: xgene: "
` [PATCH v2 14/25] PCI: xilinx: "
` [PATCH v2 15/25] PCI: xilinx-nwl: "
` [PATCH v2 16/25] PCI: versatile: "
` [PATCH v2 17/25] PCI: versatile: Remove usage of PHYS_OFFSET
` [PATCH v2 18/25] PCI: versatile: Enable COMPILE_TEST
` [PATCH v2 19/25] PCI: of: Add inbound resource parsing to helpers
` [PATCH v2 20/25] PCI: ftpci100: Use inbound resources for setup
` [PATCH v2 21/25] PCI: v3-semi: "
` [PATCH v2 22/25] PCI: xgene: "
` [PATCH v2 23/25] PCI: iproc: "
` [PATCH v2 24/25] PCI: rcar: "
` [PATCH v2 25/25] PCI: Make devm_of_pci_get_host_bridge_resources() static

New field seen in audit.log
 2019-10-16 20:15 UTC  (3+ messages)

[PATCH v11 0/6] Solve postboot supplier cleanup and optimize probe ordering
 2019-10-16 20:15 UTC  (7+ messages)
` [PATCH v11 3/6] of: property: Add functional dependency link from DT bindings

[PATCH 1/2] rtc: cros-ec: remove superfluous error message
 2019-10-16 20:14 UTC  (2+ messages)
` [PATCH 2/2] rtc: cros-ec: let the core handle rtc range

[PATCH v6 00/18] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-10-16 20:14 UTC  (4+ messages)

[PATCH 1/2] firmware: coreboot: Export the binary FMAP
 2019-10-16 20:12 UTC  (8+ messages)
` [PATCH 2/2] firmware: coreboot: Export active CBFS partition

[PATCH 1/4] rtc: fsl-ftm-alarm: allow COMPILE_TEST
 2019-10-16 20:12 UTC  (4+ messages)
` [PATCH 2/4] rtc: fsl-ftm-alarm: switch to ktime_get_real_seconds
` [PATCH 3/4] rtc: fsl-ftm-alarm: switch to rtc_time64_to_tm/rtc_tm_to_time64
` [PATCH 4/4] rtc: fsl-ftm-alarm: avoid struct rtc_time conversions

WireGuard removed from Google Play Store, rectification in progress
 2019-10-16 20:12 UTC  (2+ messages)

[PATCH] clk: imx: imx8mn: drop unused pll enum
 2019-10-16 20:06 UTC  (3+ messages)

[PATCH v2 0/4] crypto: add amlogic crypto offloader driver
 2019-10-16 20:11 UTC  (4+ messages)
` [PATCH v2 3/4] crypto: amlogic: Add crypto accelerator for amlogic GXL

[PATCH v7 00/25] arm64: MMU enabled kexec relocation
 2019-10-16 20:00 UTC  (78+ messages)
` [PATCH v7 01/25] kexec: quiet down kexec reboot
` [PATCH v7 02/25] kexec: add machine_kexec_post_load()
` [PATCH v7 03/25] arm64: kexec: remove unnecessary debug prints
` [PATCH v7 04/25] arm64: kexec: make dtb_mem always enabled
` [PATCH v7 05/25] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v7 06/25] arm64: hibernate: use get_safe_page directly
` [PATCH v7 07/25] arm64: hibernate: remove gotos as they are not needed
` [PATCH v7 08/25] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v7 09/25] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v7 10/25] arm64: hibernate: add trans_pgd public functions
` [PATCH v7 11/25] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v7 12/25] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v7 13/25] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v7 14/25] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v7 15/25] arm64: kexec: move relocation function setup
` [PATCH v7 16/25] arm64: kexec: call kexec_image_info only once
` [PATCH v7 17/25] arm64: kexec: cpu_soft_restart change argument types
` [PATCH v7 18/25] arm64: kexec: arm64_relocate_new_kernel clean-ups
` [PATCH v7 19/25] arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
` [PATCH v7 20/25] arm64: kexec: add expandable argument to relocation function
` [PATCH v7 21/25] arm64: kexec: offset for "
` [PATCH v7 22/25] arm64: kexec: kexec EL2 vectors
` [PATCH v7 23/25] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v7 24/25] arm64: kexec: enable MMU during kexec relocation
` [PATCH v7 25/25] arm64: kexec: remove head from relocation argument

[PATCH bpf] xdp: Handle device unregister for devmap_hash map type
 2019-10-16 20:09 UTC  (2+ messages)

[PATCH 1/2] rtc: s35390a: convert to devm_rtc_allocate_device
 2019-10-16 20:08 UTC  (2+ messages)
` [PATCH 2/2] rtc: s35390a: set range

[Buildroot] [PATCH 1/1] package/gnu-efi: bump to version 3.0.10
 2019-10-16 20:08 UTC  (2+ messages)

[PATCH v3 00/17] New sparse-checkout builtin and "cone" mode
 2019-10-16 20:07 UTC  (3+ messages)
` [PATCH v4 "

[Buildroot] [PATCH 1/1] package/meson: bump to version 0.52.0
 2019-10-16 20:07 UTC  (2+ messages)

stable-rc/linux-4.19.y boot: 113 boots: 1 failed, 106 passed with 5 offline, 1 untried/unknown (v4.19.79-80-gac978b42e2e9)
 2019-10-16 20:07 UTC 

[MPTCP] Re: [PATCH 0/3] mptcp: just another recvmsg refactor
 2019-10-16 20:06 UTC 

[RFC] Memory Tiering
 2019-10-16 20:05 UTC 

[PATCH -next] clk: ast2600: remove unused variable 'eclk_parent_names'
 2019-10-16 20:05 UTC  (2+ messages)

xfs_inode not reclaimed/memory leak on 5.2.16
 2019-10-16 20:03 UTC  (7+ messages)
    ` [bug, 5.2.16] kswapd/compaction null pointer crash [was Re: xfs_inode not reclaimed/memory leak on 5.2.16]

[PATCH linux-kselftest/test v4] ext4: add kunit test for decoding extended timestamps
 2019-10-16 20:03 UTC  (2+ messages)

[RFC PATCH] mm: Fix a huge pud insertion race during faulting
 2019-10-16 20:02 UTC  (5+ messages)

[SPDK] Re: Preparation for SPDK 19.10 release
 2019-10-16 20:01 UTC 

[RFC] new uapi policy for drm
 2019-10-16 20:00 UTC  (2+ messages)

[Buildroot] [git commit] package/gnu-efi: bump to version 3.0.10
 2019-10-16 20:00 UTC 

[PATCH v2 net 0/4] Aquantia/Marvell AQtion atlantic driver fixes 10/2019
 2019-10-16 19:59 UTC  (5+ messages)
` [PATCH v2 net 2/4] net: aquantia: when cleaning hw cache it should be toggled

[RESEND PATCH] media: uvc: Avoid cyclic entity chains due to malformed USB descriptors
 2019-10-16 19:58 UTC 

[PATCH 00/34] Treewide: Use CONFIG_PREEMPTION
 2019-10-16 19:58 UTC  (3+ messages)
` [PATCH 28/34] drm/i810: Refer to `PREEMPTION' in comment

remap_pfn_range addr page alignment
 2019-10-16 19:57 UTC 

[PATCH] spi: pxa2xx: Set controller->max_transfer_size in dma mode
 2019-10-16 19:57 UTC  (2+ messages)

[Buildroot] [git commit] package/meson: bump to version 0.52.0
 2019-10-16 19:56 UTC 

pwm_bl on i.MX6Q broken on 5.4-RC1+
 2019-10-16 19:55 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/gst1-plugins-good: fix xlib dependencies
 2019-10-16 19:56 UTC  (2+ messages)

[Buildroot] [git commit] package/gstreamer1/gst1-plugins-good: fix xlib dependencies
 2019-10-16 19:55 UTC 

[Buildroot] [PATCH 1/1] package/gst1-plugins-good: add TARGET_NLS_DEPENDENCIES
 2019-10-16 19:55 UTC  (2+ messages)

[Buildroot] [git commit] package/gstreamer1/gst1-plugins-good: add TARGET_NLS_DEPENDENCIES
 2019-10-16 19:55 UTC 

[Buildroot] [PATCH] docs/manual: clarify the reinstallation of a package
 2019-10-16 19:54 UTC 

[Buildroot] [PATCH] package/python-soupsieve: Fix fix Config.in indentation
 2019-10-16 19:54 UTC  (2+ messages)

NFSv4.2 server replies to Copy with length == 0
 2019-10-16 19:53 UTC  (4+ messages)

[Buildroot] [PATCH] package/python-jaraco-functools: fix Config.in indentation
 2019-10-16 19:54 UTC  (2+ messages)

[Buildroot] [PATCH] package/python-cheroot: fix Config.in indentation
 2019-10-16 19:54 UTC  (2+ messages)

[PATCH] ipmi: Don't allow device module unload when in use
 2019-10-16 19:54 UTC  (4+ messages)

big ICMP requests get disrupted on IPSec tunnel activation
 2019-10-16 19:54 UTC  (5+ messages)
    ` AW: "

[PATCH net-next] net: phy: avoid NPE if read_page/write_page callbacks are not available
 2019-10-16 19:53 UTC 

[PATCH] Bluetooth: hci_core: fix init with HCI_QUIRK_NON_PERSISTENT_SETUP
 2019-10-16 19:53 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] realmode test fixes for clang
 2019-10-16 19:53 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/2] x86: realmode: use inline asm to get stack pointer

[PATCH] drm/i915/execlists: Don't merely skip submission if maybe timeslicing
 2019-10-16 19:52 UTC 

memory leak in v9fs_cache_session_get_cookie (2)
 2019-10-16 19:52 UTC 

[PATCH] media: imx.rst: Update the imx6-sabreauto ADV7180 instructions
 2019-10-16 19:51 UTC  (18+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.