All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-31 00:06:24 to 2021-01-31 03:45:21 UTC [more...]

[PATCH 0/8] spl: fit: Play nicely with OP-TEE and Linux
 2021-01-31  3:45 UTC  (10+ messages)
` [PATCH 2/8] spl: fit: Factor out FIT parsing and use a context struct

[PATCH 0/7] Allow booting a 32-bit system with a top memory address beyond 4 GiB
 2021-01-31  3:44 UTC  (8+ messages)
` [PATCH 2/7] global_data.h: Change ram_top type to phys_addr_t

[PATCH v13 0/8] drm/mediatek: add support for mediatek SOC MT8183
 2021-01-31  3:39 UTC  (6+ messages)
` [PATCH v13 6/8] drm/mediatek: enable dither function

[PATCH v7 06/17] hook: implement hookcmd.<name>.skip
 2021-01-31  3:40 UTC  (2+ messages)

git fails with a broken pipe when one quits the pager
 2021-01-31  3:36 UTC  (3+ messages)

aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `drivers/tty/serial/liteuart.o' being placed in section `.eh_frame'
 2021-01-31  3:36 UTC  (2+ messages)

[PATCH] tpm_tis: Add missing start/stop_tpm_chip calls
 2021-01-31  3:36 UTC  (7+ messages)

[PATCH v7 05/17] hook: respect hook.runHookDir
 2021-01-31  3:35 UTC  (2+ messages)

[RFC 00/20] TLB batching consolidation and enhancements
 2021-01-31  3:30 UTC  (40+ messages)
` [RFC 01/20] mm/tlb: fix fullmm semantics
` [RFC 02/20] mm/mprotect: use mmu_gather
` [RFC 03/20] mm/mprotect: do not flush on permission promotion
` [RFC 04/20] mm/mapping_dirty_helpers: use mmu_gather
` [RFC 05/20] mm/tlb: move BATCHED_UNMAP_TLB_FLUSH to tlb.h
` [RFC 06/20] fs/task_mmu: use mmu_gather interface of clear-soft-dirty
` [RFC 07/20] mm: move x86 tlb_gen to generic code
` [RFC 08/20] mm: store completed TLB generation
` [RFC 09/20] mm: create pte/pmd_tlb_flush_pending()
` [RFC 10/20] mm: add pte_to_page()
` [RFC 11/20] mm/tlb: remove arch-specific tlb_start/end_vma()
` [RFC 12/20] mm/tlb: save the VMA that is flushed during tlb_start_vma()
` [RFC 13/20] mm/tlb: introduce tlb_start_ptes() and tlb_end_ptes()
` [RFC 14/20] mm: move inc/dec_tlb_flush_pending() to mmu_gather.c
` [RFC 15/20] mm: detect deferred TLB flushes in vma granularity
` [RFC 16/20] mm/tlb: per-page table generation tracking
` [RFC 17/20] mm/tlb: updated completed deferred TLB flush conditionally
` [RFC 18/20] mm: make mm_cpumask() volatile
` [RFC 19/20] lib/cpumask: introduce cpumask_atomic_or()
` [RFC 20/20] mm/rmap: avoid potential races

[PATCH v2 00/40] test: Refactor tests to have a single test runner
 2021-01-31  3:32 UTC  (41+ messages)
` [PATCH v2 01/40] doc: Tidy up testing section
` [PATCH v2 02/40] doc: Document make tcheck
` [PATCH v2 03/40] sandbox: Drop the 'starting...' message unless testing
` [PATCH v2 04/40] doc: Explain how to run tests without pytest
` [PATCH v2 05/40] doc: Document how sandbox_spl_tests are run
` [PATCH v2 06/40] test: Correct setexpr test prefix
` [PATCH v2 07/40] test: Mark all driver model tests with a flag
` [PATCH v2 08/40] test: Rename test-main.c to test-dm.c
` [PATCH v2 09/40] test: Add an overall test runner
` [PATCH v2 10/40] test: Create pre/post-run functions
` [PATCH v2 11/40] test: Call test_pre/post_run() from driver model tests
` [PATCH v2 12/40] test: Move dm_extended_scan() to test_pre_run()
` [PATCH v2 13/40] test: Move do_autoprobe() "
` [PATCH v2 14/40] test: Move dm_scan_plat() "
` [PATCH v2 15/40] test: Drop mallinfo() work-around
` [PATCH v2 16/40] test: Move console silencing to test_pre_run()
` [PATCH v2 17/40] test: Move delay skipping "
` [PATCH v2 18/40] test: Handle driver model reinit in test_pre_run()
` [PATCH v2 19/40] test: Drop struct dm_test_state
` [PATCH v2 20/40] test: Move dm_test_init() into test-main.c
` [PATCH v2 21/40] test: Move dm_test_destroy() "
` [PATCH v2 22/40] test: Move test running into a separate function
` [PATCH v2 23/40] test: Use ut_run_test() to run driver model tests
` [PATCH v2 24/40] test: Drop dm_do_test()
` [PATCH v2 25/40] test: Add ut_run_test_live_flat() to run tests twice
` [PATCH v2 26/40] test: Use a local variable for test state
` [PATCH v2 27/40] test: Run driver-model tests using ut_run_list()
` [PATCH v2 28/40] test: Use return values in dm_test_run()
` [PATCH v2 29/40] test: Move the devicetree check into ut_run_list()
` [PATCH v2 30/40] test: Move restoring of driver model state to ut_run_list()
` [PATCH v2 31/40] test: log: Rename log main test file to log_ut.c
` [PATCH v2 32/40] test: Add a macros for finding tests in linker_lists
` [PATCH v2 33/40] test: Rename all linker lists to have a ut_ prefix
` [PATCH v2 34/40] test: Allow SPL to run any available test
` [PATCH v2 35/40] sandbox: Update os_find_u_boot() to find the .img file
` [PATCH v2 36/40] spl: Convert spl_fit to work with sandbox
` [PATCH v2 37/40] doc: Move coccinelle into its own section
` [PATCH v2 38/40] spl: test: Add a test for spl_load_simple_fit()
` [PATCH v2 39/40] test: sandbox: Move sandbox test docs into doc/develop
` [PATCH v2 40/40] doc: Explain briefly how to write new tests

[igt-dev] [PATCH 1/2] tests/kms_setmode: Add test description
 2021-01-31  3:28 UTC  (2+ messages)
` [igt-dev] [PATCH 2/2] tests/kms_properties: "

Please pull u-boot-dm
 2021-01-31  3:28 UTC 

[PATCH v7 04/17] hook: include hookdir hook in list
 2021-01-31  3:20 UTC  (2+ messages)

[PATCH ima-evm-utils] ima-evm-utils: ima_sign supports SM2 and SM3 algorithm combination
 2021-01-31  3:27 UTC 

Firmware for raspberry pi brcm
 2021-01-31  3:19 UTC 

[PATCH v7 03/17] hook: add list command
 2021-01-31  3:10 UTC  (2+ messages)

[PATCH net] net: hdlc_x25: Use qdisc to queue outgoing LAPB frames
 2021-01-31  3:16 UTC  (8+ messages)

[PATCH v2] test/py: fix runtest wrapper for pytest 6
 2021-01-31  3:12 UTC 

[Intel-gfx] [PATCH i-g-t] intel_gpu_top: Hide unused clients
 2021-01-31  3:11 UTC  (2+ messages)
` [igt-dev] "

[qemu-mainline test] 158816: regressions - FAIL
 2021-01-31  3:11 UTC 

[PATCH v3 0/3] Add support for x509 certs with NIST p256 and p192 keys
 2021-01-31  2:57 UTC  (4+ messages)
` [PATCH v3 1/3] x509: Detect sm2 keys by their parameters OID

[REGRESSION] x86/entry: TIF_SINGLESTEP handling is still broken
 2021-01-31  2:50 UTC  (3+ messages)

[Bug 1913919] [NEW] Heap-buffer-overflow in sdhci_write_dataport
 2021-01-31  2:33 UTC 

Please Quote Order # 2856 with delivery
 2021-01-31  2:33 UTC 

[Bug 1913915] [NEW] aarc64-virt: Null-ptr dereference through virtio_write_config
 2021-01-31  2:23 UTC  (2+ messages)
` [Bug 1913915] "

[Bug 1913917] [NEW] aarch64-virt: heap-use-after-free in gic_dist_writeb
 2021-01-31  2:22 UTC 

[Patch net-next v2] net: fix dev_ifsioc_locked() race condition
 2021-01-31  2:27 UTC 

stable-rc/queue/4.19 baseline: 149 runs, 5 regressions (v4.19.172-1-g009a2be5663f)
 2021-01-31  2:27 UTC 

[Bug 1913916] [NEW] aarch64-virt: heap-buffer-overflow in address_space_lookup_region
 2021-01-31  2:19 UTC 

[Bug 1913914] [NEW] arm_gic: Abort in gic_clear_pending_sgi
 2021-01-31  2:14 UTC 

[GIT PULL] SCSI fixes for 5.11-rc5
 2021-01-31  2:17 UTC  (2+ messages)

[GIT PULL] OpenRISC fixes for 5.11-rc6
 2021-01-31  2:17 UTC  (3+ messages)
  ` [OpenRISC] "

[GIT] cifs fixes
 2021-01-31  2:17 UTC  (2+ messages)

[Xen-devel] Xen crash after S3 suspend - Xen 4.13
 2021-01-31  2:15 UTC  (10+ messages)
                ` [Xen-devel] Xen crash after S3 suspend - Xen 4.13 and newer

[Bug 210681] New: kernel: Bluetooth: hci0: don't support firmware rome 0x31010000
 2021-01-31  2:11 UTC  (2+ messages)
` [Bug 210681] "

aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `kernel/trace/trace_recursion_record.o' being placed in section `.eh_frame'
 2021-01-31  2:09 UTC  (2+ messages)

[PATCH] csky: change a Kconfig symbol name to fix e1000 build error
 2021-01-31  2:08 UTC  (3+ messages)
  ` [Intel-wired-lan] "

ld.lld: error: isotp.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 16802886 is not in
 2021-01-31  1:53 UTC 

[PATCH v5 00/11] [GSoC] Implement Corrected Commit Date
 2021-01-31  1:45 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 11/11] doc: add corrected commit date info

stable-rc/linux-4.19.y baseline: 130 runs, 6 regressions (v4.19.172)
 2021-01-31  1:45 UTC 

ERROR: ".snd_pcm_set_managed_buffer" undefined!
 2021-01-31  1:44 UTC  (2+ messages)

[PATCH 00/18] 8992/4/Lumia 950/XL DTS updates
 2021-01-31  1:38 UTC  (19+ messages)
` [PATCH 01/18] arm64: dts: qcom: msm8994: Add SMP2P nodes
` [PATCH 02/18] arm64: dts: qcom: msm8994: Fix remaining BLSP errors/mistakes
` [PATCH 03/18] arm64: dts: qcom: msm8994: Sort hwlock properly
` [PATCH 04/18] arm64: dts: qcom: msm8992: Make the DT an overlay on top of 8994
` [PATCH 05/18] arm64: dts: qcom: msm8992/4-lumia*: Create a common DTS
` [PATCH 06/18] arm64: dts: qcom: msm8994-octagon: Fix up the memory map
` [PATCH 07/18] arm64: dts: qcom: msm8994-octagon: Add gpio-keys and Hall sensor
` [PATCH 08/18] arm64: dts: qcom: msm8994-octagon: Configure regulators
` [PATCH 09/18] arm64: dts: qcom: msm8994-octagon: Add QCA6174 bluetooth
` [PATCH 10/18] arm64: dts: qcom: msm8994-octagon: Configure HD3SS460 Type-C mux pins
` [PATCH 11/18] arm64: dts: qcom: msm8994-octagon: Add uSD card and disable HS400 on eMMC
` [PATCH 12/18] arm64: dts: qcom: msm8994-octagon: Configure Lattice iCE40 FPGA
` [PATCH 13/18] arm64: dts: qcom: msm8994-octagon: Configure PON keys
` [PATCH 14/18] arm64: dts: qcom: msm8994-octagon: Add FM Radio and DDR regulator nodes
` [PATCH 15/18] arm64: dts: qcom: msm8994-octagon: Add NXP NFC node
` [PATCH 16/18] arm64: dts: qcom: msm8994-octagon: Add sensors on blsp1_i2c5
` [PATCH 17/18] arm64: dts: qcom: msm8994-octagon: Add TAS2553 codec
` [PATCH 18/18] arm64: dts: qcom: msm8994-octagon: Add AD7147 and APDS9930 sensors

What's cooking in git.git (Jan 2021, #06; Sat, 30)
 2021-01-31  1:42 UTC  (2+ messages)

[PATCH] soc: qcom: rpmpd: Add MDM9607 RPM Power Domains
 2021-01-31  1:32 UTC 

[PATCH] phy: qualcomm: usb28nm: Add MDM9607 init sequence
 2021-01-31  1:31 UTC 

[PATCH] firmware: qcom_scm: Add MDM9607 compatible
 2021-01-31  1:30 UTC 

[PATCH] clk: qcom: smd-rpm: Add mdm9607 clocks
 2021-01-31  1:30 UTC 

[dpdk-dev] [PATCH v2] net/bnxt: fix cp ring size calculation
 2021-01-31  1:27 UTC  (2+ messages)

[Bug 1913873] Re: QEMU: net: vmxnet: integer overflow may crash guest
 2021-01-31  1:08 UTC 

[PATCH v14 00/42] btrfs: zoned block device support
 2021-01-31  1:17 UTC  (3+ messages)
` [PATCH v14 08/42] btrfs: allow zoned mode on non-zoned block devices

[RFC][PATCH 00/13] [v5] Migrate Pages in lieu of discard
 2021-01-31  1:19 UTC  (9+ messages)
` [RFC][PATCH 03/13] mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks
` [RFC][PATCH 04/13] mm/numa: node demotion data structure and lookup

stable-rc/linux-4.14.y baseline: 117 runs, 7 regressions (v4.14.218)
 2021-01-31  1:18 UTC 

[PATCH net] net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_add
 2021-01-31  1:13 UTC  (5+ messages)

[PATCH] drm/ttm: Use __GFP_NOWARN for huge pages in ttm_pool_alloc_page
 2021-01-31  1:05 UTC  (3+ messages)

[bug] 5.11-rc5 brought page allocation failure issue [ttm][amdgpu]
 2021-01-31  1:03 UTC  (3+ messages)

create meta-ampere folder in openbmc repo
 2021-01-31  1:01 UTC  (8+ messages)

stable-rc/queue/5.4 build: 184 builds: 1 failed, 183 passed, 111 warnings (v5.4.94-3-gd458f79e4451f)
 2021-01-31  0:58 UTC 

[MPTCP] [MPTCP][PATCH mptcp-next] Squash to "mptcp: use WRITE_ONCE/READ_ONCE for the pernet *_max"
 2021-01-31  0:52 UTC 

aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `drivers/firmware/arm_scmi/voltage.o' being placed in section `.eh_frame'
 2021-01-31  0:46 UTC  (2+ messages)

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-31  0:43 UTC  (3+ messages)
` [PATCH v2 1/1] MacOS: precompose_argv_prefix()

[PATCH 8/8] gpio: sim: new testing module
 2021-01-31  0:43 UTC  (2+ messages)

[Nouveau] Bug#973876: nouveau: nv50_dmac_wait kernel stack trace
 2021-01-30 14:41 UTC 

[PATCH v7 0/2] Kbuild: DWARF v5 support
 2021-01-31  0:39 UTC  (5+ messages)
` [PATCH v7 2/2] Kbuild: implement support for DWARF v5

[PATCH v4 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-31  0:37 UTC  (3+ messages)
` [PATCH v4 1/2] x86/setup: always add the beginning of RAM as memblock.memory

[usb:usb-linus] BUILD SUCCESS 045aef3acf38a490a741ba7bbfdc0d2cfa19d480
 2021-01-31  0:35 UTC 

[PATCH] Handle DWARF5 DW_TAG_call_site like DW_TAG_GNU_call_site
 2021-01-31  0:27 UTC 

stable-rc/linux-5.4.y baseline: 110 runs, 5 regressions (v5.4.94)
 2021-01-31  0:18 UTC 

[PATCH v2 0/7] tty: add flag to suppress ready signalling on open
 2021-01-31  0:18 UTC  (11+ messages)

[Bug 1913913] [NEW] i386-linux-user returns -1 in sigcontext->trapno
 2021-01-31  0:11 UTC 

[PATCH net-next v1 0/6] lan743x speed boost
 2021-01-31  0:14 UTC  (4+ messages)
` [PATCH net-next v1 1/6] lan743x: boost performance on cpu archs w/o dma cache snooping

[PATCH 0/2] ALSA: Constify static attribute_group structs
 2021-01-31  0:12 UTC  (3+ messages)
` [PATCH 1/2] ALSA: ac97: Constify static struct attribute_group
` [PATCH 2/2] ALSA: hda: Constify static attribute_group

[PATCH 0/2] Eliminate extraneous ref log entries
 2021-01-31  0:11 UTC  (7+ messages)
` [PATCH 1/2] t/t1417: test symbolic-ref effects on ref logs


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.