messages from 2018-01-07 09:36:01 to 2018-01-07 12:21:53 UTC [more...]
[RFC] Retpoline: Binary mitigation for branch-target-injection (aka "Spectre")
2018-01-07 12:21 UTC (13+ messages)
` [PATCH v3 01/13] x86/retpoline: Add initial retpoline support
[PATCH v3 00/27] staging: ccree: fixes and cleanups
2018-01-07 12:14 UTC (44+ messages)
` [PATCH v3 01/27] staging: ccree: SPDXify driver
` [PATCH v3 02/27] staging: ccree: fold hash defs into queue defs
` [PATCH v3 03/27] staging: ccree: fold reg common defines into driver
` [PATCH v3 04/27] staging: ccree: remove GFP_DMA flag from mem allocs
` [PATCH v3 05/27] staging: ccree: pick alloc mem flags based on req flags
` [PATCH v3 06/27] staging: ccree: copy larval digest from RAM
` [PATCH v3 07/27] staging: ccree: tag debugfs init/exit func properly
` [PATCH v3 08/27] staging: ccree: remove unused leftover field
` [PATCH v3 09/27] staging: ccree: break send_request and fix ret val
` [PATCH v3 10/27] staging: ccree: add backlog processing
` [PATCH v3 11/27] stating: ccree: revert "staging: ccree: fix leak of import() after init()"
` [PATCH v3 12/27] staging: ccree: failing the suspend is not an error
` [PATCH v3 13/27] staging: ccree: check DMA pool buf !NULL before free
` [PATCH v3 14/27] staging: ccree: handle end of sg list gracefully
` [PATCH v3 15/27] staging: ccree: use Makefile to include PM code
` [PATCH v3 16/27] staging: ccree: remove unused field
` [PATCH v3 17/27] staging: ccree: use array for double buffer
` [PATCH v3 18/27] staging: ccree: allocate hash bufs inside req ctx
` [PATCH v3 19/27] staging: ccree: do not map bufs in ahash_init
` [PATCH v3 20/27] staging: ccree: fix indentation of func params
` [PATCH v3 21/27] staging: ccree: fold common code into service func
` [PATCH v3 22/27] staging: ccree: put pointer next to var name
` [PATCH v3 23/27] stating: ccree: fix allocation of void sized buf
` [PATCH v3 24/27] staging: ccree: use a consistent file naming convention
` [PATCH v3 25/27] staging: ccree: remove unneeded includes
` [PATCH v3 26/27] staging: ccree: update TODO
` [PATCH v3 27/27] staging: ccree: add missing include
[PATCH] [PATCH] bjam-native: 1.65.1 -> 1.66.0
2018-01-07 12:19 UTC (3+ messages)
[PATCH] blktrace: 1.1.0+gitX -> 1.2.0+gitX
2018-01-07 12:15 UTC (2+ messages)
[PATCH] staging: ccree: shorten lengthy lines with breaks
2018-01-07 12:12 UTC (3+ messages)
rdepends = "python3-modules" in recipe does not install python3-modules in image
2018-01-07 12:10 UTC (4+ messages)
[selftest][PATCH V1 0/5] QA: Extend unit tests for event module
2018-01-07 12:08 UTC (2+ messages)
Adding a USB device to a SATA-only array
2018-01-07 12:10 UTC (2+ messages)
[PATCH 1/1] IB/rxe: add the static type to the variable
2018-01-07 12:08 UTC
[PATCH 1/2] tests/fetch: Allow bit/bitbake-selftest to function correctly
2018-01-07 12:05 UTC (2+ messages)
` [PATCH 2/2] events: Drop unused cfg property
[PATCH v2] x86/mm/pti: remove dead logic during user pagetable population
2018-01-07 12:05 UTC (3+ messages)
[Cocci] [PATCH v3 0/1] Support for generalized use of make C={1, 2} via a wrapper program
2018-01-07 12:03 UTC (11+ messages)
` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} to support multiple checkers
` [PATCH v3 1/1] runchecks: Generalize make C={1,2} "
[PATCH v2 0/8] IBRS patch series
2018-01-07 12:03 UTC (3+ messages)
` [PATCH v2 2/8] x86/enter: MACROS to set/clear IBRS
[PATCH v2 0/6] clocksource: rework Atmel TCB timer driver
2018-01-07 11:59 UTC (4+ messages)
` [PATCH v2 1/6] ARM: at91: add TCB registers definitions
[PATCH] video/fbdev/stifb: Delete an error message for a failed memory allocation in stifb_init_fb()
2018-01-07 11:58 UTC (15+ messages)
` [PATCH] video/fbdev/stifb: Delete an error message for a failed memory allocation in stifb_init_
` [PATCH v2 0/2] video/fbdev/stifb: Adjustments for stifb_init_fb()
` [PATCH v2 1/2] video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()
` [PATCH v2 2/2] video/fbdev/stifb: Delete an error message for a failed memory allocation "
` [PATCH v2 2/2] video/fbdev/stifb: Delete an error message for a failed memory allocation in stifb_in
[Buildroot] [PATCH] snort: new package
2018-01-07 11:57 UTC
Request for inclusion in stable of 4307413256ac1e09b8f53e8715af3df9e49beec3
2018-01-07 11:51 UTC (3+ messages)
[Qemu-devel] [PATCH 0/1] input-linux: provide hotkeys for evdev toggle
2018-01-07 11:45 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/1] "
[U-Boot] [PATCH v5 0/5] spi: cadence_spi: Adopt Linux DT bindings
2018-01-07 11:41 UTC (2+ messages)
[U-Boot] QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA
2018-01-07 11:39 UTC (6+ messages)
[GIT PULL 0/4] ARM: exynos: Second pull for v4.16
2018-01-07 11:36 UTC (10+ messages)
` [GIT PULL 3/4] soc: samsung: Stuff "
` [GIT PULL 1/4] ARM: dts: exynos: Stuff for v4.16, 2nd round
` [GIT PULL 2/4] arm64: "
` [GIT PULL 4/4] ARM: exynos/samsung: Stuff for v4.16
[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
2018-01-07 11:33 UTC (3+ messages)
` "
INFO: rcu detected stall in mulaw_decode
2018-01-07 11:33 UTC (3+ messages)
INFO: rcu detected stall in memcpy
2018-01-07 11:30 UTC (7+ messages)
mmotm 2018-01-04-16-19 uploaded
2018-01-07 11:26 UTC (7+ messages)
` ppc elf_map breakage with MAP_FIXED_NOREPLACE (was: Re: mmotm 2018-01-04-16-19 uploaded)
BUG: unable to handle kernel paging request in ipcget
2018-01-07 11:19 UTC (4+ messages)
hang in btrfs_async_reclaim_metadata_space
2018-01-07 11:17 UTC (2+ messages)
Patch "x86/microcode/AMD: Add support for fam17h microcode loading" has been added to the 4.9-stable tree
2018-01-07 11:08 UTC
Patch "x86/microcode/AMD: Add support for fam17h microcode loading" has been added to the 4.4-stable tree
2018-01-07 11:08 UTC
Patch "x86/microcode/AMD: Add support for fam17h microcode loading" has been added to the 4.14-stable tree
2018-01-07 11:07 UTC
[PATCH] net/mlx4: fix no broadcasts reception in promisc
2018-01-07 11:04 UTC
dvb usb issues since kernel 4.9
2018-01-07 11:03 UTC (3+ messages)
[Qemu-devel] [PATCH V5 0/5] hw/pvrdma: PVRDMA device implementation
2018-01-07 9:09 UTC (2+ messages)
4.15-rc6+ hang
2018-01-07 10:50 UTC (4+ messages)
soc: imx: gpcv2: removing and probing fails
2018-01-07 10:48 UTC
[PATCH net-next 00/18] ipv6: Align nexthop behaviour with IPv4
2018-01-07 10:45 UTC (19+ messages)
` [PATCH net-next 01/18] ipv6: Remove redundant route flushing during namespace dismantle
` [PATCH net-next 02/18] ipv6: Mark dead nexthops with appropriate flags
` [PATCH net-next 03/18] ipv6: Clear nexthop flags upon netdev up
` [PATCH net-next 04/18] ipv6: Prepare to handle multiple netdev events
` [PATCH net-next 05/18] ipv6: Set nexthop flags upon carrier change
` [PATCH net-next 06/18] ipv6: Set nexthop flags during route creation
` [PATCH net-next 07/18] ipv6: Check nexthop flags during route lookup instead of carrier
` [PATCH net-next 08/18] ipv6: Check nexthop flags in route dump "
` [PATCH net-next 09/18] ipv6: Ignore dead routes during lookup
` [PATCH net-next 10/18] ipv6: Report dead flag during route dump
` [PATCH net-next 11/18] ipv6: Add explicit flush indication to routes
` [PATCH net-next 12/18] ipv6: Teach tree walker to skip multipath routes
` [PATCH net-next 13/18] ipv6: Export sernum update function
` [PATCH net-next 14/18] ipv6: Take table lock outside of "
` [PATCH net-next 15/18] ipv6: Flush multipath routes when all siblings are dead
` [PATCH net-next 16/18] selftests: fib_tests: Add test cases for IPv4/IPv6 FIB
` [PATCH net-next 17/18] selftests: fib_tests: Add test cases for netdev down
` [PATCH net-next 18/18] selftests: fib_tests: Add test cases for netdev carrier change
[PATCH 4.4 00/37] 4.4.110-stable review
2018-01-07 10:45 UTC (11+ messages)
[PATCH 4.14 000/159] 4.14.9-stable review
2018-01-07 10:42 UTC (10+ messages)
` [PATCH 4.14 023/159] mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y
[Qemu-devel] [Bug 1741718] [NEW] qemu-system-sparc64: "panic[cpu0]/thread=180e000: lgrp_traverse: No memory blocks found" with tribblix-sparc-0m16.iso
2018-01-07 10:30 UTC
[PATCH] kvm: vmx: Scrub hardware GPRs at VM-exit
2018-01-07 10:40 UTC (2+ messages)
[PATCH] x86/mm/pti: remove dead logic during user pagetable population
2018-01-07 10:35 UTC (5+ messages)
[PATCH v4] net/i40e: support mac loopback
2018-01-07 10:28 UTC (4+ messages)
` [PATCH v5] "
[RFCv2 0/4] API for inhibiting speculative arbitrary read primitives
2018-01-07 10:27 UTC (5+ messages)
` [RFCv2 2/4] Documentation: document nospec helpers
[PATCH net-next v2 0/6] Replace WARN_ONCE usages with netdev_WARN_ONCE
2018-01-07 10:08 UTC (7+ messages)
` [PATCH net-next v2 1/6] net: Fix netdev_WARN_ONCE macro
` [PATCH net-next v2 2/6] net: No line break on netdev_WARN* formatting
` [PATCH net-next v2 3/6] net/mlx5e: Replace WARN_ONCE with netdev_WARN_ONCE
` [PATCH net-next v2 4/6] e1000: "
` [PATCH net-next v2 5/6] bnx2x: "
` [PATCH net-next v2 6/6] 8139cp: "
[PATCH v2] mtd: Remove duplicate checks on mtd_oob_ops parameter
2018-01-07 10:18 UTC
Feedback on 4.9 performance after PTI fixes
2018-01-07 10:18 UTC
[PATCH] Revert "ARM: dts: exynos: Add missing interrupt-controller properties to Exynos5410 PMU"
2018-01-07 10:17 UTC (3+ messages)
[PATCH] mtd: Remove unneeded checks in part_{read,write}_oob()
2018-01-07 10:16 UTC (2+ messages)
[PATCH v4 00/14] Modernization and fixes for NuBus subsystem
2018-01-07 10:14 UTC (4+ messages)
[PATCH v2 00/27] staging: ccree: fixes and cleanups
2018-01-07 10:13 UTC (4+ messages)
` [PATCH v2 01/27] staging: ccree: SPDXify driver
[RFC PATCH V2] fbdev: mxsfb: use framebuffer_alloc in the correct way
2018-01-07 10:10 UTC (2+ messages)
[PATCH 06/18] x86, barrier: stop speculation for failed access_ok
2018-01-07 10:08 UTC (12+ messages)
[xen-unstable-coverity test] 117698: all pass - PUSHED
2018-01-07 10:08 UTC
[Buildroot] [PATCH 1/1] python-xlib: new package
2018-01-07 10:06 UTC (5+ messages)
` [Buildroot] [PATCH v2 "
[PATCH] ARM: dts: exynos: fix RTC interrupt for exynos5410
2018-01-07 10:05 UTC (4+ messages)
[PATCH 1/2] mtd: qcom_nandc: Add a NULL check for devm_kasprintf()
2018-01-07 10:04 UTC (2+ messages)
[PATCH linux dev-4.13 v4 0/4] arm: npcm: add basic support for Nuvoton BMCs
2018-01-07 10:02 UTC (5+ messages)
` [PATCH linux dev-4.13 v4 1/4] "
` [PATCH linux dev-4.13 v4 2/4] arm: npcm: add configuration for EVB based NPCM7xx BMC
` [PATCH linux dev-4.13 v4 3/4] arm: dts: add Nuvoton NPCM750 device tree
` [PATCH linux dev-4.13 v4 4/4] MAINTAINERS: Add entry for Nuvoton NPCM architecture
Verify mismatch with buffer_pattern and verify_pattern
2018-01-07 10:02 UTC (3+ messages)
[Bug 104523] New: System does not resume from suspend
2018-01-07 10:02 UTC (2+ messages)
` [Bug 104523] "
[PATCH v2 0/4] Fail-safe fix removal handling lack
2018-01-07 9:58 UTC (8+ messages)
` [PATCH v3 0/6] Fail-safe\ethdev: "
` [PATCH v3 1/6] ethdev: add devop to check removal status
` [PATCH v3 4/6] ethdev: adjust APIs removal error report
` [PATCH v3 5/6] ethdev: adjust flow "
[PATCH 0/5] ethdev: Port ownership
2018-01-07 9:58 UTC (9+ messages)
` [PATCH v2 0/6] ethdev: port ownership
` [PATCH v2 1/6] ethdev: fix port data reset timing
` [PATCH v2 2/6] ethdev: add port ownership
` [PATCH v2 3/6] ethdev: synchronize port allocation
` [PATCH v2 4/6] net/failsafe: free an eth port by a dedicated API
` [PATCH v2 5/6] net/failsafe: use ownership mechanism to own ports
` [PATCH v2 6/6] app/testpmd: adjust ethdev port ownership
[PATCH] media: ov9650: support device tree probing
2018-01-07 9:54 UTC (2+ messages)
[PATCH 1/7] ARM: imx: add timer stop flag to ARM power off state
2018-01-07 9:52 UTC (6+ messages)
` [PATCH 3/7] ARM: dts: imx6ull: add additional pinfunc defines for i.MX 6ULL
[PATCH net-next v2 00/10] net: create dynamic software irq moderation library
2018-01-07 9:44 UTC (3+ messages)
` [PATCH net-next v2 06/10] net/mlx5e: Change Mellanox references in DIM code
[PATCH v3 0/7] convert: add support for different encodings
2018-01-07 9:38 UTC (2+ messages)
[PATCH] imu:adis16480: fix debugfs_simple_attr.cocci warnings
2018-01-07 9:36 UTC
[GIT PULL] final MTD fixes for v4.15
2018-01-07 9:36 UTC
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.