messages from 2020-07-31 11:31:18 to 2020-07-31 12:14:23 UTC [more...]
[PATCH 1/2] cpufreq: tegra186: Fix initial frequency
2020-07-31 12:14 UTC (5+ messages)
[PATCH v4 00/10] Coregroup support on Powerpc
2020-07-31 12:14 UTC (14+ messages)
` [PATCH v4 07/10] Powerpc/numa: Detect support for coregroup
` [PATCH v4 08/10] powerpc/smp: Allocate cpumask only after searching thread group
` [PATCH v4 10/10] powerpc/smp: Implement cpu_to_coregroup_id
[Buildroot] [PATCH 1/2] package/freescale-imx/imx-m4-demos: new package
2020-07-31 12:13 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] configs/freescale_imx7ulpevkb: new defconfig
[OSSTEST PATCH v2 00/41] Performance work
2020-07-31 11:38 UTC (42+ messages)
` [OSSTEST PATCH v2 01/41] Add cperl-indent-level to .dir-locals.el
` [OSSTEST PATCH v2 02/41] SQL: Use "LIKE" rather than "like", etc
` [OSSTEST PATCH v2 03/41] SQL: Fix incorrect LIKE pattern syntax (literals)
` [OSSTEST PATCH v2 04/41] SQL: Fix incorrect LIKE pattern syntax (program variables)
` [OSSTEST PATCH v2 05/41] sg-report-flight: Add a comment re same-flight search narrowing
` [OSSTEST PATCH v2 06/41] sg-report-flight: Sort failures by job name as last resort
` [OSSTEST PATCH v2 07/41] schema: Provide indices for sg-report-flight
` [OSSTEST PATCH v2 08/41] sg-report-flight: Ask the db for flights of interest
` [OSSTEST PATCH v2 09/41] sg-report-flight: Use WITH to use best index use for $flightsq
` [OSSTEST PATCH v2 10/41] sg-report-flight: Use WITH clause to use index for $anypassq
` [OSSTEST PATCH v2 11/41] sg-report-flight: Use the job row from the intitial query
` [OSSTEST PATCH v2 12/41] Executive: Use index for report__find_test
` [OSSTEST PATCH v2 13/41] duration_estimator: Ignore truncated jobs unless we know the step
` [OSSTEST PATCH v2 14/41] duration_estimator: Introduce some _qtxt variables
` [OSSTEST PATCH v2 15/41] duration_estimator: Explicitly provide null in general host q
` [OSSTEST PATCH v2 16/41] duration_estimator: Return job column in first query
` [OSSTEST PATCH v2 17/41] duration_estimator: Move $uptincl_testid to separate @x_params
` [OSSTEST PATCH v2 18/41] duration_estimator: Move duration query loop into database
` [OSSTEST PATCH v2 19/41] Executive: Drop redundant AND clause
` [OSSTEST PATCH v2 20/41] schema: Add index for quick lookup by host
` [OSSTEST PATCH v2 21/41] sg-report-host-history: Find flight limit by flight start date
` [OSSTEST PATCH v2 22/41] sg-report-host-history: Drop per-job debug etc
` [OSSTEST PATCH v2 23/41] Executive: Export opendb_tests
` [OSSTEST PATCH v2 24/41] sg-report-host-history: Add a debug print after sorting jobs
` [OSSTEST PATCH v2 25/41] sg-report-host-history: Do the main query per host
` [OSSTEST PATCH v2 26/41] sg-report-host-history: Rerganisation: Make mainquery per-host
` [OSSTEST PATCH v2 27/41] sg-report-host-history: Rerganisation: Read old logs later
` [OSSTEST PATCH v2 28/41] sg-report-host-history: Rerganisation: Change loops
` [OSSTEST PATCH v2 29/41] sg-report-host-history: Drop a redundznt AND clause
` [OSSTEST PATCH v2 30/41] sg-report-host-history: Fork
` [OSSTEST PATCH v2 31/41] schema: Add index to help cs-bisection-step
` [OSSTEST PATCH v2 32/41] adhoc-revtuple-generator: Fix an undef warning in a debug print
` [OSSTEST PATCH v2 33/41] cs-bisection-step: Generalise qtxt_common_rev_ok
` [OSSTEST PATCH v2 34/41] cs-bisection-step: Move an AND
` [OSSTEST PATCH v2 35/41] cs-bisection-step: Break out qtxt_common_ok
` [OSSTEST PATCH v2 36/41] cs-bisection-step: Use db_prepare a few times instead of ->do
` [OSSTEST PATCH v2 37/41] cs-bisection-step: temporary table: Insert only rows we care about
` [OSSTEST PATCH v2 38/41] SQL: Change LIKE E'...\\_...' to LIKE '...\_...'
` [OSSTEST PATCH v2 39/41] cs-bisection-step: Add a debug print when we run dot(1)
` [OSSTEST PATCH v2 40/41] cs-bisection-step: Lay out the revision tuple graph once
` [OSSTEST PATCH v2 41/41] duration_estimator: Clarify recentflights query a bit
[PATCH v2 0/2] irqchip/gic-v2, v3: Enforce ACK/EOI pairing on IRQ retrigger
2020-07-31 12:11 UTC (8+ messages)
` [PATCH v2 2/2] irqchip/gic-v2, v3: Prevent SW resends entirely
[PATCH 0/2] media: admin-guide: add documentation for rkisp1
2020-07-31 12:12 UTC (3+ messages)
` [PATCH 1/2] media: pixfmt-meta-rkisp1.rst: add description of rkisp1 metadata formats in pixfmt-meta-rkisp1.rst
` [PATCH 2/2] media: admin-guide: add documentation file rkisp1.rst
[PATCH 00/13] introduce IOCTL interface for RPMsg channel management
2020-07-31 12:10 UTC (14+ messages)
` [PATCH 01/13] rpmsg: introduce rpmsg raw driver
` [PATCH 02/13] rpmsg: introduce rpmsg_control driver for channel creation
` [PATCH 03/13] rpmsg: add helper to create the rpmsg ctrl device
` [PATCH 04/13] rpmsg: virtio: probe the rpmsg_ctrl device
` [PATCH 05/13] rpmsg: uapi: add service param for create destroy ioctls
` [PATCH 06/13] rpmsg: add RPMsg control info structure
` [PATCH 07/13] rpmsg: control: add driver registration API
` [PATCH 08/13] rpmsg: raw: register service to the rpmsg control
` [PATCH 09/13] rpmsg: add override field in channel info
` [PATCH 10/13] rpmsg: ns: initialize channel info override field
` [PATCH 11/13] rpmsg: virtio: use the driver_override in channel creation
` [PATCH 12/13] rpmsg: control: implement the ioctrl function to create device
` [PATCH 13/13] rpmsg: ctrl: add support of the endpoints release
[PATCH 1/1] usb: gadget: core: wait gadget device .release finishing at usb_del_gadget_udc
2020-07-31 12:11 UTC (3+ messages)
[kvm-unit-tests GIT PULL 00/11] s390x patches
2020-07-31 12:09 UTC (4+ messages)
[dpdk-dev] [PATCH 0/2] fixes for bnxt driver
2020-07-31 12:09 UTC (3+ messages)
` [dpdk-dev] [PATCH 1/2] net/bnxt: fix memory leak when freeing vf_info
` [dpdk-dev] [PATCH 2/2] net/bnxt: add memory allocation check in vf_info init
[PATCH bpf-next v7 0/7] Generalizing bpf_local_storage
2020-07-31 12:08 UTC (4+ messages)
` [PATCH bpf-next v7 5/7] bpf: Implement bpf_local_storage for inodes
[PATCH] ASoC: meson: cards: deal dpcm flag change
2020-07-31 12:06 UTC (3+ messages)
[RFC PATCH v6 00/10] Support for Tegra video capture from external sensor
2020-07-31 12:06 UTC (5+ messages)
` [RFC PATCH v6 05/10] media: tegra-video: Separate CSI stream enable and disable implementations
` [RFC PATCH v6 09/10] media: tegra-video: Add CSI MIPI pads calibration
[PATCH v4 00/12] PCI: Remove '*val = 0' from pcie_capability_read_*()
2020-07-31 11:02 UTC (17+ messages)
` [Linux-kernel-mentees] "
` [PATCH v4 01/12] IB/hfi1: Check if pcie_capability_read_*() reads ~0
` [Linux-kernel-mentees] "
` [PATCH v4 02/12] misc: rtsx: "
` [Linux-kernel-mentees] "
` [PATCH v4 03/12] ath9k: "
` [Linux-kernel-mentees] "
` [PATCH v4 04/12] iwlegacy: "
` [Linux-kernel-mentees] "
` [PATCH v4 05/12] PCI: pciehp: Set "Power On" as the default get_power_status
` [Linux-kernel-mentees] "
` [PATCH v4 06/12] PCI: pciehp: Check if pcie_capability_read_*() reads ~0
` [Linux-kernel-mentees] "
` [PATCH v4 07/12] PCI/ACPI: "
` [Linux-kernel-mentees] "
[PATCH v4 00/10] sched: Instrument sched domain flags
2020-07-31 11:55 UTC (11+ messages)
` [PATCH v4 01/10] ARM, sched/topology: Remove SD_SHARE_POWERDOMAIN
` [PATCH v4 02/10] ARM: Revert back to default scheduler topology
` [PATCH v4 03/10] sched/topology: Propagate SD_ASYM_CPUCAPACITY upwards
` [PATCH v4 04/10] sched/topology: Split out SD_* flags declaration to its own file
` [PATCH v4 05/10] sched/topology: Define and assign sched_domain flag metadata
` [PATCH v4 06/10] sched/topology: Verify SD_* flags setup when sched_debug is on
` [PATCH v4 07/10] sched/topology: Add more flags to the SD degeneration mask
` [PATCH v4 08/10] sched/topology: Remove SD_SERIALIZE degeneration special case
` [PATCH v4 09/10] sched/topology: Introduce SD metaflag for flags needing > 1 groups
` [PATCH v4 10/10] sched/topology: Use prebuilt SD flag degeneration mask
[Linux-kernel-mentees] [PATCH net] rds: Prevent kernel-infoleak in rds_notify_queue_get()
2020-07-31 12:03 UTC (8+ messages)
[PATCH v1] tools/xen-cpuid: show enqcmd
2020-07-31 12:04 UTC (3+ messages)
[Intel-gfx] [PATCH 1/2] drm/i915/dmc: Load DMC firmware v2.07 for Tiger Lake
2020-07-31 11:50 UTC (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dmc: Load DMC firmware v2.02 for Rocket Lake
[PATCH] tools lib traceevent: Fix memory leak in process_dynamic_array_len
2020-07-31 12:04 UTC (3+ messages)
[xen-unstable test] 152311: tolerable FAIL - PUSHED
2020-07-31 12:03 UTC
[CRYPTO-LUKS v1 00/19] Fixes and improvements for cryptodisks+luks2 and a few other things
2020-07-31 12:02 UTC (20+ messages)
` [CRYPTO-LUKS v1 01/19] configure: Add Ubuntu dejavu font path
` [CRYPTO-LUKS v1 02/19] cryptodisk: Fix cipher IV mode 'plain64' always being set as 'plain'
` [CRYPTO-LUKS v1 03/19] cryptodisk: Incorrect calculation of start sector for grub_disk_read in grub_cryptodisk_read
` [CRYPTO-LUKS v1 04/19] cryptodisk: Add more verbosity when reading/writing cryptodisks
` [CRYPTO-LUKS v1 05/19] luks2: Add support for LUKS2 in (proc)/luks_script
` [CRYPTO-LUKS v1 06/19] luks2: Rename source disk variabled named 'disk' to 'source' as in luks.c
` [CRYPTO-LUKS v1 07/19] luks2: grub_cryptodisk_t->total_length is the max number of device native sectors
` [CRYPTO-LUKS v1 08/19] cryptodisk, luks: Allow special processing for comparing UUIDs
` [CRYPTO-LUKS v1 09/19] cryptodisk: Unregister cryptomount command when removing module
` [CRYPTO-LUKS v1 10/19] fs: Fix block lists not being able to address to end of disk sometimes
` [CRYPTO-LUKS v1 11/19] cryptodisk: Properly handle non-512 byte sized sectors
` [CRYPTO-LUKS v1 12/19] cryptodisk: Rename total_length field in grub_cryptodisk_t to total_sectors
` [CRYPTO-LUKS v1 13/19] fs: Allow number of blocks in block list to be optional, where length will be defaulted to the length of the device
` [CRYPTO-LUKS v1 14/19] loopback: Add procfs entry 'loopbacks' to output configured loopback devices
` [CRYPTO-LUKS v1 15/19] cryptodisk, luks2: Add header line to procfs entry and crypto and source device names
` [CRYPTO-LUKS v1 16/19] cryptodisk: Add a couple comments noting the usage of a couple fields in grub_cryptodisk_t as is done for grub_disk_t
` [CRYPTO-LUKS v1 17/19] luks2: Ensure that bit fields of grub_luks2_digest_t in luks2_parse_digest are initialized before returning
` [CRYPTO-LUKS v1 18/19] luks2: Fix use of incorrect index and some error messages
` [CRYPTO-LUKS v1 19/19] cryptodisk: Rename offset in grub_cryptodisk_t to offset_sectors to improve readability
[kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test
2020-07-31 12:01 UTC (3+ messages)
[PATCH 4.19 00/17] 4.19.136-rc1 review
2020-07-31 12:00 UTC (2+ messages)
[PATCH 1/3] dt-bindings: arm: fsl: Add Y Soft IOTA Orion board
2020-07-31 12:00 UTC (3+ messages)
` [PATCH 2/3] ARM: dts: imx6dl-yapp4: "
` [PATCH 3/3] ARM: dts: imx6dl-yapp4: Add support for OLED based on different controller
[Buildroot] [PATCH v2 5/6] boot/arm-trusted-firmware: add EDK2 as BL33 option
2020-07-31 12:00 UTC (3+ messages)
[PATCH v2 2/2] cpufreq: intel_pstate: Implement passive mode with HWP enabled
2020-07-31 11:59 UTC (2+ messages)
` [cpufreq] 48fc4efcdd: WARNING:possible_circular_locking_dependency_detected
[PATCH v2 0/3] Allow user space to restrict and augment MSR emulation
2020-07-31 11:59 UTC (10+ messages)
` [PATCH v2 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v2 2/3] KVM: x86: Introduce allow list for MSR emulation
[PATCH v4 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver
2020-07-31 11:57 UTC (9+ messages)
` [PATCH v4 1/5] dt-bindings: irqchip: Add PRU-ICSS interrupt controller bindings
` [PATCH v4 2/5] irqchip/irq-pruss-intc: Add a PRUSS irqchip driver for PRUSS interrupts
[PATCH -next] tools build: Check return value of fwrite_unlocked in jvmti_agent.c
2020-07-31 11:58 UTC (5+ messages)
KASAN: invalid-free in snd_seq_port_disconnect
2020-07-31 11:58 UTC (4+ messages)
[PATCH] fix build of jffs2reader and jffs2dump if zlib or lzo headers are not in default paths
2020-07-31 11:57 UTC
[RFC PATCH bpf-next 0/3] Add a new bpf helper for FDB lookup
2020-07-31 11:52 UTC (4+ messages)
` [RFC PATCH bpf-next 2/3] bpf: Add helper to do forwarding lookups in kernel FDB table
` [Bridge] "
[PATCH 1/5] PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
2020-07-31 11:56 UTC (7+ messages)
` [PATCH 2/5] dt-bindings: mips: Document Loongson kvm guest board
[v2] ceph: use frag's MDS in either mode
2020-07-31 11:57 UTC (2+ messages)
[dpdk-dev] [PATCH 1/1] eal/linux: do not create user mem map repeatedly when it exists
2020-07-31 11:55 UTC (7+ messages)
` [dpdk-dev] [PATCH v2] "
[PATCH] s390/test_unwind: fix possible memleak in test_unwind()
2020-07-31 11:52 UTC (3+ messages)
[PATCH] mt76: mt76s: get rid of unused variable
2020-07-31 11:50 UTC
[PATCH 5.4 00/19] 5.4.55-rc1 review
2020-07-31 11:48 UTC (5+ messages)
` [LTP] "
[PATCH v3 0/9] ptp: Add generic helper functions
2020-07-31 11:48 UTC (6+ messages)
` [PATCH v3 5/9] ethernet: ti: am65-cpts: Use generic helper function
[PATCH 0/9] introduce name service announcement rpmsg driver
2020-07-31 11:47 UTC (10+ messages)
` [PATCH 1/9] rpmsg: virtio: rename rpmsg_create_channel
` [PATCH 2/9] rpmsg: core: add channel creation internal API
` [PATCH 3/9] rpmsg: virtio: add rpmsg channel device ops
` [PATCH 4/9] rpmsg: define the name service announcement as reserved address
` [PATCH 5/9] rpmsg: introduce reserved rpmsg driver for ns announcement
` [PATCH 6/9] rpmsg: virtio: use rpmsg ns device for the "
` [PATCH 7/9] rpmsg: ns: add name service announcement service
` [PATCH 8/9] rpmsg: virtio: use rpmsg_ns driver to manage ns announcement
` [PATCH 9/9] rpmsg: ns: name service announcement endianness
[Buildroot] [PATCH v2 2/6] boot/edk2: new package
2020-07-31 11:47 UTC (3+ messages)
[RESEND][PATCH v2 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
2020-07-31 11:45 UTC (7+ messages)
` [RESEND][PATCH v2 5/7] xen: include xen/guest_access.h rather than asm/guest_access.h
` [RESEND][PATCH v2 6/7] xen/guest_access: Consolidate guest access helpers in xen/guest_access.h
` [RESEND][PATCH v2 7/7] xen/guest_access: Fix coding style "
[PATCH 00/25] media: ov5647: Support RaspberryPi Camera Module v1
2020-07-31 11:44 UTC (3+ messages)
` [PATCH 15/25] media: ov5647: Break out format handling
[Buildroot] [PATCH v2 3/6] configs/aarch64_efi_defconfig: build the EDK2 firmware from source
2020-07-31 11:44 UTC (3+ messages)
chromebook_coral: build failure
2020-07-31 11:43 UTC
[PATCH v2 -next] tools build: Check return value of fwrite_unlocked in jvmti_agent.c
2020-07-31 11:42 UTC (2+ messages)
[dpdk-dev] [RFC] lib: introduce traffic mirroring API
2020-07-31 11:41 UTC (5+ messages)
[Buildroot] [PATCH v2 0/6] Introduce EDK2 firmware builds
2020-07-31 11:41 UTC (3+ messages)
[PATCH 1/2] powerpc/vmemmap: Fix memory leak with vmemmap list allocation failures
2020-07-31 11:35 UTC (2+ messages)
` [PATCH 2/2] powerpc/vmemmap: Don't warn if we don't find a mapping vmemmap list entry
[iptables PATCH] nft: Eliminate table list from cache
2020-07-31 11:36 UTC (7+ messages)
[PATCH] refs: add \t to reflog in the files backend
2020-07-31 11:36 UTC
acpi: fix 'return' with no value build warning
2020-07-31 11:33 UTC (5+ messages)
` [PATCH] "
[PATCH v2 0/2] arm64: Allow erratum 1418040 for late CPUs
2020-07-31 11:32 UTC (5+ messages)
` [PATCH v2 1/2] arm64: Move handling of erratum 1418040 into C code
[RFC PATCH 00/14] coresight: Support for ETMv4.4 system instructions
2020-07-31 11:36 UTC (5+ messages)
` [RFC PATCH 03/14] coresight: tpiu: Use coresight device access abstraction
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.