messages from 2018-05-17 20:19:16 to 2018-05-17 21:09:02 UTC [more...]
[patch net-next RFC 04/12] dsa: set devlink port attrs for dsa ports
2018-05-17 21:08 UTC (13+ messages)
[PATCH net-next 1/1] qede: Add build_skb() support
2018-05-17 21:08 UTC (2+ messages)
[cip-dev] [PATCH 4.4 000/190] 4.4.128-stable review
2018-05-17 21:08 UTC (5+ messages)
` [PATCH 4.4 159/190] ipsec: check return value of skb_to_sgvec always
[Qemu-devel] [PATCH v3 00/12] intel-iommu: nested vIOMMU, cleanups, bug fixes
2018-05-17 21:08 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 01/12] intel-iommu: send PSI always even if across PDEs
` [Qemu-devel] [PATCH v3 12/12] intel-iommu: new sync_shadow_page_table
[PATCH 1/1] scsi: storvsc: Avoid allocating memory for temp cpumasks
2018-05-17 21:07 UTC
[PATCH net v2] net: test tailroom before appending to linear skb
2018-05-17 21:07 UTC (2+ messages)
[4.11 Regression] 64-bit process gets AT_BASE in the first 4 GB if exec'ed from 32-bit process
2018-05-17 21:07 UTC (5+ messages)
[bpf PATCH v2 1/2] bpf: sockmap update rollback on error can incorrectly dec prog refcnt
2018-05-17 21:06 UTC (2+ messages)
` [bpf PATCH v2 2/2] bpf: parse and verdict prog attach may race with bpf map update
[bpf PATCH 1/2] bpf: sockmap update rollback on error can incorrectly dec prog refcnt
2018-05-17 21:06 UTC (4+ messages)
` [bpf PATCH 2/2] bpf: parse and verdict prog attach may race with bpf map update
Using yocto as a build system
2018-05-17 21:06 UTC
RFC: Counters for PCI Express AERs
2018-05-17 21:05 UTC
[PATCH] mm/dmapool: localize page allocations
2018-05-17 21:05 UTC (9+ messages)
[PATCH 0/3] Add MCAN Support for dra76x
2018-05-17 21:04 UTC (9+ messages)
` [PATCH 1/3] ARM: dra762: hwmod: Add MCAN support
[PATCH net 0/7] net: ip6_gre: Fixes in headroom handling
2018-05-17 21:03 UTC (17+ messages)
` [PATCH net 1/7] net: ip6_gre: Request headroom in __gre6_xmit()
` [PATCH net 2/7] net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()
` [PATCH net 3/7] net: ip6_gre: Split up ip6gre_tnl_link_config()
` [PATCH net 4/7] net: ip6_gre: Split up ip6gre_tnl_change()
` [PATCH net 5/7] net: ip6_gre: Split up ip6gre_newlink()
` [PATCH net 6/7] net: ip6_gre: Split up ip6gre_changelink()
` [PATCH net 7/7] net: ip6_gre: Fix ip6erspan hlen calculation
[Cocci] [bug] exists do not work if file group is too big (>49)
2018-05-17 21:04 UTC (7+ messages)
` [Cocci] exists do not work if file group is too big
[U-Boot] [PATCH] arm: dts: sunxi: enable Ethernet on NanoPi Neo Plus2
2018-05-17 21:03 UTC
[net-next 0/6][pull request] 10GbE Intel Wired LAN Driver Updates 2018-05-17
2018-05-17 21:03 UTC (2+ messages)
[DPU PATCH v2 0/6] Switch DPU to use upstream DSI driver for SDM845
2018-05-17 21:01 UTC (3+ messages)
` [DPU PATCH v2 5/6] drm/msm: hook up DPU with upstream DSI
[PATCH v3 0/2] IR decoding using BPF
2018-05-17 21:01 UTC (4+ messages)
` [PATCH v3 2/2] bpf: add selftest for rawir_event type program
[RFC PATCH ghak32 V2 00/13] audit: implement container id
2018-05-17 21:00 UTC (4+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
[PATCH v3 00/28] ARM MMU code improvements and on-demand PTE allocation
2018-05-17 20:58 UTC (29+ messages)
` [PATCH v3 01/28] ARM: mmu: Remove unused ARM_VECTORS_SIZE
` [PATCH v3 02/28] ARM: mmu: Make use of IS_ALIGNED in arm_mmu_remap_sdram()
` [PATCH v3 03/28] ARM: mmu: Use ALIGN and ALIGN_DOWN in map_cachable()
` [PATCH v3 04/28] ARM: mmu: Introduce set_ttbr()
` [PATCH v3 05/28] ARM: mmu: Introduce set_domain()
` [PATCH v3 06/28] ARM: mmu: Share code for create_sections()
` [PATCH v3 07/28] ARM: mmu: Separate index and address in create_sections()
` [PATCH v3 08/28] sizes.h: Sync with Linux 4.16
` [PATCH v3 09/28] ARM: mmu: Specify size in bytes in create_sections()
` [PATCH v3 10/28] ARM: mmu: Share code for initial flat mapping creation
` [PATCH v3 11/28] ARM: mmu: Share PMD_SECT_DEF_CACHED
` [PATCH v3 12/28] ARM: mmu: Drop needless shifting in map_io_sections()
` [PATCH v3 13/28] ARM: mmu: Replace hardcoded shifts with pgd_index() from Linux
` [PATCH v3 14/28] ARM: mmu: Trivial simplification in arm_mmu_remap_sdram()
` [PATCH v3 15/28] ARM: mmu: Replace various SZ_1M with PGDIR_SIZE
` [PATCH v3 16/28] ARM: mmu: Use PAGE_SIZE when specifying size of one page
` [PATCH v3 17/28] ARM: mmu: Define and use PTRS_PER_PTE
` [PATCH v3 18/28] ARM: mmu: Use PAGE_SIZE instead of magic right shift by 12
` [PATCH v3 19/28] ARM: mmu: Use xmemalign in arm_create_pte()
` [PATCH v3 20/28] ARM: mmu: Use xmemalign in mmu_init()
` [PATCH v3 21/28] ARM: mmu: Share code between dma_alloc_*() functions
` [PATCH v3 22/28] ARM: mmu: Pass PTE flags a parameter to arm_create_pte()
` [PATCH v3 23/28] ARM: mmu: Make sure that address is 1M aligned in arm_create_pte()
` [PATCH v3 24/28] ARM: mmu: Use find_pte() to find PTE in create_vector_table()
` [PATCH v3 25/28] ARM: mmu: Use dma_inv_range() in dma_sync_single_for_cpu()
` [PATCH v3 26/28] ARM: mmu: Simplify the use of dma_flush_range()
` [PATCH v3 27/28] ARM: mmu: Implement on-demand PTE allocation
` [PATCH v3 28/28] ARM: mmu: Introduce ARM_TTB_SIZE
[drm-tip:drm-tip 711/734] drivers/gpu/drm/rcar-du/rcar_du_vsp.c:317:6: error: 'struct rcar_du_vsp_plane_state' has no member named 'alpha'
2018-05-17 21:00 UTC (4+ messages)
` [Intel-gfx] "
[GIT PULL 00/11] perf/core improvements and fixes
2018-05-17 20:58 UTC (5+ messages)
` [PATCH 01/11] perf tests parse-events: Add intel_pt parse test
[PATCH v8 0/6] Enable cpuset controller in default hierarchy
2018-05-17 20:55 UTC (14+ messages)
` [PATCH v8 1/6] cpuset: "
` [PATCH v8 2/6] cpuset: Add new v2 cpuset.sched.domain flag
` [PATCH v8 3/6] cpuset: Add cpuset.sched.load_balance flag to v2
` [PATCH v8 4/6] cpuset: Make generate_sched_domains() recognize isolated_cpus
` [PATCH v8 5/6] cpuset: Expose cpus.effective and mems.effective on cgroup v2 root
` [PATCH v8 6/6] cpuset: Allow reporting of sched domain generation info
master - liblvm2app: add a couple tests
2018-05-17 20:57 UTC
[PATCH 1/5] random: fix crng_ready() test
2018-05-17 20:56 UTC (9+ messages)
[PATCH 1/2] drm/i915/selftests: Wait longer for the old active request
2018-05-17 20:56 UTC (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "
` ✗ Fi.CI.CHECKPATCH: warning "
[MODERATED] Generic eBPF hardening
2018-05-17 20:55 UTC
SSB and BPF
2018-05-17 20:55 UTC
[PATCH 00/10] Misc block layer patches for bcachefs
2018-05-17 20:54 UTC (3+ messages)
[PATCH v3] mlx4_core: allocate ICM memory in page size chunks
2018-05-17 20:53 UTC
SSB status - V18 pushed out
2018-05-17 20:53 UTC
[PATCH 1/3] rtc: ls1x: switch to rtc_register_device
2018-05-17 20:53 UTC (3+ messages)
` [PATCH 2/3] rtc: ls1x: remove useless label and goto
` [PATCH 3/3] rtc: ls1x: add range
[PATCH 0/2] bpf: sockmap, fix uninitialized variable and double-free
2018-05-17 20:53 UTC (3+ messages)
[PATCH 1/2] drm/i915/guc: Keep guc submission permanently engaged
2018-05-17 20:53 UTC (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2] drm/i915/guc: Keep guc submission permanently engaged (rev2)
` ✓ Fi.CI.BAT: success "
[PATCH lttng-tools] Tests: Added autoloading session test cases
2018-05-17 20:50 UTC (2+ messages)
[linux-4.14 test] 122840: regressions - FAIL
2018-05-17 20:49 UTC
[Qemu-devel] [PATCH v3 00/38] target-microblaze: Add support for Extended Addressing
2018-05-17 20:48 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 35/38] target-microblaze: Convert env_btarget to i64
[PATCH 0/2] regulator: add QCOM RPMh regulator driver
2018-05-17 20:48 UTC (12+ messages)
` [PATCH 1/2] "
[igt-dev] [PATCH i-g-t 01/10] lib: Add clamp() to igt_aux and use it for ycbcr<->rgb conversion
2018-05-17 20:48 UTC (4+ messages)
` [igt-dev] [PATCH i-g-t 06/10] lib: Add igt_color_encoding
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,01/10] lib: Add clamp() to igt_aux and use it for ycbcr<->rgb conversion
[PATCH] dax: Fix use of zero page
2018-05-17 20:48 UTC (9+ messages)
[PATCH 1/2] rtc: tps6586x: fix possible race condition
2018-05-17 20:48 UTC (2+ messages)
` [PATCH 2/2] rtc: tps6586x: let the core handle rtc range
[PATCH 1/2] rtc: vr41xx: fix possible race condition
2018-05-17 20:47 UTC (2+ messages)
` [PATCH 2/2] rtc: vr41xx: add range
linux-next: a new pending-fixes branch
2018-05-17 20:46 UTC (3+ messages)
Meeting Minutes 5/14 -- RE: OpenBMC Redfish working group working call
2018-05-17 20:45 UTC (2+ messages)
[meta-initramfs][PATCH] ubi-utils-klibc: update from v. 1.5.2 to 2.0.2
2018-05-17 20:44 UTC (5+ messages)
[PATCH RFC] ARM: dts: add Raspberry Pi Compute Module and IO board
2018-05-17 20:44 UTC (2+ messages)
[Qemu-devel] [PATCH v4 00/49] fix building of tests/tcg
2018-05-17 20:43 UTC (17+ messages)
` [PATCH v4 29/49] tests/tcg/arm: disable -p 32768 mmap test
` [Qemu-devel] "
` [PATCH v4 30/49] tests/tcg: enable building for AArch64
` [Qemu-devel] "
` [PATCH v4 31/49] tests/tcg/aarch64: add Makefile.target
` [Qemu-devel] "
` [PATCH v4 32/49] tests/tcg/arm: add fcvt test cases for AArch32/64
` [Qemu-devel] "
` [Qemu-devel] [PATCH v4 39/49] tests/tcg/alpha: add Alpha specific tests
` [Qemu-devel] [PATCH v4 46/49] tests/tcg/Makefile: update to be called from Makefile.target
question: re-try of operations in PNFS
2018-05-17 20:43 UTC
[PATCH net] tls: don't use stack memory in a scatterlist
2018-05-17 20:42 UTC (4+ messages)
[PATCHv13 00/28] Request API
2018-05-17 20:41 UTC (3+ messages)
` [PATCHv13 25/28] vim2m: support requests
[PATCH v2 net-next 0/6] tcp: implement SACK compression
2018-05-17 20:41 UTC (3+ messages)
` [PATCH v2 net-next 3/6] tcp: add "
[SPDK] Question on mapping subsystem to a core
2018-05-17 20:40 UTC
[RFC PATCH wpan-next 0/2] ieee802154: hwsim: add hwsim driver
2018-05-17 20:40 UTC (8+ messages)
` [RFC PATCH wpan-next 1/2] ieee802154: hwsim: add replacement for fakelb
` [RFC PATCH wpan-next 2/2] ieee802154: fakelb: add deprecated msg while probe
[PATCH v4 0/3] AIO add per-command iopriority
2018-05-17 20:38 UTC (8+ messages)
` [PATCH v4 1/3] block: add ioprio_check_cap function
` [PATCH v4 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v4 3/3] fs: Add aio iopriority support for block_dev
[PATCH] selftests/bpf: check return value of fopen in test_verifier.c
2018-05-17 20:37 UTC (2+ messages)
[PATCH 1/2] drm/i915: Modify psr_wait_for_idle to be reused
2018-05-17 20:35 UTC (4+ messages)
[PATCH 1/7] rtc: rx8581: switch to rtc_register_device
2018-05-17 20:33 UTC (7+ messages)
` [PATCH 2/7] rtc: rx8581: add RTC range
` [PATCH 3/7] rtc: rx8581: let the core handle rtc range
` [PATCH 4/7] rtc: rx8581: remove useless indirection
` [PATCH 5/7] rtc: rx8581: remove useless declaration
` [PATCH 6/7] rtc: rx8581: error out when time invalid
` [PATCH 7/7] rtc: rx8581: switch to regmap
[Buildroot] [git commit] libnss: backport upstream patch to fix build with gcc 8.x
2018-05-17 20:32 UTC
[PATCH net-next 1/1] tc-testing: fixed copy-pasting error in ife tests
2018-05-17 20:31 UTC (2+ messages)
[PATCH 1/4] arcnet: com20020: Add com20020 io mapped version
2018-05-17 20:31 UTC (2+ messages)
[PATCH] net/ncsi: prevent a couple array underflows
2018-05-17 20:28 UTC (3+ messages)
[PATCH] perf annotate: Support multiple events without group
2018-05-17 20:27 UTC (3+ messages)
[PATCH v3] vfio/mdev: Check globally for duplicate devices
2018-05-17 20:26 UTC (5+ messages)
[PATCH 1/3] rtc: tps65910: fix possible race condition
2018-05-17 20:26 UTC (3+ messages)
` [PATCH 2/3] rtc: tps65910: allow platform power up
` [PATCH 3/3] rtc: tps65910: add range
[PATCH net-next] net/smc: init conn.tx_work & conn.send_lock sooner
2018-05-17 20:25 UTC (2+ messages)
[patch net-next] nfp: flower: fix error path during representor creation
2018-05-17 20:23 UTC (2+ messages)
[PATCH v5 00/12] Add R8A7792/Blanche board support
2018-05-17 20:23 UTC (6+ messages)
` [PATCH] arm64: dts: renesas: r8a77980: add SMP support
[Buildroot] [PATCH 1/1] libkcapi: depends on BR2_TOOLCHAIN_HAS_SYNC_4
2018-05-17 20:22 UTC (2+ messages)
[Buildroot] [git commit] libkcapi: depends on BR2_TOOLCHAIN_HAS_SYNC_4
2018-05-17 20:22 UTC
[Buildroot] [PATCH 1/2] imx8mqevk: readme: Put switch configuration for SD card boot
2018-05-17 20:21 UTC (2+ messages)
[Buildroot] [git commit] imx8mqevk: readme: Write the SoC name in capital letters
2018-05-17 20:21 UTC
[PATCH v2 0/4] Pass reset and boot sources via /chosen node
2018-05-17 20:20 UTC (4+ messages)
` [PATCH v2 3/4] common: oftree: Pass bootsource and bootsource instance to kernel
[Buildroot] [git commit] imx8mqevk: readme: Put switch configuration for SD card boot
2018-05-17 20:21 UTC
[PATCH 1/2] rtc: ab-b5ze-s3: fix possible race conditions
2018-05-17 20:20 UTC (2+ messages)
` [PATCH 2/2] rtc: ab-b5ze-s3: let the core handle the RTC range
[Buildroot] [PATCH] configs/mx53loco: Adjust comment to reflect the real kernel version
2018-05-17 20:21 UTC (2+ messages)
[Buildroot] [git commit] configs/mx53loco: Adjust comment to reflect the real kernel version
2018-05-17 20:20 UTC
[PATCH net-next 0/3] net: mvpp2: small improvements
2018-05-17 20:19 UTC (7+ messages)
` [PATCH net-next 1/3] net: mvpp2: avoid checking for free aggregated descriptors twice
` [PATCH net-next 2/3] net: mvpp2: set mac address does not require the stop/start sequence
` [PATCH net-next 3/3] net: mvpp2: print rx error with rate-limit
[radeon-alex:amd-staging-drm-next 114/432] sound/soc//amd/raven/pci-acp3x.c:58:8: error: implicit declaration of function 'pci_enable_msi'; did you mean 'pci_enable_sriov'?
2018-05-17 20:19 UTC
[Buildroot] [PATCH v3 1/2] package/exim: remove libnsl linking and fix native tools build
2018-05-17 20:19 UTC (2+ messages)
master - liblvm2app: fix valgrind memory warning
2018-05-17 20:19 UTC
[PATCH 1/5] rtc: 88pm80x: stop setting a default time
2018-05-17 20:19 UTC (3+ messages)
` [PATCH 4/5] rtc: 88pm80x: let the core handle the RTC range
` [PATCH 5/5] rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tm
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.