All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-16 02:19:02 to 2018-01-16 03:46:25 UTC [more...]

[PATCH v4 07/36] hrtimer: Cleanup hrtimer_mode enum
 2018-01-16  3:43 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Clean up 'enum hrtimer_mode'

[patch v8 0/3] drivers/platform: replace module x86/mlxcpld-hotplug with mellanox/mlxreg-hotplug
 2018-01-16  3:46 UTC  (12+ messages)
` [patch v8 1/3] platform/x86: move Mellanox hardware platform hotplug driver to platform/mellanox
` [patch v8 2/3] platform/mellanox: mlxreg-hotplug: allow driver for ARM architecture
` [patch v8 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

[PATCH v4 06/36] hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
 2018-01-16  3:42 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v3 5/5] x86/mm: Encrypt the initrd earlier for BSP microcode update
 2018-01-16  3:40 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v4 05/36] hrtimer: Fix hrtimer function description
 2018-01-16  3:42 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Fix hrtimer_start[_range_ns]() function descriptions

[Qemu-devel] [PATCH v2 0/4] tcg/arm fixes
 2018-01-16  3:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/4] tcg/arm: Fix double-word comparisons
` [Qemu-devel] [PATCH v2 2/4] tcg/arm: Support tlb offsets larger than 64k

[PATCH v4 04/36] hrtimer: Cleanup clock argument in schedule_hrtimeout_range_clock()
 2018-01-16  3:41 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()

[PATCH v3 4/5] x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption
 2018-01-16  3:39 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v6 01/36] timers: Use static keys for migrate_enable/nohz_active
 2018-01-16  3:40 UTC  (3+ messages)
` [PATCH v4 "
  ` [tip:timers/core] hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active

[PATCH v4 03/36] hrtimer: Fix kerneldoc for struct hrtimer_cpu_base
 2018-01-16  3:41 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'

[PATCH v3 3/5] x86/mm: Centralize PMD flags in sme_encrypt_kernel()
 2018-01-16  3:39 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v3 2/5] x86/mm: Use a struct to reduce parameters for SME PGD mapping
 2018-01-16  3:38 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH v4 02/36] hrtimer: Correct blantanly wrong comment
 2018-01-16  3:40 UTC  (2+ messages)
` [tip:timers/core] hrtimer: Correct blatantly incorrect comment

[PATCH v3 1/5] x86/mm: Cleanup register saving in mem_encrypt_boot.S
 2018-01-16  3:38 UTC  (2+ messages)
` [tip:x86/urgent] x86/mm: Clean up register saving in the __enc_copy() assembly code

Neujahrsspende von 4.800.000 €
 2018-01-16  1:00 UTC 

[PATCH 2/2] objtool: Improve error message for bad file argument
 2018-01-16  3:37 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 1/2] objtool: Fix seg fault with gold linker
 2018-01-16  3:37 UTC  (2+ messages)
` [tip:x86/pti] "

[Qemu-devel] [PATCH v9 00/26] tcg: generic vector operations
 2018-01-16  3:34 UTC  (27+ messages)
` [Qemu-devel] [PATCH v9 01/26] tcg: Allow multiple word entries into the constant pool
` [Qemu-devel] [PATCH v9 02/26] tcg: Add types and basic operations for host vectors
` [Qemu-devel] [PATCH v9 03/26] tcg: Standardize integral arguments to expanders
` [Qemu-devel] [PATCH v9 04/26] tcg: Add generic vector expanders
` [Qemu-devel] [PATCH v9 05/26] tcg: Add generic vector ops for interleave
` [Qemu-devel] [PATCH v9 06/26] tcg: Add generic vector ops for constant shifts
` [Qemu-devel] [PATCH v9 07/26] tcg: Add generic vector ops for comparisons
` [Qemu-devel] [PATCH v9 08/26] tcg: Add generic vector ops for multiplication
` [Qemu-devel] [PATCH v9 09/26] tcg: Add generic vector ops for extension
` [Qemu-devel] [PATCH v9 10/26] tcg: Add generic helpers for saturating arithmetic
` [Qemu-devel] [PATCH v9 11/26] tcg: Loosen vec_gen_op* typecheck rules
` [Qemu-devel] [PATCH v9 12/26] tcg: Add generic vector helpers with a scalar immediate operand
` [Qemu-devel] [PATCH v9 13/26] tcg: Add generic vector helpers with a scalar variable operand
` [Qemu-devel] [PATCH v9 14/26] tcg/optimize: Handle vector opcodes during optimize
` [Qemu-devel] [PATCH v9 15/26] target/arm: Align vector registers
` [Qemu-devel] [PATCH v9 16/26] target/arm: Use vector infrastructure for aa64 add/sub/logic
` [Qemu-devel] [PATCH v9 17/26] target/arm: Use vector infrastructure for aa64 mov/not/neg
` [Qemu-devel] [PATCH v9 18/26] target/arm: Use vector infrastructure for aa64 dup/movi
` [Qemu-devel] [PATCH v9 19/26] target/arm: Use vector infrastructure for aa64 zip/uzp/trn/xtn
` [Qemu-devel] [PATCH v9 20/26] target/arm: Use vector infrastructure for aa64 constant shifts
` [Qemu-devel] [PATCH v9 21/26] target/arm: Use vector infrastructure for aa64 compares
` [Qemu-devel] [PATCH v9 22/26] target/arm: Use vector infrastructure for aa64 multiplies
` [Qemu-devel] [PATCH v9 23/26] target/arm: Use vector infrastructure for aa64 widening shifts
` [Qemu-devel] [PATCH v9 24/26] target/arm: Use vector infrastructure for aa64 orr/bic immediate
` [Qemu-devel] [PATCH v9 25/26] tcg/i386: Add vector operations
` [Qemu-devel] [PATCH v9 26/26] tcg/aarch64: "

[Buildroot] [PATCH 1/2] package/sdl2: Fix Raspberry Pi support for SDL2
 2018-01-16  3:34 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/rpi-fbcp: Added package for Raspberry Pi

[RFC 0/4] Implement full clockgating for Kepler1 and 2
 2018-01-16  3:34 UTC  (4+ messages)
    ` [Nouveau] "

Neujahrsspende von 4.800.000 €
 2018-01-16  0:56 UTC 

[BUG] test_must_fail: does not correctly detect failures - Was Git 2.16.0-rc2 Test Summary on NonStop
 2018-01-16  3:31 UTC  (9+ messages)

[SPDK] Add py-spdk client for SPDK
 2018-01-16  3:30 UTC 

[PATCH] kernel: drop unnecessary True options from calls to getVar
 2018-01-16  3:30 UTC 

[PATCHv2 0/3] spi: support for Socionext Synquacer platform
 2018-01-16  3:29 UTC  (6+ messages)
` [PATCHv2 1/3] dt-bindings: spi: Add DT bindings for Synquacer

iproute2 net-next
 2018-01-16  3:29 UTC  (10+ messages)

[U-Boot] [PATCH] ARM: dts: Freescale: re-license device tree files under X11
 2018-01-16  3:28 UTC  (4+ messages)

[ANNOUNCE] v4.14.12-rt10
 2018-01-16  3:27 UTC  (2+ messages)

[PATCH] MIPS: Fix vmlinuz build when ZBOOT is selected
 2018-01-16  3:29 UTC 

Returned mail: Data format error
 2018-01-16  3:26 UTC 

[rocko/master][PATCH] chromium-wayland: as qtwebengine, chromium requires bison-native dependency
 2018-01-16  3:26 UTC 

[PATCH v3 1/2] public/hvm/params.h: fix comment for timer_mode default
 2018-01-16  3:24 UTC  (2+ messages)
` [PATCH v3 2/2] docs: note default for timer_mode in xl.cfg man

[rocko/master][PATCH] gdbc6x: flex and bison dependencies should be native
 2018-01-16  3:24 UTC 

Neujahrsspende von 4.800.000 €
 2018-01-16  0:53 UTC 

[morty/master][PATCH] i2c-lld-rtos: Adding dependency to pruss-lld-rtos for am335x, am437x and am57xx
 2018-01-16  3:22 UTC  (2+ messages)

[Bug 104082] amdgpu 0000:07:00.0: swiotlb buffer is full (sz: 2097152 bytes)
 2018-01-16  3:22 UTC  (2+ messages)

Returned mail: Data format error
 2018-01-16  3:26 UTC 

[Qemu-devel] [PATCH v5 0/7] Rework vhost memory region updates
 2018-01-16  3:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 4/7] vhost: Merge sections added to temporary list

master - device: Move buffer allocation nearer to the I/O
 2018-01-16  3:17 UTC 

master - device: Merge _dev_read and dev_read_callback
 2018-01-16  3:17 UTC 

master - format_text: Refactor mda counting in label processing
 2018-01-16  3:17 UTC 

master - format_text: Change update_mda_baton to use label not labeller
 2018-01-16  3:17 UTC 

master - device: Rearrange _aligned_io()
 2018-01-16  3:17 UTC 

master - device: Add reason to devbuf
 2018-01-16  3:17 UTC 

master - device: Store offset to data instead of pointer
 2018-01-16  3:17 UTC 

master - device: Reorder device.h before change
 2018-01-16  3:17 UTC 

master - command: Skip some memory zeroing
 2018-01-16  3:17 UTC 

[PATCH] powerpc/pseries: include linux/types.h in asm/hvcall.h
 2018-01-16  3:16 UTC  (2+ messages)

[RFC PATCH 0/3] vfio: ccw: basic channel path event handling
 2018-01-16  3:16 UTC  (9+ messages)
` [RFC PATCH 1/3] vfio: ccw: introduce schib region
      ` [Qemu-devel] "
  ` [Qemu-devel] [RFC PATCH 0/3] vfio: ccw: basic channel path event handling

Specifying MACHINE when setting up build environment
 2018-01-16  3:14 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] Fix nconfig for systems with both ncurses and ncursesw
 2018-01-16  3:14 UTC  (4+ messages)
` [Buildroot] [PATCH 1/1] kconfig: Apply upstream nconfig ncurses/ncursesw fix

[PATCH v1 1/6] x86/boot: Convert early_serial_base to unsigned long
 2018-01-16  3:13 UTC  (7+ messages)
` [PATCH v1 4/6] x86/boot: Assume MMIO if serial base address supplied via earlyprintk
` [PATCH v1 5/6] x86/boot: Allow longer parameter list for earlyprintk
` [PATCH v1 6/6] x86/boot: Support nocfg parameter "

[Qemu-devel] [PATCH 0/4] coroutine-lock: polymorphic CoQueue
 2018-01-16  3:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/4] lockable: add QemuLockable

[PATCH for-4.15] ssb: Disable PCI host for PCI_DRIVERS_GENERIC
 2018-01-16  3:11 UTC  (2+ messages)

[PATCH for-4.15] MIPS: Fix undefined reference to physical_memsize
 2018-01-16  3:10 UTC  (2+ messages)

[PATCH 0/6] Support generic tunnel TX csum and TSO
 2018-01-16  3:09 UTC  (3+ messages)
` [PATCH 6/6] app/testpmd: testpmd support TX common tunnel offloads

[PATCHv2] x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
 2018-01-16  3:09 UTC  (3+ messages)
` [PATCHv2-resend] "

[PATCH] watchdog: indydog: Drop test builds
 2018-01-16  3:09 UTC  (2+ messages)
`  "

[PATCH 13/14] megaraid_sas: NVME passthru command support
 2018-01-16  3:06 UTC  (11+ messages)

[Qemu-devel] [PATCH 0/4] vhost-user: notify backend with number of queues setup
 2018-01-16  3:07 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] vhost-user: fix multiple queue specification
` [Qemu-devel] [PATCH 2/4] vhost-user: specify and implement VHOST_USER_SET_QUEUE_NUM request
` [Qemu-devel] [PATCH 4/4] virtio-net: notify backend with number of queue pairs setup

Neujahrsspende von 4.800.000 €
 2018-01-16  0:47 UTC 

Neujahrsspende von 4.800.000 €
 2018-01-16  0:45 UTC 

[PATCH 1/4] PCI/AER: Return approrpiate value when AER is not supported
 2018-01-16  3:04 UTC  (10+ messages)
` [PATCH 3/4] PCI/DPC: Enable DPC in conjuction with AER
` [PATCH 4/4] PCI/DPC: Print AER status in DPC event handling

[PATCH] busybox: drop obsolete CONFIG_FEATURE_SYSTEMD reference from musl.cfg
 2018-01-16  2:59 UTC  (2+ messages)

[PATCH v11 00/21] xfs: online scrub xref support
 2018-01-16  2:58 UTC  (10+ messages)
` [PATCH 19/21] xfs: cross-reference refcount btree during scrub
  ` [PATCH v2 "
` [PATCH 20/21] xfs: cross-reference the realtime bitmap
  ` [PATCH v2 "
` [PATCH 21/21] xfs: cross-reference the block mappings when possible
  ` [PATCH v2 "

[PATCH] iscsi_iser: Re-enable 'iser_pi_guard' module parameter
 2018-01-16  2:57 UTC  (5+ messages)

[PATCH net-next 2/2] cxgb4: speed up on-chip memory read
 2018-01-16  2:56 UTC  (2+ messages)

[PATCH v9 00/37] tracing: Inter-event (e.g. latency) support
 2018-01-16  2:52 UTC  (38+ messages)
` [PATCH v9 01/37] tracing: Move hist trigger Documentation to histogram.txt
` [PATCH v9 02/37] tracing: Add Documentation for log2 modifier
` [PATCH v9 03/37] tracing: Add support to detect and avoid duplicates
` [PATCH v9 04/37] tracing: Remove code which merges duplicates
` [PATCH v9 05/37] ring-buffer: Add interface for setting absolute time stamps
` [PATCH v9 06/37] ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP
` [PATCH v9 07/37] tracing: Add timestamp_mode trace file
` [PATCH v9 08/37] tracing: Give event triggers access to ring_buffer_event
` [PATCH v9 09/37] tracing: Add ring buffer event param to hist field functions
` [PATCH v9 10/37] tracing: Break out hist trigger assignment parsing
` [PATCH v9 11/37] tracing: Add hist trigger timestamp support
` [PATCH v9 12/37] tracing: Add per-element variable support to tracing_map
` [PATCH v9 13/37] tracing: Add hist_data member to hist_field
` [PATCH v9 14/37] tracing: Add usecs modifier for hist trigger timestamps
` [PATCH v9 15/37] tracing: Add variable support to hist triggers
` [PATCH v9 16/37] tracing: Account for variables in named trigger compatibility
` [PATCH v9 17/37] tracing: Move get_hist_field_flags()
` [PATCH v9 18/37] tracing: Add simple expression support to hist triggers
` [PATCH v9 19/37] tracing: Generalize per-element hist trigger data
` [PATCH v9 20/37] tracing: Pass tracing_map_elt to hist_field accessor functions
` [PATCH v9 21/37] tracing: Add hist_field 'type' field
` [PATCH v9 22/37] tracing: Add variable reference handling to hist triggers
` [PATCH v9 23/37] tracing: Add hist trigger action hook
` [PATCH v9 24/37] tracing: Add support for 'synthetic' events
` [PATCH v9 25/37] tracing: Add support for 'field variables'
` [PATCH v9 26/37] tracing: Add 'onmatch' hist trigger action support
` [PATCH v9 27/37] tracing: Add 'onmax' "
` [PATCH v9 28/37] tracing: Allow whitespace to surround hist trigger filter
` [PATCH v9 29/37] tracing: Add cpu field for hist triggers
` [PATCH v9 30/37] tracing: Add hist trigger support for variable reference aliases
` [PATCH v9 31/37] tracing: Add 'last error' error facility for hist triggers
` [PATCH v9 32/37] tracing: Add inter-event hist trigger Documentation
` [PATCH v9 33/37] tracing: Make tracing_set_clock() non-static
` [PATCH v9 34/37] tracing: Add a clock attribute for hist triggers
` [PATCH v9 35/37] tracing: Increase trace_recursive_lock() limit for synthetic events
` [PATCH v9 36/37] tracing: Add inter-event blurb to HIST_TRIGGERS config option
` [PATCH v9 37/37] selftests: ftrace: Add inter-event hist triggers testcases

[PATCH libdrm] drm: fix return value
 2018-01-16  2:54 UTC 

[PATCH v4] app/testpmd: add option ring-bind-lcpu to bind Q with CPU
 2018-01-16  2:54 UTC  (3+ messages)
` [PATCH v5] "

[PATCH libdrm] drm: fix return value
 2018-01-16  2:54 UTC 

[PATCH 1/2] eal/arm64: modify I/O device memory barriers
 2018-01-16  2:50 UTC  (8+ messages)
` [PATCH v2 0/8] introduce DMA "
  ` [PATCH v2 1/8] eal: "
  ` [PATCH v2 4/8] eal/armv7: define "
  ` [PATCH v2 5/8] eal/arm64: "

[PATCH v2 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
 2018-01-16  2:41 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: detect the string termination character when parsing user input string

[PATCH] shadow: 'useradd' copies root's extended attributes
 2018-01-16  2:53 UTC  (15+ messages)

[Qemu-devel] [PULL 00/25] pc, pci, virtio: features, fixes, cleanups
 2018-01-16  2:48 UTC  (9+ messages)

[PATCH bpf] bpf, arm64: fix stack_depth tracking in combination with tail calls
 2018-01-16  2:46 UTC 

linux-next: build warning after merge of the staging tree
 2018-01-16  2:45 UTC 

[PATCH v8 00/37] tracing: Inter-event (e.g. latency) support
 2018-01-16  2:43 UTC  (7+ messages)

[PATCH 1/2] media: intel-ipu3: cio2: fix a crash with out-of-bounds access
 2018-01-16  2:42 UTC  (8+ messages)
` [PATCH 2/2] media: intel-ipu3: cio2: fix for wrong vb2buf state warnings

[PATCH] app/testpmd: make txonly mode generate multiple flows
 2018-01-16  2:40 UTC  (2+ messages)

[virtio-dev] PCIe ordering and new VIRTIO packed ring format
 2018-01-16  2:40 UTC  (3+ messages)
`  "
` [virtio-dev] "

[PATCH] mm, x86: pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-01-16  2:37 UTC  (5+ messages)
` [REGRESSION] testing/selftests/x86/ pkeys build failures (was: Re: [PATCH] mm, x86: pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics)
  ` [REGRESSION] testing/selftests/x86/ pkeys build failures

[Bug 104649] New: System freeze after resuming from suspend
 2018-01-16  2:36 UTC 

[PATCH v7 0/6] V4L2 Explicit Synchronization
 2018-01-16  2:35 UTC  (5+ messages)
` [PATCH v7 1/6] [media] vb2: add is_unordered callback for drivers

Neujahrsspende von 4.800.000 €
 2018-01-16  0:24 UTC 

[PATCH] x86/jailhouse: fix building without X86_X2APIC
 2018-01-16  2:34 UTC  (3+ messages)

[PATCH nft v2] tests: Add test for compile options
 2018-01-16  2:30 UTC 

conntrack enhancement
 2018-01-16  2:26 UTC 

[U-Boot] Pull request: u-boot-net.git master
 2018-01-16  2:25 UTC  (2+ messages)

[PATCH v3 07/20] arm64: mm: Allocate ASIDs in pairs
 2018-01-16  2:24 UTC 

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-16  2:23 UTC  (12+ messages)

(unknown)
 2018-01-16  2:23 UTC 

[for-4.16 PATCH v5 0/4] block/dm: allow DM to defer blk_register_queue() until ready
 2018-01-16  2:21 UTC  (7+ messages)

[PATCH v3 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2018-01-16  2:18 UTC  (11+ messages)
` [PATCH v3 01/10] compat: Make compat helpers independent of CONFIG_COMPAT
` [PATCH v3 02/10] include: Move compat_timespec/ timeval to compat_time.h
` [PATCH v3 03/10] compat: enable compat_get/put_timespec64 always
` [PATCH v3 04/10] arch: introduce CONFIG_64BIT_TIME
` [PATCH v3 05/10] arch: Introduce CONFIG_COMPAT_32BIT_TIME
` [PATCH v3 06/10] posix-clocks: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
` [PATCH v3 07/10] include: Add new y2038 safe __kernel_timespec
` [PATCH v3 08/10] fix get_timespec64() for y2038 safe compat interfaces
` [PATCH v3 09/10] change time types to new y2038 safe __kernel_* types
` [PATCH v3 10/10] nanosleep: change time types to "


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.